Fix fallback value of LOCALE_ZH_CN.
[pspp] / ChangeLog
1 2009-02-07  Bruno Haible  <bruno@clisp.org>
2
3         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
4         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
6         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
7         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
8         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
9
10 2009-02-07  Bruno Haible  <bruno@clisp.org>
11
12         Make 64-bit clean.
13         * lib/unictype/gen-ctype.c (output_predicate, output_category,
14         output_combclass, output_bidi_category, output_decimal_digit,
15         output_digit, output_numeric, output_mirror, output_scripts,
16         output_ident_category): Use proper width specifier in format strings.
17
18 2009-02-07  Bruno Haible  <bruno@clisp.org>
19
20         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
21         failure behaviour.
22
23 2009-02-07  Jim Meyering  <meyering@redhat.com>
24
25         regex: avoid compilation failure with upcoming gcc-4.4
26         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
27         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
28         "... error: integer overflow in preprocessor expression".
29
30 2009-02-05  Ben Pfaff  <blp@gnu.org>
31
32         Fix link errors on Windows when close module is used.
33         * modules/close: Add $(LIB_CLOSE) to Link section.
34         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
35         $(LIB_CLOSE) on Windows.
36
37 2009-02-05  Jim Meyering  <meyering@redhat.com>
38
39         still avoid unused-parameter warnings, but do it cleanly
40         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
41         (get_fs_usage): Cast to void instead.
42         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
43         (dev_from_mount_options, read_file_system_list): Cast to void.
44         Prompted by Bruno Haible.
45
46 2009-02-04  Jim Meyering  <meyering@redhat.com>
47
48         fsusage.c: correct copyright year
49         * lib/fsusage.c: Reflect year in which the change is pushed into
50
51         avoid misc. warnings
52         * lib/fsusage.c (UNUSED_PARAM): Define.
53         (get_fs_usage): Mark parameter "disk" as unused.
54         * lib/getugroups.c (getgrent): Use "void" in prototype.
55         * lib/mountlist.c: Mark unused parameters.
56         (read_file_system_list): Declare a local with "const".
57         * lib/nanosleep.c (getnow): Declare static.
58         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
59
60         dirfd: set errno upon failure
61         * lib/dirfd.c: Include <errno.h>.
62         Set errno to ENOTSUP when returning -1.
63         * modules/dirfd (Depends-on): Add errno.
64         Suggested by John Kodis <kodis@comcast.net>.
65
66 2009-02-01  Bruno Haible  <bruno@clisp.org>
67
68         Don't assume sizeof (long) >= sizeof (void *).
69         * lib/memcmp.c: Include stdint.h.
70         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
71         srcp2 to 'const byte *'.
72         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
73         types to uintptr_t.
74         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
75         * modules/memcmp (Depends-on): Add stdint.
76         Reported by Ozkan Sezer <sezeroz@gmail.com>.
77
78 2009-01-30  Eric Blake  <ebb9@byu.net>
79
80         fix more require-before-expand issues
81         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
82         expand, AC_PROG_AWK.
83         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
84
85 2009-01-28  Eric Blake  <ebb9@byu.net>
86
87         version-etc: use consistent URL formatting
88         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
89         Improve formatting.  Use fputs for string without %.
90
91 2009-01-28  Jim Meyering  <meyering@redhat.com>
92
93         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
94         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
95         "underquoted definition of NAME" from autoconf-2.59.
96
97 2009-01-28  Bruno Haible  <bruno@clisp.org>
98
99         * doc/gnulib.texi: Add "Obsolete modules" to index.
100
101 2009-01-28  Jim Meyering  <meyering@redhat.com>
102
103         useless-if-before-free: recognize more variants
104         * build-aux/useless-if-before-free: Also recognize e.g.,
105         if (NULL != p) free (p);
106
107 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
108
109         test-getaddrinfo: skip (don't fail) this test when there's no network
110         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
111         on the presumption that it means you lack network access.
112
113 2009-01-26  Jim Meyering  <meyering@redhat.com>
114
115         fflush: avoid warnings on modern systems
116         * lib/fflush.c (rpl_fflush): Move declarations of locals,
117         pos and result, into scopes where they're used.
118
119 2009-01-26  Eric Blake  <ebb9@byu.net>
120
121         Silence warning reintroduced by recent extensions patch.
122         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
123         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
124         autoconf.
125
126         Backport improved autoconf semantics of AC_DEFUN_ONCE.
127         * m4/00gnulib.m4: New file.
128         * gnulib-tool (func_get_filelist): Always use it.
129         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
130         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
131
132 2009-01-25  Bruno Haible  <bruno@clisp.org>
133
134         Make test-quotearg work on MacOS X and AIX.
135         * tests/test-quotearg.sh: New file.
136         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
137         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
138         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
139         include <libintl.h>.
140         (fake_locale): Remove variable.
141         (gettext, dgettext, dcgettext): Remove functions.
142         (main): Instead of setting a fake locale, set a real locale. Call
143         textdomain and bindtextdomain.
144         * modules/quotearg-tests (Files): Add the new files.
145         (Depends-on): Add gettext, setenv, unsetenv.
146         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
147         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
148         Augment TESTS_ENVIRONMENT.
149
150 2009-01-25  Bruno Haible  <bruno@clisp.org>
151
152         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
153         fr_FR.ISO8859-1 locale on MacOS X.
154         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
155         ja_JP.eucJP locale on MacOS X.
156         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
157         zh_CN.GB18030 locale on MacOS X.
158
159 2009-01-25  Bruno Haible  <bruno@clisp.org>
160
161         Avoid link errors on MacOS X 10.3.
162         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
163         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
164
165 2009-01-25  Bruno Haible  <bruno@clisp.org>
166
167         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
168         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
169         * modules/pipe (Files): Remove m4/posix_spawn.m4.
170         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
171         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
172         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
173         posix_spawnattr_init, posix_spawnattr_setsigmask,
174         posix_spawnattr_setflags, posix_spawnattr_destroy.
175
176         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
177         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
178         * modules/execute (Files): Remove m4/posix_spawn.m4.
179         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
180         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
181         posix_spawnattr_init, posix_spawnattr_setsigmask,
182         posix_spawnattr_setflags, posix_spawnattr_destroy.
183
184 2009-01-25  Bruno Haible  <bruno@clisp.org>
185
186         * lib/glthread/threadlib.c: Include <stdlib.h>.
187
188 2009-01-25  Bruno Haible  <bruno@clisp.org>
189
190         * lib/glthread/threadlib.c (dummy): New declaration.
191
192 2009-01-25  Bruno Haible  <bruno@clisp.org>
193
194         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
195         multibyte characters also for the GB18030 encoding. Don't crash when
196         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
197
198 2009-01-25  Bruno Haible  <bruno@clisp.org>
199
200         Avoid redefining 'struct random_data' on OSF/1 5.1.
201         * lib/stdlib.in.h: Include <random.h> if it exists.
202         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
203         HAVE_RANDOM_H. Include <random.h> when testing whether
204         'struct random_data' exists.
205         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
206
207 2009-01-25  Bruno Haible  <bruno@clisp.org>
208
209         Don't install charset.alias on MacOS X >= 10.3.
210         * lib/localcharset.c (DARWIN7): New macro.
211         (get_charset_aliases): Hardcode the result for Darwin7.
212         * modules/localcharset (install-exec-local): Don't install
213         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
214
215 2009-01-25  Bruno Haible  <bruno@clisp.org>
216
217         Don't install charset.alias on mingw and Cygwin.
218         * modules/localcharset (install-exec-local): Don't install
219         charset.alias on mingw and Cygwin, if the file does not yet exist.
220         The result for these platforms is hardcoded in localcharset.c.
221
222 2009-01-25  Bruno Haible  <bruno@clisp.org>
223
224         Make it possible again to use AC_GNU_SOURCE together with gnulib.
225         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
226         before requiring AC_USE_SYSTEM_EXTENSIONS.
227
228 2009-01-25  Jim Meyering  <meyering@redhat.com>
229
230         c-strtod: avoid warnings
231         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
232         "assignment discards qualifiers from pointer target type" warnings.
233
234 2009-01-24  Bruno Haible  <bruno@clisp.org>
235
236         Add support for non-UTF-8 locales on MacOS X.
237         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
238         canonical encodings. For Darwin 7 and newer, don't map traditional
239         encodings to UTF-8.
240         Reported by Vincent Lefevre <vincent@vinc17.org>
241         at <http://savannah.gnu.org/bugs/?25235>.
242
243 2009-01-24  Bruno Haible  <bruno@clisp.org>
244
245         * doc/gnulib.texi (Obsolete modules): New section.
246         Reported by Mike Frysinger <vapier@gentoo.org>.
247
248 2009-01-24  Bruno Haible  <bruno@clisp.org>
249
250         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
251         (%.dvi): New rule.
252
253 2009-01-24  Bruno Haible  <bruno@clisp.org>
254
255         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
256         Reported by Eric Blake.
257
258 2009-01-24  Bruno Haible  <bruno@clisp.org>
259
260         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
261         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
262         Reported by Gary V. Vaughan <gary@gnu.org>.
263
264 2009-01-24  Bruno Haible  <bruno@clisp.org>
265
266         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
267
268 2009-01-23  Bruno Haible  <bruno@clisp.org>
269
270         Make c-strtod, c-strtold usable in libraries.
271         * lib/c-strtod.c: Include string.h instead of xalloc.h.
272         (C_STRTOD): Call strdup instead of xstrdup.
273         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
274         * modules/c-strtold (Depends-on): Likewise.
275         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
276         * NEWS: Mention the change.
277         Reported by Michael Gold <mgold@ncf.ca>.
278
279 2009-01-23  Jim Meyering  <meyering@redhat.com>
280
281         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
282         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
283         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
284
285 2009-01-23  Simon Josefsson  <simon@josefsson.org>
286
287         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
288         GNU CoreUtils.
289         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
290         * modules/version-etc (Description): Update.
291
292 2009-01-22  Bruno Haible  <bruno@clisp.org>
293
294         Cache the C locale object.
295         * lib/c-strtod.c (c_locale_cache): New variable.
296         (c_locale): New function.
297         (C_STRTOD): Use it, and don't call freelocale.
298         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
299         Suggested by Paolo Bonzini.
300
301 2009-01-21  Bruno Haible  <bruno@clisp.org>
302
303         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
304         conditions other than overflow.
305
306 2009-01-21  Bruno Haible  <bruno@clisp.org>
307
308         * lib/c-strtod.c: Include errno.h.
309         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
310         value from STRTOD_L and STRTOD.
311
312 2009-01-21  Bruno Haible  <bruno@clisp.org>
313         and Jim Meyering  <meyering@redhat.com>
314
315         nanosleep: skip configure test (fail it) for apple universal builds
316         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
317         universal builds, assume that nanosleep does not work.
318         * modules/nanosleep (Depends-on): Add multiarch.
319
320         mktime: skip configure test (fail it) for apple universal builds
321         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
322         universal builds, assume that mktime does not work.
323         * modules/mktime (Depends-on): Add multiarch.
324
325 2009-01-21  Eric Blake  <ebb9@byu.net>
326
327         multiarch: avoid expand-before-require warning
328         * modules/multiarch (configure.ac): Require, rather than expand,
329         gl_MULTIARCH.
330         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
331         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
332         enforce that all clients require it.  Partial reversion of
333         2008-12-29 patch.
334
335         error: avoid expand-before-require warning
336         * modules/errno (configure.ac): Require, rather than expand,
337         gl_HEADER_ERRNO_H.
338         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
339         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
340         enforce that all clients require it.
341
342         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
343         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
344         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
345         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
346
347 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
348
349         Revert:
350         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
351
352         regex: do not depend on obsolete modules.
353         * modules/regex: Remove memcmp and memmove.
354
355 2009-01-20  Bruno Haible  <bruno@clisp.org>
356
357         Make the 'link' module link on Windows NT 4.
358         * lib/link.c (_WIN32_WINNT): Don't define.
359         (CreateHardLinkFuncType): New type.
360         (CreateHardLinkFunc, initialized): New variables.
361         (initialize): New function.
362         (link): Invoke CreateHardLink indirectly through the function pointer.
363
364 2009-01-20  Bruno Haible  <bruno@clisp.org>
365
366         Fix compilation failure on mingw.
367         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
368
369 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
370
371         * doc/c-strtod.texi: Mention a couple of restrictions.
372
373 2009-01-20  Jim Meyering  <meyering@redhat.com>
374
375         gettimeofday: move more declarations out of functions
376         * lib/gettimeofday.c: Move extern declarations of tzset and
377         gmtime out of containing functions.  Prompted by Bruno Haible.
378
379 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
380
381         regex: do not depend on obsolete modules.
382         * modules/regex: Remove memcmp and memmove.
383
384 2009-01-19  Bruno Haible  <bruno@clisp.org>
385
386         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
387         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
388         gl_BIGENDIAN, not AC_C_BIGENDIAN.
389         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
390         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
391
392 2009-01-19  Bruno Haible  <bruno@clisp.org>
393
394         * tests/test-link.c: Include <errno.h>.
395         (main): Exit with code 77 when a hard link cannot be created due to
396         the file system.
397         * tests/test-link.sh: Skip test when a hard link cannot be created due
398         to the file system.
399         Suggested by Eric Blake.
400
401 2009-01-19  Martin Lambers  <marlam@marlam.de>
402
403         * modules/link-tests: New file.
404         * tests/test-link.sh: New file.
405         * tests/test-link.c: New file.
406
407 2009-01-19  Eric Blake  <ebb9@byu.net>
408
409         doc: mention another function added in cygwin 1.7.0
410         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
411         Another new function in cygwin 1.7.
412
413 2009-01-19  Bruno Haible  <bruno@clisp.org>
414
415         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
416         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
417         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
418         gl_BIGENDIAN, not AC_C_BIGENDIAN.
419         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
420         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
421         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
422         * m4/md4.m4 (gl_MD4): Likewise.
423         * m4/md5.m4 (gl_MD5): Likewise.
424         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
425         * m4/sha1.m4 (gl_SHA1): Likewise.
426         * m4/sha256.m4 (gl_SHA256): Likewise.
427         * m4/sha512.m4 (gl_SHA512): Likewise.
428
429 2009-01-19  Bruno Haible  <bruno@clisp.org>
430
431         * modules/uniname/uniname-tests (Depends-on): Add progname.
432         * tests/uniname/test-uninames.c: Include progname.h.
433         (main): Call set_program_name.
434
435         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
436         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
437         (main): Call set_program_name.
438
439         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
440         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
441         (main): Call set_program_name.
442
443         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
444         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
445         (main): Call set_program_name.
446
447         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
448         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
449         (main): Call set_program_name.
450
451         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
452         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
453         (main): Call set_program_name.
454
455         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
456         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
457         (main): Call set_program_name.
458
459         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
460         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
461         (main): Call set_program_name.
462
463         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
464         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
465         (main): Call set_program_name.
466
467 2009-01-19  Eric Blake  <ebb9@byu.net>
468
469         test-unistd: test previous patch
470         * tests/test-unistd.c: Test *_FILENO macros.
471
472         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
473         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
474         Guarantee a definition.
475         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
476         * modules/unistd-safer (Depends-on): Add dependency on unistd.
477         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
478         * lib/dup-safer.c (STDERR_FILENO): Likewise.
479         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
480         Likewise.
481         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
482         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
483         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
484         Likewise.
485         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
486         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
487         (STDERR_FILENO): Likewise.
488         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
489         (STDERR_FILENO): Likewise.
490         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
491         (STDERR_FILENO): Likewise.
492         Reported by Elbert Pol.
493
494 2009-01-19  Eric Blake  <ebb9@byu.net>
495
496         doc: mention more functions added in cygwin 1.7.0
497         * doc/posix-functions/abort.texi (abort): Update wording related
498         to cygwin.
499         * doc/posix-functions/daylight.texi (daylight): Likewise.
500         * doc/posix-functions/optarg.texi (optarg): Likewise.
501         * doc/posix-functions/optarg.texi (opterr): Likewise.
502         * doc/posix-functions/optarg.texi (optind): Likewise.
503         * doc/posix-functions/optarg.texi (optopt): Likewise.
504         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
505         worked in 1.5.x, and was withdrawn in 1.7.
506         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
507         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
508         cygwin versions.
509         * doc/posix-functions/perror.texi (perror): Likewise.
510         * doc/posix-functions/printf.texi (printf): Likewise.
511         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
512         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
513         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
514         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
515         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
516         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
517         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
518         Likewise.
519         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
520         Likewise.
521         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
522         this function.
523         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
524         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
525         Likewise.
526         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
527         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
528         * doc/posix-functions/confstr.texi (confstr): Likewise.
529         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
530         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
531         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
532         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
533         * doc/posix-functions/fputws.texi (fputws): Likewise.
534         * doc/posix-functions/fwide.texi (fwide): Likewise.
535         * doc/posix-functions/getwc.texi (getwc): Likewise.
536         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
537         * doc/posix-functions/putwc.texi (putwc): Likewise.
538         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
539         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
540         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
541         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
542         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
543         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
544         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
545         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
546         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
547         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
548         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
549
550 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
551
552         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
553         * lib/ioctl.c: Include <sys/ioctl.h>.
554
555 2009-01-19  Simon Josefsson  <simon@josefsson.org>
556
557         * modules/getdate-tests (Depends-on): Add progname.
558         * tests/test-getdate.c: Use progname module, to avoid link errors
559         on non-glibc systems.
560
561 2009-01-18  Simon Josefsson  <simon@josefsson.org>
562
563         * modules/filenamecat-tests (Depends-on): Add progname.
564         * modules/fstrcmp-tests (Depends-on): Likewise.
565
566         * tests/test-filenamecat.c: Use progname module, to avoid link
567         errors on non-glibc systems.
568         * tests/test-fstrcmp.c: Likewise.
569
570 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
571
572         gettimeofday: avoid warning: nested extern declaration of 'localtime'
573         * lib/gettimeofday.c: Move extern declaration out of function.
574
575 2009-01-18  Bruno Haible  <bruno@clisp.org>
576
577         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
578         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
579         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
580
581 2009-01-18  Bruno Haible  <bruno@clisp.org>
582
583         * lib/strftime.c (MEMPCPY): Remove unused macro.
584         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
585
586 2009-01-18  Martin Lambers  <marlam@marlam.de>
587
588         New module 'link'.
589         * lib/unistd.in.h (link): New declaration.
590         * lib/link.c: New file.
591         * m4/link.m4: New file.
592         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
593         HAVE_LINK.
594         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
595         * modules/link: New file.
596         * doc/posix-functions/link.texi: Mention the new module.
597
598 2009-01-18  Bruno Haible  <bruno@clisp.org>
599
600         * tests/test-avltree_list.c (main): Call set_program_name.
601         * tests/test-avltree_oset.c (main): Likewise.
602         * tests/test-obstack-printf.c: Include progname.h.
603         (main): Call set_program_name.
604         * tests/test-quotearg.c: Include progname.h.
605         (main): Call set_program_name.
606         * tests/test-xmemdup0.c: Include progname.h.
607         (main): Call set_program_name.
608
609 2009-01-18  Bruno Haible  <bruno@clisp.org>
610
611         New module 'alphasort'.
612         * lib/dirent.in.h (alphasort): New declaration.
613         * lib/alphasort.c: New file, from glibc with modifications.
614         * m4/alphasort.m4: New file.
615         * modules/alphasort: New file.
616         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
617         HAVE_ALPHASORT.
618         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
619         HAVE_ALPHASORT.
620         * doc/posix-functions/alphasort.texi: Mention the new module and the
621         portability problems.
622
623 2009-01-18  Bruno Haible  <bruno@clisp.org>
624
625         New module 'scandir'.
626         * lib/dirent.in.h (scandir): New declaration.
627         * lib/scandir.c: New file, from glibc with modifications.
628         * m4/scandir.m4: New file.
629         * modules/scandir: New file.
630         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
631         HAVE_SCANDIR.
632         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
633         HAVE_SCANDIR.
634         * doc/posix-functions/scandir.texi: Mention the new module and the
635         portability problems.
636
637 2009-01-17  Bruno Haible  <bruno@clisp.org>
638
639         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
640         Update documentation.
641         (func_remove_suffix): Escape all dots in the suffix. Update
642         documentation.
643         (func_filter_filelist): Update documentation.
644         Reported by Ralf Wildenhues.
645
646 2009-01-17  Bruno Haible  <bruno@clisp.org>
647
648         * modules/dprintf-posix-tests: New file.
649         * tests/test-dprintf-posix.sh: New file.
650         * tests/test-dprintf-posix.c: New file.
651
652         New modules 'dprintf', 'dprintf-posix'.
653         * lib/stdio.in.h (dprintf): New declaration.
654         * lib/dprintf.c: New file.
655         * m4/dprintf.m4: New file.
656         * m4/dprintf-posix.m4: New file.
657         * modules/dprintf: New file.
658         * modules/dprintf-posix: New file.
659         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
660         HAVE_DPRINTF, REPLACE_DPRINTF.
661         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
662         HAVE_DPRINTF, REPLACE_DPRINTF.
663         * doc/posix-functions/dprintf.texi: Mention the new modules.
664
665 2009-01-17  Bruno Haible  <bruno@clisp.org>
666
667         * modules/vdprintf-posix-tests: New file.
668         * tests/test-vdprintf-posix.sh: New file.
669         * tests/test-vdprintf-posix.c: New file.
670
671         New modules 'vdprintf', 'vdprintf-posix'.
672         * lib/stdio.in.h (vdprintf): New declaration.
673         * lib/vdprintf.c: New file.
674         * m4/vdprintf.m4: New file.
675         * m4/vdprintf-posix.m4: New file.
676         * modules/vdprintf: New file.
677         * modules/vdprintf-posix: New file.
678         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
679         HAVE_VDPRINTF, REPLACE_VDPRINTF.
680         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
681         HAVE_VDPRINTF, REPLACE_VDPRINTF.
682         * doc/posix-functions/vdprintf.texi: Mention the new modules.
683
684 2009-01-17  Bruno Haible  <bruno@clisp.org>
685
686         Fix replacement of fopen on mingw.
687         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
688         mingw.
689
690 2009-01-17  Bruno Haible  <bruno@clisp.org>
691
692         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
693         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
694
695 2009-01-17  Bruno Haible  <bruno@clisp.org>
696
697         Avoid test-fflush2.sh failure on mingw.
698         * tests/test-fflush2.c: Include binary-io.h.
699         (main): Put standard input into binary mode.
700         * modules/fflush-tests (Depends-on): Add binary-io.
701
702 2009-01-17  Bruno Haible  <bruno@clisp.org>
703
704         * lib/wchar.in.h: In another particular situation, include only the
705         system's <wchar.h> file.
706         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
707         Reported by Albert Chin-A-Young <china@thewrittenword.com>
708         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
709
710 2009-01-17  Bruno Haible  <bruno@clisp.org>
711
712         Support for stripping executables in --enable-relocatable.
713         * build-aux/install-reloc: Expect one more argument, or an environment
714         variable RELOC_STRIP_PROG. If set, strip the destination program and
715         its wrapper.
716         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
717         RELOC_STRIP_PROG.
718         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
719         to set RELOCATABLE_STRIP.
720         * NEWS: Mention the new Makefile requirement.
721
722 2009-01-17  Bruno Haible  <bruno@clisp.org>
723
724         * build-aux/install-reloc: Remove debugging information left over by
725         C compiler on MacOS X.
726
727 2009-01-17  Bruno Haible  <bruno@clisp.org>
728
729         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
730         * lib/progreloc.c (find_executable): Fix type of pointer passed to
731         _NSGetExecutablePath.
732
733 2009-01-16  Jim Meyering  <meyering@redhat.com>
734
735         strerror: avoid warnings about discarding "const"
736         * lib/strerror.c (rpl_strerror): Instead of returning a const
737         string from each and every "case", use a variable, and add a single
738         cast after the switch.
739
740 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
741
742         * lib/arpa_inet.in.h: Add extern "C" block for C++.
743
744 2009-01-16  Bruno Haible  <bruno@clisp.org>
745
746         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
747         array initializer syntax that also works in C++ mode.
748         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
749
750 2009-01-16  Jim Meyering  <meyering@redhat.com>
751
752         poll: suppress a warning
753         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
754         to ignore "...unsigned expression < 0 is always false" warnings.
755
756 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
757
758         poll: remove declarations of unused variables
759         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
760         sockbuf and optlen.
761
762 2009-01-15  Bruno Haible  <bruno@clisp.org>
763
764         Make fflush-after-ungetc POSIX compliant on BSD systems.
765         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
766         (clear_ungetc_buffer): Implement also for other systems.
767         (rpl_fflush): On glibc systems, invoke
768         clear_ungetc_buffer_preserving_position. Otherwise, invoke
769         clear_ungetc_buffer after fetching the stream's position, not before.
770
771 2009-01-15  Bruno Haible  <bruno@clisp.org>
772
773         Make fflush-after-ungetc POSIX compliant on glibc systems.
774         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
775         after ungetc.
776         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
777         (rpl_fflush): On glibc systems, simply call the system's fflush
778         function after clearing the ungetc buffer.
779         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
780         Instead, lseek only to the end of file, then use the system's fseeko
781         for the rest. On glibc systems, reset the EOF indicator bit.
782
783 2009-01-15  Jim Meyering  <meyering@redhat.com>
784
785         openmp.m4: revert quote-adding change, for portability to older autoconf
786         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
787         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
788         Simon Josefsson noticed the problem when using autoconf-2.61.
789
790 2009-01-15  Bruno Haible  <bruno@clisp.org>
791
792         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
793         * tests/test-fflush2.c (ASSERT): Always fail.
794         (main): Add two tests for fflush() after ungetc(), taking into account
795         the Austin Group's clarification.
796         Suggested by Eric Blake.
797
798 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
799
800         mktime.m4: remove K&R-style function prototypes
801         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
802         for the Sun C++ compiler.
803
804 2009-01-14  Bruno Haible  <bruno@clisp.org>
805
806         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
807         while including <wchar.h>.
808         * lib/wchar.in.h: In two particular situations on HP-UX, include only
809         the system's <wchar.h> file.
810         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
811
812 2009-01-14  Bruno Haible  <bruno@clisp.org>
813
814         * m4/csharp.m4: Don't mention gettext on the serial number line.
815         * m4/csharpexec.m4: Likewise.
816         * m4/eaccess.m4: Likewise.
817         * m4/javaexec.m4: Likewise.
818         * m4/sig_atomic_t.m4: Likewise.
819         * m4/tmpdir.m4: Likewise.
820         * m4/intldir.m4: Bump gettext version.
821         * m4/lib-ld.m4: Likewise.
822
823 2009-01-14  Bruno Haible  <bruno@clisp.org>
824
825         * lib/progname.c (set_program_name): Add more comments.
826         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
827
828 2009-01-14  Simon Josefsson  <simon@josefsson.org>
829
830         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
831         were sys/stat.h does not define it.
832
833 2009-01-14  Jim Meyering  <meyering@redhat.com>
834
835         many *.m4 files: improve m4 quoting
836         99% of this change was performed by running the following commands:
837         git ls-files | grep '\.m4$' | xargs perl -pi \
838           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
839           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
840           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
841           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
842         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
843         The remainder were to add Copyright dates, increment serial numbers,
844         undo some changes in comments, exclude m4/intl.m4, and add quotes
845         around the "1" in ",1" where the unusual spacing prohibited the
846         above regexps from doing the job.  For more details, see
847         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
848         * m4/acl.m4: Modified.
849         * m4/afs.m4: Likewise.
850         * m4/alloca.m4: Likewise.
851         * m4/argp.m4: Likewise.
852         * m4/argz.m4: Likewise.
853         * m4/atexit.m4: Likewise.
854         * m4/bison-i18n.m4: Likewise.
855         * m4/bison.m4: Likewise.
856         * m4/byteswap.m4: Likewise.
857         * m4/c-stack.m4: Likewise.
858         * m4/c-strtod.m4: Likewise.
859         * m4/calloc.m4: Likewise.
860         * m4/canonicalize-lgpl.m4: Likewise.
861         * m4/chown.m4: Likewise.
862         * m4/clock_time.m4: Likewise.
863         * m4/codeset.m4: Likewise.
864         * m4/copy-file.m4: Likewise.
865         * m4/csharp.m4: Likewise.
866         * m4/csharpcomp.m4: Likewise.
867         * m4/csharpexec.m4: Likewise.
868         * m4/d-ino.m4: Likewise.
869         * m4/d-type.m4: Likewise.
870         * m4/dirfd.m4: Likewise.
871         * m4/double-slash-root.m4: Likewise.
872         * m4/eaccess.m4: Likewise.
873         * m4/eealloc.m4: Likewise.
874         * m4/environ.m4: Likewise.
875         * m4/errno_h.m4: Likewise.
876         * m4/euidaccess.m4: Likewise.
877         * m4/execute.m4: Likewise.
878         * m4/fatal-signal.m4: Likewise.
879         * m4/fchdir.m4: Likewise.
880         * m4/fcntl_h.m4: Likewise.
881         * m4/fileblocks.m4: Likewise.
882         * m4/filenamecat.m4: Likewise.
883         * m4/findprog.m4: Likewise.
884         * m4/flexmember.m4: Likewise.
885         * m4/fnmatch.m4: Likewise.
886         * m4/fopen.m4: Likewise.
887         * m4/fpending.m4: Likewise.
888         * m4/fprintf-posix.m4: Likewise.
889         * m4/free.m4: Likewise.
890         * m4/frexp.m4: Likewise.
891         * m4/frexpl.m4: Likewise.
892         * m4/fsusage.m4: Likewise.
893         * m4/ftruncate.m4: Likewise.
894         * m4/gc-camellia.m4: Likewise.
895         * m4/gc-random.m4: Likewise.
896         * m4/gc.m4: Likewise.
897         * m4/getaddrinfo.m4: Likewise.
898         * m4/getcwd-abort-bug.m4: Likewise.
899         * m4/getcwd-path-max.m4: Likewise.
900         * m4/getdate.m4: Likewise.
901         * m4/getdomainname.m4: Likewise.
902         * m4/getgroups.m4: Likewise.
903         * m4/gethostname.m4: Likewise.
904         * m4/gethrxtime.m4: Likewise.
905         * m4/getline.m4: Likewise.
906         * m4/getloadavg.m4: Likewise.
907         * m4/getndelim2.m4: Likewise.
908         * m4/getpass.m4: Likewise.
909         * m4/gettext.m4: Likewise.
910         * m4/gettime.m4: Likewise.
911         * m4/gettimeofday.m4: Likewise.
912         * m4/gnulib-common.m4: Likewise.
913         * m4/group-member.m4: Likewise.
914         * m4/host-os.m4: Likewise.
915         * m4/iconv.m4: Likewise.
916         * m4/iconv_open.m4: Likewise.
917         * m4/inet_ntop.m4: Likewise.
918         * m4/inet_pton.m4: Likewise.
919         * m4/inline.m4: Likewise.
920         * m4/intldir.m4: Likewise.
921         * m4/intlmacosx.m4: Likewise.
922         * m4/intmax.m4: Likewise.
923         * m4/intmax_t.m4: Likewise.
924         * m4/inttypes.m4: Likewise.
925         * m4/inttypes_h.m4: Likewise.
926         * m4/inttypes-pri.m4: Likewise.
927         * m4/isapipe.m4: Likewise.
928         * m4/isnand.m4: Likewise.
929         * m4/isnanf.m4: Likewise.
930         * m4/isnanl.m4: Likewise.
931         * m4/javacomp.m4: Likewise.
932         * m4/javaexec.m4: Likewise.
933         * m4/jm-winsz1.m4: Likewise.
934         * m4/jm-winsz2.m4: Likewise.
935         * m4/lchown.m4: Likewise.
936         * m4/lcmessage.m4: Likewise.
937         * m4/ldexpl.m4: Likewise.
938         * m4/lib-ld.m4: Likewise.
939         * m4/lib-link.m4: Likewise.
940         * m4/libsigsegv.m4: Likewise.
941         * m4/link-follow.m4: Likewise.
942         * m4/localcharset.m4: Likewise.
943         * m4/locale-fr.m4: Likewise.
944         * m4/locale-ja.m4: Likewise.
945         * m4/locale-tr.m4: Likewise.
946         * m4/locale-zh.m4: Likewise.
947         * m4/lock.m4: Likewise.
948         * m4/longlong.m4: Likewise.
949         * m4/ls-mntd-fs.m4: Likewise.
950         * m4/lstat.m4: Likewise.
951         * m4/malloc.m4: Likewise.
952         * m4/mathl.m4: Likewise.
953         * m4/mbrtowc.m4: Likewise.
954         * m4/mbstate_t.m4: Likewise.
955         * m4/mbswidth.m4: Likewise.
956         * m4/memchr.m4: Likewise.
957         * m4/memcmp.m4: Likewise.
958         * m4/memcpy.m4: Likewise.
959         * m4/memmem.m4: Likewise.
960         * m4/memmove.m4: Likewise.
961         * m4/mempcpy.m4: Likewise.
962         * m4/memrchr.m4: Likewise.
963         * m4/memset.m4: Likewise.
964         * m4/minmax.m4: Likewise.
965         * m4/mkdir-slash.m4: Likewise.
966         * m4/mkdtemp.m4: Likewise.
967         * m4/mktime.m4: Likewise.
968         * m4/mmap-anon.m4: Likewise.
969         * m4/mountlist.m4: Likewise.
970         * m4/nanosleep.m4: Likewise.
971         * m4/nls.m4: Likewise.
972         * m4/nocrash.m4: Likewise.
973         * m4/open.m4: Likewise.
974         * m4/openat.m4: Likewise.
975         * m4/openmp.m4: Likewise.
976         * m4/pathmax.m4: Likewise.
977         * m4/perl.m4: Likewise.
978         * m4/physmem.m4: Likewise.
979         * m4/pipe.m4: Likewise.
980         * m4/po.m4: Likewise.
981         * m4/poll.m4: Likewise.
982         * m4/posixtm.m4: Likewise.
983         * m4/posixver.m4: Likewise.
984         * m4/printf-frexp.m4: Likewise.
985         * m4/printf-frexpl.m4: Likewise.
986         * m4/printf-posix.m4: Likewise.
987         * m4/printf-posix-rpl.m4: Likewise.
988         * m4/printf.m4: Likewise.
989         * m4/progtest.m4: Likewise.
990         * m4/putenv.m4: Likewise.
991         * m4/readline.m4: Likewise.
992         * m4/readlink.m4: Likewise.
993         * m4/readutmp.m4: Likewise.
994         * m4/realloc.m4: Likewise.
995         * m4/regex.m4: Likewise.
996         * m4/relocatable.m4: Likewise.
997         * m4/relocatable-lib.m4: Likewise.
998         * m4/rename-dest-slash.m4: Likewise.
999         * m4/rename.m4: Likewise.
1000         * m4/rmdir-errno.m4: Likewise.
1001         * m4/rmdir.m4: Likewise.
1002         * m4/roundf.m4: Likewise.
1003         * m4/roundl.m4: Likewise.
1004         * m4/rpmatch.m4: Likewise.
1005         * m4/save-cwd.m4: Likewise.
1006         * m4/selinux-selinux-h.m4: Likewise.
1007         * m4/setenv.m4: Likewise.
1008         * m4/settime.m4: Likewise.
1009         * m4/sig2str.m4: Likewise.
1010         * m4/sig_atomic_t.m4: Likewise.
1011         * m4/signalblocking.m4: Likewise.
1012         * m4/signbit.m4: Likewise.
1013         * m4/sigpipe.m4: Likewise.
1014         * m4/sockets.m4: Likewise.
1015         * m4/sockpfaf.m4: Likewise.
1016         * m4/st_dm_mode.m4: Likewise.
1017         * m4/stat-time.m4: Likewise.
1018         * m4/stdbool.m4: Likewise.
1019         * m4/stdint.m4: Likewise.
1020         * m4/stdint_h.m4: Likewise.
1021         * m4/stpcpy.m4: Likewise.
1022         * m4/stpncpy.m4: Likewise.
1023         * m4/strcase.m4: Likewise.
1024         * m4/strchrnul.m4: Likewise.
1025         * m4/strcspn.m4: Likewise.
1026         * m4/strdup.m4: Likewise.
1027         * m4/strftime.m4: Likewise.
1028         * m4/strndup.m4: Likewise.
1029         * m4/strnlen.m4: Likewise.
1030         * m4/strpbrk.m4: Likewise.
1031         * m4/strptime.m4: Likewise.
1032         * m4/strsep.m4: Likewise.
1033         * m4/strtod.m4: Likewise.
1034         * m4/strtoimax.m4: Likewise.
1035         * m4/strtok_r.m4: Likewise.
1036         * m4/strtol.m4: Likewise.
1037         * m4/strtoll.m4: Likewise.
1038         * m4/strtoul.m4: Likewise.
1039         * m4/strtoull.m4: Likewise.
1040         * m4/strtoumax.m4: Likewise.
1041         * m4/strverscmp.m4: Likewise.
1042         * m4/threadlib.m4: Likewise.
1043         * m4/timegm.m4: Likewise.
1044         * m4/tm_gmtoff.m4: Likewise.
1045         * m4/tmpdir.m4: Likewise.
1046         * m4/tmpfile.m4: Likewise.
1047         * m4/tzset.m4: Likewise.
1048         * m4/uintmax_t.m4: Likewise.
1049         * m4/unlinkdir.m4: Likewise.
1050         * m4/unlocked-io.m4: Likewise.
1051         * m4/uptime.m4: Likewise.
1052         * m4/userspec.m4: Likewise.
1053         * m4/utimbuf.m4: Likewise.
1054         * m4/utime.m4: Likewise.
1055         * m4/utimes-null.m4: Likewise.
1056         * m4/utimes.m4: Likewise.
1057         * m4/vararrays.m4: Likewise.
1058         * m4/vasnprintf.m4: Likewise.
1059         * m4/vfprintf-posix.m4: Likewise.
1060         * m4/vprintf-posix.m4: Likewise.
1061         * m4/wait-process.m4: Likewise.
1062         * m4/wchar_t.m4: Likewise.
1063         * m4/wint_t.m4: Likewise.
1064         * m4/write-any-file.m4: Likewise.
1065         * m4/yield.m4: Likewise.
1066
1067 2009-01-13  Bruno Haible  <bruno@clisp.org>
1068
1069         Avoid test-copy-file.sh failures when ACL support insufficient.
1070         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
1071         TESTS_ENVIRONMENT.
1072         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
1073         Reported by Jim Meyering.
1074
1075 2009-01-13  Bruno Haible  <bruno@clisp.org>
1076
1077         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
1078         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
1079         * modules/unistdio/u8-printf-parse (Files): Likewise.
1080         * modules/unistdio/u32-printf-parse (Files): Likewise.
1081         * modules/unistdio/ulc-printf-parse (Files): Likewise.
1082
1083 2009-01-13  Simon Josefsson  <simon@josefsson.org>
1084
1085         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
1086         and m4/inttypes_h.m4 too.
1087
1088 2009-01-12  Eric Blake  <ebb9@byu.net>
1089
1090         tests: IRIX 6.2 cc can't compile -0.0 into .data
1091         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
1092         rather than at compile-time.
1093         * tests/test-floorl.c (minus_zero): Likewise.
1094         * tests/test-frexpl.c (minus_zero): Likewise.
1095         * tests/test-isnan.c (minus_zerol): Likewise.
1096         * tests/test-isnanl.h (minus_zero): Likewise.
1097         * tests/test-ldexpl.c (minus_zero): Likewise.
1098         * tests/test-roundl.c (minus_zero): Likewise.
1099         * tests/test-signbit.c (minus_zerol): Likewise.
1100         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1101         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1102         * tests/test-truncl.c (minus_zero): Likewise.
1103         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1104         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1105         Reported by Tom G. Christensen and Nelson H. F. Beebe.
1106
1107 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1108
1109         regex: fix glibc bug 9697
1110         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1111         handling.
1112
1113 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1114
1115         regex: fix glibc bug 697
1116         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1117         being NULL also if there are no backreferences.
1118
1119 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1120
1121         regex: merge glibc changes
1122         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1123         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1124         re_string_skip_chars, re_string_reconstruct): Likewise.
1125         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1126
1127 2009-01-07  Jim Meyering  <meyering@redhat.com>
1128
1129         poll: filter through cppi
1130         * lib/poll.c: Indent cpp directives to reflect nesting.
1131
1132 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
1133
1134         poll: don't return uninitialized
1135         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
1136
1137 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
1138
1139         avoid compile failure on AIX 6.1
1140         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
1141         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
1142
1143 2009-01-04  Jim Meyering  <meyering@redhat.com>
1144
1145         remove duplicate inclusion of <stdio.h>
1146         * tests/test-fprintf-posix.c: Likewise.
1147         * tests/test-printf-posix.c: Likewise.
1148         * tests/test-snprintf-posix.c: Likewise.
1149         * tests/test-sprintf-posix.c: Likewise.
1150         * tests/test-vasprintf-posix.c: Likewise.
1151         * tests/test-vfprintf-posix.c: Likewise.
1152         * tests/test-vprintf-posix.c: Likewise.
1153         * tests/test-vsnprintf-posix.c: Likewise.
1154         * tests/test-vsprintf-posix.c: Likewise.
1155
1156 2009-01-03  Jim Meyering  <meyering@redhat.com>
1157
1158         gnulib-tool: fix sed-based filtering
1159         * gnulib-tool (func_filter_filelist): Remove extra backslash
1160         in sed_fff_filter definition.
1161
1162 2009-01-02  Jim Meyering  <meyering@redhat.com>
1163
1164         strftime: avoid compilation failure on Solaris 2.6
1165         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
1166         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
1167         Don't #define mbrlen or mbsinit, since now they're guaranteed to
1168         be available.  Reported by Tom G. Christensen.  Details in
1169         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
1170
1171 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1172             Bruno Haible  <bruno@clisp.org>
1173
1174         Speed up gnulib-tool by doing more string processing through shell
1175         built-ins.
1176         * gnulib-tool (fast_func_append): New variable.
1177         (func_remove_prefix, func_remove_suffix): New functions.
1178         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
1179         (func_filter_filelist): New function.
1180         (func_get_dependencies): Use func_remove_suffix instead of sed.
1181         (func_get_automake_snippet): Use func_filter_filelist instead of a
1182         subshell and sed invocation.
1183
1184 2009-01-01  Bruno Haible  <bruno@clisp.org>
1185
1186         Fix a security bug.
1187         * gnulib-tool (func_import, import, update): Don't allow the characters
1188         '"', '$', '`', '\' in macro arguments that become part of commands that
1189         are evaluated.
1190
1191 2009-01-01  Bruno Haible  <bruno@clisp.org>
1192
1193         * gnulib-tool (func_reset_sigpipe): Add more comments.
1194
1195 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1196
1197         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
1198         func_emit_tests_Makefile_am, func_import): Abort loops early if we
1199         already know the answer.
1200
1201 2009-01-01  Jim Meyering  <meyering@redhat.com>
1202
1203         * lib/version-etc.c (version_etc_va): Update copyright year.
1204
1205 2008-12-30  Bruno Haible  <bruno@clisp.org>
1206
1207         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
1208         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
1209         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
1210
1211 2008-12-29  Eric Blake  <ebb9@byu.net>
1212
1213         multiarch: avoid autoconf AC_REQUIRE bug
1214         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
1215         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
1216         2.63 and older.
1217         Reported by Bruno Haible, and analyzed in
1218         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
1219
1220 2008-12-29  Bruno Haible  <bruno@clisp.org>
1221
1222         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
1223         files in subdirectories correctly.
1224         Reported by Ralf Wildenhues.
1225
1226 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1227
1228         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
1229         rather than 'join FILE -', for Solaris join.
1230
1231 2008-12-29  Bruno Haible  <bruno@clisp.org>
1232
1233         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
1234         quoting.
1235         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
1236         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
1237         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
1238         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
1239         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
1240         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
1241         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
1242         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
1243         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
1244         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
1245         * m4/nls.m4 (AM_NLS): Likewise.
1246         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
1247         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
1248         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1249         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
1250         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
1251         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
1252         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
1253         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
1254         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
1255         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1256         * m4/xsize.m4 (gl_XSIZE): Likewise.
1257         Suggested by Jim Meyering.
1258
1259 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1260
1261         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
1262         * lib/parse-duration.c: use a switch instead of cascading if's.
1263
1264 2008-12-29  Eric Blake  <ebb9@byu.net>
1265
1266         wchar.h: supply WEOF on Irix 5.3
1267         * lib/wchar.in.h (wint_t): Also supply WEOF.
1268         * lib/wctype.in.h (wint_t): Likewise.
1269         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
1270         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
1271         Reported by Tom G. Christensen.
1272
1273 2008-12-26  Bruno Haible  <bruno@clisp.org>
1274
1275         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
1276         i486, i586, i686.
1277
1278 2008-12-26  Bruno Haible  <bruno@clisp.org>
1279
1280         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
1281
1282 2008-12-26  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
1285         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
1286         not __STDC_CONSTANT_MACROS.
1287         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1288
1289 2008-12-25  Bruno Haible  <bruno@clisp.org>
1290
1291         Add support for universal builds to vasnprintf.
1292         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
1293         universal builds, guess no.
1294         * modules/vasnprintf-posix (Depends-on): Add multiarch.
1295         * modules/vasprintf-posix (Depends-on): Likewise.
1296         * modules/fprintf-posix (Depends-on): Likewise.
1297         * modules/vfprintf-posix (Depends-on): Likewise.
1298         * modules/snprintf-posix (Depends-on): Likewise.
1299         * modules/vsnprintf-posix (Depends-on): Likewise.
1300         * modules/sprintf-posix (Depends-on): Likewise.
1301         * modules/vsprintf-posix (Depends-on): Likewise.
1302         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1303         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1304         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1305         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1306         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1307         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1308         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1309
1310         Add support for universal builds to <inttypes.h>.
1311         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
1312         _SCNu64_PREFIX): In Apple
1313         universal builds, define directly, using _LP64.
1314         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
1315         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
1316         * modules/inttypes (Depends-on): Add multiarch.
1317         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
1318
1319         Add support for universal builds to <stdint.h>.
1320         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
1321         universal builds, define directly, using _LP64.
1322         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
1323         Apple universal builds, don't test for the size and suffix of ptrdiff_t
1324         and size_t.
1325         * modules/stdint (Depends-on): Add multiarch.
1326         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
1327
1328         New module 'multiarch'.
1329         * modules/multiarch: New file.
1330         * m4/multiarch.m4: New file.
1331
1332 2008-12-25  Bruno Haible  <bruno@clisp.org>
1333
1334         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
1335
1336 2008-12-25  Bruno Haible  <bruno@clisp.org>
1337
1338         * modules/btowc (License): Relicense under LGPLv2+.
1339         * modules/mbsinit (License): Likewise.
1340         * modules/mbrtowc (License): Likewise.
1341         * modules/wcrtomb (License): Likewise.
1342         * modules/streq (License): Likewise.
1343         Reported by David Lutterkort <lutter@redhat.com>.
1344
1345 2008-12-23  Bruno Haible  <bruno@clisp.org>
1346
1347         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
1348
1349 2008-12-23  Bruno Haible  <bruno@clisp.org>
1350
1351         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
1352         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
1353         GETADDRINFO_LIB, not in LIBS.
1354         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
1355         * modules/canon-host (Link): Likewise.
1356         * NEWS: Mention the change.
1357         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
1358         GETADDRINFO_LIB.
1359
1360 2008-12-22  Bruno Haible  <bruno@clisp.org>
1361
1362         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
1363         * doc/posix-functions/iswalpha_l.texi: Likewise.
1364         * doc/posix-functions/iswblank_l.texi: Likewise.
1365         * doc/posix-functions/iswcntrl_l.texi: Likewise.
1366         * doc/posix-functions/iswctype_l.texi: Likewise.
1367         * doc/posix-functions/iswdigit_l.texi: Likewise.
1368         * doc/posix-functions/iswgraph_l.texi: Likewise.
1369         * doc/posix-functions/iswlower_l.texi: Likewise.
1370         * doc/posix-functions/iswprint_l.texi: Likewise.
1371         * doc/posix-functions/iswpunct_l.texi: Likewise.
1372         * doc/posix-functions/iswspace_l.texi: Likewise.
1373         * doc/posix-functions/iswupper_l.texi: Likewise.
1374         * doc/posix-functions/iswxdigit_l.texi: Likewise.
1375         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
1376         * doc/posix-functions/open_wmemstream.texi: Likewise.
1377         * doc/posix-functions/swscanf.texi: Likewise.
1378         * doc/posix-functions/towctrans_l.texi: Likewise.
1379         * doc/posix-functions/towlower.texi: Likewise.
1380         * doc/posix-functions/towlower_l.texi: Likewise.
1381         * doc/posix-functions/towupper.texi: Likewise.
1382         * doc/posix-functions/towupper_l.texi: Likewise.
1383         * doc/posix-functions/vfwprintf.texi: Likewise.
1384         * doc/posix-functions/vfwscanf.texi: Likewise.
1385         * doc/posix-functions/vswscanf.texi: Likewise.
1386         * doc/posix-functions/vwprintf.texi: Likewise.
1387         * doc/posix-functions/vwscanf.texi: Likewise.
1388         * doc/posix-functions/wcpcpy.texi: Likewise.
1389         * doc/posix-functions/wcpncpy.texi: Likewise.
1390         * doc/posix-functions/wcscasecmp.texi: Likewise.
1391         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
1392         * doc/posix-functions/wcscoll_l.texi: Likewise.
1393         * doc/posix-functions/wcsdup.texi: Likewise.
1394         * doc/posix-functions/wcsncasecmp.texi: Likewise.
1395         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
1396         * doc/posix-functions/wcsnlen.texi: Likewise.
1397         * doc/posix-functions/wcsnrtombs.texi: Likewise.
1398         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
1399         * doc/posix-functions/wctrans_l.texi: Likewise.
1400         * doc/posix-functions/wctype_l.texi: Likewise.
1401         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
1402         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
1403         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
1404         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
1405         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
1406         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
1407         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
1408         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
1409         * doc/glibc-functions/wcschrnul.texi: Likewise.
1410         * doc/glibc-functions/wcsftime_l.texi: Likewise.
1411         * doc/glibc-functions/wcstod_l.texi: Likewise.
1412         * doc/glibc-functions/wcstof_l.texi: Likewise.
1413         * doc/glibc-functions/wcstol_l.texi: Likewise.
1414         * doc/glibc-functions/wcstold_l.texi: Likewise.
1415         * doc/glibc-functions/wcstoll_l.texi: Likewise.
1416         * doc/glibc-functions/wcstoq.texi: Likewise.
1417         * doc/glibc-functions/wcstoul_l.texi: Likewise.
1418         * doc/glibc-functions/wcstoull_l.texi: Likewise.
1419         * doc/glibc-functions/wcstouq.texi: Likewise.
1420         * doc/glibc-functions/wmempcpy.texi: Likewise.
1421
1422 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
1423             Eric Blake  <ebb9@byu.net>
1424             Paolo Bonzini  <bonzini@gnu.org>
1425             Bruno Haible  <bruno@clisp.org>
1426
1427         Make c-stack work on Haiku.
1428         * lib/c-stack.c (SA_ONSTACK): Define fallback.
1429         (c_stack_action): Use SA_ONSTACK flag.
1430
1431 2008-12-22  Bruno Haible  <bruno@clisp.org>
1432
1433         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
1434
1435 2008-12-22  Bruno Haible  <bruno@clisp.org>
1436
1437         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
1438         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
1439         being overridden.
1440         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
1441         New macros.
1442         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
1443         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
1444         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
1445         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
1446
1447 2008-12-22  Bruno Haible  <bruno@clisp.org>
1448
1449         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
1450         from test code.
1451
1452 2008-12-22  Eric Blake  <ebb9@byu.net>
1453
1454         Avoid gcc warnings on cygwin.
1455         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
1456         Avoid unused variable.
1457         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
1458         Likewise.
1459
1460 2008-12-22  Bruno Haible  <bruno@clisp.org>
1461
1462         Remove HAVE_MBRTOWC conditionals.
1463         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
1464         (mbscasecmp): Assume mbrtowc function.
1465         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
1466         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
1467         * lib/mbschr.c: Include mbuiter.h unconditionally.
1468         (mbschr): Assume mbrtowc function.
1469         * lib/mbscspn.c: Include mbuiter.h unconditionally.
1470         (mbscspn): Assume mbrtowc function.
1471         * lib/mbslen.c: Include mbuiter.h unconditionally.
1472         (mbslen): Assume mbrtowc function.
1473         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
1474         (mbsncasecmp): Assume mbrtowc function.
1475         * lib/mbsnlen.c: Include mbiter.h unconditionally.
1476         (mbsnlen): Assume mbrtowc function.
1477         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
1478         (mbspbrk): Assume mbrtowc function.
1479         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
1480         (mbspcasecmp): Assume mbrtowc function.
1481         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
1482         (mbsrchr): Assume mbrtowc function.
1483         * lib/mbssep.c: Include mbuiter.h unconditionally.
1484         (mbssep): Assume mbrtowc function.
1485         * lib/mbsspn.c: Include mbuiter.h unconditionally.
1486         (mbsspn): Assume mbrtowc function.
1487         * lib/mbsstr.c: Include mbuiter.h unconditionally.
1488         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
1489         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
1490         (mbstok_r): Assume mbrtowc function.
1491         * lib/propername.c: Include mbuiter.h unconditionally.
1492         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
1493         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
1494         (trim2): Assume mbrtowc function.
1495         * lib/mbswidth.c (mbsinit): Remove fallback definition.
1496         (mbsnwidth): Assume mbrtowc function.
1497         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
1498         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
1499         fallback definitions.
1500         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
1501
1502 2008-12-22  Bruno Haible  <bruno@clisp.org>
1503
1504         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
1505
1506 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
1507
1508         * modules/regex: Request emulations for the mb*/wc* functions we need.
1509         * m4/regex.m4: Don't look for those functions here.
1510         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
1511
1512 2008-12-22  Bruno Haible  <bruno@clisp.org>
1513
1514         * modules/fnmatch (Depends-on): Remove duplicated dependency.
1515
1516 2008-12-21  Bruno Haible  <bruno@clisp.org>
1517
1518         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
1519         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
1520         (Include): Remove conditionalization.
1521         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
1522         (Include): Remove conditionalization.
1523         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
1524         (Include): Remove conditionalization.
1525         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
1526         * m4/mbfile.m4 (gl_MBFILE): Likewise.
1527         * NEWS: Mention the change.
1528         Reported by Alan Hourihane <alanh@fairlite.co.uk>
1529         via Sergey Poznyakoff <gray@gnu.org.ua>.
1530
1531 2008-12-21  Bruno Haible  <bruno@clisp.org>
1532
1533         * MODULES.html.sh (Extended multibyte and wide character utilities
1534         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
1535         wcrtomb, wcsrtombs.
1536         (Support for systems lacking POSIX:2008): Add accept, bind, close,
1537         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
1538         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
1539         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
1540
1541 2008-12-21  Bruno Haible  <bruno@clisp.org>
1542
1543         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
1544
1545 2008-12-21  Bruno Haible  <bruno@clisp.org>
1546
1547         * modules/wcsnrtombs-tests: New file.
1548         * tests/test-wcsnrtombs1.sh: New file.
1549         * tests/test-wcsnrtombs2.sh: New file.
1550         * tests/test-wcsnrtombs3.sh: New file.
1551         * tests/test-wcsnrtombs4.sh: New file.
1552         * tests/test-wcsnrtombs.c: New file.
1553
1554         New module 'wcsnrtombs'.
1555         * lib/wchar.in.h (wcsnrtombs): New declaration.
1556         * lib/wcsnrtombs.c: New file.
1557         * lib/wcsrtombs-state.c: New file.
1558         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
1559         (internal_state): Remove variable.
1560         * m4/wcsnrtombs.m4: New file.
1561         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
1562         compilation units.
1563         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
1564         HAVE_WCSNRTOMBS.
1565         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
1566         HAVE_WCSNRTOMBS.
1567         * modules/wcsnrtombs: New file.
1568         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
1569         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
1570
1571 2008-12-21  Bruno Haible  <bruno@clisp.org>
1572
1573         * modules/wcsrtombs-tests: New file.
1574         * tests/test-wcsrtombs1.sh: New file.
1575         * tests/test-wcsrtombs2.sh: New file.
1576         * tests/test-wcsrtombs3.sh: New file.
1577         * tests/test-wcsrtombs4.sh: New file.
1578         * tests/test-wcsrtombs.c: New file.
1579
1580         New module 'wcsrtombs'.
1581         * lib/wchar.in.h (wcsrtombs): New declaration.
1582         * lib/wcsrtombs.c: New file.
1583         * m4/wcsrtombs.m4: New file.
1584         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
1585         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
1586         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
1587         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
1588         * modules/wcsrtombs: New file.
1589         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
1590         bugs.
1591
1592 2008-12-21  Bruno Haible  <bruno@clisp.org>
1593
1594         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
1595         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
1596         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
1597         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
1598         if not correct.
1599         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
1600         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
1601         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1602         m4/locale-zh.m4, m4/codeset.m4.
1603         * doc/posix-functions/wcrtomb.texi: Document the bug.
1604
1605 2008-12-21  Bruno Haible  <bruno@clisp.org>
1606
1607         Work around a btowc() bug on IRIX 6.5.
1608         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
1609         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
1610         REPLACE_WTOBC if not.
1611         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
1612         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
1613         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
1614
1615 2008-12-21  Bruno Haible  <bruno@clisp.org>
1616
1617         * modules/wcrtomb-tests: New file.
1618         * tests/test-wcrtomb.sh: New file.
1619         * tests/test-wcrtomb.c: New file.
1620
1621         New module 'wcrtomb'.
1622         * lib/wchar.in.h (wcrtomb): New declaration.
1623         * lib/wcrtomb.c: New file.
1624         * m4/wcrtomb.m4: New file.
1625         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
1626         HAVE_WCRTOMB.
1627         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
1628         HAVE_WCRTOMB.
1629         * modules/wcrtomb: New file.
1630         * doc/posix-functions/wcrtomb.texi: Mention the new module.
1631
1632 2008-12-21  Bruno Haible  <bruno@clisp.org>
1633
1634         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
1635         * modules/mbsrtowcs (Files): Likewise.
1636         * modules/wctob (Files): Likewise.
1637         * modules/c-strcase-tests (Files): Likewise.
1638         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
1639         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
1640         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
1641         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
1642         * modules/vasnprintf-posix-tests (Files): Likewise.
1643
1644 2008-12-21  William Pursell  <bill.pursell@gmail.com>
1645
1646         gitlog-to-changelog: pass all command-line arguments to git-log
1647         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
1648         it is sometimes convenient to filter the commits in various ways.
1649         gitlog-to-changelog only allows --since to specify a start date,
1650         but git-log itself supports many other filtering mechanisms.
1651         At the moment, I want to filter by branch name.  Rather than
1652         adding a --branch option to gitlog-to-changelog, it seems more
1653         flexible to simply pass all options directly to git-log and let
1654         git do the work.  Notice that this effectively makes --since a
1655         redundant option for gitlog-to-changelog, but removing it would
1656         require current usage to change since calls would then require
1657         an additional '--'.
1658
1659 2008-12-21  Bruno Haible  <bruno@clisp.org>
1660
1661         * modules/mbsnrtowcs-tests: New file.
1662         * tests/test-mbsnrtowcs1.sh: New file.
1663         * tests/test-mbsnrtowcs2.sh: New file.
1664         * tests/test-mbsnrtowcs3.sh: New file.
1665         * tests/test-mbsnrtowcs4.sh: New file.
1666         * tests/test-mbsnrtowcs.c: New file.
1667
1668         New module 'mbsnrtowcs'.
1669         * lib/wchar.in.h (mbsnrtowcs): New declaration.
1670         * lib/mbsnrtowcs.c: New file.
1671         * lib/mbsrtowcs-state.c: New file.
1672         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
1673         (internal_state): Remove variable.
1674         * m4/mbsnrtowcs.m4: New file.
1675         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
1676         compilation units.
1677         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
1678         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
1679         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
1680         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
1681         * modules/mbsnrtowcs: New file.
1682         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
1683         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
1684         portability problem.
1685
1686 2008-12-21  Bruno Haible  <bruno@clisp.org>
1687
1688         Work around mbsrtowcs bug.
1689         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
1690         (gl_FUNC_MBSRTOWCS): Invoke it.
1691         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1692         m4/locale-zh.m4.
1693         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
1694
1695 2008-12-21  Bruno Haible  <bruno@clisp.org>
1696
1697         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
1698
1699 2008-12-21  Bruno Haible  <bruno@clisp.org>
1700
1701         Update doc for AIX.
1702         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
1703         16-bit wchar_t type.
1704         * doc/posix-functions/btowc.texi: Likewise.
1705         * doc/posix-functions/fgetwc.texi: Likewise.
1706         * doc/posix-functions/fgetws.texi: Likewise.
1707         * doc/posix-functions/fputwc.texi: Likewise.
1708         * doc/posix-functions/fputws.texi: Likewise.
1709         * doc/posix-functions/fwide.texi: Likewise.
1710         * doc/posix-functions/fwprintf.texi: Likewise.
1711         * doc/posix-functions/fwscanf.texi: Likewise.
1712         * doc/posix-functions/getwchar.texi: Likewise.
1713         * doc/posix-functions/getwc.texi: Likewise.
1714         * doc/posix-functions/iswalnum.texi: Likewise.
1715         * doc/posix-functions/iswalpha.texi: Likewise.
1716         * doc/posix-functions/iswblank.texi: Likewise.
1717         * doc/posix-functions/iswcntrl.texi: Likewise.
1718         * doc/posix-functions/iswctype.texi: Likewise.
1719         * doc/posix-functions/iswdigit.texi: Likewise.
1720         * doc/posix-functions/iswgraph.texi: Likewise.
1721         * doc/posix-functions/iswlower.texi: Likewise.
1722         * doc/posix-functions/iswprint.texi: Likewise.
1723         * doc/posix-functions/iswpunct.texi: Likewise.
1724         * doc/posix-functions/iswspace.texi: Likewise.
1725         * doc/posix-functions/iswupper.texi: Likewise.
1726         * doc/posix-functions/iswxdigit.texi: Likewise.
1727         * doc/posix-functions/mbrtowc.texi: Likewise.
1728         * doc/posix-functions/mbsrtowcs.texi: Likewise.
1729         * doc/posix-functions/mbstowcs.texi: Likewise.
1730         * doc/posix-functions/mbtowc.texi: Likewise.
1731         * doc/posix-functions/putwchar.texi: Likewise.
1732         * doc/posix-functions/putwc.texi: Likewise.
1733         * doc/posix-functions/swprintf.texi: Likewise.
1734         * doc/posix-functions/tolower.texi: Likewise.
1735         * doc/posix-functions/toupper.texi: Likewise.
1736         * doc/posix-functions/towctrans.texi: Likewise.
1737         * doc/posix-functions/ungetwc.texi: Likewise.
1738         * doc/posix-functions/vswprintf.texi: Likewise.
1739         * doc/posix-functions/wcrtomb.texi: Likewise.
1740         * doc/posix-functions/wcscat.texi: Likewise.
1741         * doc/posix-functions/wcschr.texi: Likewise.
1742         * doc/posix-functions/wcscmp.texi: Likewise.
1743         * doc/posix-functions/wcscoll.texi: Likewise.
1744         * doc/posix-functions/wcscpy.texi: Likewise.
1745         * doc/posix-functions/wcscspn.texi: Likewise.
1746         * doc/posix-functions/wcsftime.texi: Likewise.
1747         * doc/posix-functions/wcslen.texi: Likewise.
1748         * doc/posix-functions/wcsncat.texi: Likewise.
1749         * doc/posix-functions/wcsncmp.texi: Likewise.
1750         * doc/posix-functions/wcsncpy.texi: Likewise.
1751         * doc/posix-functions/wcspbrk.texi: Likewise.
1752         * doc/posix-functions/wcsrchr.texi: Likewise.
1753         * doc/posix-functions/wcsrtombs.texi: Likewise.
1754         * doc/posix-functions/wcsspn.texi: Likewise.
1755         * doc/posix-functions/wcsstr.texi: Likewise.
1756         * doc/posix-functions/wcstod.texi: Likewise.
1757         * doc/posix-functions/wcstof.texi: Likewise.
1758         * doc/posix-functions/wcstoimax.texi: Likewise.
1759         * doc/posix-functions/wcstok.texi: Likewise.
1760         * doc/posix-functions/wcstold.texi: Likewise.
1761         * doc/posix-functions/wcstoll.texi: Likewise.
1762         * doc/posix-functions/wcstol.texi: Likewise.
1763         * doc/posix-functions/wcstombs.texi: Likewise.
1764         * doc/posix-functions/wcstoull.texi: Likewise.
1765         * doc/posix-functions/wcstoul.texi: Likewise.
1766         * doc/posix-functions/wcstoumax.texi: Likewise.
1767         * doc/posix-functions/wcswidth.texi: Likewise.
1768         * doc/posix-functions/wcsxfrm.texi: Likewise.
1769         * doc/posix-functions/wctob.texi: Likewise.
1770         * doc/posix-functions/wctomb.texi: Likewise.
1771         * doc/posix-functions/wctrans.texi: Likewise.
1772         * doc/posix-functions/wctype.texi: Likewise.
1773         * doc/posix-functions/wcwidth.texi: Likewise.
1774         * doc/posix-functions/wmemchr.texi: Likewise.
1775         * doc/posix-functions/wmemcmp.texi: Likewise.
1776         * doc/posix-functions/wmemcpy.texi: Likewise.
1777         * doc/posix-functions/wmemmove.texi: Likewise.
1778         * doc/posix-functions/wmemset.texi: Likewise.
1779         * doc/posix-functions/wprintf.texi: Likewise.
1780         * doc/posix-functions/wscanf.texi: Likewise.
1781
1782 2008-12-21  Bruno Haible  <bruno@clisp.org>
1783
1784         Update doc for HP-UX 11.11.
1785         * doc/posix-functions/btowc.texi: Clarify that the function is missing
1786         in HP-UX version 11.00, not in all versions of HP-UX 11.
1787         * doc/posix-functions/fwide.texi: Likewise.
1788         * doc/posix-functions/fwprintf.texi: Likewise.
1789         * doc/posix-functions/fwscanf.texi: Likewise.
1790         * doc/posix-functions/inet_ntop.texi: Likewise.
1791         * doc/posix-functions/inet_pton.texi: Likewise.
1792         * doc/posix-functions/mbrlen.texi: Likewise.
1793         * doc/posix-functions/mbrtowc.texi: Likewise.
1794         * doc/posix-functions/mbsinit.texi: Likewise.
1795         * doc/posix-functions/mbsrtowcs.texi: Likewise.
1796         * doc/posix-functions/swprintf.texi: Likewise.
1797         * doc/posix-functions/swscanf.texi: Likewise.
1798         * doc/posix-functions/towctrans.texi: Likewise.
1799         * doc/posix-functions/vfwprintf.texi: Likewise.
1800         * doc/posix-functions/vswprintf.texi: Likewise.
1801         * doc/posix-functions/vwprintf.texi: Likewise.
1802         * doc/posix-functions/wcrtomb.texi: Likewise.
1803         * doc/posix-functions/wcsrtombs.texi: Likewise.
1804         * doc/posix-functions/wcsstr.texi: Likewise.
1805         * doc/posix-functions/wctob.texi: Likewise.
1806         * doc/posix-functions/wctrans.texi: Likewise.
1807         * doc/posix-functions/wmemchr.texi: Likewise.
1808         * doc/posix-functions/wmemcmp.texi: Likewise.
1809         * doc/posix-functions/wmemcpy.texi: Likewise.
1810         * doc/posix-functions/wmemmove.texi: Likewise.
1811         * doc/posix-functions/wmemset.texi: Likewise.
1812         * doc/posix-functions/wprintf.texi: Likewise.
1813         * doc/posix-functions/wscanf.texi: Likewise.
1814
1815 2008-12-21  Bruno Haible  <bruno@clisp.org>
1816
1817         Work around a portability problem.
1818         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
1819         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
1820
1821 2008-12-20  Bruno Haible  <bruno@clisp.org>
1822
1823         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
1824         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
1825         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
1826         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
1827         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
1828
1829         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
1830         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
1831         set.
1832         (GNULIB_defined_mbstate_t): New macro.
1833         (mbsinit): Redefine if REPLACE_MBSINIT is set.
1834         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
1835         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
1836         reuses the system's mbrtowc function but works around the bugs.
1837         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
1838         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
1839         macros.
1840         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
1841         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
1842         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
1843         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
1844         REPLACE_MBSINIT if mbsinit needs to be overridden.
1845         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
1846         REPLACE_MBSINIT, REPLACE_MBRTOWC.
1847         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
1848         REPLACE_MBSINIT, REPLACE_MBRTOWC.
1849         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
1850         m4/locale-zh.m4.
1851         (Depends): Add mbsinit.
1852         * modules/mbsinit (Depends): Add mbrtowc.
1853         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
1854
1855 2008-12-20  Bruno Haible  <bruno@clisp.org>
1856
1857         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
1858         so that there are no conversion errors on AIX.
1859         * tests/test-mbsrtowcs.c (main): LIkewise.
1860
1861 2008-12-20  Bruno Haible  <bruno@clisp.org>
1862
1863         Work around wctob bug on Solaris <= 9.
1864         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
1865         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
1866         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
1867         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
1868         * modules/wctob (Files): Add m4/locale-fr.m4.
1869         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
1870
1871 2008-12-20  Bruno Haible  <bruno@clisp.org>
1872
1873         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
1874         /dev/null.
1875         * tests/test-select-in.sh: Likewise.
1876         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1877
1878 2008-12-20  Bruno Haible  <bruno@clisp.org>
1879
1880         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
1881         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
1882         Cygwin 1.5.x.
1883
1884 2008-12-20  Bruno Haible  <bruno@clisp.org>
1885
1886         Ensure mbstate_t is defined on HP-UX 11.11.
1887         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
1888         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
1889         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
1890         AC_USE_SYSTEM_EXTENSIONS.
1891         * modules/fnmatch (Depends-on): Add extensions.
1892         * modules/mbrlen (Depends-on): Likewise.
1893         * modules/mbrtowc (Depends-on): Likewise.
1894         * modules/mbsinit (Depends-on): Likewise.
1895         * modules/mbsrtowcs (Depends-on): Likewise.
1896         * modules/mbswidth (Depends-on): Likewise.
1897         * modules/quotearg (Depends-on): Likewise.
1898         * modules/strftime (Depends-on): Likewise.
1899
1900 2008-12-20  Bruno Haible  <bruno@clisp.org>
1901
1902         Ensure wctob is declared on IRIX 6.5.
1903         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
1904         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
1905         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
1906         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
1907         of HAVE_WCTOB.
1908         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
1909         HAVE_WCTOB.
1910         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
1911
1912 2008-12-19  Bruno Haible  <bruno@clisp.org>
1913
1914         * modules/mbsrtowcs-tests: New file.
1915         * tests/test-mbsrtowcs1.sh: New file.
1916         * tests/test-mbsrtowcs2.sh: New file.
1917         * tests/test-mbsrtowcs3.sh: New file.
1918         * tests/test-mbsrtowcs4.sh: New file.
1919         * tests/test-mbsrtowcs.c: New file.
1920
1921         New module 'mbsrtowcs'.
1922         * lib/wchar.in.h (mbsrtowcs): New declaration.
1923         * lib/mbsrtowcs.c: New file.
1924         * m4/mbsrtowcs.m4: New file.
1925         * modules/mbsrtowcs: New file.
1926         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
1927         HAVE_MBSRTOWCS.
1928         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
1929         HAVE_MBSRTOWCS.
1930         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
1931
1932 2008-12-19  Bruno Haible  <bruno@clisp.org>
1933
1934         New module 'mbrlen'.
1935         * lib/wchar.in.h (mbrlen): New declaration.
1936         * lib/mbrlen.c: New file.
1937         * m4/mbrlen.m4: New file.
1938         * modules/mbrlen: New file.
1939         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
1940         HAVE_MBRLEN.
1941         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
1942         HAVE_MBRLEN.
1943         * doc/posix-functions/mbrlen.texi: Document the new module.
1944
1945 2008-12-19  Bruno Haible  <bruno@clisp.org>
1946
1947         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
1948         * modules/mbrtowc (Depends-on): Add verify.
1949         Suggested by Paul Eggert.
1950
1951 2008-12-18  Bruno Haible  <bruno@clisp.org>
1952
1953         * modules/mbsinit-tests: New file.
1954         * tests/test-mbsinit.sh: New file.
1955         * tests/test-mbsinit.c: New file.
1956
1957 2008-12-18  Bruno Haible  <bruno@clisp.org>
1958
1959         * modules/mbrtowc-tests: New file.
1960         * tests/test-mbrtowc1.sh: New file.
1961         * tests/test-mbrtowc2.sh: New file.
1962         * tests/test-mbrtowc3.sh: New file.
1963         * tests/test-mbrtowc4.sh: New file.
1964         * tests/test-mbrtowc.c: New file.
1965
1966         New module 'mbrtowc'.
1967         * lib/wchar.in.h (mbstate_t): Override when the system does not have
1968         mbsinit and mbrtowc.
1969         (mbrtowc): New declaration.
1970         * lib/mbrtowc.c: New file.
1971         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
1972         * modules/mbrtowc: New file.
1973         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
1974         HAVE_MBRTOWC.
1975         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
1976         HAVE_MBRTOWC.
1977         * doc/posix-functions/mbrtowc.texi: Document the new module.
1978
1979 2008-12-18  Bruno Haible  <bruno@clisp.org>
1980
1981         New module 'wctob'.
1982         * lib/wchar.in.h (wctob): New declaration.
1983         * lib/wctob.c: New file.
1984         * m4/wctob.m4: New file.
1985         * modules/wctob: New file.
1986         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
1987         HAVE_WCTOB.
1988         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
1989         * doc/posix-functions/wctob.texi: Document the new module.
1990
1991 2008-12-18  Bruno Haible  <bruno@clisp.org>
1992
1993         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
1994         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
1995
1996 2008-12-18  Simon Josefsson  <simon@josefsson.org>
1997
1998         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
1999         G. Christensen" <tgc@jupiterrise.com>.
2000
2001         * lib/flock.c: Need to include errno.h.  Reported by "Tom
2002         G. Christensen" <tgc@jupiterrise.com>.
2003
2004         * lib/flock.c: Need to include string.h.  Reported by "Tom
2005         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
2006         <ebb9@byu.net>.
2007
2008 2008-12-18  Bruno Haible  <bruno@clisp.org>
2009
2010         * m4/locale-ja.m4: New file, from GNU gettext.
2011
2012 2008-12-17  Bruno Haible  <bruno@clisp.org>
2013
2014         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
2015         Suggested by Eric Blake.
2016
2017 2008-12-17  Bruno Haible  <bruno@clisp.org>
2018
2019         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
2020
2021 2008-12-17  Bruno Haible  <bruno@clisp.org>
2022
2023         * lib/mbsinit.c: Include verify.h. Verify an assumption.
2024         * modules/mbsinit (Depends-on): Add verify.
2025         Suggested by Paul Eggert.
2026
2027 2008-12-17  Bruno Haible  <bruno@clisp.org>
2028
2029         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
2030         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
2031         gl_FUNC_MBRTOWC.
2032         * m4/mbiter.m4 (gl_MBITER): LIkewise.
2033         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
2034         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
2035         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
2036         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
2037         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
2038         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
2039         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
2040         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
2041         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
2042         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
2043         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
2044         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
2045         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
2046         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
2047         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2048         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
2049         * modules/trim (configure.ac): Likewise.
2050
2051 2008-12-17  Bruno Haible  <bruno@clisp.org>
2052
2053         * modules/btowc-tests: New file.
2054         * tests/test-btowc1.sh: New file.
2055         * tests/test-btowc2.sh: New file.
2056         * tests/test-btowc.c: New file.
2057
2058         New module 'btowc'.
2059         * lib/wchar.in.h (btowc): New declaration.
2060         * lib/btowc.c: New file.
2061         * m4/btowc.m4: New file.
2062         * modules/btowc: New file.
2063         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
2064         HAVE_BTOWC.
2065         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
2066         * doc/posix-functions/btowc.texi: Document the new module.
2067
2068 2008-12-17  Bruno Haible  <bruno@clisp.org>
2069
2070         New module 'mbsinit'.
2071         * lib/wchar.in.h (mbsinit): New declaration.
2072         * lib/mbsinit.c: New file.
2073         * m4/mbsinit.m4: New file.
2074         * modules/mbsinit: New file.
2075         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
2076         HAVE_MBSINIT.
2077         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
2078         HAVE_MBSINIT.
2079         * doc/posix-functions/mbsinit.texi: Document the new module.
2080
2081 2008-12-16  Bruno Haible  <bruno@clisp.org>
2082
2083         * lib/unistd.in.h: Add comment.
2084         * tests/test-environ.c: Don't include <stdlib.h>.
2085
2086 2008-12-16  Bruno Haible  <bruno@clisp.org>
2087
2088         * lib/parse-duration.h (parse_duration): Document return value
2089         convention.
2090         * lib/parse-duration.c: Include specification header first. Add
2091         comments.
2092         (_): Remove macro.
2093         (parse_year_month_day, parse_hour_minute_second): Move side effects
2094         outside of strchr call.
2095         (parse_non_iso8601): Move side effects outside of isspace call.
2096         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
2097         call.
2098
2099 2008-12-16  Bruno Haible  <bruno@clisp.org>
2100
2101         * tests/test-parse-duration.sh: Produce no output when the test
2102         succeeds.
2103
2104 2008-12-16  Bruno Haible  <bruno@clisp.org>
2105
2106         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
2107         expressions.
2108
2109 2008-12-15  Bruno Haible  <bruno@clisp.org>
2110
2111         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
2112         * doc/glibc-functions/flistxattr.texi: Likewise.
2113         * doc/glibc-functions/fopencookie.texi: Likewise.
2114         * doc/glibc-functions/fremovexattr.texi: Likewise.
2115         * doc/glibc-functions/fsetxattr.texi: Likewise.
2116         * doc/glibc-functions/getxattr.texi: Likewise.
2117         * doc/glibc-functions/lgetxattr.texi: Likewise.
2118         * doc/glibc-functions/listxattr.texi: Likewise.
2119         * doc/glibc-functions/llistxattr.texi: Likewise.
2120         * doc/glibc-functions/lremovexattr.texi: Likewise.
2121         * doc/glibc-functions/lsetxattr.texi: Likewise.
2122         * doc/glibc-functions/removexattr.texi: Likewise.
2123         * doc/glibc-functions/setxattr.texi: Likewise.
2124         * doc/posix-functions/open_memstream.texi: Likewise.
2125
2126 2008-12-15  Eric Blake  <ebb9@byu.net>
2127
2128         Update doc for cygwin 1.7.
2129         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
2130         functions.
2131         * doc/posix-functions/fchmodat.texi: Likewise.
2132         * doc/posix-functions/fchownat.texi: Likewise.
2133         * doc/posix-functions/fdopendir.texi: Likewise.
2134         * doc/posix-functions/fmemopen.texi: Likewise.
2135         * doc/posix-functions/freeaddrinfo.texi: Likewise.
2136         * doc/posix-functions/fstatat.texi: Likewise.
2137         * doc/posix-functions/futimens.texi: Likewise.
2138         * doc/posix-functions/gai_strerror.texi: Likewise.
2139         * doc/posix-functions/getaddrinfo.texi: Likewise.
2140         * doc/posix-functions/getnameinfo.texi: Likewise.
2141         * doc/posix-functions/if_freenameindex.texi: Likewise.
2142         * doc/posix-functions/if_indextoname.texi: Likewise.
2143         * doc/posix-functions/if_nameindex.texi: Likewise.
2144         * doc/posix-functions/if_nametoindex.texi: Likewise.
2145         * doc/posix-functions/insque.texi: Likewise.
2146         * doc/posix-functions/linkat.texi: Likewise.
2147         * doc/posix-functions/llrint.texi: Likewise.
2148         * doc/posix-functions/llrintf.texi: Likewise.
2149         * doc/posix-functions/llrintl.texi: Likewise.
2150         * doc/posix-functions/lockf.texi: Likewise.
2151         * doc/posix-functions/lrintl.texi: Likewise.
2152         * doc/posix-functions/mkdirat.texi: Likewise.
2153         * doc/posix-functions/mkfifoat.texi: Likewise.
2154         * doc/posix-functions/mknodat.texi: Likewise.
2155         * doc/posix-functions/mq_close.texi: Likewise.
2156         * doc/posix-functions/mq_getattr.texi: Likewise.
2157         * doc/posix-functions/mq_notify.texi: Likewise.
2158         * doc/posix-functions/mq_open.texi: Likewise.
2159         * doc/posix-functions/mq_receive.texi: Likewise.
2160         * doc/posix-functions/mq_send.texi: Likewise.
2161         * doc/posix-functions/mq_setattr.texi: Likewise.
2162         * doc/posix-functions/mq_timedreceive.texi: Likewise.
2163         * doc/posix-functions/mq_timedsend.texi: Likewise.
2164         * doc/posix-functions/mq_unlink.texi: Likewise.
2165         * doc/posix-functions/open_memstream.texi: Likewise.
2166         * doc/posix-functions/openat.texi: Likewise.
2167         * doc/posix-functions/posix_fadvise.texi: Likewise.
2168         * doc/posix-functions/posix_fallocate.texi: Likewise.
2169         * doc/posix-functions/posix_madvise.texi: Likewise.
2170         * doc/posix-functions/posix_memalign.texi: Likewise.
2171         * doc/posix-functions/posix_openpt.texi: Likewise.
2172         * doc/posix-functions/readlinkat.texi: Likewise.
2173         * doc/posix-functions/remque.texi: Likewise.
2174         * doc/posix-functions/renameat.texi: Likewise.
2175         * doc/posix-functions/rintl.texi: Likewise.
2176         * doc/posix-functions/sem_unlink.texi: Likewise.
2177         * doc/posix-functions/shm_open.texi: Likewise.
2178         * doc/posix-functions/shm_unlink.texi: Likewise.
2179         * doc/posix-functions/signgam.texi: Likewise.
2180         * doc/posix-functions/sigset.texi: Likewise.
2181         * doc/posix-functions/stpcpy.texi: Likewise.
2182         * doc/posix-functions/stpncpy.texi: Likewise.
2183         * doc/posix-functions/strerror.texi: Likewise.
2184         * doc/posix-functions/strtod.texi: Likewise.
2185         * doc/posix-functions/symlinkat.texi: Likewise.
2186         * doc/posix-functions/unlinkat.texi: Likewise.
2187         * doc/posix-functions/utimensat.texi: Likewise.
2188         * doc/glibc-functions/bindresvport.texi: Likewise.
2189         * doc/glibc-functions/dn_expand.texi: Likewise.
2190         * doc/glibc-functions/exp10.texi: Likewise.
2191         * doc/glibc-functions/exp10f.texi: Likewise.
2192         * doc/glibc-functions/fgetxattr.texi: Likewise.
2193         * doc/glibc-functions/flistxattr.texi: Likewise.
2194         * doc/glibc-functions/fopencookie.texi: Likewise.
2195         * doc/glibc-functions/freeifaddrs.texi: Likewise.
2196         * doc/glibc-functions/fremovexattr.texi: Likewise.
2197         * doc/glibc-functions/fsetxattr.texi: Likewise.
2198         * doc/glibc-functions/getifaddrs.texi: Likewise.
2199         * doc/glibc-functions/getxattr.texi: Likewise.
2200         * doc/glibc-functions/lgetxattr.texi: Likewise.
2201         * doc/glibc-functions/listxattr.texi: Likewise.
2202         * doc/glibc-functions/llistxattr.texi: Likewise.
2203         * doc/glibc-functions/lremovexattr.texi: Likewise.
2204         * doc/glibc-functions/lsetxattr.texi: Likewise.
2205         * doc/glibc-functions/pow10.texi: Likewise.
2206         * doc/glibc-functions/pow10f.texi: Likewise.
2207         * doc/glibc-functions/rcmd_af.texi: Likewise.
2208         * doc/glibc-functions/removexattr.texi: Likewise.
2209         * doc/glibc-functions/res_init.texi: Likewise.
2210         * doc/glibc-functions/res_mkquery.texi: Likewise.
2211         * doc/glibc-functions/res_query.texi: Likewise.
2212         * doc/glibc-functions/res_querydomain.texi: Likewise.
2213         * doc/glibc-functions/res_send.texi: Likewise.
2214         * doc/glibc-functions/rresvport_af.texi: Likewise.
2215         * doc/glibc-functions/setxattr.texi: Likewise.
2216         * doc/glibc-functions/strcasestr.texi: Likewise.
2217
2218 2008-12-15  Bruno Haible  <bruno@clisp.org>
2219
2220         Fix compilation error on OSF/1 4.0.
2221         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
2222         <sys/time.h>, simply delegate to the system header.
2223         Reported by Daniel Richard G. <oss@teragram.com>.
2224
2225 2008-12-15  Bruno Haible  <bruno@clisp.org>
2226
2227         * doc/posix-functions/openat.texi: Mention the 'openat' module.
2228         * doc/posix-functions/fchmodat.texi: Likewise.
2229         * doc/posix-functions/fchownat.texi: Likewise.
2230         * doc/posix-functions/fdopendir.texi: Likewise.
2231         * doc/posix-functions/fstatat.texi: Likewise.
2232         * doc/posix-functions/mkdirat.texi: Likewise.
2233         * doc/posix-functions/unlinkat.texi: Likewise.
2234
2235 2008-12-14  Bruno Haible  <bruno@clisp.org>
2236
2237         Update doc for POSIX:2008.
2238         * doc/posix-functions/faccessat.texi: New file.
2239         * doc/posix-functions/fchmodat.texi: New file.
2240         * doc/posix-functions/fchownat.texi: New file.
2241         * doc/posix-functions/fdopendir.texi: New file.
2242         * doc/posix-functions/fstatat.texi: New file.
2243         * doc/posix-functions/futimens.texi: New file.
2244         * doc/posix-functions/linkat.texi: New file.
2245         * doc/posix-functions/mkdirat.texi: New file.
2246         * doc/posix-functions/mkfifoat.texi: New file.
2247         * doc/posix-functions/mknodat.texi: New file.
2248         * doc/posix-functions/open_wmemstream.texi: New file.
2249         * doc/posix-functions/openat.texi: New file.
2250         * doc/posix-functions/psiginfo.texi: New file.
2251         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
2252         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
2253         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
2254         * doc/posix-functions/readlinkat.texi: New file.
2255         * doc/posix-functions/renameat.texi: New file.
2256         * doc/posix-functions/strerror_l.texi: New file.
2257         * doc/posix-functions/symlinkat.texi: New file.
2258         * doc/posix-functions/unlinkat.texi: New file.
2259         * doc/posix-functions/utimensat.texi: New file.
2260         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2261
2262 2008-12-14  Bruno Haible  <bruno@clisp.org>
2263
2264         Update doc for POSIX:2008.
2265         * doc/posix-functions/alphasort.texi: Renamed from
2266         doc/glibc-functions/alphasort.texi.
2267         * doc/posix-functions/dirfd.texi: Renamed from
2268         doc/glibc-functions/dirfd.texi.
2269         * doc/posix-functions/dprintf.texi: Renamed from
2270         doc/glibc-functions/dprintf.texi.
2271         * doc/posix-functions/duplocale.texi: Renamed from
2272         doc/glibc-functions/duplocale.texi.
2273         * doc/posix-functions/fexecve.texi: Renamed from
2274         doc/glibc-functions/fexecve.texi.
2275         * doc/posix-functions/fmemopen.texi: Renamed from
2276         doc/glibc-functions/fmemopen.texi.
2277         * doc/posix-functions/freelocale.texi: Renamed from
2278         doc/glibc-functions/freelocale.texi.
2279         * doc/posix-functions/getdate_err.texi: Renamed from
2280         doc/glibc-functions/getdate_err.texi.
2281         * doc/posix-functions/isalnum_l.texi: Renamed from
2282         doc/glibc-functions/isalnum_l.texi.
2283         * doc/posix-functions/isalpha_l.texi: Renamed from
2284         doc/glibc-functions/isalpha_l.texi.
2285         * doc/posix-functions/isblank_l.texi: Renamed from
2286         doc/glibc-functions/isblank_l.texi.
2287         * doc/posix-functions/iscntrl_l.texi: Renamed from
2288         doc/glibc-functions/iscntrl_l.texi.
2289         * doc/posix-functions/isdigit_l.texi: Renamed from
2290         doc/glibc-functions/isdigit_l.texi.
2291         * doc/posix-functions/isgraph_l.texi: Renamed from
2292         doc/glibc-functions/isgraph_l.texi.
2293         * doc/posix-functions/islower_l.texi: Renamed from
2294         doc/glibc-functions/islower_l.texi.
2295         * doc/posix-functions/isprint_l.texi: Renamed from
2296         doc/glibc-functions/isprint_l.texi.
2297         * doc/posix-functions/ispunct_l.texi: Renamed from
2298         doc/glibc-functions/ispunct_l.texi.
2299         * doc/posix-functions/isspace_l.texi: Renamed from
2300         doc/glibc-functions/isspace_l.texi.
2301         * doc/posix-functions/isupper_l.texi: Renamed from
2302         doc/glibc-functions/isupper_l.texi.
2303         * doc/posix-functions/iswalnum_l.texi: Renamed from
2304         doc/glibc-functions/iswalnum_l.texi.
2305         * doc/posix-functions/iswalpha_l.texi: Renamed from
2306         doc/glibc-functions/iswalpha_l.texi.
2307         * doc/posix-functions/iswblank_l.texi: Renamed from
2308         doc/glibc-functions/iswblank_l.texi.
2309         * doc/posix-functions/iswcntrl_l.texi: Renamed from
2310         doc/glibc-functions/iswcntrl_l.texi.
2311         * doc/posix-functions/iswctype_l.texi: Renamed from
2312         doc/glibc-functions/iswctype_l.texi.
2313         * doc/posix-functions/iswdigit_l.texi: Renamed from
2314         doc/glibc-functions/iswdigit_l.texi.
2315         * doc/posix-functions/iswgraph_l.texi: Renamed from
2316         doc/glibc-functions/iswgraph_l.texi.
2317         * doc/posix-functions/iswlower_l.texi: Renamed from
2318         doc/glibc-functions/iswlower_l.texi.
2319         * doc/posix-functions/iswprint_l.texi: Renamed from
2320         doc/glibc-functions/iswprint_l.texi.
2321         * doc/posix-functions/iswpunct_l.texi: Renamed from
2322         doc/glibc-functions/iswpunct_l.texi.
2323         * doc/posix-functions/iswspace_l.texi: Renamed from
2324         doc/glibc-functions/iswspace_l.texi.
2325         * doc/posix-functions/iswupper_l.texi: Renamed from
2326         doc/glibc-functions/iswupper_l.texi.
2327         * doc/posix-functions/iswxdigit_l.texi: Renamed from
2328         doc/glibc-functions/iswxdigit_l.texi.
2329         * doc/posix-functions/isxdigit_l.texi: Renamed from
2330         doc/glibc-functions/isxdigit_l.texi.
2331         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
2332         doc/glibc-functions/mbsnrtowcs.texi.
2333         * doc/posix-functions/mkdtemp.texi: Renamed from
2334         doc/glibc-functions/mkdtemp.texi.
2335         * doc/posix-functions/newlocale.texi: Renamed from
2336         doc/glibc-functions/newlocale.texi.
2337         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
2338         doc/glibc-functions/nl_langinfo_l.texi.
2339         * doc/posix-functions/open_memstream.texi: Renamed from
2340         doc/glibc-functions/open_memstream.texi.
2341         * doc/posix-functions/opterr.texi: Renamed from
2342         doc/glibc-functions/opterr.texi.
2343         * doc/posix-functions/optind.texi: Renamed from
2344         doc/glibc-functions/optind.texi.
2345         * doc/posix-functions/optopt.texi: Renamed from
2346         doc/glibc-functions/optopt.texi.
2347         * doc/posix-functions/psignal.texi: Renamed from
2348         doc/glibc-functions/psignal.texi.
2349         * doc/posix-functions/scandir.texi: Renamed from
2350         doc/glibc-functions/scandir.texi.
2351         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
2352         doc/glibc-functions/sched_get_priority_min.texi.
2353         * doc/posix-functions/signgam.texi: Renamed from
2354         doc/glibc-functions/signgam.texi.
2355         * doc/posix-functions/stpcpy.texi: Renamed from
2356         doc/glibc-functions/stpcpy.texi.
2357         * doc/posix-functions/stpncpy.texi: Renamed from
2358         doc/glibc-functions/stpncpy.texi.
2359         * doc/posix-functions/strcasecmp_l.texi: Renamed from
2360         doc/glibc-functions/strcasecmp_l.texi.
2361         * doc/posix-functions/strcoll_l.texi: Renamed from
2362         doc/glibc-functions/strcoll_l.texi.
2363         * doc/posix-functions/strfmon_l.texi: Renamed from
2364         doc/glibc-functions/strfmon_l.texi.
2365         * doc/posix-functions/strftime_l.texi: Renamed from
2366         doc/glibc-functions/strftime_l.texi.
2367         * doc/posix-functions/strncasecmp_l.texi: Renamed from
2368         doc/glibc-functions/strncasecmp_l.texi.
2369         * doc/posix-functions/strndup.texi: Renamed from
2370         doc/glibc-functions/strndup.texi.
2371         * doc/posix-functions/strnlen.texi: Renamed from
2372         doc/glibc-functions/strnlen.texi.
2373         * doc/posix-functions/strsignal.texi: Renamed from
2374         doc/glibc-functions/strsignal.texi.
2375         * doc/posix-functions/strxfrm_l.texi: Renamed from
2376         doc/glibc-functions/strxfrm_l.texi.
2377         * doc/posix-functions/timer_gettime.texi: Renamed from
2378         doc/glibc-functions/timer_gettime.texi.
2379         * doc/posix-functions/tolower_l.texi: Renamed from
2380         doc/glibc-functions/tolower_l.texi.
2381         * doc/posix-functions/toupper_l.texi: Renamed from
2382         doc/glibc-functions/toupper_l.texi.
2383         * doc/posix-functions/towctrans_l.texi: Renamed from
2384         doc/glibc-functions/towctrans_l.texi.
2385         * doc/posix-functions/towlower_l.texi: Renamed from
2386         doc/glibc-functions/towlower_l.texi.
2387         * doc/posix-functions/towupper_l.texi: Renamed from
2388         doc/glibc-functions/towupper_l.texi.
2389         * doc/posix-functions/uselocale.texi: Renamed from
2390         doc/glibc-functions/uselocale.texi.
2391         * doc/posix-functions/vdprintf.texi: Renamed from
2392         doc/glibc-functions/vdprintf.texi.
2393         * doc/posix-functions/wcpcpy.texi:
2394         Renamed from doc/glibc-functions/wcpcpy.texi.
2395         * doc/posix-functions/wcpncpy.texi: Renamed from
2396         doc/glibc-functions/wcpncpy.texi.
2397         * doc/posix-functions/wcscasecmp.texi: Renamed from
2398         doc/glibc-functions/wcscasecmp.texi.
2399         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
2400         doc/glibc-functions/wcscasecmp_l.texi.
2401         * doc/posix-functions/wcscoll_l.texi: Renamed from
2402         doc/glibc-functions/wcscoll_l.texi.
2403         * doc/posix-functions/wcsdup.texi: Renamed from
2404         doc/glibc-functions/wcsdup.texi.
2405         * doc/posix-functions/wcsncasecmp.texi: Renamed from
2406         doc/glibc-functions/wcsncasecmp.texi.
2407         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
2408         doc/glibc-functions/wcsncasecmp_l.texi.
2409         * doc/posix-functions/wcsnlen.texi: Renamed from
2410         doc/glibc-functions/wcsnlen.texi.
2411         * doc/posix-functions/wcsnrtombs.texi: Renamed from
2412         doc/glibc-functions/wcsnrtombs.texi.
2413         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
2414         doc/glibc-functions/wcsxfrm_l.texi.
2415         * doc/posix-functions/wctrans_l.texi: Renamed from
2416         doc/glibc-functions/wctrans_l.texi.
2417         * doc/posix-functions/wctype_l.texi: Renamed from
2418         doc/glibc-functions/wctype_l.texi.
2419         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2420         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
2421         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
2422         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
2423         these subsections.
2424         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
2425         Remove sections.
2426
2427 2008-12-14  Bruno Haible  <bruno@clisp.org>
2428
2429         Update doc for POSIX:2008.
2430         * doc/posix-functions/*.texi: Update URL of POSIX specification.
2431
2432 2008-12-14  Bruno Haible  <bruno@clisp.org>
2433
2434         Update doc for POSIX:2008.
2435         * doc/pastposix-functions/bcmp.texi: Renamed from
2436         doc/posix-functions/bcmp.texi.
2437         * doc/pastposix-functions/bcopy.texi: Renamed from
2438         doc/posix-functions/bcopy.texi.
2439         * doc/pastposix-functions/bsd_signal.texi: Renamed from
2440         doc/posix-functions/bsd_signal.texi.
2441         * doc/pastposix-functions/bzero.texi: Renamed from
2442         doc/posix-functions/bzero.texi.
2443         * doc/pastposix-functions/ecvt.texi: Renamed from
2444         doc/posix-functions/ecvt.texi.
2445         * doc/pastposix-functions/fcvt.texi: Renamed from
2446         doc/posix-functions/fcvt.texi.
2447         * doc/pastposix-functions/ftime.texi: Renamed from
2448         doc/posix-functions/ftime.texi.
2449         * doc/pastposix-functions/gcvt.texi: Renamed from
2450         doc/posix-functions/gcvt.texi.
2451         * doc/pastposix-functions/getcontext.texi: Renamed from
2452         doc/posix-functions/getcontext.texi.
2453         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
2454         doc/posix-functions/gethostbyaddr.texi.
2455         * doc/pastposix-functions/gethostbyname.texi: Renamed from
2456         doc/posix-functions/gethostbyname.texi.
2457         * doc/pastposix-functions/getwd.texi: Renamed from
2458         doc/posix-functions/getwd.texi.
2459         * doc/pastposix-functions/h_errno.texi: Renamed from
2460         doc/posix-functions/h_errno.texi.
2461         * doc/pastposix-functions/index.texi: Renamed from
2462         doc/posix-functions/index.texi.
2463         * doc/pastposix-functions/makecontext.texi: Renamed from
2464         doc/posix-functions/makecontext.texi.
2465         * doc/pastposix-functions/mktemp.texi: Renamed from
2466         doc/posix-functions/mktemp.texi.
2467         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
2468         doc/posix-functions/pthread_attr_getstackaddr.texi.
2469         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
2470         doc/posix-functions/pthread_attr_setstackaddr.texi.
2471         * doc/pastposix-functions/rindex.texi: Renamed from
2472         doc/posix-functions/rindex.texi.
2473         * doc/pastposix-functions/scalb.texi: Renamed from
2474         doc/posix-functions/scalb.texi.
2475         * doc/pastposix-functions/setcontext.texi: Renamed from
2476         doc/posix-functions/setcontext.texi.
2477         * doc/pastposix-functions/swapcontext.texi: Renamed from
2478         doc/posix-functions/swapcontext.texi.
2479         * doc/pastposix-functions/ualarm.texi: Renamed from
2480         doc/posix-functions/ualarm.texi.
2481         * doc/pastposix-functions/usleep.texi: Renamed from
2482         doc/posix-functions/usleep.texi.
2483         * doc/pastposix-functions/vfork.texi: Renamed from
2484         doc/posix-functions/vfork.texi.
2485         * doc/pastposix-functions/wcswcs.texi: Renamed from
2486         doc/posix-functions/wcswcs.texi.
2487         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
2488         (Function Substitutes): Update.
2489
2490 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2491
2492         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
2493         m4/strerror.m4.
2494
2495 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2496             Bruno Haible  <bruno@clisp.org>
2497
2498         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
2499
2500 2008-12-13  Bruno Haible  <bruno@clisp.org>
2501
2502         * modules/strtoull (Depends-on): Remove unistd.
2503
2504 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2505
2506         * modules/strtoull (Depends-on): Add stdlib.
2507
2508 2008-12-11  Simon Josefsson  <simon@josefsson.org>
2509
2510         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
2511
2512 2008-12-10  Jim Meyering  <meyering@redhat.com>
2513
2514         gl_ASSERT: don't say assertions are disabled when they're not
2515         * m4/assert.m4 (gl_ASSERT): Do not make configure report
2516         "checking whether to enable assertions... no", when they are in
2517         fact enabled.  This is solely a bug in the output of configure.
2518         In spite of saying "no", NDEBUG was not defined in that case.
2519         Also, as noted by Eric Blake, leave assertions enabled upon
2520         --enable-assert=INVALID.
2521
2522 2008-12-10  Bruno Haible  <bruno@clisp.org>
2523
2524         Change MODULES.html to refer to POSIX:2008 where possible.
2525         * MODULES.html.sh (POSIX2008_URL): New variable.
2526         (posix_headers): Remove sys/timeb, ucontext.
2527         (posix2001_headers): New variable.
2528         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
2529         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
2530         index, makecontext, mktemp, pthread_attr_getstackaddr,
2531         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
2532         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
2533         (posix2001_functions): New variable.
2534         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
2535         otherwise.
2536
2537 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2538
2539         add missing include to parse-duration.c
2540         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
2541         * modules/parse-duration (Depends-on): Add xalloc.
2542
2543         fix sed script reading maint.mk
2544         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
2545         (syntax-check-rules): Use it.
2546
2547 2008-12-09  Bruno Haible  <bruno@clisp.org>
2548
2549         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
2550         MacOS X 10.4/PowerPC.
2551         Reported by Simon Josefsson.
2552
2553 2008-12-08  Jim Meyering  <meyering@redhat.com>
2554
2555         work around mingw's lack of some S_IF definitions
2556         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
2557         Reported by Simon Josefsson.
2558
2559 2008-12-08  Bruno Haible  <bruno@clisp.org>
2560
2561         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
2562         applied to variables. Needed on MacOS X 10.4/PowerPC.
2563         Reported by Simon Josefsson.
2564
2565 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2566         and Eric Blake  <ebb9@byu.net>
2567
2568         assert: honor --enable-assert
2569         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
2570         order to honor --enable-assert, rather than treating it as a
2571         synonym for --disable-assert.
2572
2573 2008-12-08  Jim Meyering  <meyering@redhat.com>
2574
2575         * lib/posixtm.c: Remove now-useless declaration of mktime.
2576
2577         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
2578
2579 2008-12-07  Bruno Haible  <bruno@clisp.org>
2580
2581         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
2582         test_once): Mark functions as static.
2583         * tests/test-tls.c (test_tls): Likewise.
2584
2585 2008-12-07  Bruno Haible  <bruno@clisp.org>
2586
2587         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
2588         iconv_register_autodetect.
2589
2590 2008-12-07  Jim Meyering  <meyering@redhat.com>
2591
2592         posixtm.c: avoid a warning
2593         * lib/posixtm.c (posixtime): Don't initialize tm0.
2594         It's no longer needed to placate gcc4's -Wuninitialized,
2595         and the attempt to placate would elicit a new warning.
2596
2597         unicodeio.c: mark unused parameters
2598         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
2599         (fallback_failure_callback): Likewise.
2600
2601 2008-12-07  Bruno Haible  <bruno@clisp.org>
2602
2603         * gnulib-tool (func_create_testdir): When building the tests
2604         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
2605         Reported by Simon Josefsson.
2606
2607 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2608
2609         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
2610
2611 2008-12-06  Bruno Haible  <bruno@clisp.org>
2612
2613         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
2614         Suggested by Eric Blake.
2615
2616 2008-12-06  Bruno Haible  <bruno@clisp.org>
2617
2618         Fix a c-stack test failure on MacOS X.
2619         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
2620         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
2621         handler for SIGBUS as well.
2622         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
2623         install a signal handler for SIGBUS as well.
2624         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
2625
2626 2008-12-06  Bruno Haible  <bruno@clisp.org>
2627
2628         Advocacy documentation.
2629         * doc/gnulib-intro.texi (Benefits): New section.
2630         * doc/gnulib.texi: Update.
2631
2632 2008-12-06  Bruno Haible  <bruno@clisp.org>
2633
2634         Document the 'manywarnings' module.
2635         * doc/manywarnings.texi: New file.
2636         * doc/gnulib.texi: Include it.
2637
2638 2008-12-05  Eric Blake  <ebb9@byu.net>
2639
2640         tests: silence some gcc warnings
2641         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
2642         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
2643         type mismatches.
2644
2645 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2646             Bruno Haible  <bruno@clisp.org>
2647
2648         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
2649
2650 2008-11-29  Jim Meyering  <meyering@redhat.com>
2651
2652         unicodeio.c: mark unused parameters
2653         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
2654         (fallback_failure_callback): Likewise.
2655
2656         fts: fix a thinko
2657         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
2658         (set_stat_type): Return S_IF*-valued "type" directly.
2659         Prompted by James Youngman's spotting a related bug.
2660         Confirmed by further testing through find.
2661
2662         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
2663         * lib/fts.c (D_TYPE): Define.
2664         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
2665         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
2666         (s_ifmt_shift_bits): New function.
2667         (set_stat_type): New function.
2668         (fts_build): When not calling fts_stat, call set_stat_type
2669         to propagate dirent.d_type info to fts_read caller.
2670         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
2671         fts_statp->st_mode type information may be valid.
2672
2673 2008-11-28  Simon Josefsson  <simon@josefsson.org>
2674
2675         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
2676         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
2677         <sds@gnu.org>.
2678
2679 2008-11-20  Bruno Haible  <bruno@clisp.org>
2680
2681         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
2682         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
2683         INCLUDE_NEXT.
2684         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
2685         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
2686         * modules/math (Makefile.am): Substitute
2687         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
2688         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2689
2690 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
2691             Bruno Haible  <bruno@clisp.org>
2692
2693         * lib/stdint.in.h: Define all type macros so that their expansion is
2694         a single typedef'ed token. Fixes a compilation failure in Boost which
2695         does "using ::int8_t;".
2696
2697 2008-11-18  Simon Josefsson  <simon@josefsson.org>
2698
2699         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
2700         gl_MANYWARN_ALL_GCC.
2701         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
2702         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
2703         * modules/manywarnings: New file.
2704         * MODULES.html.sh: Mention manywarnings module.
2705
2706 2008-11-18  Bruno Haible  <bruno@clisp.org>
2707
2708         * doc/gnulib-tool.texi (Unit tests): New section.
2709
2710 2008-11-18  Simon Josefsson  <simon@josefsson.org>
2711
2712         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
2713         paths like 'lib/po/foo.po'.
2714
2715 2008-11-17  Simon Josefsson  <simon@josefsson.org>
2716
2717         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
2718         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
2719
2720 2008-11-17  Simon Josefsson  <simon@josefsson.org>
2721
2722         * m4/warnings.m4: Use CPPFLAGS to really check whether the
2723         parameter works.
2724
2725 2008-11-17  Simon Josefsson  <simon@josefsson.org>
2726
2727         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
2728
2729 2008-11-17  Bruce Korb  <bkorb@gnu.org>
2730
2731         * modules/parse-duration-tests: New file.
2732         * tests/test-parse-duration.sh: New file.
2733         * tests/test-parse-duration.c: New file.
2734
2735         New module 'parse-duration'.
2736         * lib/parse-duration.h: New file.
2737         * lib/parse-duration.c: New file.
2738         * modules/parse-duration: New file.
2739
2740 2008-11-17  Bruno Haible  <bruno@clisp.org>
2741
2742         * tests/test-select-out.sh: Comment out the first pipe test.
2743         Reported by Simon Josefsson.
2744
2745 2008-11-17  Bruno Haible  <bruno@clisp.org>
2746
2747         * modules/getaddrinfo (Depends-on): Add servent, hostent.
2748         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
2749         gl_HOSTENT.
2750
2751 2008-11-17  Bruno Haible  <bruno@clisp.org>
2752
2753         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
2754         -lnetwork and -lnet. Needed for Haiku and BeOS.
2755
2756 2008-11-16  Bruno Haible  <bruno@clisp.org>
2757
2758         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
2759
2760 2008-11-16  Bruno Haible  <bruno@clisp.org>
2761
2762         Avoid test failure on Haiku.
2763         * tests/test-fsync.c: Include <errno.h>.
2764         (main): Don't require that fsync (0) fails.
2765
2766 2008-11-15  Bruno Haible  <bruno@clisp.org>
2767
2768         New module 'hostent'.
2769         * modules/hostent: New file.
2770         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
2771
2772 2008-11-15  Bruno Haible  <bruno@clisp.org>
2773
2774         New module 'servent'.
2775         * modules/servent: New file.
2776         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
2777
2778 2008-11-15  Bruno Haible  <bruno@clisp.org>
2779
2780         Avoid generating same test program with two different rules.
2781         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
2782         test-frexp to test-frexp-nolibm.
2783         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
2784         test-frexpl to test-frexpl-nolibm.
2785
2786 2008-11-15  Bruno Haible  <bruno@clisp.org>
2787
2788         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
2789         $(FREXPL_LIBM).
2790
2791 2008-11-15  Bruno Haible  <bruno@clisp.org>
2792
2793         * lib/netdb.in.h: Activate the definitions also when the system's
2794         <netdb.h> has 'struct addrinfo'.
2795         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
2796         EAI_OVERFLOW or AI_NUMERICSERV.
2797         * doc/posix-headers/netdb.texi: Document the problem.
2798
2799 2008-11-15  Bruno Haible  <bruno@clisp.org>
2800
2801         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
2802
2803         Make the 'sched' module work on platforms where <sched.h> exists but
2804         is incomplete (such as Haiku).
2805         * lib/sched.in.h; Include the system's <sched.h> if it exists.
2806         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
2807         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
2808         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
2809         HAVE_STRUCT_SCHED_PARAM.
2810         * modules/sched (Depends-on): Add include_next.
2811         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
2812         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
2813         * doc/posix-headers/sched.texi: Document the issue.
2814
2815 2008-11-13  Jim Meyering  <meyering@redhat.com>
2816
2817         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
2818         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
2819         test would fail due to the difference in the Report bugs to ...
2820         line.  The expected address is empty, "<>", while the actual
2821         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
2822
2823 2008-11-12  Bruno Haible  <bruno@clisp.org>
2824
2825         lstat: don't compile lstat.c on systems lacking lstat
2826         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
2827         which don't have lstat; this is handled by lib/sys_stat.in.h already.
2828         Reported by Daniel P. Berrange via Jim Meyering.
2829
2830 2008-11-12  Jim Meyering  <meyering@redhat.com>
2831
2832         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
2833
2834 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2835
2836         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
2837         instead.
2838
2839 2008-11-12  Bruno Haible  <bruno@clisp.org>
2840
2841         * lib/unicodeio.c: Include unistr.h.
2842         (utf8_wctomb): Remove function.
2843         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
2844
2845 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2846
2847         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
2848         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
2849         <bruno@clisp.org>.
2850         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
2851
2852 2008-11-12  Simon Josefsson  <simon@josefsson.org>
2853
2854         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
2855         * doc/gnulib.texi: Add section for warnings.
2856
2857 2008-11-11  Bruno Haible  <bruno@clisp.org>
2858
2859         * lib/sockets.h: Add a comment.
2860
2861 2008-11-11  Karl Berry  <karl@gnu.org>
2862
2863         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
2864
2865 2008-11-11  Eric Blake  <ebb9@byu.net>
2866
2867         fdl.texi: avoid git symlinks
2868         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
2869
2870 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2871
2872         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
2873
2874 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2875
2876         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
2877         (gl_WARN_ADD): Substitute $2 if literal.
2878
2879 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2880
2881         * m4/warning.m4: Remove.
2882
2883 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2884
2885         * m4/warnings.m4: Almost complete rewrite. :-)
2886
2887 2008-11-10  Simon Josefsson  <simon@josefsson.org>
2888
2889         * modules/warnings: New module.
2890         * m4/warnings.m4: New file.
2891         * MODULES.html.sh: Mention warnings module.
2892         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
2893         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2894
2895 2008-11-10  Eric Blake  <ebb9@byu.net>
2896
2897         fdl.texi: make a symlink to the latest version
2898         * doc/standards.texi: Revert today's earlier change.
2899         * doc/fdl-1.2.texi: Rename from old fdl.texi...
2900         * doc/fdl.texi: ...and replace this with a symlink to the newer
2901         fdl-1.3.texi.
2902
2903 2008-11-10  Bruno Haible  <bruno@clisp.org>
2904
2905         * tests/test-select-fd.c (main): Accept the result file name as fourth
2906         argument.
2907         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
2908         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
2909
2910 2008-11-10  Bruno Haible  <bruno@clisp.org>
2911
2912         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
2913         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
2914         as autoconf-substituted macros.
2915         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
2916         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
2917         gl_NETDB_H_DEFAULTS. Set these variables.
2918         * modules/netdb (Makefile.am): Substitute these variables.
2919
2920 2008-11-10  Eric Blake  <ebb9@byu.net>
2921
2922         standards.texi: include correct file for FDL 1.3
2923         * doc/standards.texi (GNU Free Documentation License): Change
2924         include file to pull in FDL 1.3, not 1.2.
2925
2926         fdl.texi: revert accidental change to license
2927         * doc/fdl.texi: This is FDL 1.2, not 1.3.
2928
2929 2008-11-10  Bruno Haible  <bruno@clisp.org>
2930
2931         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
2932         cross-compiling guesses also when the native compile gives no result.
2933
2934 2008-11-10  Bruno Haible  <bruno@clisp.org>
2935
2936         * lib/spawni.c (__spawni): Force variable into the stack.
2937
2938 2008-11-10  Bruno Haible  <bruno@clisp.org>
2939
2940         Add support for Haiku.
2941         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
2942         glibc and BeOS, but also on Haiku.
2943         * lib/fpurge.c (fpurge): Likewise.
2944         * lib/freadable.c (freadable): Likewise.
2945         * lib/freadahead.c (freadahead): Likewise.
2946         * lib/freading.c (freading): Likewise.
2947         * lib/freadptr.c (freadptr): Likewise.
2948         * lib/freadseek.c (freadptrinc): Likewise.
2949         * lib/fseeko.c (rpl_fseeko): Likewise.
2950         * lib/fseterr.c (fseterr): Likewise.
2951         * lib/fwritable.c (fwritable): Likewise.
2952         * lib/fwriting.c (fwriting): Likewise.
2953         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
2954
2955 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
2956
2957         * lib/config.charset: Treat Haiku like BeOS.
2958
2959 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
2960
2961         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
2962         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
2963
2964 2008-11-08  Bruno Haible  <bruno@clisp.org>
2965
2966         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
2967         AC_CACHE_CHECK.
2968
2969 2008-11-08  Bruno Haible  <bruno@clisp.org>
2970
2971         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
2972
2973 2008-11-08  Bruno Haible  <bruno@clisp.org>
2974
2975         * tests/test-select-fd.c: New file.
2976         * tests/test-select-in.sh: New file.
2977         * tests/test-select-out.sh: New file.
2978         * tests/test-select-stdin.c: New file.
2979         * modules/select-tests (Files): Add the new files.
2980         (Depends-on): Add gettimeofday.
2981         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
2982         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
2983         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
2984
2985 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
2986             Bruno Haible  <bruno@clisp.org>
2987
2988         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
2989
2990 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
2991
2992         * build-aux/pmccabe2html: Added support for C++ source files.
2993
2994 2008-11-05  Ben Pfaff  <blp@gnu.org>
2995
2996         Fix lib/close.c build on Windows.
2997         * modules/close (Files): Add lib/w32sock.h.
2998
2999 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
3000
3001         Accept Bison's NEWS format.
3002         * build-aux/announce-gen (print_news_deltas): Tweak
3003         $re_prefix.
3004
3005 2008-11-04  Bruno Haible  <bruno@clisp.org>
3006
3007         * modules/random_r (Maintainer): Add glibc.
3008
3009 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3010
3011         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
3012         by karl@freefriends.org (Karl Berry).
3013         * doc/alloca.texi: Likewise.
3014         * doc/c-ctype.texi: Likewise.
3015         * doc/c-strcase.texi: Likewise.
3016         * doc/c-strcaseeq.texi: Likewise.
3017         * doc/c-strcasestr.texi: Likewise.
3018         * doc/c-strstr.texi: Likewise.
3019         * doc/c-strtod.texi: Likewise.
3020         * doc/c-strtold.texi: Likewise.
3021         * doc/ctime.texi: Likewise.
3022         * doc/error.texi: Likewise.
3023         * doc/fdl.texi: Likewise.
3024         * doc/gcd.texi: Likewise.
3025         * doc/getdate.texi: Likewise.
3026         * doc/gnulib-intro.texi: Likewise.
3027         * doc/gnulib-tool.texi: Likewise.
3028         * doc/gnulib.texi: Likewise.
3029         * doc/inet_ntoa.texi: Likewise.
3030         * doc/maintain.texi: Likewise.
3031         * doc/make-stds.texi: Likewise.
3032         * doc/quote.texi: Likewise.
3033         * doc/regexprops-generic.texi: Likewise.
3034         * doc/standards.texi: Likewise.
3035         * doc/verify.texi: Likewise.
3036         * doc/visibility.texi: Likewise.
3037         * doc/gnulib.texi (GNU Free Documentation License): Include
3038         fdl-1.3.texi instead of fdl.texi.
3039
3040 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3041
3042         * doc/fdl-1.3.texi: New file, from
3043         <http://www.gnu.org/licenses/fdl-1.3.texi>.
3044         * modules/fdl-1.3: Add.
3045         * MODULES.html.sh: Add fdl-1.3.
3046
3047 2008-11-03  Bruno Haible  <bruno@clisp.org>
3048
3049         Make determination of absolute name of header file work with AIX xlc.
3050         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
3051         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
3052         preprocessing.
3053         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3054         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3055
3056 2008-11-03  Simon Josefsson  <simon@josefsson.org>
3057
3058         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
3059         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
3060         <ludo@gnu.org>.
3061
3062 2008-11-02  Bruno Haible  <bruno@clisp.org>
3063
3064         Mark 'strpbrk' obsolete.
3065         * modules/strpbrk (Status, Notice): New sections.
3066         * modules/strtok_r (Depends-on): Add strpbrk.
3067
3068 2008-11-02  Bruno Haible  <bruno@clisp.org>
3069
3070         Mark 'strdup' obsolete.
3071         * modules/strdup (Status, Notice): New sections.
3072         * modules/findprog (Depends-on): Add strdup.
3073         * modules/getaddrinfo (Depends-on): Likewise.
3074         * modules/localename (Depends-on): Likewise.
3075         * modules/relocatable-lib (Depends-on): Likewise.
3076         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
3077         * modules/relocatable-prog (Depends-on): Likewise.
3078         * modules/trim (Depends-on): Likewise.
3079         * modules/unictype/gen-ctype (Depends-on): Likewise.
3080         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3081
3082 2008-11-02  Bruno Haible  <bruno@clisp.org>
3083
3084         Mark 'strcspn' obsolete.
3085         * modules/strcspn (Status, Notice): New sections.
3086
3087 2008-11-02  Bruno Haible  <bruno@clisp.org>
3088
3089         Mark 'rmdir' obsolete.
3090         * modules/rmdir (Status, Notice): New sections.
3091         * modules/clean-temp (Depends-on): Add rmdir.
3092         * modules/openat (Depends-on): Likewise.
3093
3094 2008-11-02  Bruno Haible  <bruno@clisp.org>
3095
3096         Mark 'raise' obsolete.
3097         * modules/raise (Status, Notice): New sections.
3098         (Include): Specify <signal.h>.
3099         * modules/stdio (Depends-on): Add raise.
3100         * modules/write (Depends-on): Likewise.
3101
3102 2008-11-02  Bruno Haible  <bruno@clisp.org>
3103
3104         Mark 'memset' obsolete.
3105         * modules/memset (Status, Notice): New sections.
3106
3107 2008-11-02  Bruno Haible  <bruno@clisp.org>
3108
3109         Mark 'memmove' obsolete.
3110         * modules/memmove (Status, Notice): New sections.
3111         * modules/argp (Depends-on): Add memmove.
3112         * modules/argz (Depends-on): Likewise.
3113         * modules/canonicalize (Depends-on): Likewise.
3114         * modules/canonicalize-lgpl (Depends-on): Likewise.
3115         * modules/fts (Depends-on): Likewise.
3116         * modules/getcwd (Depends-on): Likewise.
3117         * modules/human (Depends-on): Likewise.
3118         * modules/regex (Depends-on): Likewise.
3119         * modules/striconveh (Depends-on): Likewise.
3120         * modules/trim (Depends-on): Likewise.
3121         * modules/unistr/u8-move (Depends-on): Likewise.
3122         * modules/unistr/u16-move (Depends-on): Likewise.
3123         * modules/unistr/u32-move (Depends-on): Likewise.
3124
3125 2008-11-02  Bruno Haible  <bruno@clisp.org>
3126
3127         Mark 'memcpy' obsolete.
3128         * modules/memcpy (Status, Notice): New sections.
3129
3130 2008-11-02  Bruno Haible  <bruno@clisp.org>
3131
3132         Mark 'memcmp' obsolete.
3133         * modules/memcmp (Status, Notice): New sections.
3134         * modules/argmatch (Depends-on): Add memchr.
3135         * modules/backupfile (Depends-on): Likewise.
3136         * modules/c-strcasestr (Depends-on): Likewise.
3137         * modules/crypto/des (Depends-on): Likewise.
3138         * modules/csharpcomp (Depends-on): Likewise.
3139         * modules/fnmatch (Depends-on): Likewise.
3140         * modules/git-merge-changelog (Depends-on): Likewise.
3141         * modules/isnand (Depends-on): Likewise.
3142         * modules/isnand-nolibm (Depends-on): Likewise.
3143         * modules/isnanf (Depends-on): Likewise.
3144         * modules/isnanf-nolibm (Depends-on): Likewise.
3145         * modules/isnanl (Depends-on): Likewise.
3146         * modules/isnanl-nolibm (Depends-on): Likewise.
3147         * modules/mbchar (Depends-on): Likewise.
3148         * modules/memcoll (Depends-on): Likewise.
3149         * modules/quotearg (Depends-on): Likewise.
3150         * modules/regex (Depends-on): Likewise.
3151         * modules/relocatable-prog (Depends-on): Likewise.
3152         * modules/same (Depends-on): Likewise.
3153         * modules/signbit (Depends-on): Likewise.
3154         * modules/strcasestr-simple (Depends-on): Likewise.
3155         * modules/unictype/gen-ctype (Depends-on): Likewise.
3156         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3157         * modules/uniname/uniname (Depends-on): Likewise.
3158         * modules/unistr/u8-cmp (Depends-on): Likewise.
3159
3160 2008-11-02  Bruno Haible  <bruno@clisp.org>
3161
3162         Mark 'memchr' obsolete.
3163         * modules/memchr (Status, Notice): New sections.
3164         * modules/argp (Depends-on): Add memchr.
3165         * modules/base64 (Depends-on): Likewise.
3166         * modules/c-strcasestr (Depends-on): Likewise.
3167         * modules/chdir-long (Depends-on): Likewise.
3168         * modules/fnmatch (Depends-on): Likewise.
3169         * modules/getsubopt (Depends-on): Likewise.
3170         * modules/git-merge-changelog (Depends-on): Likewise.
3171         * modules/glob (Depends-on): Likewise.
3172         * modules/strcasestr-simple (Depends-on): Likewise.
3173         * modules/strnlen (Depends-on): Likewise.
3174
3175 2008-11-02  Bruno Haible  <bruno@clisp.org>
3176
3177         Mark 'atexit' obsolete.
3178         * modules/atexit (Status, Notice): New sections.
3179         * modules/chdir-long (Depends-on): Add atexit.
3180         * modules/wait-process (Depends-on): Likewise.
3181
3182 2008-11-02  Bruno Haible  <bruno@clisp.org>
3183
3184         * gnulib-tool: New option --with-obsolete.
3185         (func_usage): Document it.
3186         (func_modules_transitive_closure): Drop obsolete dependencies if
3187         incobsolete is not true.
3188         (func_import): Read and save the incobsolete variable to the cache.
3189
3190 2008-11-02  Bruno Haible  <bruno@clisp.org>
3191
3192         * modules/TEMPLATE-EXTENDED: New field 'Status'.
3193         * gnulib-tool: New option --extract-status.
3194         (func_usage): Document it.
3195         (sed_extract_prog): Recognize it.
3196         (func_get_status): New function.
3197
3198 2008-10-30  Simon Josefsson  <simon@josefsson.org>
3199
3200         * modules/sockets (License): Change from LGPL to LGPLv2+.
3201
3202 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3203
3204         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
3205
3206 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3207
3208         * MODULES.html.sh (Support for systems lacking POSIX:2001):
3209         Mention times and sys_times.
3210         * modules/sys_times, modules/sys_times-tests: New modules.
3211         * modules/times, modules/times-tests: Likewise
3212         * m4/sys_times_h.m4: New file.
3213         * lib/sys_times.in.h: Likewise
3214         * lib/times.c: Likewise.
3215         * tests/test-sys_times.c: Likewise.
3216         * tests/test-times.c: Likewise.
3217         * doc/posix-headers/sys_times.texi: Update.
3218         * doc/posix-functions/times.texi: Update.
3219
3220 2008-10-28  Jim Meyering  <meyering@redhat.com>
3221
3222         * modules/tempname (Depends-on): Add lstat.
3223
3224         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
3225
3226 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3227
3228         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
3229         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
3230         using idiom used elsewhere in gnulib.
3231
3232 2008-10-27  Jim Meyering  <meyering@redhat.com>
3233
3234         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
3235
3236 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3237
3238         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
3239         TESTS_ENVIRONMENT, for shell scripts that needs to call built
3240         programs.
3241         * tests/test-argp-2.sh: Use $EXEEXT when needed.
3242
3243 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3244
3245         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
3246
3247 2008-10-27  Bruno Haible  <bruno@clisp.org>
3248
3249         * tests/test-lstat.c: Include <stdio.h>.
3250
3251 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3252
3253         * modules/lstat-tests: New module.
3254         * tests/test-lstat.c: New file.
3255
3256 2008-10-26  Jim Meyering  <meyering@redhat.com>
3257
3258         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
3259
3260 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3261             Bruno Haible  <bruno@clisp.org>
3262
3263         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
3264         * modules/configmake (Include): Add a note that the include must come
3265         after all system headers.
3266         * lib/javaversion.c: Include configmake.h after all other includes.
3267
3268 2008-10-26  Bruno Haible  <bruno@clisp.org>
3269
3270         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
3271         HAVE_STRUCT_RANDOM_DATA to 1.
3272         (gl_STDLIB_H): Simplify.
3273
3274 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3275
3276         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
3277         substitute HAVE_STRUCT_RANDOM_DATA.
3278         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
3279         random_data.
3280         * modules/stdlib (Makefile.am): Substitute
3281         HAVE_STRUCT_RANDOM_DATA.
3282
3283 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3284
3285         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
3286         * doc/gnulib-intro.texi (Copyright): Likewise.
3287
3288 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3289
3290         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
3291         findings.
3292
3293 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
3294             Bruno Haible  <bruno@clisp.org>
3295
3296         * lib/unistd.in.h: Include <winsock2.h>.
3297         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
3298         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
3299         Provide dummy declarations.
3300         (gethostname): Override.
3301         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
3302         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
3303         gl_PREREQ_SYS_H_WINSOCK2.
3304         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
3305         * doc/posix-functions/gethostname.texi: More details.
3306
3307 2008-10-25  Bruno Haible  <bruno@clisp.org>
3308
3309         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
3310         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
3311         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
3312
3313         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
3314         here ...
3315         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
3316         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
3317         gl_UNISTD_H_DEFAULTS.
3318
3319 2008-10-25  Eric Blake  <ebb9@byu.net>
3320
3321         signbit: avoid spurious compiler failure
3322         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
3323         declarations inside function.
3324
3325 2008-10-24  Simon Josefsson  <simon@josefsson.org>
3326             Bruno Haible  <bruno@clisp.org>
3327
3328         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
3329         * modules/random_r (Depends-on): Add stdint.
3330
3331 2008-10-24  Bruno Haible  <bruno@clisp.org>
3332
3333         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
3334         Eggert.
3335         * modules/strerror (License): Likewise.
3336
3337 2008-10-24  Jim Meyering  <meyering@redhat.com>
3338
3339         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
3340         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
3341
3342 2008-10-24  Eric Blake  <ebb9@byu.net>
3343
3344         getgroups: fix compilation when getgroups is available
3345         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
3346         but with <config.h> override of getgroups disabled.
3347
3348 2008-10-24  Simon Josefsson  <simon@josefsson.org>
3349
3350         * doc/gnulib.texi (Header files): Add note about C++ problems.
3351         Explained by Bruno Haible <bruno@clisp.org>.
3352
3353 2008-10-23  Bruno Haible  <bruno@clisp.org>
3354
3355         Define a dummy SA_NODEFER macro on Interix.
3356         * lib/signal.in.h (SA_NODEFER): Define fallback.
3357         Reported by Aleksey Cheusov <cheusov@tut.by> via
3358         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
3359
3360 2008-10-23  Bruno Haible  <bruno@clisp.org>
3361
3362         * modules/freadahead (License): Change to LGPLv2+.
3363         Suggested by Simon Josefsson.
3364
3365 2008-10-23  Jim Meyering  <meyering@redhat.com>
3366
3367         random_r: new module
3368         * modules/random_r: New file.
3369         * m4/random_r.m4: New file.
3370         * lib/random_r.c: New file, from glibc.
3371         * modules/random_r-tests: New file.
3372         * tests/test-random_r.c: New file.
3373         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
3374          Declare.
3375         (RAND_MAX): Define.
3376         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
3377         * modules/stdlib: Substitute them, too.
3378         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
3379         * doc/glibc-functions/initstate_r.texi: Mention the new module.
3380         * doc/glibc-functions/random_r.texi: Likewise.
3381         * doc/glibc-functions/setstate_r.texi: Likewise.
3382         * doc/glibc-functions/srandom_r.texi: Likewise.
3383         * config/srclist.txt: Mention it.
3384
3385 2008-10-23  David Lutterkort  <lutter@redhat.com>
3386
3387         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
3388         link requirement
3389
3390 2008-10-23  Jim Meyering  <meyering@redhat.com>
3391
3392         selinux-h: mark parameters of stub functions as intentionally unused
3393         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
3394         * lib/se-context.in.h: Likewise.
3395
3396 2008-10-22  Simon Josefsson  <simon@josefsson.org>
3397
3398         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
3399
3400 2008-10-22  Simon Josefsson  <simon@josefsson.org>
3401
3402         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
3403
3404 2008-10-22  Eric Blake  <ebb9@byu.net>
3405
3406         glthread/thread: avoid compiler warning
3407         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
3408         Add unreachable abort to silence compiler.
3409
3410 2008-10-22  Eric Blake  <ebb9@byu.net>
3411
3412         netdb: also supply struct addrinfo for cygwin 1.5.x
3413         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
3414         older cygwin.
3415         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
3416         cygwin.
3417         * doc/posix-headers/netdb.texi (netdb.h): Document this.
3418
3419 2008-10-22  Bruno Haible  <bruno@clisp.org>
3420
3421         * users.txt: Update entry about pspp.
3422
3423 2008-10-21  Bruno Haible  <bruno@clisp.org>
3424
3425         Simplification.
3426         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
3427         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
3428
3429         Simplification.
3430         * lib/ioctl.c (ioctl): Don't undefine.
3431         * lib/socket.c (socket): Don't undefine.
3432
3433         Remove unused module indicator macros.
3434         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
3435         GNULIB_$1 as a C macro.
3436
3437         * doc/posix-functions/close.texi: Undo last change.
3438         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
3439         Windows platforms.
3440
3441 2008-10-21  Bruno Haible  <bruno@clisp.org>
3442
3443         Add gethostname() declaration to <unistd.h>.
3444         * lib/unistd.in.h (gethostname): New declaration.
3445         * lib/gethostname.c: Include <unistd.h>.
3446         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
3447         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
3448         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
3449         and HAVE_GETHOSTNAME.
3450         * modules/gethostname (Depends-on): Add unistd.
3451         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3452         (Include): Specify <unistd.h>.
3453         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
3454         HAVE_GETHOSTNAME.
3455         * tests/test-gethostname.c: Include <unistd.h> first.
3456
3457 2008-10-21  Bruno Haible  <bruno@clisp.org>
3458
3459         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
3460         * modules/select-tests (Depends-on): Likewise.
3461         Reported by Simon Josefsson.
3462
3463 2008-10-21  Simon Josefsson  <simon@josefsson.org>
3464
3465         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
3466         * lib/accept.c: New file, based on winsock.c.
3467         * lib/bind.c: New file, based on winsock.c.
3468         * lib/connect.c: New file, based on winsock.c.
3469         * lib/getpeername.c: New file, based on winsock.c.
3470         * lib/getsockname.c: New file, based on winsock.c.
3471         * lib/getsockopt.c: New file, based on winsock.c.
3472         * lib/ioctl.c: New file, based on winsock.c.
3473         * lib/listen.c: New file, based on winsock.c.
3474         * lib/recv.c: New file, based on winsock.c.
3475         * lib/recvfrom.c: New file, based on winsock.c.
3476         * lib/send.c: New file, based on winsock.c.
3477         * lib/sendto.c: New file, based on winsock.c.
3478         * lib/setsockopt.c: New file, based on winsock.c.
3479         * lib/shutdown.c: New file, based on winsock.c.
3480         * lib/socket.c: New file, based on winsock.c.
3481         * lib/w32sock.h: New file, based on winsock.c.
3482         * lib/winsock.c: Remove file.
3483         * modules/accept: Likewise.
3484         * modules/bind: Likewise.
3485         * modules/connect: Likewise.
3486         * modules/getpeername: Likewise.
3487         * modules/getsockname: Likewise.
3488         * modules/getsockopt: Likewise.
3489         * modules/ioctl: Likewise.
3490         * modules/listen: Likewise.
3491         * modules/recv: Likewise.
3492         * modules/recvfrom: Likewise.
3493         * modules/send: Likewise.
3494         * modules/sendto: Likewise.
3495         * modules/setsockopt: Likewise.
3496         * modules/shutdown: Likewise.
3497         * modules/socket: Use socket.c instead of winsock.c.
3498         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
3499         * doc/posix-functions/accept.texi: Doc fix.
3500         * doc/posix-functions/bind.texi: Doc fix.
3501         * doc/posix-functions/close.texi: Doc fix.
3502         * doc/posix-functions/connect.texi: Doc fix.
3503         * doc/posix-functions/getpeername.texi: Doc fix.
3504         * doc/posix-functions/getsockname.texi: Doc fix.
3505         * doc/posix-functions/getsockopt.texi: Doc fix.
3506         * doc/posix-functions/ioctl.texi: Doc fix.
3507         * doc/posix-functions/listen.texi: Doc fix.
3508         * doc/posix-functions/recv.texi: Doc fix.
3509         * doc/posix-functions/recvfrom.texi: Doc fix.
3510         * doc/posix-functions/send.texi: Doc fix.
3511         * doc/posix-functions/sendto.texi: Doc fix.
3512         * doc/posix-functions/setsockopt.texi: Doc fix.
3513         * doc/posix-functions/shutdown.texi: Doc fix.
3514         * doc/posix-functions/socket.texi: Doc fix.
3515
3516 2008-10-20  Bruno Haible  <bruno@clisp.org>
3517
3518         Take into account the role of SIGABRT_COMPAT on Windows 2008.
3519         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
3520         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
3521         as an alias for SIGABRT.
3522         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
3523         (sigaction): Map it to SIGABRT.
3524         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
3525
3526 2008-10-20  Bruno Haible  <bruno@clisp.org>
3527
3528         * lib/fts.c: Don't include lstat.h.
3529         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
3530
3531         Move the lstat() declaration to <sys/stat.h>.
3532         * lib/lstat.h: Remove file.
3533         * lib/sys_stat.in.h: Add special invocation convention.
3534         (lstat): New declaration.
3535         * lib/lstat.c (orig_lstat): New function.
3536         (rpl_lstat): Use orig_lstat instead of lstat.
3537         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
3538         AC_C_INLINE. Set REPLACE_LSTAT.
3539         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
3540         and REPLACE_LSTAT.
3541         * modules/lstat (Files): Remove lib/lstat.h.
3542         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
3543         (Include): Specify <sys/stat.h> instead of lstat.h.
3544         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
3545         REPLACE_LSTAT.
3546         * NEWS: Mention the change.
3547
3548 2008-10-20  Bruno Haible  <bruno@clisp.org>
3549
3550         * modules/posix_spawn-tests: New file.
3551         * tests/test-posix_spawn3.c: New file.
3552
3553 2008-10-20  Bruno Haible  <bruno@clisp.org>
3554
3555         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
3556         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
3557         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
3558         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
3559         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
3560
3561 2008-10-20  Bruno Haible  <bruno@clisp.org>
3562
3563         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
3564         of posix_spawn on AIX 5.3.
3565
3566 2008-10-20  Bruno Haible  <bruno@clisp.org>
3567
3568         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
3569
3570 2008-10-20  Bruno Haible  <bruno@clisp.org>
3571
3572         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
3573         of AC_LANG_PROGRAM.
3574
3575 2008-10-20  Simon Josefsson  <simon@josefsson.org>
3576
3577         * lib/netdb.in.h: Don't define GNU specific constants until they
3578         are supported or needed.  Reported by Bruno Haible
3579         <bruno@clisp.org>.
3580
3581 2008-10-20  Simon Josefsson  <simon@josefsson.org>
3582
3583         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
3584
3585 2008-10-20  Simon Josefsson  <simon@josefsson.org>
3586
3587         * lib/getaddrinfo.h: Remove file.
3588         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
3589         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
3590         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
3591         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
3592         * modules/netdb: Substitute GNULIB_GETADDRINFO.
3593         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
3594         * tests/test-getaddrinfo.c: Likewise.
3595         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
3596         * NEWS: Mention change.
3597
3598 2008-10-19  Bruno Haible  <bruno@clisp.org>
3599
3600         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
3601
3602 2008-10-19  Bruno Haible  <bruno@clisp.org>
3603
3604         * lib/wait-process.c: Include simply <sys/wait.h>.
3605         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
3606         WIFSTOPPED): Remove fallback definitions.
3607         * modules/wait-process (Depends-on): Add sys_wait.
3608
3609         New module 'sys_wait'.
3610         * modules/sys_wait: New file.
3611         * lib/sys_wait.in.h: New file, partially copied from
3612         lib/wait-process.c.
3613         * m4/sys_wait_h.m4: New file.
3614         * doc/posix-headers/sys_wait.texi: Mention the new module.
3615
3616 2008-10-19  Bruno Haible  <bruno@clisp.org>
3617
3618         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
3619
3620 2008-10-19  Bruno Haible  <bruno@clisp.org>
3621
3622         Assume that waitpid() fills an 'int' status, not a 'union wait'.
3623         * lib/wait-process.c (WAIT_T): Remove type.
3624         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
3625         (wait_subprocess): Update.
3626
3627 2008-10-19  Bruno Haible  <bruno@clisp.org>
3628
3629         New module 'atoll'.
3630         * modules/atoll: New file.
3631         * lib/stdlib.in.h (atoll): New declaration.
3632         * lib/atoll.c: New file, from glibc with modifications.
3633         * m4/atoll.m4: New file.
3634         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
3635         HAVE_ATOLL.
3636         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
3637         * doc/posix-functions/atoll.texi: Mention the new module.
3638
3639 2008-10-19  Bruno Haible  <bruno@clisp.org>
3640
3641         Add strtoull() declaration to <stdlib.h>.
3642         * lib/stdlib.in.h (strtoull): New declaration.
3643         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
3644         Set HAVE_STRTOULL.
3645         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
3646         HAVE_STRTOULL.
3647         * modules/strtoull (Depends-on): Add stdlib.
3648         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3649         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
3650         HAVE_STRTOULL.
3651
3652 2008-10-19  Bruno Haible  <bruno@clisp.org>
3653
3654         Add strtoll() declaration to <stdlib.h>.
3655         * lib/stdlib.in.h (strtoll): New declaration.
3656         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
3657         Set HAVE_STRTOLL.
3658         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
3659         HAVE_STRTOLL.
3660         * modules/strtoll (Depends-on): Add stdlib.
3661         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3662         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
3663
3664 2008-10-19  Bruno Haible  <bruno@clisp.org>
3665
3666         * modules/bcopy (Depends-on): Add strings.
3667         (Include): Specify <strings.h>.
3668
3669 2008-10-19  Bruno Haible  <bruno@clisp.org>
3670
3671         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
3672
3673 2008-10-19  Bruno Haible  <bruno@clisp.org>
3674
3675         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
3676         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
3677         mingw.
3678
3679 2008-10-19  Bruno Haible  <bruno@clisp.org>
3680
3681         * lib/atanl.c: Don't include isnanl.h.
3682         * lib/cosl.c: Likewise.
3683         * lib/ldexpl.c: Likewise.
3684         * lib/logl.c: Likewise.
3685         * lib/sinl.c: Likewise.
3686         * lib/sqrtl.c: Likewise.
3687         * lib/tanl.c: Likewise.
3688
3689         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
3690         * lib/isnanf.h: Remove file.
3691         * lib/isnand.h: Remove file.
3692         * lib/isnanl.h: Remove file.
3693         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
3694         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
3695         macros.
3696         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
3697         HAVE_ISNANF, don't define it as a C macro.
3698         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
3699         HAVE_ISNAND, don't define it as a C macro.
3700         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
3701         HAVE_ISNANL, don't define it as a C macro.
3702         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
3703         HAVE_ISNAN[FDL].
3704         * modules/isnanf (Files): Remove lib/isnanf.h.
3705         (Depends-on): Add math.
3706         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
3707         (Include): Specify <math.h> instead of isnanf.h.
3708         * modules/isnand (Files): Remove lib/isnand.h.
3709         (Depends-on): Add math.
3710         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
3711         (Include): Specify <math.h> instead of isnand.h.
3712         * modules/isnanl (Files): Remove lib/isnanl.h.
3713         (Depends-on): Add math.
3714         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
3715         (Include): Specify <math.h> instead of isnanl.h.
3716         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
3717         HAVE_ISNAN[FDL].
3718         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
3719         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
3720         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
3721         * NEWS: Mention the change.
3722
3723 2008-10-18  Bruno Haible  <bruno@clisp.org>
3724
3725         Add getusershell(), setusershell(), endusershell() declarations to
3726         <unistd.h>.
3727         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
3728         declarations.
3729         * lib/getusershell.c: Include unistd.h.
3730         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
3731         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
3732         HAVE_GETUSERSHELL.
3733         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
3734         and HAVE_GETUSERSHELL.
3735         * modules/getusershell (Depends-on): Add unistd, extensions.
3736         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3737         (Include): Specify <unistd.h>.
3738         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
3739         HAVE_GETUSERSHELL.
3740
3741 2008-10-18  Bruno Haible  <bruno@clisp.org>
3742
3743         Add a getloadavg() declaration to <stdlib.h>.
3744         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
3745         getloadavg declaration.
3746         (getloadavg): New declaration.
3747         * lib/getloadavg.c: Include <stdlib.h> first.
3748         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
3749         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
3750         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
3751         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
3752         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
3753         * modules/getloadavg (Depends-on): Add stdlib, extensions.
3754         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3755         (Include): Specify <stdlib.h>.
3756         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
3757         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
3758
3759 2008-10-18  Bruno Haible  <bruno@clisp.org>
3760
3761         * lib/dirchownmod.c: Don't include lchmod.h.
3762
3763         Move the lchmod() declaration to <sys/stat.h>.
3764         * lib/lchmod.h: Remove file.
3765         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
3766         (lchmod): New declaration, moved here from lib/lchown.h.
3767         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
3768         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
3769         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
3770         and HAVE_LCHMOD.
3771         * modules/lchmod (Files): Remove lib/lchmod.h.
3772         (Depends-on): Add sys_stat, extensions.
3773         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
3774         (Include): Specify <sys/stat.h> instead of lchmod.h.
3775         * modules/sys_stat (Depends-on): Add link-warning.
3776         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
3777         definition of GL_LINK_WARNING.
3778         * NEWS: Mention the change.
3779
3780 2008-10-18  Bruno Haible  <bruno@clisp.org>
3781
3782         * lib/fchdir.c: Don't include dirfd.h.
3783         * lib/fts.c: Likewise.
3784         * lib/getcwd.c: Likewise.
3785         * lib/glob.c: Likewise.
3786
3787         Move the dirfd() declaration to <dirent.h>.
3788         * lib/dirfd.h: Remove file.
3789         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
3790         (dirfd): New declaration.
3791         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
3792         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
3793         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
3794         HAVE_DECL_DIRFD.
3795         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
3796         HAVE_DECL_DIRFD.
3797         * modules/dirfd (Files): Remove lib/dirfd.h.
3798         (Depends-on): Add dirent, extensions.
3799         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
3800         (Include): Specify <dirent.h> instead of dirfd.h.
3801         * modules/dirent (Depends-on): Add link-warning.
3802         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
3803         definition of GL_LINK_WARNING.
3804         * NEWS: Mention the change.
3805
3806 2008-10-18  Bruno Haible  <bruno@clisp.org>
3807
3808         Move the euidaccess() declaration to <unistd.h>.
3809         * lib/euidaccess.h: Remove file.
3810         * lib/unistd.in.h (euidaccess): New declaration.
3811         * lib/euidaccess.c: Don't include euidaccess.h.
3812         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
3813         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
3814         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
3815         and HAVE_EUIDACCESS.
3816         * modules/euidaccess (Files): Remove lib/euidaccess.h.
3817         (Depends-on): Add unistd.
3818         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3819         (Include): Specify <unistd.h> instead of euidaccess.h.
3820         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
3821         HAVE_EUIDACCESS.
3822         * NEWS: Mention the change.
3823
3824 2008-10-18  Bruno Haible  <bruno@clisp.org>
3825
3826         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
3827
3828         Move the getdomainname() declaration to <unistd.h>.
3829         * lib/getdomainname.h: Remove file.
3830         * lib/unistd.in.h (getdomainname): New declaration.
3831         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
3832         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
3833         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
3834         HAVE_GETDOMAINNAME.
3835         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3836         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
3837         * modules/getdomainname (Files): Remove lib/getdomainname.h.
3838         (Depends-on): Add unistd, extensions.
3839         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3840         (Includes): Specify <unistd.h> instead of getdomainname.h.
3841         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
3842         HAVE_GETDOMAINNAME.
3843         * NEWS: Mention the change.
3844
3845 2008-10-18  Bruno Haible  <bruno@clisp.org>
3846
3847         * modules/dirent: New file.
3848         * m4/dirent_h.m4: New file.
3849         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
3850         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
3851         * modules/fchdir (Files): Remove lib/dirent.in.h.
3852         (Depends-on): Add dirent.
3853         (Makefile.am): Move rules to modules/dirent.
3854         * doc/posix-headers/dirent.texi: Mention the new module.
3855
3856 2008-10-18  Bruno Haible  <bruno@clisp.org>
3857
3858         Avoid -Wunused-parameter warnings in public gnulib header files.
3859         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
3860         macro.
3861         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
3862
3863 2008-10-18  Bruno Haible  <bruno@clisp.org>
3864
3865         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
3866         * doc/glibc-functions/error.texi: Mention the module 'error'.
3867         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
3868         * doc/glibc-functions/getdomainname.texi: Mention the module
3869         'getdomainname'.
3870         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
3871         * doc/glibc-functions/getpagesize.texi: Mention the module
3872         'getpagesize'.
3873         * doc/glibc-functions/getusershell.texi: Mention the module
3874         'getusershell'.
3875         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
3876         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
3877         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
3878         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
3879         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
3880         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
3881         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
3882         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
3883         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
3884         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
3885         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
3886         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
3887         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
3888         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
3889
3890 2008-10-17  Bruno Haible  <bruno@clisp.org>
3891
3892         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
3893         HP-UX and IRIX, use -0.0L.
3894         * tests/test-ceill.c (minus_zero): Likewise.
3895         * tests/test-floorl.c (minus_zero): Likewise.
3896         * tests/test-frexpl.c (minus_zero): Likewise.
3897         * tests/test-isnan.c (minus_zerol): Likewise.
3898         * tests/test-isnanl.h (minus_zero): Likewise.
3899         * tests/test-ldexpl.c (minus_zero): Likewise.
3900         * tests/test-roundl.c (minus_zero): Likewise.
3901         * tests/test-signbit.c (minus_zerol): Likewise.
3902         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
3903         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
3904         * tests/test-truncl.c (minus_zero): Likewise.
3905         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
3906         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
3907         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
3908         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3909
3910 2008-10-17  Bruno Haible  <bruno@clisp.org>
3911
3912         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
3913         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
3914         that it gets activated only for gcc >= 3.0.
3915         * lib/dirent.in.h: Likewise.
3916         * lib/errno.in.h: Likewise.
3917         * lib/fcntl.in.h: Likewise.
3918         * lib/float.in.h: Likewise.
3919         * lib/iconv.in.h: Likewise.
3920         * lib/inttypes.in.h: Likewise.
3921         * lib/locale.in.h: Likewise.
3922         * lib/math.in.h: Likewise.
3923         * lib/netdb.in.h: Likewise.
3924         * lib/netinet_in.in.h: Likewise.
3925         * lib/search.in.h: Likewise.
3926         * lib/signal.in.h: Likewise.
3927         * lib/spawn.in.h: Likewise.
3928         * lib/stdarg.in.h: Likewise.
3929         * lib/stdint.in.h: Likewise.
3930         * lib/stdio.in.h: Likewise.
3931         * lib/stdlib.in.h: Likewise.
3932         * lib/string.in.h: Likewise.
3933         * lib/strings.in.h: Likewise.
3934         * lib/sys_file.in.h: Likewise.
3935         * lib/sys_ioctl.in.h: Likewise.
3936         * lib/sys_select.in.h: Likewise.
3937         * lib/sys_socket.in.h: Likewise.
3938         * lib/sys_stat.in.h: Likewise.
3939         * lib/sys_time.in.h: Likewise.
3940         * lib/sysexits.in.h: Likewise.
3941         * lib/time.in.h: Likewise.
3942         * lib/unistd.in.h: Likewise.
3943         * lib/wchar.in.h: Likewise.
3944         * lib/wctype.in.h: Likewise.
3945         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3946
3947 2008-10-17  Jim Meyering  <meyering@redhat.com>
3948
3949         ignore-value: don't depend on inline module
3950         * modules/ignore-value (Depends-on): Remove 'inline'.
3951         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
3952         Suggestion from Bruno Haible.
3953
3954 2008-10-17  Bruno Haible  <bruno@clisp.org>
3955
3956         New implementation of condition variables for Win32.
3957         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
3958         (gl_linked_waitqueue_t): New type.
3959         (gl_cond_t): Use it.
3960         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
3961         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
3962         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
3963         (glthread_cond_init_func, glthread_cond_wait_func,
3964         glthread_cond_timedwait_func, glthread_cond_signal_func,
3965         glthread_cond_broadcast_func, glthread_cond_destroy_func):
3966         Reimplemented on the basis of gl_linked_waitqueue_t.
3967         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
3968         gl_waitqueue_t.
3969         (gl_rwlock_t): Update.
3970         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
3971
3972 2008-10-17  Simon Josefsson  <simon@josefsson.org>
3973
3974         * modules/recvfrom (Depends-on): Add dependency on getpeername.
3975         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3976
3977 2008-10-17  Jim Meyering  <meyering@redhat.com>
3978
3979         ignore-value: new module
3980         * modules/ignore-value: New file.
3981         * lib/ignore-value.h: New file.
3982         * MODULES.html.sh (Compiler warning management): New section,
3983         just for this module.  More to come.
3984
3985 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3986
3987         open-safer.c: avoid 'signed and unsigned in conditional...' warning
3988         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
3989         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
3990
3991 2008-10-16  Jim Meyering  <meyering@redhat.com>
3992
3993         openat-die.c: avoid 'no previous prototype' warning
3994         * lib/openat-die.c: Include "openat.h".
3995         Reported by Reuben Thomas <rrt@sc3d.org>.
3996
3997 2008-10-16  Simon Josefsson  <simon@josefsson.org>
3998
3999         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
4000         * lib/netdb.in.h: Fix typo.
4001         Reported by Bruno Haible  <bruno@clisp.org>
4002
4003         * lib/netdb.in.h: Include sys/socket.h for platforms without
4004         netdb.h, to get structures like hostent on MinGW.
4005         * modules/netdb (Depends-on): Add sys_socket.
4006
4007 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4008
4009         * modules/netdb, modules/netdb-tests: New file.
4010         * m4/netdb_h.m4: New file.
4011         * lib/netdb.in.h: Add, currently just an empty file pending
4012         definitions.
4013         * tests/test-netdb.c: New file.
4014         * doc/posix-headers/netdb.texi: Mention that we replace it if
4015         needed.
4016         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4017         netdb.
4018
4019 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4020
4021         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
4022         with code.
4023
4024 2008-10-13  Bruno Haible  <bruno@clisp.org>
4025
4026         * lib/glthread/cond.c (glthread_cond_wait_func,
4027         glthread_cond_timedwait_func): Add a comment.
4028
4029 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4030
4031         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
4032         * tests/test-select.c: Likewise,
4033
4034 2008-10-13  Bruno Haible  <bruno@clisp.org>
4035
4036         * lib/glthread/cond.c (glthread_cond_wait_func,
4037         glthread_cond_timedwait_func): Fix variable name.
4038         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4039
4040 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4041
4042         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
4043         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
4044         struct sockaddr.sa_len.
4045         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
4046
4047 2008-10-13  Simon Josefsson  <simon@josefsson.org>
4048
4049         * build-aux/pmccabe2html: Add css and css_url parameters.
4050
4051 2008-10-12  Bruno Haible  <bruno@clisp.org>
4052
4053         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
4054         calling aclx_get.
4055         Reported by Rainer Tammer <tammer@tammer.net>.
4056
4057 2008-10-12  Bruno Haible  <bruno@clisp.org>
4058
4059         Use msvcrt aware primitives for creation/termination of Win32 threads.
4060         * lib/glthread/thread.c: Include <process.h>.
4061         (glthread_create_func): Use _beginthreadex instead of CreateThread.
4062         (wrapper_func): Update signature.
4063         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
4064
4065 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4066             Bruno Haible  <bruno@clisp.org>
4067
4068         Provide a Win32 implementation of the 'cond' module.
4069         * lib/glthread/cond.h [USE_WIN32]: New implementation.
4070         * lib/glthread/cond.c (glthread_cond_init_func,
4071         glthread_cond_wait_func, glthread_cond_timedwait_func,
4072         glthread_cond_signal_func, glthread_cond_broadcast_func,
4073         glthread_cond_destroy_func) [USE_WIN32]: New functions.
4074         * modules/cond (Dependencies): Add gettimeofday.
4075
4076 2008-10-11  Bruno Haible  <bruno@clisp.org>
4077
4078         Make sleep work on older versions of mingw.
4079         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
4080         only whether it exists.
4081         * doc/posix-functions/sleep.texi: Mention the problem with older
4082         versions of mingw.
4083
4084 2008-10-11  Bruno Haible  <bruno@clisp.org>
4085
4086         New module 'shutdown'.
4087         * modules/shutdown: New file.
4088         * lib/sys_socket.in.h (shutdown): New declaration.
4089         * lib/winsock.c (shutdown): New function.
4090         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4091         GNULIB_SHUTDOWN.
4092         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
4093         * doc/posix-functions/shutdown.texi: Document the new module.
4094
4095 2008-10-11  Jim Meyering  <meyering@redhat.com>
4096
4097         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
4098
4099 2008-10-11  Bruno Haible  <bruno@clisp.org>
4100
4101         New module 'fclose'.
4102         * modules/fclose: New file.
4103         * lib/stdio.in.h (fclose): New declaration.
4104         * lib/fclose.c: New file.
4105         * m4/fclose.m4: New file.
4106         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
4107         REPLACE_FCLOSE.
4108         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
4109         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
4110         REPLACE_FCLOSE.
4111         * modules/close (Depends-on): fclose.
4112         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
4113
4114 2008-10-11  Bruno Haible  <bruno@clisp.org>
4115
4116         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
4117         set errno and don't call _close.
4118
4119 2008-10-10  Bruno Haible  <bruno@clisp.org>
4120
4121         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
4122         ACL, not afterwards. Fixes test failure on Cygwin.
4123
4124 2008-10-09  Ben Pfaff  <blp@gnu.org>
4125
4126         * build-aux/announce-gen: Fix gnulib version related part of usage
4127         message.  Die with a useful error message if no tarballs are
4128         found.
4129
4130 2008-10-10  Jim Meyering  <meyering@redhat.com>
4131
4132         bootstrap: use git's --depth=N option only if it's supported
4133         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
4134         recognize the --depth option.  Reported by Pádraig Brady.
4135
4136 2008-10-09  Bruno Haible  <bruno@clisp.org>
4137
4138         New module 'ioctl'.
4139         * modules/ioctl: New file.
4140         * lib/sys_socket.in.h (ioctl): Remove declaration.
4141         * lib/winsock.c: Include <sys/ioctl.h>.
4142         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
4143         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4144         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
4145         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
4146         * doc/posix-functions/ioctl.texi: Mention the new module.
4147
4148 2008-10-09  Bruno Haible  <bruno@clisp.org>
4149
4150         New module 'sys_ioctl'.
4151         * lib/sys_ioctl.in.h: New file.
4152         * m4/sys_ioctl_h.m4: New file.
4153         * modules/sys_ioctl: New file.
4154         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
4155
4156 2008-10-09  Bruno Haible  <bruno@clisp.org>
4157
4158         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
4159         * lib/winsock.c: Include <stdarg.h>.
4160         (rpl_ioctl): Change to second argument 'int' and then varargs.
4161
4162 2008-10-09  Bruno Haible  <bruno@clisp.org>
4163
4164         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
4165         when the sys_socket module is present and the system has <winsock2.h>.
4166
4167 2008-10-09  Bruno Haible  <bruno@clisp.org>
4168
4169         * doc/posix-functions/close.texi: Mention module 'close' instead of
4170         module 'sys_socket'.
4171
4172 2008-10-09  Bruno Haible  <bruno@clisp.org>
4173
4174         * doc/glibc-headers/sys_ioctl.texi: New file.
4175         * doc/gnulib.texi: Include it.
4176
4177 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4178             Bruno Haible  <bruno@clisp.org>
4179
4180         Combine the two replacements of 'close'.
4181         * lib/sys_socket.in.h (close): Define to a reminder to include
4182         <unistd.h>.
4183         (_gl_close_fd_maybe_socket): New declaration.
4184         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
4185         * lib/winsock.c (close): Remove undefinition.
4186         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
4187         needed for the gnulib module 'close'.
4188         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
4189         define to an error symbol or to a warning, if suitable.
4190         * lib/close.c: Include <sys/socket.h>.
4191         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
4192         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
4193         UNISTD_H_HAVE_WINSOCK2_H.
4194         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
4195         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4196         UNISTD_H_HAVE_WINSOCK2_H.
4197         * modules/sys_socket (Files): Add m4/unistd_h.m4.
4198         (configure.ac): Set a module indicator.
4199         (Makefile.am): Substitute GNULIB_CLOSE.
4200         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
4201         * modules/poll-tests (Depends-on): Add close.
4202         * modules/select-tests (Depends-on): Likewise.
4203
4204 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4205             Bruno Haible  <bruno@clisp.org>
4206
4207         New module 'close'.
4208         * modules/close: New file.
4209         * lib/unistd.in.h (close): Move declaration out of the
4210         FCHDIR_REPLACEMENT scope.
4211         (_gl_unregister_fd): New declaration.
4212         * lib/close.c: New file.
4213         * lib/fchdir.c (rpl_close): Remove function.
4214         * m4/close.m4: New file.
4215         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4216         close.
4217         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
4218         REPLACE_CLOSE.
4219         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
4220         REPLACE_CLOSE.
4221         * modules/fchdir (Depends-on): Add close.
4222
4223 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4224             Bruno Haible  <bruno@clisp.org>
4225
4226         * lib/fcntl.in.h (open): Simplify conditionals.
4227         (_gl_register_fd): New declaration.
4228         * lib/fchdir.c (rpl_open): Remove function.
4229         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
4230         also.
4231         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
4232         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4233         open.
4234
4235 2008-10-09  Jim Meyering  <meyering@redhat.com>
4236
4237         GNUmakefile: use the more name-space-friendly "_version"
4238         * top/GNUmakefile (_dummy): Update.
4239         (_version): Rename from "version".
4240
4241 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4242             Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
4245         rpl_close.
4246         (_gl_register_fd): New function, extracted from rpl_open.
4247         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
4248         (rpl_open, rpl_opendir): Use _gl_register_fd.
4249
4250 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4251
4252         Fix organization of 'open' replacement.
4253         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
4254         (gl_FUNC_OPEN): Use it.
4255         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
4256
4257 2008-10-08  Bruno Haible  <bruno@clisp.org>
4258
4259         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
4260
4261 2008-10-08  Simon Josefsson  <simon@josefsson.org>
4262
4263         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
4264         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
4265         listen).
4266
4267 2008-10-08  Eric Blake  <ebb9@byu.net>
4268
4269         GNUmakefile: add 'make version' target
4270         * top/GNUmakefile (_curr-ver): Split version update rules...
4271         (version): ...into a target.
4272
4273 2008-10-07  Bruno Haible  <bruno@clisp.org>
4274
4275         Use a more portable replacement expression for -0.0L.
4276         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
4277         instead of -0.0L. Fix m4 quotation.
4278
4279         * tests/test-signbit.c: Include <float.h>.
4280         (minus_zero): New variable.
4281         (test_signbitl): Use minus_zero instead of -zero.
4282         * modules/signbit-tests (Depends-on): Add float.
4283
4284         * tests/test-ceill.c: Include <float.h>.
4285         (zero): Remove variable.
4286         (minus_zero): New variable.
4287         (main): Use minus_zero instead of -zero.
4288         * modules/ceill-tests (Depends-on): Add float.
4289
4290         * tests/test-floorl.c: Include <float.h>.
4291         (zero): Remove variable.
4292         (minus_zero): New variable.
4293         (main): Use minus_zero instead of -zero.
4294         * modules/floorl-tests (Depends-on): Add float.
4295
4296         * tests/test-roundl.c: Include <float.h>.
4297         (zero): Remove variable.
4298         (minus_zero): New variable.
4299         (main): Use minus_zero instead of -zero.
4300         * modules/roundl-tests (Depends-on): Add float.
4301
4302         * tests/test-truncl.c: Include <float.h>.
4303         (zero): Remove variable.
4304         (minus_zero): New variable.
4305         (main): Use minus_zero instead of -zero.
4306         * modules/truncl-tests (Depends-on): Add float.
4307
4308         * tests/test-frexpl.c (zero): Remove variable.
4309         (minus_zero): New variable.
4310         (main): Use minus_zero instead of -zero.
4311         * modules/frexpl-tests (Depends-on): Add float.
4312
4313         * tests/test-isnan.c (zerol): Remove variable.
4314         (minus_zerol): New variable.
4315         (test_long_double): Use minus_zerol instead of -zerol.
4316         * modules/isnan-tests (Depends-on): Add float.
4317
4318         * tests/test-isnanl.h (zero): Remove variable.
4319         (minus_zero): New variable.
4320         (main): Use minus_zero instead of -zero.
4321         * modules/isnanl-nolibm-tests (Depends-on): Add float.
4322         * modules/isnanl-tests (Depends-on): Add float.
4323
4324         * tests/test-ldexpl.c (zero): Remove variable.
4325         (minus_zero): New variable.
4326         (main): Use minus_zero instead of -zero.
4327         * modules/ldexpl-tests (Depends-on): Add float.
4328
4329         * tests/test-snprintf-posix.h (zerol): Remove variable.
4330         (minus_zerol): New variable.
4331         (test_function): Use minus_zerol instead of -zerol.
4332         * modules/snprintf-posix-tests (Depends-on): Add float.
4333         * modules/vsnprintf-posix-tests (Depends-on): Add float.
4334
4335         * tests/test-sprintf-posix.h (zerol): Remove variable.
4336         (minus_zerol): New variable.
4337         (test_function): Use minus_zerol instead of -zerol.
4338         * modules/sprintf-posix-tests (Depends-on): Add float.
4339         * modules/vsprintf-posix-tests (Depends-on): Add float.
4340
4341         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
4342         (minus_zerol): New variable.
4343         (test_function): Use minus_zerol instead of -zerol.
4344         * modules/vasnprintf-posix-tests (Depends-on): Add float.
4345
4346         * tests/test-vasprintf-posix.c (zerol): Remove variable.
4347         (minus_zerol): New variable.
4348         (test_function): Use minus_zerol instead of -zerol.
4349         * modules/vasprintf-posix-tests (Depends-on): Add float.
4350
4351 2008-10-07  Simon Josefsson  <simon@josefsson.org>
4352
4353         * MODULES.html.sh (Support for building documentation): Mention
4354         pmccabe2html.  Sort entries.
4355
4356         Add pmccabe2html module, from gnupdf.
4357         * build-aux/pmccabe.css: New file.
4358         * build-aux/pmccabe2html: New file.
4359         * m4/pmccabe2html.m4: New file.
4360         * modules/pmccabe2html: New file.
4361
4362 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
4363
4364         flock: new module
4365         * MODULES.html.sh: Add to list of modules.
4366         * lib/flock.c: flock implementation for Windows and Unix systems
4367         which have fcntl.
4368         * doc/glibc-functions/flock.texi: Update documentation.
4369         * lib/sys_file.in.h: <sys/file.h> header file.
4370         * m4/flock.m4: M4 macros.
4371         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
4372         * modules/flock: flock module.
4373         * modules/flock-tests: flock tests module.
4374         * modules/sys_file: sys/file.h module.
4375         * tests/test-flock.c: test suite for flock.
4376
4377 2008-10-06  Jim Meyering  <meyering@redhat.com>
4378
4379         bootstrap: check for LT_INIT more portably still ;-)
4380         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
4381         Spotted by Bruno Haible.
4382
4383 2008-10-06  Eric Blake  <ebb9@byu.net>
4384
4385         test-signbit: avoid tripping Irix cc bug on -0.0L
4386         * tests/test-signbit.c (minus_zerol): Delete, and replace with
4387         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
4388         entire testsuite consistent and avoids an Irix 6.2 bug.
4389
4390 2008-10-05  Bruno Haible  <bruno@clisp.org>
4391             Jim Meyering  <jim@meyering.net>
4392
4393         Add an option for ignoring EPIPE during close_stdout.
4394         * lib/closeout.h: Include <stdbool.h>.
4395         (close_stdout_set_ignore_EPIPE): New declaration.
4396         * lib/closeout.c: Include <stdbool.h>.
4397         (ignore_EPIPE): New variable.
4398         (close_stdout_set_ignore_EPIPE): New function.
4399         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
4400         * lib/close-stream.c (close_stream): Mention the possible EPIPE
4401         failure.
4402         * modules/closeout (Depends-on): Add stdbool.
4403
4404 2008-10-05  Bruno Haible  <bruno@clisp.org>
4405
4406         * modules/accept: New file.
4407         * modules/bind: New file.
4408         * modules/connect: New file.
4409         * modules/getpeername: New file.
4410         * modules/getsockname: New file.
4411         * modules/getsockopt: New file.
4412         * modules/listen: New file.
4413         * modules/recv: New file.
4414         * modules/recvfrom: New file.
4415         * modules/send: New file.
4416         * modules/sendto: New file.
4417         * modules/setsockopt: New file.
4418         * modules/socket: New file.
4419         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
4420         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
4421         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
4422         the particular module is requested. Add a link warning when the
4423         particular module is not requested.
4424         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
4425         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
4426         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
4427         the particular module is requested.
4428         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
4429         gl_SYS_SOCKET_H_DEFAULTS): New macros.
4430         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
4431         * modules/sys_socket (Depends-on): Add link-warning.
4432         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
4433         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
4434         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
4435         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
4436         GL_LINK_WARNING.
4437         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
4438         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
4439         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
4440         * doc/posix-functions/getpeername.texi: Mention the new module
4441         'getpeername'.
4442         * doc/posix-functions/getsockname.texi: Mention the new module
4443         'getsockname'.
4444         * doc/posix-functions/getsockopt.texi: Mention the new module
4445         'getsockopt'.
4446         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
4447         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
4448         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
4449         * doc/posix-functions/send.texi: Mention the new module 'send'.
4450         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
4451         * doc/posix-functions/setsockopt.texi: Mention the new module
4452         'setsockopt'.
4453         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
4454         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
4455         listen, connect, accept.
4456         * modules/select-tests (Depends-on): Likewise.
4457
4458 2008-10-05  Bruno Haible  <bruno@clisp.org>
4459
4460         * lib/winsock.c (strerror): Remove unused #undef.
4461         (rpl_close): Remove unused local variable.
4462
4463         * modules/sys_socket (Depends-on); Add errno.
4464
4465 2008-10-05  Bruno Haible  <bruno@clisp.org>
4466
4467         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
4468         (select): Add a link warning when the 'select' module is not used.
4469         * modules/sys_select (Depends-on): Add link-warning.
4470         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
4471         Suggested by Paolo Bonzini.
4472
4473 2008-10-05  Jim Meyering  <meyering@redhat.com>
4474
4475         bootstrap: check for LT_INIT more portably
4476         * build-aux/bootstrap: Avoid using grep -E, since it's not
4477         portable enough.  Suggestion from Bruno Haible.
4478
4479 2008-10-05  Bruno Haible  <bruno@clisp.org>
4480
4481         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
4482         as being fixed by gnulib.
4483
4484 2008-10-05  Bruno Haible  <bruno@clisp.org>
4485
4486         * modules/select-tests: New file, mostly copied from
4487         modules/sys_select-tests.
4488         * tests/test-select.c: New file, mostly copied from
4489         tests/test-sys_select.c.
4490         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
4491         * modules/sys_select-tests (Depends-on): Remove all dependencies.
4492         (Makefile.am): Remove test_sys_select_LDADD.
4493
4494         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
4495         to an undefined symbol, for an error message.
4496         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
4497         (gl_SYS_SELECT_H_DEFAULTS): New macro.
4498         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
4499         winsock-select.c here.
4500         * modules/sys_select (Files): Remove lib/winsock-select.c.
4501         (Depends-on): Remove alloca.
4502         (Makefile.am): Substitute GNULIB_SELECT.
4503         * modules/select: New file.
4504         * doc/posix-functions/select.texi: Update.
4505
4506 2008-10-05  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
4509         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
4510         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
4511         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
4512         getdtablesize.
4513         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
4514         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
4515
4516 2008-10-05  Bruno Haible  <bruno@clisp.org>
4517
4518         * modules/getdtablesize-tests: New file.
4519         * tests/test-getdtablesize.c: New file.
4520
4521         New module 'getdtablesize'.
4522         * lib/unistd.in.h (getdtablesize): New declaration.
4523         * lib/getdtablesize.c: New file.
4524         * m4/getdtablesize.m4: New file.
4525         * modules/getdtablesize: New file.
4526         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4527         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
4528         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
4529         HAVE_GETDTABLESIZE.
4530         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
4531
4532 2008-10-05  Bruno Haible  <bruno@clisp.org>
4533
4534         * modules/sched (Makefile.am): Fix typo.
4535         Reported by Simon Josefsson.
4536
4537 2008-10-05  Jim Meyering  <meyering@redhat.com>
4538
4539         bootstrap: check for LT_INIT, too
4540         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
4541         are deprecated.  Suggestion from Ralf Wildenhues.
4542
4543 2008-10-05  Bruno Haible  <bruno@clisp.org>
4544
4545         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
4546         overriding them by ours.
4547         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
4548
4549 2008-10-05  Jim Meyering  <meyering@redhat.com>
4550
4551         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
4552         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
4553         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
4554
4555 2008-10-04  Bruno Haible  <bruno@clisp.org>
4556
4557         * modules/dup2 (License): Change to LGPLv2+.
4558         * modules/sleep (License): Likewise.
4559         * modules/perror (License): Likewise.
4560         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
4561         Blake.
4562         * modules/signal (License): Likewise.
4563         * modules/sigprocmask (License): Likewise.
4564         * modules/raise (License): Change to LGPLv2+, with approval by Jim
4565         Meyering.
4566
4567 2008-10-04  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
4570         Reported by Rainer Tammer <tammer@tammer.net>.
4571
4572 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
4573             Bruno Haible  <bruno@clisp.org>
4574
4575         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
4576         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
4577         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
4578
4579 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
4580
4581         filevercmp: new module
4582         * lib/filevercmp.h: New function filevercmp comparing version strings.
4583         * lib/filevercmp.c: Implementation of filevercmp function.
4584         * modules/filevercmp: Module metadata.
4585         * tests/test-filevercmp.c: Unit test for new module.
4586         * modules/filevercmp-tests: Unit test metadata.
4587         * MODULES.html.sh: Add filevercmp module.
4588
4589 2008-10-03  Bruno Haible  <bruno@clisp.org>
4590
4591         * lib/c-ctype.h: Add comment.
4592         Reported by Jim Meyering.
4593
4594 2008-10-02  Bruno Haible  <bruno@clisp.org>
4595
4596         * modules/posix_spawn-internal (Depends-on): Add 'open'.
4597
4598 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
4599
4600         * build-aux/bootstrap: Allow renaming bootstrap, and change the
4601         name of bootstrap.conf accordingly.
4602
4603 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
4604
4605         * build-aux/bootstrap: Install git-merge-changelog configuration
4606         items into .gitconfig if needed.
4607
4608 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
4609
4610         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
4611         git repository, and initialize/update it accordingly.
4612
4613 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
4614
4615         * modules/fsync-tests: New file.
4616         * tests/test-fsync.c: New file.
4617
4618         New module 'fsync'.
4619         * lib/fsync.c: New file.
4620         * m4/fsync.m4: New file.
4621         * modules/fsync: New file.
4622         * lib/unistd.in.h (fsync): New declaration.
4623         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
4624         GNULIB_FSYNC and HAVE_FSYNC.
4625         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
4626         * MODULES.html.sh (posix_functions): Add fsync.
4627         * doc/posix-functions/fsync.texi: Mention the new module.
4628
4629 2008-10-02  Jim Meyering  <meyering@redhat.com>
4630
4631         fts.c: sync with similar code from coreutils' remove.c
4632         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
4633         Guard also with "#if defined __linux__", since for now at least,
4634         this code is Linux-kernel-specific.
4635
4636 2008-10-02  Jim Meyering  <meyering@redhat.com>
4637
4638         fts: bug fixes
4639         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
4640         Include <sys/vfs.h>, not <sys/statfs.h>.
4641
4642         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
4643         Include <sys/vfs.h>, not <sys/statfs.h>.
4644
4645 2008-10-01  Bruno Haible  <bruno@clisp.org>
4646
4647         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
4648         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
4649         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
4650         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
4651         * doc/posix-functions/posix_spawnp.texi: Likewise.
4652         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
4653         whether posix_spawn actually works.
4654         * m4/pipe.m4 (gl_PIPE): Likewise.
4655         * modules/execute (Files): Add m4/posix_spawn.m4.
4656         * modules/pipe (Files): Add m4/posix_spawn.m4.
4657         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
4658
4659 2008-10-01  Jim Meyering  <meyering@redhat.com>
4660
4661         remove trailing spaces
4662         * NEWS: Likewise.
4663         * lib/poll.c (poll): Likewise.
4664         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
4665         * lib/winsock.c (rpl_close): Likewise.
4666         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
4667         * modules/yield: Likewise.
4668         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
4669         * tests/test-sys_select.c (connect_to_socket): Likewise.
4670
4671         fts.c: adjust a new interface to be more generally useful
4672         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
4673         (fts_build): Adjust caller.
4674
4675 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4676
4677         * modules/cond-tests: New file.
4678         * tests/test-cond.c: New file.
4679
4680 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4681             Bruno Haible  <bruno@clisp.org>
4682
4683         * modules/cond (Dependencies): Add errno, time.
4684         * lib/glthread/cond.h: Include <time.h>.
4685         (gl_cond_define, gl_cond_define_initialized): Use the same definition
4686         across platforms.
4687
4688 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4689             Bruno Haible  <bruno@clisp.org>
4690
4691         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
4692
4693 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4694             Bruno Haible  <bruno@clisp.org>
4695
4696         * modules/tls-tests (Depends-on): Add thread, yield.
4697         (configure.ac): Remove all checks.
4698         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
4699         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
4700         gl_thread_self): Remove definitions. Include glthread/thread.h and
4701         glthread/yield.h instead.
4702         (test_tls): Pass an additional NULL argument to gl_thread_join.
4703
4704 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4705             Bruno Haible  <bruno@clisp.org>
4706
4707         * modules/lock-tests (Depends-on): Add thread, yield.
4708         (configure.ac): Remove all checks.
4709         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
4710         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
4711         gl_thread_self): Remove definitions. Include glthread/thread.h and
4712         glthread/yield.h instead.
4713         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
4714         additional NULL argument to gl_thread_join.
4715
4716 2008-09-30  Bruno Haible  <bruno@clisp.org>
4717
4718         Fix the Win32 implementation of the 'thread' module.
4719         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
4720         pointer type.
4721         (gl_thread_self): Invoke gl_thread_self_func.
4722         (gl_thread_self_func): New declaration.
4723         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
4724         (do_init_self_key, init_self_key): New functions.
4725         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
4726         Remove some fields.
4727         (running_threads, running_lock): Remove variables.
4728         (get_current_thread_handle): New function.
4729         (gl_thread_self_func, wrapper_func, glthread_create_func,
4730         glthread_join_func, gl_thread_exit_func): Largely rewritten and
4731         simplified.
4732
4733 2008-09-30  Bruno Haible  <bruno@clisp.org>
4734
4735         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
4736         files.
4737
4738 2008-09-30  Jim Meyering  <meyering@redhat.com>
4739
4740         fts.m4: correct the test for statfs.f_type
4741         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
4742         when checking for statfs.f_type.
4743
4744 2008-09-15  Simon Josefsson  <simon@josefsson.org>
4745
4746         tests: avoid some compiler warnings
4747         * tests/test-memchr.c (main): Pass NULL indirectly.
4748         * tests/test-getdate.c (main): Remove unused variable 'ret'.
4749
4750 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
4751
4752         getdate.y: disallow countable dayshifts like "4 yesterday ago"
4753         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
4754         exactly specified dayshifts.
4755         (dayshift): New rule.
4756         (rel): Add dayshift.
4757         (relative_time_table) [tomorrow, yesterday, today, now]:
4758         Use tDAY_SHIFT in place of tDAY_UNIT.
4759         * tests/test-getdate.c: Add tests for now-disallowed countable
4760         dayshifts, e.g., "4 yesterday ago".
4761
4762 2008-09-29  Bruno Haible  <bruno@clisp.org>
4763
4764         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
4765         * tests/test-posix_spawn1.in.sh: Renamed from
4766         tests/test-posix_spawn.in.sh.
4767         * tests/test-posix_spawn2.c: New file.
4768         * tests/test-posix_spawn2.in.sh: New file.
4769         * modules/posix_spawnp-tests (Files): Update.
4770         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
4771
4772 2008-09-29  Bruno Haible  <bruno@clisp.org>
4773
4774         Propagate effects of putenv/setenv/unsetenv to child processes.
4775         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
4776         * lib/pipe.c (create_pipe): Likewise.
4777
4778 2008-09-29  Bruno Haible  <bruno@clisp.org>
4779
4780         Enable use of shell scripts as executables in mingw.
4781         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
4782         run the program as a shell script.
4783         * lib/pipe.c (create_pipe): Likewise.
4784         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
4785         resulting array.
4786
4787 2008-09-29  Eric Blake  <ebb9@byu.net>
4788
4789         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
4790
4791 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
4792
4793         * doc/posix-functions/accept.texi: Update mingw problems.
4794         * doc/posix-functions/bind.texi: Update mingw problems.
4795         * doc/posix-functions/close.texi: Update mingw problems.
4796         * doc/posix-functions/connect.texi: Update mingw problems.
4797         * doc/posix-functions/getpeername.texi: Update mingw problems.
4798         * doc/posix-functions/getsockname.texi: Update mingw problems.
4799         * doc/posix-functions/getsockopt.texi: Update mingw problems.
4800         * doc/posix-functions/ioctl.texi: Update mingw problems.
4801         * doc/posix-functions/listen.texi: Update mingw problems.
4802         * doc/posix-functions/recv.texi: Update mingw problems.
4803         * doc/posix-functions/recvfrom.texi: Update mingw problems.
4804         * doc/posix-functions/select.texi: Update mingw problems.
4805         * doc/posix-functions/send.texi: Update mingw problems.
4806         * doc/posix-functions/sendto.texi: Update mingw problems.
4807         * doc/posix-functions/setsockopt.texi: Update mingw problems.
4808         * doc/posix-functions/socket.texi: Update mingw problems.
4809
4810 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
4811             Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/sys_select.in.h: Include sys/time.h.
4814         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
4815         * modules/sys_select: Depend on sys_time.
4816         * tests/test-sys_select.c: Test that sys/select.h defines struct
4817         timeval fully.
4818
4819 2008-09-29  Bruno Haible  <bruno@clisp.org>
4820
4821         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
4822         * lib/sys_select.in.h: Likewise.
4823
4824 2008-09-29  Bruno Haible  <bruno@clisp.org>
4825
4826         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
4827
4828 2008-09-29  Bruno Haible  <bruno@clisp.org>
4829
4830         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
4831         Set LIBSOCKET instead of augmenting LIBS.
4832         * modules/sockets (Link): New section.
4833         * modules/sockets-tests (test_sockets_LDADD): New variable.
4834         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
4835         * modules/poll-tests (test_poll_LDADD): New variable.
4836         * NEWS: Document the change.
4837
4838 2008-09-29  Bruno Haible  <bruno@clisp.org>
4839
4840         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
4841         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
4842         ARPA_INET_H directly.
4843         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4844
4845 2008-09-28  Bruno Haible  <bruno@clisp.org>
4846
4847         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
4848         from gl_HEADER_SYS_SOCKET.
4849         (gl_HEADER_SYS_SOCKET): Invoke it.
4850         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4851
4852 2008-09-28  Bruno Haible  <bruno@clisp.org>
4853
4854         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
4855         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
4856         Needed on OSF/1 4.0.
4857
4858 2008-09-28  Bruno Haible  <bruno@clisp.org>
4859
4860         Override open more carefully.
4861         * lib/open.c (orig_open): New function.
4862         (rpl_open): Use orig_open instead of open.
4863         * lib/fcntl.in.h: Add special invocation convention.
4864         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
4865         (gl_FUNC_OPEN): Invoke it.
4866
4867         Override freopen more carefully.
4868         * lib/freopen.c (orig_freopen): New function.
4869         (rpl_freopen): Use orig_freopen instead of freopen.
4870         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
4871         (gl_FUNC_FREOPEN): Invoke it.
4872
4873         Override fopen more carefully.
4874         * lib/fopen.c (orig_fopen): New function.
4875         (rpl_fopen): Use orig_fopen instead of fopen.
4876         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
4877         (gl_FUNC_FOPEN): Invoke it.
4878         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
4879
4880 2008-09-28  Bruno Haible  <bruno@clisp.org>
4881
4882         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
4883         SIGPIPE.
4884
4885 2008-09-28  Bruno Haible  <bruno@clisp.org>
4886
4887         * tests/test-sigaction.c (handler, main): Disable the check whether
4888         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
4889         glibc systems with LinuxThreads.
4890
4891 2008-09-28  Bruno Haible  <bruno@clisp.org>
4892
4893         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
4894
4895         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
4896         with AIX xlc.
4897         * lib/fcntl.in.h (open): Likewise.
4898         Reported by Rainer Tammer <tammer@tammer.net>.
4899
4900 2008-09-28  Bruno Haible  <bruno@clisp.org>
4901
4902         * modules/posix_spawnp-tests: New file.
4903         * tests/test-posix_spawn.c: New file.
4904         * tests/test-posix_spawn.in.sh: New file.
4905
4906         New module 'posix_spawnp'.
4907         * modules/posix_spawnp: New file.
4908         * lib/spawnp.c: New file, from GNU libc with modifications.
4909         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
4910
4911         New module 'posix_spawn'.
4912         * modules/posix_spawn: New file.
4913         * lib/spawn.c: New file, from GNU libc with modifications.
4914         * doc/posix-functions/posix_spawn.texi: Mention the new module.
4915
4916         New module 'posix_spawnattr_destroy'.
4917         * modules/posix_spawnattr_destroy: New file.
4918         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
4919         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
4920         module.
4921
4922         New module 'posix_spawnattr_setsigmask'.
4923         * modules/posix_spawnattr_setsigmask: New file.
4924         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
4925         modifications.
4926         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
4927         new module.
4928
4929         New module 'posix_spawnattr_getsigmask'.
4930         * modules/posix_spawnattr_getsigmask: New file.
4931         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
4932         modifications.
4933         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
4934         new module.
4935
4936         New module 'posix_spawnattr_setsigdefault'.
4937         * modules/posix_spawnattr_setsigdefault: New file.
4938         * lib/spawnattr_setdefault.c: New file, from GNU libc with
4939         modifications.
4940         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
4941         new module.
4942
4943         New module 'posix_spawnattr_getsigdefault'.
4944         * modules/posix_spawnattr_getsigdefault: New file.
4945         * lib/spawnattr_getdefault.c: New file, from GNU libc with
4946         modifications.
4947         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
4948         new module.
4949
4950         New module 'posix_spawnattr_setschedpolicy'.
4951         * modules/posix_spawnattr_setschedpolicy: New file.
4952         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
4953         modifications.
4954         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
4955         new module.
4956
4957         New module 'posix_spawnattr_getschedpolicy'.
4958         * modules/posix_spawnattr_getschedpolicy: New file.
4959         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
4960         modifications.
4961         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
4962         new module.
4963
4964         New module 'posix_spawnattr_setschedparam'.
4965         * modules/posix_spawnattr_setschedparam: New file.
4966         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
4967         modifications.
4968         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
4969         new module.
4970
4971         New module 'posix_spawnattr_getschedparam'.
4972         * modules/posix_spawnattr_getschedparam: New file.
4973         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
4974         modifications.
4975         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
4976         new module.
4977
4978         New module 'posix_spawnattr_setpgroup'.
4979         * modules/posix_spawnattr_setpgroup: New file.
4980         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
4981         modifications.
4982         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
4983         module.
4984
4985         New module 'posix_spawnattr_getpgroup'.
4986         * modules/posix_spawnattr_getpgroup: New file.
4987         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
4988         modifications.
4989         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
4990         module.
4991
4992         New module 'posix_spawnattr_setflags'.
4993         * modules/posix_spawnattr_setflags: New file.
4994         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
4995         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
4996         module.
4997
4998         New module 'posix_spawnattr_getflags'.
4999         * modules/posix_spawnattr_getflags: New file.
5000         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
5001         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
5002         module.
5003
5004         New module 'posix_spawnattr_init'.
5005         * modules/posix_spawnattr_init: New file.
5006         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
5007         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
5008         module.
5009
5010         New module 'posix_spawn_file_actions_destroy'.
5011         * modules/posix_spawn_file_actions_destroy: New file.
5012         * lib/spawn_faction_destroy.c: New file, from GNU libc with
5013         modifications.
5014         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
5015         the new module.
5016
5017         New module 'posix_spawn_file_actions_addopen'.
5018         * modules/posix_spawn_file_actions_addopen: New file.
5019         * lib/spawn_faction_addopen.c: New file, from GNU libc with
5020         modifications.
5021         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
5022         the new module.
5023
5024         New module 'posix_spawn_file_actions_adddup2'.
5025         * modules/posix_spawn_file_actions_adddup2: New file.
5026         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
5027         modifications.
5028         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
5029         the new module.
5030
5031         New module 'posix_spawn_file_actions_addclose'.
5032         * modules/posix_spawn_file_actions_addclose: New file.
5033         * lib/spawn_faction_addclose.c: New file, from GNU libc with
5034         modifications.
5035         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
5036         the new module.
5037
5038         New module 'posix_spawn_file_actions_init'.
5039         * modules/posix_spawn_file_actions_init: New file.
5040         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
5041         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
5042         new module.
5043
5044         New module 'posix_spawn-internal'.
5045         * modules/posix_spawn-internal: New file.
5046         * lib/spawn_int.h: New file, from GNU libc with modifications.
5047         * lib/spawni.c: New file, from GNU libc with modifications.
5048         * m4/posix_spawn.m4: New file.
5049
5050         New module 'spawn'.
5051         * modules/spawn: New file.
5052         * lib/spawn.in.h: New file, from GNU libc with modifications.
5053         * m4/spawn_h.m4: New file.
5054         * doc/posix-headers/spawn.texi: Mention the new module.
5055
5056 2008-09-28  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/sched-tests: New file.
5059         * tests/test-sched.c: New file.
5060
5061         New module 'sched'.
5062         * modules/sched: New file.
5063         * lib/sched.in.h: New file.
5064         * m4/sched_h.m4: New file.
5065         * doc/posix-headers/sched.texi: Mention the new module.
5066
5067 2008-09-27  Eric Blake  <ebb9@byu.net>
5068
5069         Fix previous patch, and tweak references to $0.
5070         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
5071         (func_version, func_gnulib_dir): Don't call this program
5072         gnulib-tool.
5073         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
5074         with using $0 in function.
5075         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
5076         (func_fatal_error): Reuse the name the user invoked us with.
5077
5078 2008-09-27  Bruno Haible  <bruno@clisp.org>
5079
5080         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
5081         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
5082         (gl_ICONV_H): Not here.
5083         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
5084         instead of assigning ICONV_H directly.
5085
5086         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
5087         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
5088         WCHAR_H directly.
5089
5090 2008-09-27  Bruno Haible  <bruno@clisp.org>
5091
5092         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
5093         * modules/arpa_inet (Depends-on): Add link-warning.
5094         (Makefile.am): Insert the definition of GL_LINK-WARNING.
5095         * modules/unistd (Makefile.am): Likewise.
5096
5097 2008-09-26  Bruno Haible  <bruno@clisp.org>
5098
5099         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
5100         variables.
5101         (func_version): Essentially copied from gnulib-tool.
5102         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
5103         func_readlink): Copied from gnulib-tool.
5104
5105 2008-09-26  Bruno Haible  <bruno@clisp.org>
5106
5107         * gnulib-tool (func_version): Change directory to $gnulib_dir before
5108         invoking git-version-gen.
5109
5110 2008-09-26  Bruno Haible  <bruno@clisp.org>
5111
5112         * posix-modules: Update to directory names changed on 2008-01-19.
5113         Remove commas in output before splitting into words. No more need to
5114         avoid 'ftruncate' since 2007-02-19.
5115
5116 2008-09-26  Bruno Haible  <bruno@clisp.org>
5117
5118         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
5119
5120 2008-09-26  Bruno Haible  <bruno@clisp.org>
5121
5122         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
5123         * modules/fwriteerror (Depends-on): Add errno.
5124
5125 2008-09-26  Bruno Haible  <bruno@clisp.org>
5126
5127         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
5128         * tests/test-vc-list-files-cvs.sh: Likewise.
5129
5130 2008-09-26  Bruno Haible  <bruno@clisp.org>
5131
5132         * doc/posix-headers/sys_resource.texi: Reorder items.
5133
5134 2008-09-26  Jim Meyering  <meyering@redhat.com>
5135
5136         fts: tweak inode comparison function
5137         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
5138         inode numbers, as documented.
5139
5140         fts: sort dirent entries on inode number before traversing
5141         This avoids a quadratic, seek-related performance penalty when
5142         operating on a directory containing many entries (measurable at 10k;
5143         3.5 hours at 2 million entries with a cold cache) on certain types
5144         of file systems, including ext3 and ext4, but not tmpfs.
5145         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
5146         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
5147         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
5148         (fs_handles_readdir_ordered_dirents_efficiently): New function.
5149         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
5150         (fts_build): Set the stat.st_ino member from D_INO.
5151         If it is likely to be useful, sort dirent entries on inode number.
5152
5153         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
5154         and the struct statfs.f_type member.
5155         * modules/fts (Depends-on): Add d-ino.
5156
5157 2008-09-26  Bruno Haible  <bruno@clisp.org>
5158
5159         * modules/sigpipe-die (Depends-on): Add sigpipe.
5160
5161         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
5162         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
5163         and GNULIB_STDIO_H_SIGPIPE are set.
5164         * lib/stdio-write.c: New file.
5165         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
5166         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5167         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5168         REPLACE_STDIO_WRITE_FUNCS.
5169         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
5170         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5171         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5172         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5173         * modules/stdio (Files): Add lib/stdio-write.c.
5174         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
5175         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5176         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5177         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5178         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
5179         REPLACE_FPRINTF_POSIX.
5180         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
5181         REPLACE_PRINTF_POSIX.
5182         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
5183         REPLACE_VFPRINTF_POSIX.
5184         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
5185         REPLACE_VPRINTF_POSIX.
5186         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
5187         SIGPIPE issue.
5188         * doc/posix-functions/fputc.texi: Likewise.
5189         * doc/posix-functions/fputs.texi: Likewise.
5190         * doc/posix-functions/fwrite.texi: Likewise.
5191         * doc/posix-functions/printf.texi: Likewise.
5192         * doc/posix-functions/putc.texi: Likewise.
5193         * doc/posix-functions/putchar.texi: Likewise.
5194         * doc/posix-functions/puts.texi: Likewise.
5195         * doc/posix-functions/vfprintf.texi: Likewise.
5196         * doc/posix-functions/vprintf.texi: Likewise.
5197
5198         * modules/safe-write (Depends-on): Add write.
5199
5200         * modules/sigpipe-tests: New file.
5201         * tests/test-sigpipe.c: New file.
5202         * tests/test-sigpipe.sh: New file.
5203
5204         * modules/write: New file.
5205         * lib/unistd.in.h: Include <sys/types.h>.
5206         (write): New declaration.
5207         * lib/write.c: New file.
5208         * m4/write.m4: New file.
5209         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5210         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
5211         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
5212         GNULIB_WRITE, REPLACE_WRITE.
5213         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
5214         and the SIGPIPE issue.
5215
5216         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
5217         (raise): New declaration.
5218         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
5219         (ext_signal): New function.
5220         (rpl_raise): New function.
5221         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
5222         GNULIB_SIGNAL_H_SIGPIPE.
5223         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
5224         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
5225
5226         * modules/sigpipe: New file.
5227         * m4/sigpipe.m4: New file.
5228
5229 2008-09-25  Derek Price  <derek@ximbiot.com>
5230             Bruno Haible  <bruno@clisp.org>
5231
5232         * gnulib-tool (func_import): Report all license incompatibilities, not
5233         just the first one.
5234
5235 2008-09-25  Bruno Haible  <bruno@clisp.org>
5236
5237         * gnulib-tool (func_import): When computing the edits, consider not
5238         only the Makefile.ams that exist but also those that will be generated.
5239
5240 2008-09-25  Simon Josefsson  <simon@josefsson.org>
5241
5242         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
5243         fixes gnulib-tool --test warning about duplicate dependency.
5244
5245 2008-09-25  Bruno Haible  <bruno@clisp.org>
5246
5247         * gnulib-tool: Don't ask the user to perform edits in the generated
5248         Makefile.ams.
5249         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
5250         apply to the Makefile.am being generated.
5251         (func_emit_tests_Makefile_am): Execute edits that apply to the
5252         Makefile.am being generated.
5253         (func_import): Setup list of Makefile.am edits before emitting the
5254         Makefile.ams, not at the end.
5255         (func_create_testdir): Update.
5256         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5257
5258 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5259
5260         * gnulib-tool (func_import): Store the --tests-base option in the
5261         comment in gnulib-cache.m4.
5262
5263 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
5264
5265         * NEWS: Document increased portability that sys_select now provides.
5266
5267         * lib/sys_select.in.h: Install select wrapper.
5268         * lib/sys_socket.in.h: Use more descriptive name when there is no
5269         select wrapper.
5270         * lib/winsock-select.c: New.
5271         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
5272         Require gl_HEADER_SYS_SOCKET.
5273         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
5274         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
5275         * tests/test-sys_select.c: Add functional tests.
5276
5277 2008-09-24  Eric Blake  <ebb9@byu.net>
5278
5279         open, fopen: close fd leak in last patch
5280         * lib/open.c (rpl_open): Close fd before returning error.
5281         * lib/fopen.c (rpl_fopen): Close fd before returning error.
5282         * doc/posix-functions/open.texi (open): Document that Irix also
5283         has the bug.
5284         * doc/posix-functions/fopen.texi (fopen): Likewise.
5285         Reported by Paolo Bonzini.
5286
5287 2008-09-24  Bruno Haible  <bruno@clisp.org>
5288
5289         Ensure that a filename ending in a slash cannot be used to access a
5290         non-directory.
5291         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
5292         to check whether it's really a directory.
5293         * lib/fopen.c: Include fcntl.h, unistd.h.
5294         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
5295         and fdopen().
5296         * modules/fopen (Depends-on): Add unistd.
5297         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
5298         * tests/test-fopen.c (main): Likewise.
5299         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
5300         * doc/posix-functions/fopen.texi: Likewise.
5301         Reported by Eric Blake.
5302
5303 2008-09-23  Eric Blake  <ebb9@byu.net>
5304
5305         c-stack: avoid compiler optimizations when provoking overflow
5306         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
5307         recursion harder to optimize, to ensure a stack overflow occurs.
5308         * tests/test-c-stack.c (recurse): Likewise.
5309         Borrowed from libsigsegv.
5310
5311         c-stack: work around Irix sigaltstack bug
5312         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
5313         whether sigaltstack uses wrong end of stack_t (copied in part from
5314         libsigsegv).
5315         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
5316         Irix bug, without requiring an over-allocation.
5317         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
5318         bug.
5319
5320         fopen: document mingw bug on directories
5321         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
5322         not allowing a stream visiting a directory, even though reading
5323         from such a stream is not portable.
5324
5325 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5326
5327         * lib/poll.c: Rewrite.
5328         * modules/poll: Depend on alloca.
5329
5330 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5331
5332         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
5333         instead define prototypes for a full set of wrappers.  Ensure
5334         that Cygwin does not use the compatibility code, which is only
5335         for MinGW.
5336         * lib/winsock.c: New.
5337         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
5338         * modules/sys_socket: Add lib/winsock.c.
5339
5340         * modules/poll-tests: Add errno and perror.
5341         * tests/test-poll.c: Use ioctl, not ioctlsocket.
5342
5343 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5344
5345         * tests/test-poll.c: Downgrade minimum needed Winsock version.
5346
5347 2008-09-23  Bruno Haible  <bruno@clisp.org>
5348
5349         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
5350         * doc/glibc-functions/*: Likewise.
5351
5352 2008-09-23  Simon Josefsson  <simon@josefsson.org>
5353
5354         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
5355         success.
5356
5357 2008-09-22  Eric Blake  <ebb9@byu.net>
5358             Bruno Haible  <bruno@clisp.org>
5359
5360         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
5361         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
5362         supply %A but mishandle pseudo-NaN.
5363         Reported by Simon Josefsson.
5364
5365 2008-09-21  Bruno Haible  <bruno@clisp.org>
5366
5367         * tests/test-lock.c (main): Tweak skip message.
5368         * tests/test-tls.c (main): Likewise.
5369
5370 2008-09-21  Bruno Haible  <bruno@clisp.org>
5371
5372         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
5373         whether 'struct sigaction' has sa_sigaction here...
5374         (gl_PREREQ_SIG_HANDLER_H): ... not here.
5375         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
5376
5377 2008-09-21  Bruno Haible  <bruno@clisp.org>
5378
5379         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
5380         section.
5381         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
5382         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
5383         the new section.
5384         (Support for obsolete systems lacking POSIX:2001): New section.
5385         (String handling <string.h>): Move strdup to the new section.
5386         Suggested by Simon Josefsson and Paolo Bonzini.
5387
5388 2008-09-21  Bruno Haible  <bruno@clisp.org>
5389
5390         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
5391         exponents in %e and %g results on 'long double'. Needed for mingw's
5392         improved *printf functions.
5393         * tests/test-vasprintf-posix.c (test_function): Likewise.
5394         * tests/test-snprintf-posix.h (test_function): Likewise.
5395         * tests/test-sprintf-posix.h (test_function): Likewise.
5396         Reported by Eric Blake.
5397
5398 2008-09-21  Bruno Haible  <bruno@clisp.org>
5399
5400         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
5401         * tests/test-sprintf-posix.h (test_function): Likewise.
5402
5403 2008-09-21  Bruno Haible  <bruno@clisp.org>
5404
5405         * modules/getpass (Depends-on): Add strdup-posix.
5406
5407         New module 'strdup-posix'.
5408         * modules/strdup-posix: New file.
5409         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
5410         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
5411         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5412         REPLACE_STRDUP.
5413         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
5414         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
5415         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5416         strdup-posix.
5417
5418         * modules/strdup (Depends-on): Remove malloc-posix.
5419
5420 2008-09-20  Bruno Haible  <bruno@clisp.org>
5421
5422         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
5423         Wildenhues.
5424
5425 2008-09-20  Bruno Haible  <bruno@clisp.org>
5426
5427         Ensure that wint_t gets defined on IRIX 5.3.
5428         * lib/wchar.in.h (wint_t): Define if not defined by the system.
5429         * lib/wctype.in.h (wint_t): Likewise.
5430         (__wctype_wint_t): Remove type.
5431         (isw*): Use wint_t instead of __wctype_wint_t.
5432         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
5433         * modules/wchar (Files): Add m4/wint_t.m4.
5434         (Makefile.am): Substitute HAVE_WINT_T.
5435         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
5436         * tests/test-wctype.c: Check that wint_t is defined.
5437         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
5438         * doc/posix-headers/wctype.texi: Likewise.
5439         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5440
5441 2008-09-18  Bruno Haible  <bruno@clisp.org>
5442
5443         * gnulib-tool (func_exit): Update comment.
5444
5445 2008-09-18  Simon Josefsson  <simon@josefsson.org>
5446
5447         * modules/getaddrinfo (Depends-on): Remove strdup, this module
5448         assumes strdup exists and does not depend on strdup to return
5449         ENOMEM on out of memory conditions.
5450
5451 2008-09-18  Bruno Haible  <bruno@clisp.org>
5452
5453         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
5454         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
5455         digits for the exponent.
5456
5457 2008-09-18  Jim Meyering  <meyering@redhat.com>
5458             Bruno Haible  <bruno@clisp.org>
5459
5460         * lib/vasnprintf.c (decimal_point_char): Define also if
5461         NEED_PRINTF_INFINITE_LONG_DOUBLE.
5462
5463 2008-09-16  Bruno Haible  <bruno@clisp.org>
5464         and Eric Blake  <ebb9@byu.net>
5465
5466         vasnprintf: support Irix 5.3
5467         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
5468         that mishandle long double infinity.
5469         Reported by Tom G. Christensen.
5470
5471 2008-09-16  Bruno Haible  <bruno@clisp.org>
5472
5473         * doc/glibc-functions/scandir.texi: Mention the function is missing on
5474         Solaris 9.
5475         * doc/glibc-functions/alphasort.texi: Likewise.
5476         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
5477
5478 2008-09-16  Jim Meyering  <meyering@redhat.com>
5479
5480         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
5481         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
5482         a umask modification leak out of a subshell.  Otherwise, the
5483         opensolaris /bin/sh would be accepted and thus cause unwarranted
5484         failures in the coreutils test suite.
5485
5486 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
5487
5488         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
5489         to succeed.
5490
5491 2008-09-16  Jim Meyering  <meyering@redhat.com>
5492
5493         avoid spurious test failure when library is built without ACL support
5494         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
5495         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
5496         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
5497         * tests/test-copy-acl.sh: Likewise.
5498
5499 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5500
5501         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
5502         based on character occurrence counts.
5503
5504 2008-09-15  Eric Blake  <ebb9@byu.net>
5505
5506         tests: avoid some compiler warnings
5507         * tests/test-memchr.c (main): Pass NULL indirectly.
5508         * tests/test-closein.c (main): Avoid unused variable.
5509
5510 2008-09-15  Bruno Haible  <bruno@clisp.org>
5511
5512         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
5513         are missing on OpenBSD 4.0 individually.
5514         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5515
5516 2008-09-15  Bruno Haible  <bruno@clisp.org>
5517
5518         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
5519         * doc/posix-functions/strerror.texi: Mention also Cygwin.
5520         * doc/posix-functions/perror.texi: Likewise.
5521         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
5522         is missing.
5523         Reported by Eric Blake.
5524
5525         * lib/errno.in.h: Use replacement values >= 2000.
5526         Reported by Eric Blake.
5527
5528 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5529
5530         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
5531         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
5532         limit.
5533         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
5534         compareseq was aborted.
5535
5536 2008-09-14  Bruno Haible  <bruno@clisp.org>
5537
5538         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
5539         yvec_edit_count.
5540         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
5541         (fstrcmp_bounded): Simplify result computation accordingly.
5542
5543 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5544
5545         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
5546         (fstrcmp): Define in terms of fstrcmp_bounded.
5547         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
5548         lower_bound argument.
5549         Return quickly if the result is certainly < lower_bound.
5550         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
5551
5552 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5553
5554         * lib/diffseq.h (EARLY_ABORT): New macro.
5555         (compareseq): Change return type to bool. Return true when EARLY_ABORT
5556         evaluates to true.
5557
5558 2008-09-14  Bruno Haible  <bruno@clisp.org>
5559
5560         * modules/perror-tests: New file.
5561         * tests/test-perror.sh: New file.
5562         * tests/test-perror.c: New file.
5563
5564         New module 'perror'.
5565         * lib/stdio.in.h (perror): New declaration.
5566         * lib/perror.c: New file.
5567         * m4/perror.m4: New file.
5568         * modules/perror: New file.
5569         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
5570         * doc/posix-functions/perror.texi: Mention the perror module.
5571         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
5572         REPLACE_PERROR.
5573         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
5574         REPLACE_PERROR.
5575
5576 2008-09-14  Bruno Haible  <bruno@clisp.org>
5577
5578         * modules/stdio (Makefile.am): Reorder to match the order in
5579         lib/stdio.in.h.
5580         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5581
5582 2008-09-13  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
5585
5586 2008-09-13  Bruno Haible  <bruno@clisp.org>
5587
5588         Extend strerror to cover the added errno values.
5589         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
5590         (rpl_strerror): Provide error messages for the added errno values and
5591         for the WSA* values.
5592         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
5593         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
5594         strerror.
5595         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
5596         * modules/strerror (Depends-on): Add errno.
5597         * doc/posix-functions/strerror.texi: Document the change.
5598         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
5599         and EOVERFLOW.
5600
5601 2008-09-13  Bruno Haible  <bruno@clisp.org>
5602
5603         * modules/EOVERFLOW: Remove file.
5604         * m4/eoverflow.m4: Remove file.
5605         * modules/EOVERFLOW-tests: Remove file.
5606         * tests/test-EOVERFLOW.c: Remove file.
5607         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
5608         * modules/ftell (Depends-on): Likewise.
5609         * modules/getdelim (Depends-on): Likewise.
5610         * modules/getugroups (Depends-on): Likewise.
5611         * modules/poll (Depends-on): Likewise.
5612         * modules/snprintf (Depends-on): Likewise.
5613         * modules/sprintf-posix (Depends-on): Likewise.
5614         * modules/vasnprintf (Depends-on): Likewise.
5615         * modules/vasprintf (Depends-on): Likewise.
5616         * modules/vfprintf-posix (Depends-on): Likewise.
5617         * modules/vsnprintf (Depends-on): Likewise.
5618         * modules/vsprintf-posix (Depends-on): Likewise.
5619         * modules/xvasprintf (Depends-on): Likewise.
5620         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5621         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
5622         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
5623         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
5624         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5625         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
5626         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
5627         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
5628         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5629         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
5630         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
5631         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
5632         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5633         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
5634         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
5635         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
5636         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5637         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
5638         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
5639         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
5640         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5641         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
5642         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
5643         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
5644         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
5645         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5646         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
5647         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
5648         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
5649         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
5650         * MODULES.html.sh: Remove EOVERFLOW.
5651         * NEWS: Mention the change.
5652
5653 2008-09-13  Bruno Haible  <bruno@clisp.org>
5654
5655         * modules/errno-tests: New file.
5656         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
5657
5658         * lib/errno.in.h: New file.
5659         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
5660         * modules/errno: New file.
5661         * doc/posix-headers/errno.texi: Update documentation.
5662         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
5663
5664 2008-09-13  Bruno Haible  <bruno@clisp.org>
5665
5666         * tests/test-poll.c: Use #if for native Windows, rather than testing
5667         __MSVCRT__.
5668
5669 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5670             Bruno Haible  <bruno@clisp.org>
5671
5672         * lib/glob.c: Don't include <pwd.h> on native Windows.
5673         (WINDOWS32): New macro.
5674         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
5675
5676 2008-09-13  Bruno Haible  <bruno@clisp.org>
5677
5678         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
5679         (ETIMEDOUT): Remove macro.
5680         (glthread_cond_timedwait_multithreaded): New declaration.
5681         (glthread_cond_timedwait): Use it.
5682         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
5683         (glthread_cond_timedwait_multithreaded): New function.
5684
5685 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
5686
5687         * modules/poll-tests: Do not check for io.h.
5688         * tests/test-poll.c: Check for __MSVCRT__ instead.
5689
5690 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
5691
5692         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
5693         * modules/poll-tests: Add inet_pton, stdbool, sockets.
5694         * tests/test-poll.c: Use them.  Use _pipe on Windows.
5695
5696 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
5697
5698         * modules/poll-tests: New.
5699         * tests/test-poll.c: New.
5700
5701 2008-09-12  Eric Blake  <ebb9@byu.net>
5702
5703         frexp: test for NetBSD failure on -0.0
5704         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
5705         not all, bugs from NetBSD 3.0 have been fixed.
5706         * doc/posix-functions/frexp.texi (frexp): Document bug.
5707         Reported by Thomas Klausner.
5708
5709         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
5710         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
5711         literal -0.0.
5712         Reported by Jonathan C. Patschke <jp@centtech.com>.
5713
5714 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5715
5716         * lib/glthread/cond.h: Use dummy implementation also if
5717         USE_WIN32_THREADS.
5718
5719 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5720
5721         * modules/fnmatch-posix (License): Change to LGPLv2+.
5722         * modules/fnmatch-gnu (License): Likewise.
5723
5724 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5725
5726         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
5727
5728 2008-09-11  Jim Meyering  <meyering@redhat.com>
5729
5730         * users.txt: Add gtk-vnc.
5731
5732 2008-09-08  Simon Josefsson  <simon@josefsson.org>
5733
5734         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
5735         rotate amounts.
5736
5737         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
5738         required for 16-bit and 8-bit rotates.
5739         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
5740         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
5741         UINT8_MAX instead of hard-coded constants.
5742         Suggested by Paul Eggert.
5743
5744 2008-09-07  Bruno Haible  <bruno@clisp.org>
5745
5746         * tests/test-striconveh.c (main): Check behaviour when converting from
5747         UTF-7.
5748
5749         Make striconveh work better with stateful encodings.
5750         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
5751         that iconv does not increment the inptr when returning -1/EINVAL.
5752
5753 2008-09-07  Bruno Haible  <bruno@clisp.org>
5754
5755         * build-aux/config.rpath: Update according to libtool-2.2.6.
5756         * build-aux/config.libpath: Likewise.
5757
5758 2008-09-06  Bruno Haible  <bruno@clisp.org>
5759
5760         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
5761         * lib/freadptr.c (freadptr): Likewise.
5762         * lib/freadseek.c (freadptrinc): Likewise.
5763         Reported by Simon Josefsson.
5764
5765 2008-09-06  Bruno Haible  <bruno@clisp.org>
5766
5767         * modules/freadptr (License): Change to LGPLv2+.
5768         * modules/freadseek (License): Likewise.
5769         Suggested by Eric Blake.
5770
5771         * modules/memchr2 (License): Change to LGPLv2+.
5772         Approved by Eric Blake.
5773
5774 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5775             Bruno Haible  <bruno@clisp.org>
5776
5777         Make gnulib-tool work with native 'sed' on AIX.
5778         * gnulib-tool (sed_noop): New variable.
5779         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
5780         func_add_or_update, func_create_testdir): Use it to initialize sed
5781         script variables.
5782         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5783
5784 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
5785             Bruno Haible  <bruno@clisp.org>
5786
5787         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
5788         also works after #include directives.
5789
5790 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
5791
5792         getdate.y: reject an out-of-range timezone value
5793         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
5794         the range [-24...+24].  When specified with only one or two digits,
5795         * tests/test-getdate.c: Tests for the fix.
5796         * doc/getdate.texi: Document this change.
5797
5798 2008-09-03  Bruno Haible  <bruno@clisp.org>
5799
5800         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
5801
5802 2008-09-02  Simon Josefsson  <simon@josefsson.org>
5803
5804         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
5805         <bruce.korb@gmail.com> with ideas from Ben Pfaff
5806         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
5807         Blake <ebb9@byu.net>.
5808
5809         * tests/test-bitrotate.c: Add more test vectors.
5810
5811 2008-09-02  Eric Blake  <ebb9@byu.net>
5812
5813         vasnprintf-posix: handle large precision via %.*d
5814         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
5815         when handling it ourselves.
5816         * tests/test-vasnprintf-posix.c (test_function): Add test.
5817         * tests/test-snprintf-posix.h (test_function): Likewise.
5818         * tests/test-sprintf-posix.h (test_function): Likewise.
5819         * tests/test-vasprintf-posix.c (test_function): Likewise.
5820         Reported by Alain Guibert.
5821
5822 2008-09-01  Eric Blake  <ebb9@byu.net>
5823
5824         c-stack: make configure-time check more robust
5825         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
5826         successful sigaction call.
5827         Reported by Tom G. Christensen.
5828
5829 2008-09-01  Bruno Haible  <bruno@clisp.org>
5830
5831         New module 'findprog-lgpl'.
5832         * modules/findprog-lgpl: New file.
5833         * lib/findprog-lgpl.c: New file.
5834         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
5835         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
5836         to decide whether to use strdup or xstrdup, concatenated_filename or
5837         xconcatenated_filename.
5838
5839 2008-09-01  Bruno Haible  <bruno@clisp.org>
5840
5841         Split module 'concat-filename' into 'concat-filename' (LGPL) and
5842         'xconcat-filename' (GPL).
5843         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
5844         (License): Change to LGPLv2+.
5845         * modules/xconcat-filename: New file.
5846         * lib/concat-filename.h (concatenated_filename): Change specification.
5847         (xconcatenated_filename): New declaration.
5848         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
5849         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
5850         memory situations.
5851         * lib/xconcat-filename.c: New file.
5852         * NEWS: Mention the change.
5853         * lib/findprog.c: Include concat-filename.h, not filename.h.
5854         (find_in_path): Use xconcatenated_filename instead of
5855         concatenated_filename.
5856         * lib/javacomp.c: Include concat-filename.h, not filename.h.
5857         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5858         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5859         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5860         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
5861         instead of concatenated_filename.
5862         * lib/javaexec.c: Include concat-filename.h, not filename.h.
5863         (execute_java_class): Use xconcatenated_filename instead of
5864         concatenated_filename.
5865         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
5866         * modules/javacomp (Depends-on): Likewise.
5867         * modules/javaexec (Depends-on): Likewise.
5868
5869 2008-09-01  Bruno Haible  <bruno@clisp.org>
5870
5871         Split module 'filename' into 'filename' and 'concat-filename'.
5872         * modules/filename: Keep only lib/filename.h.
5873         (License): Change to LGPLv2+.
5874         * modules/concat-filename: New file, extracted from modules/filename.
5875         * lib/filename.h (concatenated_filename): Remove declaration.
5876         * lib/concat-filename.h: New file, extracted from lib/filename.h.
5877         * lib/concat-filename.c: Include concat-filename.h.
5878         * NEWS: Mention the change.
5879
5880 2008-09-01  Simon Josefsson  <simon@josefsson.org>
5881
5882         * lib/bitrotate.h (rotl8, rotr8): Add.
5883
5884         * modules/bitrotate (configure.ac): Need
5885         AC_REQUIRE([AC_C_INLINE]).
5886         (Description): Mention stdint.h.  Reported by Bruno Haible
5887         <bruno@clisp.org>.
5888
5889         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
5890         Paolo Bonzini <bonzini@gnu.org>.
5891
5892 2008-08-31  Bruno Haible  <bruno@clisp.org>
5893
5894         Assume Solaris specific bi-arch conventions on Solaris systems.
5895         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
5896         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
5897         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
5898         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
5899         like acl_libdirstem.
5900         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
5901         acl_libdirstem.
5902         * NEWS: Mention the change.
5903         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
5904
5905 2008-08-31  Jim Meyering  <meyering@redhat.com>
5906
5907         * lib/strftime.h: Add comments describing the two added arguments.
5908
5909         remove duplicate #include directives
5910         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
5911         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
5912
5913 2008-08-31  Bruno Haible  <bruno@clisp.org>
5914
5915         New module 'sigpipe-die'.
5916         * modules/sigpipe-die: New file.
5917         * lib/sigpipe-die.h: New file.
5918         * lib/sigpipe-die.c: New file.
5919         * MODULES.html.sh (Signal handling): Add sigpipe-die.
5920
5921 2008-08-31  Bruno Haible  <bruno@clisp.org>
5922
5923         Don't override previously installed signal handlers.
5924         * lib/fatal-signal.c (saved_sigactions): New variable.
5925         (uninstall_handlers): Reset the signal to the saved handler, not
5926         to SIG_DFL (except when ignored).
5927         (install_handlers): Save the previous handlers.
5928
5929 2008-08-30  Bruno Haible  <bruno@clisp.org>
5930
5931         * gnulib-tool (func_reset_sigpipe): New function.
5932         (func_get_automake_snippet, func_modules_transitive_closure,
5933         func_import): Invoke it before a join command that reads from stdin,
5934         to avoid "echo: write error: Broken pipe" error messages on stderr.
5935         Reported by Sam Steingold <sds@gnu.org>.
5936
5937 2008-08-30  Bruno Haible  <bruno@clisp.org>
5938
5939         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
5940         Code copied from m4/open.m4.
5941         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
5942         access and the filename ends in a slash. Code copied from lib/open.c.
5943         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
5944         * tests/test-fopen.c (main): Check against bug with trailing slash.
5945
5946 2008-08-29  Bruno Haible  <bruno@clisp.org>
5947
5948         Avoid some "gcc -pedantic" warnings.
5949         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
5950         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
5951         * lib/dirent.in.h: Likewise.
5952         * lib/fcntl.in.h: Likewise.
5953         * lib/float.in.h: Likewise.
5954         * lib/iconv.in.h: Likewise.
5955         * lib/inttypes.in.h: Likewise.
5956         * lib/locale.in.h: Likewise.
5957         * lib/math.in.h: Likewise.
5958         * lib/netinet_in.in.h: Likewise.
5959         * lib/search.in.h: Likewise.
5960         * lib/signal.in.h: Likewise.
5961         * lib/stdarg.in.h: Likewise.
5962         * lib/stdint.in.h: Likewise.
5963         * lib/stdio.in.h: Likewise.
5964         * lib/stdlib.in.h: Likewise.
5965         * lib/string.in.h: Likewise.
5966         * lib/strings.in.h: Likewise.
5967         * lib/sys_select.in.h: Likewise.
5968         * lib/sys_socket.in.h: Likewise.
5969         * lib/sys_stat.in.h: Likewise.
5970         * lib/sys_time.in.h: Likewise.
5971         * lib/sysexits.in.h: Likewise.
5972         * lib/time.in.h: Likewise.
5973         * lib/unistd.in.h: Likewise.
5974         * lib/wchar.in.h: Likewise.
5975         * lib/wctype.in.h: Likewise.
5976         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
5977         * modules/fchdir (Makefile.am): Likewise.
5978         * modules/fcntl (Makefile.am): Likewise.
5979         * modules/float (Makefile.am): Likewise.
5980         * modules/iconv_open (Makefile.am): Likewise.
5981         * modules/inttypes (Makefile.am): Likewise.
5982         * modules/locale (Makefile.am): Likewise.
5983         * modules/math (Makefile.am): Likewise.
5984         * modules/netinet_in (Makefile.am): Likewise.
5985         * modules/search (Makefile.am): Likewise.
5986         * modules/signal (Makefile.am): Likewise.
5987         * modules/stdarg (Makefile.am): Likewise.
5988         * modules/stdint (Makefile.am): Likewise.
5989         * modules/stdio (Makefile.am): Likewise.
5990         * modules/stdlib (Makefile.am): Likewise.
5991         * modules/string (Makefile.am): Likewise.
5992         * modules/strings (Makefile.am): Likewise.
5993         * modules/sys_select (Makefile.am): Likewise.
5994         * modules/sys_socket (Makefile.am): Likewise.
5995         * modules/sys_stat (Makefile.am): Likewise.
5996         * modules/sys_time (Makefile.am): Likewise.
5997         * modules/sysexits (Makefile.am): Likewise.
5998         * modules/time (Makefile.am): Likewise.
5999         * modules/unistd (Makefile.am): Likewise.
6000         * modules/wchar (Makefile.am): Likewise.
6001         * modules/wctype (Makefile.am): Likewise.
6002         Reported by Reuben Thomas <rrt@sc3d.org>.
6003
6004 2008-08-29  Bruno Haible  <bruno@clisp.org>
6005
6006         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
6007         any more.
6008
6009 2008-08-29  Simon Josefsson  <simon@josefsson.org>
6010
6011         * MODULES.html.sh (Misc): Add bitrotate.
6012
6013         * modules/bitrotate: New file.
6014
6015         * lib/bitrotate.h: New file.
6016
6017         * modules/bitrotate-tests: New file.
6018
6019         * tests/test-bitrotate.c: New file.
6020
6021         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
6022         on the bitrotate module.
6023
6024         * lib/arctwo.c: Use new bitrotate module.
6025
6026 2008-08-29  Jim Meyering  <meyering@redhat.com>
6027
6028         bootstrap: merge changes from coreutils
6029         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
6030         of copied files.  Remove a kludge, now that this is fixed.
6031         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
6032         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
6033         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
6034
6035 2008-08-29  Bruno Haible  <bruno@clisp.org>
6036
6037         * MODULES.html.sh: Remove --cvs-urls option.
6038
6039 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
6040
6041         maint.mk: adjust to file name change
6042         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
6043
6044 2008-08-28  Jim Meyering  <meyering@redhat.com>
6045
6046         * modules/getndelim2 (License): Relicense to LGPLv2+.
6047         Approved by Richard Stallman for the version of 1995, and by
6048         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
6049
6050 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
6051
6052         * lib/getdelim.c (flockfile, funlockfile): Make all of them
6053         dummy if one is not available.  Do not touch them if
6054         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
6055         (getc_maybe_unlocked): New.
6056         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
6057
6058 2008-08-26  Eric Blake  <ebb9@byu.net>
6059
6060         doc/INSTALL: resync from autoconf
6061         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
6062         (INSTALL_PRELUDE): Delete; this is done more efficiently by
6063         moving...
6064         * install.texi [!autoconf]: ...here.  Resync from autoconf.
6065         * INSTALL: Regenerate.
6066         * INSTALL.ISO: New file.
6067         * INSTALL.UTF-8: Likewise.
6068
6069 2008-08-26  Jim Meyering  <meyering@redhat.com>
6070
6071         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
6072         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
6073         these definitions conditional, so that they may be overridden, too.
6074
6075 2008-08-26  Bruno Haible  <bruno@clisp.org>
6076
6077         Generate INSTALL file variants with prettier quotes.
6078         * doc/Makefile (INSTALL_PRELUDE): New macro.
6079         (INSTALL): Use it.
6080         (INSTALL.ISO, INSTALL.UTF-8): New rules.
6081
6082 2008-08-26  Bruno Haible  <bruno@clisp.org>
6083
6084         Run makeinfo in an English locale.
6085         * doc/Makefile (MAKEINFO): New variable.
6086
6087 2008-08-26  Bruno Haible  <bruno@clisp.org>
6088
6089         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
6090         Suggested by Eric Blake.
6091
6092 2008-08-25  Bruno Haible  <bruno@clisp.org>
6093
6094         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
6095
6096 2008-08-25  Eric Blake  <ebb9@byu.net>
6097
6098         c-stack: test that stack overflow can be caught
6099         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
6100         that platform allows handling stack overflow; at least OS/2 EMX
6101         has sigaltstack, but crashes before transferring control to
6102         handler on stack overflow.
6103         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
6104         check for HAVE_STACK_OVERFLOW_HANDLING.
6105         Reported by Elbert Pol.
6106
6107 2008-08-25  Bruno Haible  <bruno@clisp.org>
6108
6109         * doc/posix-functions/strftime.texi: Fix description of strftime
6110         module.
6111
6112 2008-08-24  Bruno Haible  <bruno@clisp.org>
6113
6114         * tests/uniwidth/test-uc_width2.c: New file.
6115         * tests/uniwidth/test-uc_width2.sh: New file.
6116         * modules/uniwidth/width-tests (Files): Add the new files.
6117         (TESTS): Add uniwidth/test-uc_width2.sh.
6118         (TESTS_ENVIRONMENT): New variable.
6119         (check_PROGRAMS): Add test-uc_width2.
6120         (test_uc_width2_SOURCES): New variable.
6121
6122         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
6123         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
6124         not 0x00AB.
6125         Reported by Alexander V. Lukyanov <lav@netis.ru>.
6126
6127 2008-08-22  Eric Blake  <ebb9@byu.net>
6128
6129         test-lock, test-tls: mention why a test is skipped
6130         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
6131         skipped.
6132         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
6133
6134         count-one-bits: relax license
6135         * modules/count-one-bits (License): Relicense to LGPLv2+.
6136         Suggested by Ludovic Courtès, approved by Ben Pfaff.
6137
6138 2008-08-22  Andreas Schwab  <schwab@suse.de>
6139
6140         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
6141         Remove spurious space in assignment.
6142
6143 2008-08-21  Simon Josefsson  <simon@josefsson.org>
6144
6145         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
6146         Paul Eggert <eggert@CS.UCLA.EDU>.
6147
6148 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
6149
6150         * modules/gettext: Add m4/threadlib.m4.
6151
6152 2008-08-19  Eric Blake  <ebb9@byu.net>
6153
6154         test-c-stack: fix compilation failure on FreeBSD 5.0
6155         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
6156         headers before <sys/resource.h>.
6157         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
6158         the bug.
6159         Reported by Nelson H. F. Beebe.
6160
6161         strverscmp: migrate from "strverscmp.h" to <string.h>
6162         * modules/string (Makefile.am): Add new hooks.
6163         * modules/strverscmp (Files): Remove strverscmp.h.
6164         (Depends-on): Add string.
6165         (configure.ac): Add indicator.
6166         (Include): Mention new header.
6167         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
6168         defaults.
6169         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
6170         results.
6171         * lib/strverscmp.h: Delete.
6172         * lib/string.in.h (strverscmp): Provide declaration, when needed.
6173         * tests/test-strverscmp.c (includes): Adjust client.
6174         * lib/check-version.c (includes): Likewise.
6175         * NEWS: Document the change.
6176
6177         strverscmp: add unit test
6178         * modules/strverscmp-tests: New file.
6179         * tests/test-strverscmp.c: Likewise.
6180
6181 2008-08-19  Simon Josefsson  <simon@josefsson.org>
6182
6183         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
6184         regarding Windows crypto stuff, from Mono.
6185
6186 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
6187
6188         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
6189         if present, for intel RND.  Return error on failures.
6190
6191 2008-08-18  Ben Pfaff  <blp@gnu.org>
6192
6193         gitlog-to-changelog: give better diagnostic for failed pipe-open
6194         * build-aux/gitlog-to-changelog: Improve error message: suggest
6195         that the version of Git may be too old.
6196
6197 2008-08-18  Simon Josefsson  <simon@josefsson.org>
6198
6199         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
6200         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
6201
6202 2008-08-18  Bruno Haible  <bruno@clisp.org>
6203
6204         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
6205         pthread_in_use().
6206
6207 2008-08-18  Bruno Haible  <bruno@clisp.org>
6208
6209         * lib/glthread/threadlib.c: Include <pthread.h>.
6210
6211 2008-08-18  Bruno Haible  <bruno@clisp.org>
6212
6213         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
6214         glthread_recursive_lock_* macros.
6215         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
6216         Fix syntax error.
6217
6218 2008-08-18  Bruno Haible  <bruno@clisp.org>
6219
6220         * lib/glthread/thread.c: Avoid forcing a context switch right after
6221         thread creation.
6222
6223 2008-08-17  Bruno Haible  <bruno@clisp.org>
6224
6225         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
6226         * lib/glthread/thread.h: Provide Win32 specific implementation.
6227         * modules/thread (Files): Add lib/glthread/thread.c.
6228         (Depends-on): Add lock.
6229         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
6230
6231 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6232
6233         New module 'yield'.
6234         * modules/yield: New file.
6235         * lib/glthread/yield.h: New file.
6236         * m4/yield.m4: New file.
6237         * MODULES.html.sh (Multithreading): Add yield.
6238
6239 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6240
6241         New module 'thread'.
6242         * modules/thread: New file.
6243         * lib/glthread/thread.h: New file.
6244         * m4/thread.m4: New file.
6245         * MODULES.html.sh (Multithreading): Add thread.
6246
6247 2008-08-17  Bruno Haible  <bruno@clisp.org>
6248
6249         * lib/glthread/lock.h: Include <stdlib.h> always.
6250         * lib/glthread/tls.h: Likewise.
6251         * lib/glthread/cond.h: Likewise.
6252
6253 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6254
6255         New module 'cond'.
6256         * modules/cond: New file.
6257         * lib/glthread/cond.h: New file.
6258         * lib/glthread/cond.c: New file.
6259         * m4/cond.m4: New file.
6260         * MODULES.html.sh (Multithreading): Add cond.
6261
6262 2008-08-16  Eric Blake  <ebb9@byu.net>
6263
6264         c-stack: fix regression on Irix 5.3 from 2008-06-21
6265         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
6266         sa_sigaction...
6267         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
6268         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
6269         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
6270         * modules/signal (Makefile.am): Use the value.
6271         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
6272         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
6273         * doc/posix-headers/signal.texi (signal.h): Document this
6274         portability issue.
6275         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
6276         Reported by Tom G. Christensen.
6277
6278 2008-08-17  Bruno Haible  <bruno@clisp.org>
6279
6280         New module 'threadlib'.
6281         * modules/threadlib: New file.
6282         * lib/glthread/threadlib.c: New file, extracted from
6283         lib/glthread/lock.c.
6284         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
6285         functions.
6286         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
6287         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
6288         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
6289         macros.
6290         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
6291         (gl_DISABLE_THREADS): Remove macro.
6292         * modules/lock (Files): Remove build-aux/config.rpath.
6293         (Depends-on): Remove havelib. Add threadlib.
6294         (configure.ac-early): Remove section.
6295         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
6296         * modules/tls (Depends-on): Remove lock. Add threadlib.
6297         (Link): New section, copied from threadlib.
6298         * MODULES.html.sh (Multithreading): Add threadlib.
6299
6300 2008-08-14  Bruno Haible  <bruno@clisp.org>
6301
6302         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
6303         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
6304         glthread_rwlock_unlock, glthread_rwlock_destroy,
6305         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
6306         glthread_recursive_lock_destroy): Define as macros always.
6307         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
6308         glthread_lock_lock.
6309         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
6310         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
6311         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
6312         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
6313         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
6314         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
6315         (glthread_recursive_lock_lock_func): Renamed from
6316         glthread_recursive_lock_lock.
6317         (glthread_recursive_lock_unlock_func): Renamed from
6318         glthread_recursive_lock_unlock.
6319         (glthread_recursive_lock_destroy_func): Renamed from
6320         glthread_recursive_lock_destroy.
6321
6322 2008-08-14  Bruno Haible  <bruno@clisp.org>
6323
6324         * lib/glthread/lock.h: Renamed from lib/lock.h.
6325         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
6326         * lib/glthread/tls.h: Renamed from lib/tls.h.
6327         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
6328         * lib/fstrcmp.c: Update includes.
6329         * lib/strsignal.c: Update includes.
6330         * modules/lock (Files, Makefile.am): Update.
6331         (Include): Change to "glthread/lock.h".
6332         * modules/tls (Files, Makefile.am): Update.
6333         (Include): Change to "glthread/tls.h".
6334         * tests/test-lock.c: Update includes.
6335         * tests/test-tls.c: Update includes.
6336         * NEWS: Mention the renamed header files.
6337
6338 2008-08-11  Jim Meyering  <meyering@redhat.com>
6339
6340         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
6341
6342 2008-08-11  Eric Blake  <ebb9@byu.net>
6343
6344         test-c-stack: avoid C99-ism
6345         * tests/test-c-stack.c (main): Fix whitespace, move declaration
6346         before statement.
6347         Reported by Alain Guibert.
6348
6349 2008-08-10  Jim Meyering  <meyering@redhat.com>
6350
6351         ensure that return value of uinttostr et al are not ignored
6352         * lib/inttostr.h (__GNUC_PREREQ): Define.
6353         (__attribute_warn_unused_result__): Define.
6354         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
6355
6356 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
6357
6358         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
6359         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
6360
6361 2008-08-07  Jim Meyering  <meyering@redhat.com>
6362
6363         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
6364
6365         * modules/mkstemp (License): Relicense under LGPLv2+.
6366         * modules/tempname (License): Likewise.
6367
6368 2008-08-06  Bruno Haible  <bruno@clisp.org>
6369
6370         * lib/poll.c (poll): Further micro-optimization.
6371
6372 2008-08-06  Jim Meyering  <meyering@redhat.com>
6373
6374         inet_pton.c: use locale-independent tolower
6375         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
6376         (inet_pton6): Use c_tolower rather than tolower.
6377         * modules/inet_pton (Depends-on): Add c-ctype.
6378
6379 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
6380
6381         * lib/poll.c (poll): Avoid division when timeout is 0, cache
6382         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
6383
6384 2008-08-06  Jim Meyering  <meyering@redhat.com>
6385
6386         * modules/inet_pton (License): Relicense under LGPLv2+.
6387
6388 2008-08-03  Bruno Haible  <bruno@clisp.org>
6389
6390         Additional non-aborting API for lock and tls.
6391         * lib/lock.h: Include <errno.h>.
6392         (glthread_lock_init): New macro/function.
6393         (gl_lock_init): Define as wrapper around glthread_lock_init.
6394         (glthread_lock_lock): New macro/function.
6395         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
6396         (glthread_lock_unlock): New macro/function.
6397         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
6398         (glthread_lock_destroy): New macro/function.
6399         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
6400         (glthread_rwlock_init): New macro/function.
6401         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
6402         (glthread_rwlock_rdlock): New macro/function.
6403         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
6404         (glthread_rwlock_wrlock): New macro/function.
6405         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
6406         (glthread_rwlock_unlock): New macro/function.
6407         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
6408         (glthread_rwlock_destroy): New macro/function.
6409         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
6410         (glthread_recursive_lock_init): New macro/function.
6411         (gl_recursive_lock_init): Define as wrapper around
6412         glthread_recursive_lock_init.
6413         (glthread_recursive_lock_lock): New macro/function.
6414         (gl_recursive_lock_lock): Define as wrapper around
6415         glthread_recursive_lock_lock.
6416         (glthread_recursive_lock_unlock): New macro/function.
6417         (gl_recursive_lock_unlock): Define as wrapper around
6418         glthread_recursive_lock_unlock.
6419         (glthread_recursive_lock_destroy): New macro/function.
6420         (gl_recursive_lock_destroy): Define as wrapper around
6421         glthread_recursive_lock_destroy.
6422         (glthread_once): New macro/function.
6423         (gl_once): Define as wrapper around glthread_once.
6424         Update function declarations.
6425         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
6426         glthread_rwlock_init. Return error code.
6427         (glthread_rwlock_rdlock_multithreaded): Renamed from
6428         glthread_rwlock_rdlock. Return error code.
6429         (glthread_rwlock_wrlock_multithreaded): Renamed from
6430         glthread_rwlock_wrlock. Return error code.
6431         (glthread_rwlock_unlock_multithreaded): Renamed from
6432         glthread_rwlock_unlock. Return error code.
6433         (glthread_rwlock_destroy_multithreaded): Renamed from
6434         glthread_rwlock_destroy. Return error code.
6435         (glthread_recursive_lock_init_multithreaded): Renamed from
6436         glthread_recursive_lock_init. Return error code.
6437         (glthread_recursive_lock_lock_multithreaded): Renamed from
6438         glthread_recursive_lock_lock. Return error code.
6439         (glthread_recursive_lock_unlock_multithreaded): Renamed from
6440         glthread_recursive_lock_unlock. Return error code.
6441         (glthread_recursive_lock_destroy_multithreaded): Renamed from
6442         glthread_recursive_lock_destroy. Return error code.
6443         (glthread_once_call): Make static.
6444         (glthread_once_multithreaded): Renamed from glthread_once.
6445         * lib/tls.h: Include <errno.h>.
6446         (glthread_tls_key_init): New macro/function.
6447         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
6448         (glthread_tls_set): New macro/function.
6449         (gl_tls_set): Define as wrapper around glthread_tls_set.
6450         (glthread_tls_key_destroy): New macro/function.
6451         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
6452         Update function declarations.
6453         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
6454         glthread_tls_get.
6455         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6456
6457 2008-08-04  Eric Blake  <ebb9@byu.net>
6458
6459         gnumakefile: use space, not TAB, outside of targets
6460         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
6461
6462 2008-08-02  Jim Meyering  <meyering@redhat.com>
6463
6464         getdate.y: avoid locale-dependent date parsing failure
6465         In Turkish locales, getdate would fail to recognize keywords
6466         containing a lowercase "i".  The solution is not to rely on
6467         locale-sensitive case-conversion.
6468         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
6469         (lookup_word): Use c_toupper in place of toupper.
6470         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
6471         Reported by Vefa Bicakci <bicave@superonline.com> in
6472         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
6473         * modules/getdate (Depends-on): Add c-ctype.
6474
6475 2008-08-02  Bruno Haible  <bruno@clisp.org>
6476
6477         * gnulib-tool (func_import): When updating or creating a .gitignore
6478         file, prepend each added line with a slash, and ignore leading slashes
6479         from the existing lines.
6480         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6481
6482 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6483
6484         Portability fix for GNU make 3.79.1.
6485         * top/GNUmakefile: Avoid 'else COND', which older GNU make
6486         versions do not understand.
6487
6488 2008-08-01  Bruno Haible  <bruno@clisp.org>
6489
6490         Work around bug of HP-UX 10.20 cc with -0.0 literal.
6491         * tests/test-isnanf.h (zero): New variable.
6492         (main): Avoid literal -0.0f.
6493         * tests/test-isnand.h (zero): New variable.
6494         (main): Avoid literal -0.0.
6495         * tests/test-isnanl.h (zero): New variable.
6496         (main): Avoid literal -0.0L.
6497         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
6498         (test_float, test_double, test_long_double): Avoid literals -0.0f,
6499         -0.0, -0.0L.
6500         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
6501         (test_signbitd): Avoid literal -0.0.
6502         (test_signbitl): Avoid literal -0.0L.
6503         * tests/test-ceilf1.c (zero): New variable.
6504         (main): Avoid literal -0.0f.
6505         * tests/test-ceill.c (zero): New variable.
6506         (main): Avoid literal -0.0L.
6507         * tests/test-floorf1.c (zero): New variable.
6508         (main): Avoid literal -0.0f.
6509         * tests/test-floorl.c (zero): New variable.
6510         (main): Avoid literal -0.0L.
6511         * tests/test-roundf1.c (zero): New variable.
6512         (main): Avoid literal -0.0f.
6513         * tests/test-round1.c (zero): New variable.
6514         (main): Avoid literal -0.0.
6515         * tests/test-roundl.c (zero): New variable.
6516         (main): Avoid literal -0.0L.
6517         * tests/test-truncf1.c (zero): New variable.
6518         (main): Avoid literal -0.0f.
6519         * tests/test-trunc1.c (zero): New variable.
6520         (main): Avoid literal -0.0.
6521         * tests/test-truncl.c (zero): New variable.
6522         (main): Avoid literal -0.0L.
6523         * tests/test-frexp.c (zero): New variable.
6524         (main): Avoid literal -0.0.
6525         * tests/test-frexpl.c (zero): New variable.
6526         (main): Avoid literal -0.0L.
6527         * tests/test-ldexpl.c (zero): New variable.
6528         (main): Avoid literal -0.0L.
6529         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
6530         (zerod, zerol): New variables.
6531         (test_function): Avoid literals -0.0, -0.0L.
6532         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
6533         (zerod, zerol): New variables.
6534         (test_function): Avoid literals -0.0, -0.0L.
6535         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
6536         (zerod, zerol): New variables.
6537         (test_function): Avoid literals -0.0, -0.0L.
6538         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
6539         (zerod, zerol): New variables.
6540         (test_function): Avoid literals -0.0, -0.0L.
6541         * tests/test-strtod.c (zero): New variable.
6542         (main): Avoid literal -0.0.
6543         Reported by Jonathan C. Patschke <jp@centtech.com>.
6544
6545 2008-07-31  Jim Meyering  <meyering@redhat.com>
6546
6547         sha256.h: correct definition of SHA224_DIGEST_SIZE
6548         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
6549         Reported by Paulie Pena IV <paulie4@gmail.com>.
6550         Define as 224 / 8, rather than as a literal.
6551         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
6552         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
6553         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
6554
6555 2008-07-31  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
6558         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
6559         Reported by Jonathan Patschke <jp@centtech.com>.
6560
6561 2008-07-31  Bruno Haible  <bruno@clisp.org>
6562
6563         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
6564         Reported by Paolo Bonzini <bonzini@gnu.org>.
6565
6566 2008-07-30  Eric Blake  <ebb9@byu.net>
6567
6568         test-strtod: allow compilation without -lm
6569         * tests/test-strtod.c (main): Avoid link dependence on fabs.
6570         Reported by Dennis Clarke <blastwave@gmail.com>.
6571
6572 2008-07-28  Jim Meyering  <meyering@redhat.com>
6573
6574         bootstrap: work also when there are no .po files in po/
6575         * build-aux/bootstrap (update_po_files): Complete the change
6576         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
6577
6578 2008-07-27  Jim Meyering  <meyering@redhat.com>
6579
6580         * users.txt: Add zile.
6581
6582 2008-07-26  Ben Pfaff  <blp@gnu.org>
6583
6584         Add missing dependencies on new m4/exponent[fdl].m4 files.
6585         * modules/isnanf-nolibm: Add m4/exponentf.m4.
6586         * modules/isnand-nolibm: Add m4/exponentd.m4.
6587         * modules/isnanl-nolibm: Add m4/exponentl.m4.
6588         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
6589         m4/isnan[fdl].m4, because the macros actually used moved.
6590         Reported by Jim Meyering.
6591
6592 2008-07-14  Ben Pfaff  <blp@gnu.org>
6593
6594         Add isinf module.
6595         * lib/isinf.c: New file.
6596         * lib/math.in.h: Define isinf macro if we have decided to replace
6597         it.
6598         * m4/isinf.m4: New file.
6599         * m4/math_h.m4: Initialize and substitute variables for isinf
6600         module.
6601         * modules/isinf: New file.
6602         * modules/isinf-tests: New file.
6603         * modules/math: Add substitutions for new module.
6604         * tests/test-isinf.c: New file.
6605         * doc/posix-functions/isinf.texi: Mention new module.
6606         * MODULES.html.sh: Mention new module.
6607
6608 2008-07-14  Ben Pfaff  <blp@gnu.org>
6609
6610         Factor out some macros for use by additional modules.
6611         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
6612         exponentf.m4.
6613         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
6614         exponentd.m4.
6615         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
6616         file exponentl.m4.
6617         * m4/exponentf.m4: New file.
6618         * m4/exponentd.m4: New file.
6619         * m4/exponentl.m4: New file.
6620         * modules/isnanf: Use new file m4/exponentf.m4.
6621         * modules/isnand: Use new file m4/exponentd.m4.
6622         * modules/isnanl: Use new file m4/exponentl.m4.
6623
6624 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
6625
6626         mktime.c: normalize tp->tm_isdst value to -1/0/1.
6627         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
6628         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
6629         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
6630
6631         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
6632         readlink on platforms without PATH_MAX.
6633
6634 2008-07-21  Eric Blake  <ebb9@byu.net>
6635
6636         Warn, not fail, on stale version.
6637         * top/GNUmakefile (_curr-ver): Tone down previous patch.
6638
6639         Don't allow installation with stale devel version number.
6640         * top/GNUmakefile (_is-install-target): New macro.
6641         (_curr-ver): Forbid installation with stale version number.
6642
6643 2008-07-20  Bruno Haible  <bruno@clisp.org>
6644
6645         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
6646         TESTS_ENVIRONMENT.
6647         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
6648
6649 2008-07-20  Bruno Haible  <bruno@clisp.org>
6650
6651         * lib/c-stack.h (c_stack_action): Add documentation.
6652         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
6653
6654 2008-07-20  Bruno Haible  <bruno@clisp.org>
6655
6656         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
6657         * modules/readlink (License): Likewise.
6658
6659 2008-07-17  Eric Blake  <ebb9@byu.net>
6660
6661         * modules/c-stack (Link): Fix typo.
6662
6663         Make c-stack use libsigsegv, when available.
6664         * modules/c-stack (Depends-on): Add libsigsegv.
6665         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
6666         needed.
6667         * lib/c-stack.c (SIGSTKSZ): Define fallback.
6668         (segv_handler, overflow_handler, c_stack_action)
6669         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
6670         implementation when libsigsegv is available, but only when using
6671         the library is necessary.
6672         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
6673         comment, explaining why XSI check fails on Linux.
6674         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
6675         * tests/test-c-stack2.sh: Tweak skip message.
6676         * NEWS: Document new link-time requirements.
6677
6678 2008-07-16  Eric Blake  <ebb9@byu.net>
6679
6680         c-stack: Expose false positives when not using libsigsegv.
6681         * modules/c-stack-tests (Files): Expand test.
6682         * tests/test-c-stack.c (main): Add means to conditionally trigger
6683         non-overflow SIGSEGV.
6684         * tests/test-c-stack2.sh: New file.
6685
6686 2008-07-14  Bruno Haible  <bruno@clisp.org>
6687
6688         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
6689         Reported by Eric Blake.
6690
6691 2008-07-14  Sam Steingold  <sds@gnu.org>
6692             Bruno Haible  <bruno@clisp.org>
6693
6694         New module libsigsegv.
6695         * modules/libsigsegv: New file.
6696         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
6697         modifications.
6698         * MODULES.html.sh (Signal handling): New section.
6699
6700 2008-07-14  Bruno Haible  <bruno@clisp.org>
6701
6702         * modules/unictype/ctype-* (Description): Add the word "function".
6703         Improves the resulting doc in MODULES.html.
6704
6705 2008-07-12  Ben Pfaff  <blp@gnu.org>
6706
6707         Add longlong module.
6708         * modules/longlong: New file.
6709
6710 2008-07-12  Bruno Haible  <bruno@clisp.org>
6711
6712         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
6713         to empty.
6714
6715 2008-07-10  Ben Pfaff  <blp@gnu.org>
6716
6717         Add isnan module.
6718         * doc/posix-functions/isnan.texi: Mention new module.
6719         * lib/math.in.h: Define isnan macro if we have decided to replace
6720         it.
6721         * m4/isnan.m4: New file.
6722         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
6723         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
6724         also.
6725         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
6726         redundancy.
6727         * m4/math_h.m4: Initialize and substitute variables for isnan
6728         module.
6729         * modules/isnan: New file.
6730         * modules/isnan-tests: New file.
6731         * modules/math: Add substitutions for new module.
6732         * tests/test-isnan.c: New file.
6733         * MODULES.html.sh: Mention new module.
6734
6735 2008-07-10  Ben Pfaff  <blp@gnu.org>
6736
6737         Add isnanf module.
6738         * lib/isnanf.m4: New file.
6739         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
6740         (gl_HAVE_ISNANF_IN_LIBM): New macro.
6741         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
6742         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
6743         * modules/isnanf: New file.
6744         * modules/isnanf-tests: New file.
6745         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
6746         files.
6747         * tests/test-isnanf-nolibm.c: factored most of its contents into
6748         new file tests/test-isnanf.h.
6749         * tests/test-isnanf.h: New file.
6750         * tests/test-isnanf.c: New file.
6751         * MODULES.html.sh: Mention new module.
6752         * doc/glibc-functions/isnanf.texi: Mention new module.
6753
6754 2008-07-10  Ben Pfaff  <blp@gnu.org>
6755
6756         Add isnand module.
6757         * lib/isnand.h: New file.
6758         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
6759         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
6760         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
6761         functionality also.
6762         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
6763         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
6764         (gl_HAVE_ISNAND_IN_LIBM): New macro.
6765         * modules/isnand: New file.
6766         * modules/isnand-tests: New file.
6767         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
6768         files.
6769         * tests/test-isnand-nolibm.c: factored most of its contents into
6770         new file tests/test-isnand.h.
6771         * tests/test-isnand.h: New file.
6772         * tests/test-isnand.c: New file.
6773         * MODULES.html.sh: Mention new module.
6774
6775 2008-07-10  Ben Pfaff  <blp@gnu.org>
6776
6777         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
6778         * lib/isnand.h: Rename lib/isnand-nolibm.h.
6779         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
6780         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
6781         * modules/isnanf-nolibm: Update references to renamed files.
6782         * modules/isnand-nolibm: Likewise.
6783         * modules/isnanf-nolibm-tests: Likewise.
6784         * modules/isnand-nolibm-tests: Likewise.
6785         * lib/frexp.c: Likewise.
6786         * lib/isfinite.c: Likewise.
6787         * lib/signbitd.c: Likewise.
6788         * lib/signbitf.c: Likewise.
6789         * lib/vasnprintf.c: Likewise.
6790         * tests/test-ceilf1.c: Likewise.
6791         * tests/test-ceilf2.c: Likewise.
6792         * tests/test-floorf1.c: Likewise.
6793         * tests/test-floorf2.c: Likewise.
6794         * tests/test-frexp.c: Likewise.
6795         * tests/test-round1.c: Likewise.
6796         * tests/test-round2.c: Likewise.
6797         * tests/test-roundf1.c: Likewise.
6798         * tests/test-strtod.c: Likewise.
6799         * tests/test-trunc1.c: Likewise.
6800         * tests/test-trunc2.c: Likewise.
6801         * tests/test-truncf1.c: Likewise.
6802         * tests/test-truncf2.c: Likewise.
6803         * NEWS: Mention the renamed header files.
6804
6805 2008-07-11  Jim Meyering  <meyering@redhat.com>
6806
6807         vc-list-files: make the last-resort awk code more portable
6808         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
6809         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
6810         does not support it.
6811
6812 2008-07-10  Eric Blake  <ebb9@byu.net>
6813
6814         Work with tar's bootstrap.
6815         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
6816         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
6817         an m4 comment.
6818
6819 2008-07-09  Jim Meyering  <meyering@redhat.com>
6820
6821         posix-shell.m4: fix typo that made this test malfunction
6822         * m4/posix-shell.m4: Remove capitalization in variable name.
6823
6824 2008-07-08  Bruno Haible  <bruno@clisp.org>
6825
6826         * m4/onceonly.m4: Update comments.
6827         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6828
6829 2008-07-04  Jim Meyering  <meyering@redhat.com>
6830
6831         * users.txt: Add vc-dwim.
6832         (bison, coreutils): Use the gitweb URL.
6833
6834 2008-07-03  Jim Meyering  <meyering@redhat.com>
6835
6836         * users.txt: Add libffcall.  From Sam Steingold.
6837
6838 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
6839
6840         getdate.y: do not ignore TZ with relative day, month or year offset
6841         * lib/getdate.y (get_date): Move the tz-handling block to follow the
6842         relative-date-handling, since otherwise, the latter would clobber the
6843         sole output (an updated Start value) of the tz-handling block.
6844         * tests/test-getdate.c: Tests for the fix
6845
6846 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6847
6848         Recognize 'foo_LIBRARIES += libgnu.a'.
6849         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
6850         makefile snippet has already specified an installation location,
6851         also using '+='.
6852
6853 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
6854
6855         getdate.y: factor out common actions
6856         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
6857         Use them in place of open-coded actions.
6858
6859 2008-07-01  Simon Josefsson  <simon@josefsson.org>
6860
6861         Add self-test for getdate module.
6862         * modules/getdate-tests: New file.
6863         * tests/test-getdate.c: New file.
6864
6865 2008-06-29  Bruno Haible  <bruno@clisp.org>
6866
6867         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
6868         .gitignore.
6869         Reported by Sylvain Beucler <beuc@beuc.net>.
6870
6871 2008-06-29  Bruno Haible  <bruno@clisp.org>
6872
6873         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
6874         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
6875
6876 2008-06-29  Bruno Haible  <bruno@clisp.org>
6877
6878         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
6879         EXTRA_DIST.
6880         Reported by Sylvain Beucler <beuc@beuc.net>.
6881
6882 2008-06-26  Jim Meyering  <meyering@redhat.com>
6883
6884         make several modules depend on the "open" module
6885         This provides slightly increased consistency when opening-for-write
6886         the name of a non-directory spelled with a trailing slash.
6887         * modules/chdir-safer: Likewise.
6888         * modules/chown: Likewise.
6889         * modules/clean-temp: Likewise.
6890         * modules/copy-file: Likewise.
6891         * modules/fchdir: Likewise.
6892         * modules/fcntl-safer: Likewise.
6893         * modules/pipe: Likewise.
6894         * modules/utime: Likewise.
6895         Prompted by Eric Blake and Bruno Haible.
6896
6897 2008-06-24  Andreas Schwab  <schwab@suse.de>
6898
6899         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
6900         literals can be used as initializers for global variables.
6901
6902 2008-06-23  Eric Blake  <ebb9@byu.net>
6903
6904         Make gnulib-cache.m4 easier to diff.
6905         * gnulib-tool (func_import): Allow newlines when reading cached
6906         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
6907
6908 2008-06-23  Bruno Haible  <bruno@clisp.org>
6909
6910         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
6911         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
6912         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
6913         m4/signalblocking.m4.
6914         (gl_PREREQ_SIGACTION): Don't invoke it.
6915         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
6916         gl_PREREQ_SIG_HANDLER_H.
6917         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
6918         Don't check for sigaction here.
6919
6920 2008-06-23  Bruno Haible  <bruno@clisp.org>
6921
6922         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
6923         (install_handlers): Don't set the SA_RESETHAND flag.
6924
6925 2008-06-23  Bruno Haible  <bruno@clisp.org>
6926
6927         * m4/sigaction.m4: Comment fixes.
6928         * lib/signal.in.h: Likewise.
6929
6930 2008-06-23  Eric Blake  <ebb9@byu.net>
6931
6932         Fix typo.
6933         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
6934
6935         Avoid SA_ namespace.
6936         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
6937         Reported by Ralf Wildenhues.
6938
6939         Avoid test failure due to SA_RESTORER.
6940         * tests/test-sigaction.c (SA_MASK): New macro.
6941         (main): Avoid failing due to extension flags being set.
6942         Reported by Jim Meyering.
6943
6944         Revert use of sig-handler.h in sigprocmask.c.
6945         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
6946         it requires the existence of struct sigaction.
6947         * lib/sigprocmask.c (handler_t): Restore typedef.
6948         (rpl_signal, old_handlers): Use local type.
6949
6950 2008-06-22  Bruno Haible  <bruno@clisp.org>
6951
6952         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
6953         conditionally.
6954         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6955
6956 2008-06-22  Bruno Haible  <bruno@clisp.org>
6957
6958         * doc/posix-functions/siginterrupt.texi: Move note.
6959
6960         * lib/signal.in.h (SA_RESTART): New macro.
6961         * lib/sigaction.c: Update comment.
6962
6963         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
6964
6965         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
6966         (gl_PREREQ_SIGPROCMASK): Invoke it.
6967         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
6968
6969         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
6970
6971         * lib/sigprocmask.c: Update a comment.
6972
6973 2008-06-21  Eric Blake  <ebb9@byu.net>
6974
6975         Use sigaction module rather than signal().
6976         * modules/c-stack (Depends-on): Add sigaction.
6977         * modules/fatal-signal (Depends-on): Likewise.
6978         * modules/nanosleep (Depends-on): Likewise.
6979         * modules/sigprocmask (Files): Add sig-handler.h.
6980         * modules/sigaction (Files): Likewise.
6981         * lib/sig-handler.h (get_handler): New file, suggested by Paul
6982         Eggert.
6983         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
6984         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
6985         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
6986         (init_fatal_signals): Likewise.
6987         * lib/nanosleep.c (rpl_nanosleep): Likewise.
6988         (siginterrupt): Delete fallback.
6989         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
6990         instead.
6991         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
6992         siginterrupt.
6993
6994         New module sigaction, for mingw.
6995         * modules/sigaction: New module...
6996         * modules/sigaction-tests: ...and its test.
6997         * m4/sigaction.m4: New file.
6998         * lib/sigaction.c: Likewise.
6999         * tests/test-sigaction.c: Likewise.
7000         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
7001         * modules/signal (Makefile.am): Likewise.
7002         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
7003         needed.
7004         * doc/posix-headers/signal.texi (signal.h): Mention provided
7005         types.
7006         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
7007         that sigaction is preferable.
7008         * doc/posix-functions/sigaction.texi (sigaction): Mention new
7009         module.
7010         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7011         sigaction.
7012
7013         Improve robustness of sigprocmask by overriding signal.
7014         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
7015         is in use.
7016         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
7017         (SIGKILL, SIGSTOP): Provide fallbacks.
7018         (rpl_signal): Implement.
7019         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
7020         signal can be called inside handlers.
7021
7022         Fix nanosleep module on mingw.
7023         * modules/nanosleep (Depends-on): Add sys_select.
7024         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
7025
7026         Fix licensing of sigprocmask.
7027         * modules/raise (License): Relicense as LGPL.
7028
7029 2008-06-21  Bruno Haible  <bruno@clisp.org>
7030
7031         * lib/propername.c (proper_name_utf8): Don't use the transliterated
7032         result if it contains question marks.
7033         Reported by Michael Geng <linux@michaelgeng.de>.
7034
7035 2008-06-19  Bruno Haible  <bruno@clisp.org>
7036
7037         Fix CVS-ism.
7038         * doc/gnulib.texi: Include updated-stamp.texi.
7039         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
7040         (updated-stamp.texi): New rule.
7041         (gnulib.info): Depend on it.
7042         * doc/.gitignore: Add updated-stamp.texi.
7043         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
7044
7045 2008-06-19  Bruno Haible  <bruno@clisp.org>
7046
7047         * doc/Makefile (gnulib.info): Update and simplify dependencies.
7048         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7049
7050 2008-06-19  Eric Blake  <ebb9@byu.net>
7051
7052         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
7053         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
7054         Reported by Stepan Kasal.
7055
7056 2008-06-18  Bruno Haible  <bruno@clisp.org>
7057
7058         * lib/fatal-signal.c (init_fatal_signals): Add comment.
7059         Reported by Eric Blake.
7060
7061 2008-06-18  Eric Blake  <ebb9@byu.net>
7062
7063         Work around cygwin 1.5.25 strsignal bug.
7064         * tests/test-strsignal.c: Allow for const char *.
7065         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
7066
7067 2008-06-18  Simon Josefsson  <simon@josefsson.org>
7068
7069         * users.txt: Update URL to article and add author/date
7070         information.
7071
7072 2008-06-17  Bruno Haible  <bruno@clisp.org>
7073
7074         New macro gl_DISABLE_THREADS.
7075         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
7076         if the user did not pass --enable-threads or --disable-threads option.
7077         (gl_DISABLE_THREADS): New macro.
7078         Reported by Eric Blake <ebb9@byu.net>.
7079
7080 2008-06-17  Bruno Haible  <bruno@clisp.org>
7081
7082         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
7083         when the macro ignores it.
7084         Based on a patch by Eric Blake <ebb9@byu.net>.
7085
7086 2008-06-17  Bruno Haible  <bruno@clisp.org>
7087
7088         * modules/tls (License): Change to LGPLv2+.
7089         Reported by Eric Blake.
7090
7091 2008-06-17  Eric Blake  <ebb9@byu.net>
7092
7093         Simplify c-stack prerequisites.
7094         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
7095         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
7096         no longer requires <ucontext.h> to exist.  Optimize setrlimit
7097         check.
7098         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
7099         <sys/resource.h>.
7100
7101         Move c-stack test into testsuite.
7102         * modules/c-stack-tests: New file.
7103         * lib/c-stack.c [DEBUG]: Move test program...
7104         * tests/test-c-stack.c: ...into this new file.  Skip rather than
7105         fail test if sigaltstack is lacking.
7106         * tests/test-c-stack.sh: New driver file.
7107
7108 2008-06-16  Eric Blake  <ebb9@byu.net>
7109
7110         Use raise module consistently.
7111         * modules/fatal-signal (Depends-on): Add raise.
7112         * modules/sigprocmask (Depends-on): Likewise.
7113         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
7114         * lib/sigprocmask.c (sigprocmask): Likewise.
7115         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7116         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
7117
7118         Fix compliance bug in sigpending.
7119         * lib/sigprocmask.c (sigpending): Return pending array via
7120         parameter, not return value.
7121
7122 2008-06-14  Eric Blake  <ebb9@byu.net>
7123
7124         Improve obstack-printf test code.
7125         * tests/test-obstack-printf.c (test_function): Fix comment, and
7126         simplify usage of obstack_* in macros.  Add a test for coverage.
7127         Reported by Bruno Haible.
7128
7129 2008-06-14  Bruno Haible  <bruno@clisp.org>
7130
7131         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
7132         array size as a constant, not as a const variable.
7133         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
7134         AC_USE_SYSTEM_EXTENSIONS.
7135         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
7136         Test whether the obstack_printf function actually exists.
7137         * modules/obstack-printf (Depends-on): Add extensions.
7138         (Include): Remove obstack.h.
7139         * modules/obstack-printf-posix (Depends-on): Add extensions.
7140         (Include): Remove obstack.h.
7141
7142 2008-06-13  Eric Blake  <ebb9@byu.net>
7143
7144         Add obstack-printf and obstack-printf-posix modules.
7145         * modules/obstack-printf: New file.
7146         * modules/obstack-printf-posix: Likewise.
7147         * MODULES.html.sh (Misc): Mention them.
7148         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
7149         Likewise.
7150         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
7151         Likewise.
7152         * modules/stdio (Makefile.am): Accomodate new modules.
7153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7154         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
7155         Declare.
7156         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
7157         functions.
7158         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
7159         (gl_REPLACE_OBSTACK_PRINTF): New macros
7160         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
7161         * tests/test-obstack-printf.c: New file.
7162         * modules/obstack-printf-tests: Likewise.
7163         * modules/obstack-printf-posix-tests: Likewise.
7164
7165 2008-06-11  Bruno Haible  <bruno@clisp.org>
7166
7167         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
7168         * lib/open.c: Include errno.h.
7169         (open): Fail when attempting to write to a file that has a trailing
7170         slash.
7171         * tests/test-open.c (main): Test against trailing slash bug.
7172         * doc/posix-functions/open.texi: Mention the trailing slash bug.
7173
7174 2008-06-10  Bruno Haible  <bruno@clisp.org>
7175
7176         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
7177         for $? to work inside the trap command, with various /bin/sh-s.
7178         * tests/test-vc-list-files-cvs.sh: Likewise.
7179
7180 2008-06-10  Bruno Haible  <bruno@clisp.org>
7181
7182         * lib/acl-internal.h: Don't include gettext.h here.
7183         * lib/set-mode-acl.c: Include gettext.h here.
7184         * lib/copy-acl.c: Likewise.
7185
7186 2008-06-10  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
7189         * lib/wait-process.c (wait_subprocess): Likewise.
7190         * lib/execute.h (execute): Add termsigp argument.
7191         * lib/execute.c (execute): Likewise.
7192         * lib/csharpcomp.c (compile_csharp_using_pnet,
7193         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
7194         * lib/csharpexec.c (execute_csharp_using_pnet,
7195         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
7196         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
7197         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
7198         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
7199         is_jikes_present): Update.
7200         * lib/javaexec.c (execute_java_class): Update.
7201         * lib/javaversion.c (execute_and_read_line): Update.
7202         * NEWS: Document the changes.
7203         Reported by Eric Blake.
7204
7205 2008-06-10  Eric Blake  <ebb9@byu.net>
7206
7207         Add missing include.
7208         * tests/test-strstr.c (includes): Add <signal.h>.
7209         * tests/test-strcasestr.c (includes): Likewise.
7210         * tests/test-memmem.c (includes): Likewise.
7211
7212 2008-06-10  Bruno Haible  <bruno@clisp.org>
7213
7214         * lib/wait-process.c (wait_subprocess): Add an assertion.
7215
7216 2008-06-10  Bruno Haible  <bruno@clisp.org>
7217
7218         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
7219
7220 2008-06-10  Bruno Haible  <bruno@clisp.org>
7221
7222         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
7223         using alarm().
7224         * tests/test-strcasestr.c (main): Likewise.
7225         * tests/test-strstr.c (main): Likewise.
7226
7227 2008-06-09  Bruno Haible  <bruno@clisp.org>
7228
7229         Work around the Solaris 10 ACE ACLs ABI change.
7230         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
7231         declare if ACL_NO_TRIVIAL is present.
7232         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
7233         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
7234         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
7235         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
7236         define if ACL_NO_TRIVIAL is present.
7237         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
7238         and use the current ABI.
7239         (file_has_acl): Use same #if condition as elsewhere.
7240         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
7241         in use, and use the current ABI.
7242         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
7243         Reported by Jim Meyering.
7244
7245 2008-06-09  Eric Blake  <ebb9@byu.net>
7246
7247         Work around environments that (stupidly) ignore SIGALRM.
7248         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
7249         before using alarm().
7250         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7251         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7252         Reported by Ian Beckwith <ianb@erislabs.net>.
7253
7254         Produce autobuild blurb earlier in log.
7255         * modules/autobuild (configure.ac-early): Move AB_INIT here.
7256
7257 2008-06-09  Jim Meyering  <meyering@redhat.com>
7258         and OndÅ™ej Vašík  <ovasik@redhat.com>
7259
7260         utimens.c: correct kernel bug work-around
7261         OndÅ™ej Vašík found that the invalid return value of 280 indicates
7262         failure, not success, and the kernel bug we're trying to work
7263         around affects not just the utimensat call, but also the fallback
7264         futimens call.
7265         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
7266         not success.
7267         [HAVE_FUTIMENS]: Use the same work-around, here.
7268
7269 2008-06-09  Jim Meyering  <meyering@redhat.com>
7270
7271         add more guards around definition of ACE_-related code
7272         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
7273         ALLOW and ACE_OWNER are also defined.
7274
7275 2008-06-08  Bruno Haible  <bruno@clisp.org>
7276
7277         * lib/acl-internal.h: Add me as co-author.
7278         * lib/file-has-acl.c: Likewise.
7279         * lib/set-mode-acl.c: Likewise.
7280         * lib/copy-acl.c: Likewise.
7281
7282 2008-06-08  Bruno Haible  <bruno@clisp.org>
7283
7284         Add support for AIX ACLs.
7285         * lib/acl-internal.h (acl_nontrivial): New declaration.
7286         * lib/file-has-acl.c (acl_nontrivial): New function.
7287         (file_has_acl): Add implementation using AIX 4 ACL API.
7288         * lib/set-mode-acl.c (qset_acl): Likewise.
7289         * lib/copy-acl.c (qcopy_acl): Likewise.
7290
7291 2008-06-08  Bruno Haible  <bruno@clisp.org>
7292
7293         Add support for HP-UX ACLs.
7294         * lib/acl-internal.h (acl_nontrivial): New declaration.
7295         * lib/file-has-acl.c (acl_nontrivial): New function.
7296         (file_has_acl): Add implementation using HP-UX 11 ACL API.
7297         * lib/set-mode-acl.c (qset_acl): Likewise.
7298         * lib/copy-acl.c (qcopy_acl): Likewise.
7299
7300 2008-06-08  Bruno Haible  <bruno@clisp.org>
7301
7302         Add support for Cygwin ACLs.
7303         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
7304         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
7305         the chmod_or_fchmod call.
7306         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
7307
7308 2008-06-08  Bruno Haible  <bruno@clisp.org>
7309
7310         Fix bug with setuid modes in Solaris 10+ code.
7311         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
7312         succeeded, when the mode contains some special bits.
7313
7314 2008-06-08  Bruno Haible  <bruno@clisp.org>
7315
7316         Add support for Solaris 7..10 ACLs.
7317         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
7318         declarations.
7319         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
7320         functions.
7321         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
7322         * lib/set-mode-acl.c (qset_acl): Likewise.
7323         * lib/copy-acl.c (qcopy_acl): Likewise.
7324
7325 2008-06-08  Bruno Haible  <bruno@clisp.org>
7326
7327         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
7328         declaration.
7329         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
7330         (acl_access_nontrivial): Remove MacOS X case.
7331         (file_has_acl): Use acl_extended_nontrivial.
7332         * lib/copy-acl.c (qcopy_acl): Likewise.
7333
7334 2008-06-08  Bruno Haible  <bruno@clisp.org>
7335
7336         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
7337
7338 2008-06-08  Jim Meyering  <meyering@redhat.com>
7339
7340         * modules/acl (Maintainer): Add Bruno Haible.
7341
7342 2008-06-07  Bruno Haible  <bruno@clisp.org>
7343
7344         Improve support for Tru64 ACLs.
7345         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
7346         ACL on OSF/1.
7347
7348 2008-06-07  Bruno Haible  <bruno@clisp.org>
7349
7350         Add support for MacOS X ACLs.
7351         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
7352         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
7353         * lib/set-mode-acl.c (qset_acl): Likewise.
7354         * lib/copy-acl.c (qcopy_acl): Likewise.
7355
7356 2008-06-07  Bruno Haible  <bruno@clisp.org>
7357
7358         Fix memory leak introduced on 2008-05-22.
7359         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
7360         use.
7361
7362 2008-06-07  Bruno Haible  <bruno@clisp.org>
7363
7364         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
7365         to construct an empty ACL.
7366
7367 2008-06-07  Bruno Haible  <bruno@clisp.org>
7368
7369         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
7370         precisely.
7371         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
7372
7373 2008-06-07  Bruno Haible  <bruno@clisp.org>
7374
7375         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
7376         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
7377
7378 2008-06-07  Bruno Haible  <bruno@clisp.org>
7379
7380         * doc/posix-functions/_setjmp.texi: Explain the use of this function
7381         regardless of POSIX.
7382         * doc/posix-functions/_longjmp.texi: Likewise.
7383         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
7384         SystemV platform in this case.
7385
7386 2008-06-06  Eric Blake  <ebb9@byu.net>
7387
7388         Document abort() bugs.
7389         * doc/posix-functions/abort.texi (abort): Mention anomalies.
7390
7391         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
7392         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
7393         sigsetjmp.
7394         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
7395         siglongjmp, but only as a macro.
7396         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
7397         is obsolete.
7398         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
7399
7400         Tweak documentation to cover cygwin argz bugs.
7401         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
7402         argz bug fix; no code change needed since no cygwin releases
7403         occurred between the last fix and the bug being tested.
7404         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
7405         module and recently fixed cygwin bugs.
7406         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
7407         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
7408         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
7409         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
7410         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
7411         Likewise.
7412         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
7413         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
7414         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
7415         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
7416         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
7417         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
7418         Likewise.
7419
7420         Avoid gcc warning on cygwin.
7421         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
7422         !ACL_NO_TRIVIAL]: Avoid unused variable.
7423
7424 2008-06-05  Eric Blake  <ebb9@byu.net>
7425
7426         Be tolerant of UNKNOWN version in gnulib-tool test dir.
7427         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
7428         git-version-gen fails to come up with a version.
7429         Reported by Simon Josefsson.
7430
7431 2008-06-05  Jim Meyering  <meyering@redhat.com>
7432             Paul Eggert  <eggert@cs.ucla.edu>
7433
7434         utimens.c: work around a probable Linux kernel bug
7435         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
7436         appears to be a kernel bug that causes utimensat to return 280
7437         instead of 0, indicating success.
7438
7439 2008-06-04  Bruno Haible  <bruno@clisp.org>
7440
7441         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
7442         2008-06-01 commit.
7443
7444 2008-06-04  Bruno Haible  <bruno@clisp.org>
7445
7446         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
7447         * lib/file-has-acl.c (acl_access_nontrivial): New function.
7448         (file_has_acl): Use it. Save errno afterwards.
7449         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
7450
7451 2008-06-03  Bruno Haible  <bruno@clisp.org>
7452
7453         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
7454         draft code. Simplify #ifs.
7455         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
7456         Put Solaris code after POSIX-draft code. Fix comments regarding
7457         Solaris 10, HP-UX. Mention Cygwin.
7458         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
7459
7460 2008-06-03  Eric Blake  <ebb9@byu.net>
7461
7462         Provide fallback for older kernels.
7463         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
7464         Provide runtime fallback if kernel lacks support.
7465         Reported by Mike Frysinger.
7466
7467 2008-06-02  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
7470         it exists.
7471
7472 2008-06-02  Bruno Haible  <bruno@clisp.org>
7473
7474         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
7475         * lib/copy-acl.c (qcopy_acl): Update comment.
7476
7477 2008-06-02  Bruno Haible  <bruno@clisp.org>
7478
7479         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
7480         like ACL APIs.
7481
7482 2008-06-02  Bruno Haible  <bruno@clisp.org>
7483
7484         * tests/test-file-has-acl.sh: Use different code for Cygwin.
7485         * tests/test-set-mode-acl.sh: Likewise.
7486         * tests/test-copy-acl.sh: Likewise.
7487         * tests/test-copy-file.sh: Likewise.
7488
7489 2008-06-02  Bruno Haible  <bruno@clisp.org>
7490
7491         * tests/test-file-has-acl.sh: Remove unused code.
7492
7493 2008-06-01  Bruno Haible  <bruno@clisp.org>
7494
7495         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
7496         (copy_acl): Just a wrapper around qcopy_acl that emits the error
7497         messages.
7498         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
7499
7500 2008-06-01  Bruno Haible  <bruno@clisp.org>
7501
7502         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
7503         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
7504         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
7505         APIs.
7506         * modules/acl-tests (configure.ac): Remove tests now contained in
7507         m4/acl.m4.
7508
7509 2008-06-02  Jim Meyering  <meyering@redhat.com>
7510
7511         announce-gen: use a better key-server host name
7512         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
7513         it may be more consistently reliable.  Suggested by Werner Koch
7514         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
7515
7516 2008-06-01  Bruno Haible  <bruno@clisp.org>
7517
7518         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
7519         Reported by Voroskoi Andras <voroskoi@gmail.com>.
7520
7521 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
7522
7523         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
7524
7525 2008-06-01  Bruno Haible  <bruno@clisp.org>
7526
7527         New ACL tests.
7528         * tests/test-file-has-acl.sh: New file.
7529         * tests/test-file-has-acl.c: New file.
7530         * tests/test-set-mode-acl.sh: New file.
7531         * tests/test-set-mode-acl.c: New file.
7532         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
7533         * tests/test-copy-acl.c: New file.
7534         * modules/acl-tests: New file, based on modules/copy-file-tests.
7535         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
7536         (Depends-on): Add acl-tests.
7537         (configure.ac): Remove checks.
7538         (Makefile.am): Don't create test-sameacls program here any more.
7539
7540 2008-06-01  Bruno Haible  <bruno@clisp.org>
7541
7542         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
7543         * tests/test-sameacls.c: Include progname.h.
7544         (main): Invoke set_program_name. Portability fixes for MacOS X,
7545         Solaris, HP-UX.
7546
7547 2008-06-01  Bruno Haible  <bruno@clisp.org>
7548
7549         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
7550         function.
7551         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
7552
7553 2008-06-01  Bruno Haible  <bruno@clisp.org>
7554
7555         * modules/rpmatch (Depends-on): Add strdup.
7556
7557 2008-06-01  Bruno Haible  <bruno@clisp.org>
7558
7559         * lib/pipe.c: Include unistd-safer.h.
7560         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
7561         * modules/pipe (Depends-on): Add unistd-safer.
7562
7563 2008-05-30  Simon Josefsson  <simon@josefsson.org>
7564
7565         * modules/autobuild (configure.ac): Call AB_INIT.
7566
7567 2008-05-30  Simon Josefsson  <simon@josefsson.org>
7568
7569         * tests/test-getaddrinfo.c: Don't print debug messages by default.
7570         Suggested by Bruno Haible <bruno@clisp.org>.
7571
7572 2008-05-30  Simon Josefsson  <simon@josefsson.org>
7573
7574         * tests/test-base64.c: Cast size_t to unsigned long when invoking
7575         printf.  Use %lu instead of %d.  Reported by Bruno Haible
7576         <bruno@clisp.org>.
7577
7578 2008-05-29  Eric Blake  <ebb9@byu.net>
7579
7580         Prefer new POSIX 200x interfaces over futimesat.
7581         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
7582         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
7583         when available.
7584         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
7585
7586 2008-05-28  Bruno Haible  <bruno@clisp.org>
7587
7588         * modules/stpcpy (License): Change to LGPLv2+.
7589         Requested by David Lutterkort <dlutter@redhat.com>.
7590
7591 2008-05-27  Bruno Haible  <bruno@clisp.org>
7592
7593         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
7594         current mingw.
7595         Reported by Jose E. Marchesi <jemarch@gnu.org>.
7596
7597 2008-05-27  Bruno Haible  <bruno@clisp.org>
7598
7599         * modules/iconv_open (Link): New section, from module 'iconv'.
7600         * modules/striconv (Link): Likewise.
7601         * modules/striconveh (Link): Likewise.
7602         * modules/xstriconv (Link): Likewise.
7603         * modules/unicodeio (Link): Likewise.
7604         * modules/propername (Link): Likewise.
7605         Reported by Jim Meyering.
7606
7607 2008-05-26  Jim Meyering  <meyering@redhat.com>
7608
7609         sha256: do not artificially restrict buffer length to be < 2^32
7610         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
7611         uint32_t to size_t.
7612         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
7613         to match.
7614
7615         avoid unaligned access errors, e.g., on sparc
7616         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
7617         direct access through a possibly-unaligned uint64* pointer.
7618         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
7619         direct access through a possibly-unaligned uint32* pointer.
7620         Prompted by this patch from Tom "spot" Callaway:
7621         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
7622
7623         sha512.c: fix typo in comment
7624         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
7625
7626 2008-05-25  Bruno Haible  <bruno@clisp.org>
7627
7628         * lib/set-mode-acl.c: Renamed from lib/acl.c.
7629         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
7630         (Makefile.am): Update lib_SOURCES.
7631
7632 2008-05-25  Bruno Haible  <bruno@clisp.org>
7633
7634         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
7635
7636 2008-05-25  Jim Meyering  <meyering@redhat.com>
7637
7638         useless-if-before-free: freed expr may have white-space differences
7639         * build-aux/useless-if-before-free: Recognize cases in which the
7640         freed expression differs from the tested one in embedded white
7641         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
7642         $1 was used, so we can't make any regexp shy.  Improved tests now
7643         detect this.
7644
7645         useless-if-before-free: accept white space in the expression.
7646         * build-aux/useless-if-before-free: For now, any white space
7647         in the expression must be identical in the free argument.
7648
7649         useless-if-before-free: efficiency tweak
7650         * build-aux/useless-if-before-free: Make the expression-matching
7651         regexp "shy".
7652         Make the *outer* regexp shy, not the expr-matching one.
7653
7654         update code-in-comment to accept cast of free arg
7655         * build-aux/useless-if-before-free: Update regexp.
7656
7657 2008-05-25  Bruno Haible  <bruno@clisp.org>
7658
7659         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
7660         * modules/copy-file-tests (Files, Makefile.am): Update.
7661         * tests/test-copy-file.c (func_test_copy): Update.
7662
7663 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
7664
7665         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
7666
7667 2008-05-23  Bruno Haible  <bruno@clisp.org>
7668
7669         Improve support for ACLs on OSF/1.
7670         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
7671         Remove fallback for unknown flavors of ACLs.
7672
7673 2008-05-22  Bruno Haible  <bruno@clisp.org>
7674
7675         Add support for ACLs on OSF/1.
7676         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
7677         replacements.
7678         (acl_free_text): New macro fallback.
7679         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
7680         acl_free.
7681         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
7682         acl_free_text function. Require AC_C_INLINE.
7683
7684 2008-05-22  Bruno Haible  <bruno@clisp.org>
7685
7686         Make copy_acl work on MacOS X 10.5.
7687         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
7688         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
7689         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
7690         If MODE_INSIDE_ACL, don't assume that every system has the same text
7691         representation for ACLs as FreeBSD.
7692         * lib/copy-acl.c (copy_acl): Add support for platforms with
7693         !MODE_INSIDE_ACL.
7694         * lib/file-has-acl.c (file_has_acl): Likewise.
7695         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
7696         FreeBSD, MacOS X, or IRIX, respectively.
7697
7698 2008-05-22  Bruno Haible  <bruno@clisp.org>
7699
7700         * lib/acl.h: Don't include <sys/acl.h>.
7701         (GETACLCNT): Move fallback to lib/acl-internal.h.
7702         * lib/acl-internal.h: Include <sys/acl.h> here.
7703         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
7704
7705 2008-05-22  Bruno Haible  <bruno@clisp.org>
7706
7707         Split off copy_acl function to separate file.
7708         * lib/copy-acl.c: New file, extracted from lib/acl.c.
7709         * lib/acl.c (copy_acl): Moved function to separate file.
7710         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
7711         * modules/acl (Files): Add lib/copy-acl.c.
7712         (Makefiles.am): Augment lib_SOURCES.
7713
7714 2008-05-22  Bruno Haible  <bruno@clisp.org>
7715
7716         * modules/copy-file-tests: New file.
7717         * tests/test-copy-file.sh: New file.
7718         * tests/test-copy-file.c: New file.
7719         * tests/test-copy-file-sameacls.c: New file.
7720
7721 2008-05-22  Eric Blake  <ebb9@byu.net>
7722
7723         Avoid gcc warning.
7724         * tests/test-memcmp.c (main): Pass NULL indirectly.
7725
7726 2008-05-21  Bruno Haible  <bruno@clisp.org>
7727
7728         Add reference doc about ACLs.
7729         * doc/acl-resources.txt: New file.
7730         * doc/acl-cygwin.txt: New file.
7731
7732 2008-05-21  Bruno Haible  <bruno@clisp.org>
7733
7734         Avoid one more warning from gcc.
7735         * lib/vasnprintf.c (IF_LINT): Update comments.
7736         (VASNPRINTF): Use it also for the 'prefix' array initializer.
7737
7738 2008-05-21  Jim Meyering  <meyering@redhat.com>
7739
7740         avoid a warning from gcc
7741         * lib/vasnprintf.c (IF_LINT): Define.
7742         (scale10_round_decimal_long_double):
7743         Use it to avoid a "may be used uninitialized" warning.
7744         (scale10_round_decimal_double): Likewise.
7745
7746 2008-05-21  Simon Josefsson  <simon@josefsson.org>
7747
7748         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
7749         declared.
7750
7751 2008-05-20  Bruno Haible  <bruno@clisp.org>
7752
7753         * tests/test-memcmp.c (main): Test also the sign of the result. Test
7754         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
7755
7756 2008-05-20  Simon Josefsson  <simon@josefsson.org>
7757
7758         * modules/memcmp-tests: New file.
7759         * tests/test-memcmp.c: New file.
7760
7761 2008-05-19  Bruno Haible  <bruno@clisp.org>
7762
7763         * modules/propername (Notice, configure.ac): Put quoted "..." into
7764         --keyword option.
7765         * lib/propername.h: Update comments accordingly.
7766         Reported by Eric Blake.
7767
7768 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
7769
7770         * modules/getpass-gnu (Depends-on): Add fseeko.
7771
7772 2008-05-19  Simon Josefsson  <simon@josefsson.org>
7773
7774         * modules/base64-tests: New file.
7775
7776 2008-05-19  Bo Borgerson <gigabo@gmail.com>
7777
7778         * lib/base64.c (base64_decode_ctx): If a decode context structure
7779         was passed in use it to ignore newlines.  If a context structure
7780         was _not_ passed in, continue to treat newlines as garbage (this
7781         is the historical behavior).  Formerly base64_decode.
7782         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
7783         takes a decode context structure.
7784         * lib/base64.h (base64_decode): Macro for four-argument calls.
7785         (base64_decode_alloc): Likewise.
7786         * lib/base64.c (base64_decode_ctx): If a decode context structure
7787         was passed in use it to ignore newlines.  If a context structure
7788         was _not_ passed in, continue to treat newlines as garbage (this
7789         is the historical behavior).  Formerly base64_decode.
7790         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
7791         takes a decode context structure.
7792         * lib/base64.h (base64_decode): Macro for four-argument calls.
7793         (base64_decode_alloc): Likewise.
7794
7795 2008-05-19  Jim Meyering  <meyering@redhat.com>
7796
7797         avoid a warning from gcc
7798         * lib/trim.c (IF_LINT): Define.
7799         (trim2): Use it to avoid a "may be used uninitialized" warning.
7800
7801         Fix doc typo.
7802         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
7803
7804 2008-05-19  Bruno Haible  <bruno@clisp.org>
7805
7806         * doc/glibc-functions/getpass.texi: Document limits of other
7807         implementations.
7808
7809 2008-05-19  Simon Josefsson  <simon@josefsson.org>
7810             Bruno Haible <bruno@clisp.org>
7811
7812         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
7813
7814 2008-05-18  Bruno Haible  <bruno@clisp.org>
7815
7816         * modules/propername: New file, from GNU gettext.
7817         * lib/propername.h: New file, from GNU gettext.
7818         * lib/propername.c: New file, from GNU gettext.
7819         * MODULES.html.sh (Internationalization functions): Add propername.
7820
7821 2008-05-16  Jim Meyering  <meyering@redhat.com>
7822             Bruno Haible  <bruno@clisp.org>
7823
7824         Avoid some warnings from "gcc -Wshadow".
7825         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
7826
7827 2008-05-15  Eric Blake  <ebb9@byu.net>
7828
7829         Extend previous patch to cygwin 1.7.0.
7830         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
7831         fast implementation in cygwin >= 1.7.0.
7832         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7833         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7834
7835 2008-05-15  Bruno Haible  <bruno@clisp.org>
7836
7837         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
7838         implementation in glibc >= 2.9.
7839         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7840         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7841
7842 2008-05-15  Bruno Haible  <bruno@clisp.org>
7843
7844         * MODULES.html.sh (Internationalization functions): Remove linebreak.
7845         (Unicode string functions): Add unilbrk/*.
7846         Reported by Karl Berry.
7847
7848 2008-05-15  Eric Blake  <ebb9@byu.net>
7849
7850         Fix violation of <stdbool.h> replacement in regex.
7851         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
7852         * lib/regexec.c (re_search_internal): Likewise.
7853         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
7854
7855 2008-05-15  Jim Meyering  <meyering@redhat.com>
7856
7857         avoid distracting test output when git or cvs is not found
7858         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
7859         * tests/test-vc-list-files-git.sh: Likewise.
7860
7861 2008-05-15  Eric Blake  <ebb9@byu.net>
7862
7863         Glibc finally accepted the memmem speedup code, bugzilla #5514.
7864         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
7865         glibc version.
7866         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
7867         * doc/posix-functions/strstr.texi (strstr): Likewise.
7868         * lib/str-two-way.h (MAX): Sychronize with glibc.
7869
7870 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
7871
7872         * lib/regcomp.c (optimize_utf8): Add a note on why we test
7873         opr.ctx_type.
7874         (calc_first): Initialize constraint field.
7875         (duplicate_node_closure): Use it instead of special casing ANCHORS.
7876         Fix grammar.
7877         (duplicate_node): Merge constraint field for all node types.
7878         (calc_eclosure_iter): Look at constraint field for all node types.
7879         * lib/regex_internal.c (create_cd_newstate): Don't look at
7880         opr.ctx_type.
7881
7882 2008-05-14  Bruno Haible  <bruno@clisp.org>
7883
7884         Help GCC to do better code generation.
7885         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
7886         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
7887         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
7888         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
7889         Declare with attribute 'malloc' if supported.
7890
7891 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
7892
7893         use "echo STR|wc -c" rather than unportable "expr length STR"
7894         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
7895         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
7896
7897 2008-05-14  Jim Meyering  <meyering@redhat.com>
7898
7899         use dd ibs=$n count=1 ... rather than less-portable head -c$n
7900         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
7901         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
7902         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
7903         via Collin Lasse.
7904
7905 2008-05-14  Eric Blake  <ebb9@byu.net>
7906
7907         Avoid quadratic growth in gl_LIBSOURCES.
7908         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
7909         Suggested by Bruno Haible.
7910
7911         Test xmemdup0.
7912         * modules/xmemdup0-tests: New file.
7913         * tests/test-xmemdup0.c: Likewise.
7914
7915 2008-05-13  Eric Blake  <ebb9@byu.net>
7916
7917         Split xmemdup0 into its own module.
7918         * modules/xmemdup0: New file.
7919         * lib/xmemdup0.h: Likewise.
7920         * lib/xmemdup0.c: Likewise.
7921         * MODULES.html.sh (Memory management functions): Add xmemdup0.
7922         * lib/xalloc.h (xmemdup0): Remove.
7923         * lib/xmalloc.c (xmemdup0): Likewise.
7924
7925 2008-05-13  Eric Blake  <ebb9@byu.net>
7926             Bruno Haible  <bruno@clisp.org>
7927
7928         Reduce number of forks required during autoconf.
7929         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
7930         and gl_LIBSOURCES_DIR.
7931         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
7932         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
7933         m4_syscmd per file.
7934         <m4_foreach_w>: Move...
7935         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
7936
7937 2008-05-13  Eric Blake  <ebb9@byu.net>
7938
7939         * gnulib-tool: Fix various comment typos.
7940
7941 2008-05-12  Bruno Haible  <bruno@clisp.org>
7942
7943         Tailor the linebreaking algorithm.
7944         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
7945
7946 2008-05-12  Bruno Haible  <bruno@clisp.org>
7947
7948         Update to Unicode 5.0.0.
7949         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
7950         LBP_JV, LBP_JT. Redistribute values.
7951         (unilbrk_table): Change size.
7952         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
7953         Unicode TR#14 rev. 22.
7954         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
7955         LBP_JV, LBP_JT. Redistribute values.
7956         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
7957         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
7958         Update.
7959         * lib/unilbrk/lbrkprop1.h: Regenerated.
7960         * lib/unilbrk/lbrkprop2.h: Regenerated.
7961         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
7962         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
7963         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
7964         Likewise.
7965         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
7966         Likewise.
7967         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
7968         result.
7969         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
7970         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
7971         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
7972         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
7973         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
7974         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
7975
7976 2008-05-11  Bruno Haible  <bruno@clisp.org>
7977
7978         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
7979
7980 2008-05-11  Bruno Haible  <bruno@clisp.org>
7981
7982         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
7983         * modules/unilbrk/gen-lbrk: New file.
7984
7985 2008-05-11  Bruno Haible  <bruno@clisp.org>
7986
7987         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
7988         * m4/sha512.m4 (gl_SHA512): Likewise.
7989
7990 2008-05-11  Jim Meyering  <meyering@redhat.com>
7991
7992         New modules: crypto/sha256, crypto/sha512 (from coreutils)
7993         * modules/crypto/sha256: New file.
7994         * modules/crypto/sha512: Likewise.
7995         * lib/sha256.c: Likewise.
7996         * lib/sha256.h: Likewise.
7997         * lib/sha512.c: Likewise.
7998         * lib/sha512.h: Likewise.
7999         * lib/u64.h: Likewise.
8000         * m4/sha256.m4: Likewise.
8001         * m4/sha512.m4: Likewise.
8002         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
8003
8004 2008-05-10  Bruno Haible  <bruno@clisp.org>
8005
8006         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
8007         (Input/Output <stdio.h>): Add xprintf.
8008         (Signal handling <signal.h>): Add strsignal.
8009         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
8010         (Core language properties): Add func.
8011         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
8012         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
8013         strings.
8014         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
8015         (Input/output): New section.
8016         (File system functions): Add openat-die, stat-macros.
8017         (Networking functions): Add sockets.
8018         (Unicode string functions): Add unictype/*.
8019         (Support for building libraries and executables): Add gperf.
8020         (Support for building documentation): Add agpl-3.0.
8021         (Misc): Add nocrash.
8022
8023 2008-05-10  Bruno Haible  <bruno@clisp.org>
8024
8025         * modules/unictype/gen-ctype: New file.
8026
8027 2008-05-10  Jim Meyering  <meyering@redhat.com>
8028
8029         Make chdir-safer.c more efficient on a system with no symlinks.
8030         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
8031         also if ELOOP is zero.  Suggested by Bruno Haible.
8032
8033         Make chdir-safer.c slightly safer.
8034         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
8035         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
8036
8037         Avoid compile failure on systems without ELOOP (like mingw).
8038         * lib/chdir-safer.c (ELOOP): Define if not already defined.
8039         Reported by Bruno Haible.
8040
8041 2008-05-10  Bruno Haible  <bruno@clisp.org>
8042
8043         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
8044         (is_utf8_encoding): Use a case-insensitive comparison.
8045         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
8046         streq.
8047
8048 2008-05-10  Bruno Haible  <bruno@clisp.org>
8049
8050         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
8051         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
8052         * lib/unilbrk/ulc-common.h (iconv_string_length,
8053         iconv_string_keeping_offsets): Remove declarations.
8054         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
8055         Don't include <iconv.h>, streq.h, xsize.h.
8056         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
8057         conversion.
8058         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
8059         <iconv.h>, streq.h, xsize.h.
8060         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
8061         conversion.
8062         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
8063         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
8064         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
8065         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
8066
8067 2008-05-10  Bruno Haible  <bruno@clisp.org>
8068
8069         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
8070         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
8071
8072         * modules/unilbrk/u32-width-linebreaks-tests: New file.
8073         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
8074
8075         * modules/unilbrk/u16-width-linebreaks-tests: New file.
8076         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
8077
8078         * modules/unilbrk/u8-width-linebreaks-tests: New file.
8079         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
8080
8081         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
8082         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
8083
8084         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
8085         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
8086
8087         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
8088         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
8089
8090         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
8091         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
8092
8093 2008-05-10  Bruno Haible  <bruno@clisp.org>
8094
8095         Split up 'linebreak' module.
8096         * lib/unilbrk.h: New file, based on lib/linebreak.h.
8097         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
8098         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
8099         modifications.
8100         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
8101         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
8102         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
8103         lib/linebreak.c.
8104         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
8105         lib/linebreak.c.
8106         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
8107         lib/linebreak.c.
8108         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
8109         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
8110         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
8111         lib/linebreak.c.
8112         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
8113         lib/linebreak.c.
8114         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
8115         lib/linebreak.c.
8116         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
8117         lib/linebreak.c.
8118         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
8119         lib/linebreak.c.
8120         * modules/unilbrk/base: New file.
8121         * modules/unilbrk/tables: New file.
8122         * modules/unilbrk/u8-possible-linebreaks: New file.
8123         * modules/unilbrk/u16-possible-linebreaks: New file.
8124         * modules/unilbrk/u32-possible-linebreaks: New file.
8125         * modules/unilbrk/ulc-common: New file.
8126         * modules/unilbrk/ulc-possible-linebreaks: New file.
8127         * modules/unilbrk/u8-width-linebreaks: New file.
8128         * modules/unilbrk/u16-width-linebreaks: New file.
8129         * modules/unilbrk/u32-width-linebreaks: New file.
8130         * modules/unilbrk/ulc-width-linebreaks: New file.
8131         * lib/linebreak.h: Remove file.
8132         * lib/linebreak.c: Remove file.
8133         * m4/linebreak.m4: Remove file.
8134         * modules/linebreak: Remove file.
8135         * NEWS: Mention the changes.
8136
8137 2008-05-09  Eric Blake  <ebb9@byu.net>
8138
8139         Add xmemdup0.
8140         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
8141         implementation.
8142         * lib/xmalloc.c (xmemdup0): New C implementation.
8143
8144 2008-05-08  Bruno Haible  <bruno@clisp.org>
8145
8146         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
8147
8148 2008-05-07  Eric Blake  <ebb9@byu.net>
8149
8150         Support cross-compilation of <wctype.h>.
8151         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
8152         AC_CACHE_CHECK.
8153
8154 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
8155
8156         * build-aux/vc-list-files: Add support for bzr.
8157
8158 2008-05-03  Jim Meyering  <meyering@redhat.com>
8159
8160         avoid failed assertion with tight malloc
8161         * tests/test-getndelim2.c: Correct an off-by-one assertion.
8162
8163 2008-05-03  Simon Josefsson  <simon@josefsson.org>
8164
8165         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
8166         are needed from arpa/inet.h.
8167         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
8168         Reported by Bruno Haible.
8169
8170 2008-05-02  Jim Meyering  <meyering@redhat.com>
8171
8172         avoid compilation error on FreeBSD 6
8173         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
8174
8175 2008-05-01  Jim Meyering  <meyering@redhat.com>
8176
8177         useless-if-before-free: correct --help's exit status description
8178         * build-aux/useless-if-before-free (usage): Like grep, exit 0
8179         for one or more matches, etc.  Reported by Bruno Haible.
8180
8181         vc-list-files: make the stand-alone gnulib test work
8182         * modules/vc-list-files-tests (configure.ac):
8183         Define and AC_SUBST abs_aux_dir.
8184         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
8185         $(abs_top_srcdir) to each script and having each of them
8186         duplicate the work of setting PATH, set PATH here, using
8187         the new variable, abs_aux_dir instead.
8188         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
8189         * tests/test-vc-list-files-git.sh: Likewise.
8190         Reported by Bruno Haible.
8191
8192 2008-05-01  Bruno Haible  <bruno@clisp.org>
8193
8194         * lib/getndelim2.c (getndelim2): Fix newsize computation during
8195         reallocation. Rename 'done' to 'found_delimiter'.
8196
8197 2008-05-01  Jim Meyering  <meyering@redhat.com>
8198
8199         vc-list-files: accommodate /bin/sh like the one from Solaris 10
8200         * build-aux/vc-list-files: Use `...`, not $(...).
8201
8202 2008-04-30  Jim Meyering  <meyering@redhat.com>
8203
8204         add tests for vc-list-files
8205         * modules/vc-list-files-tests: New module.
8206         * tests/test-vc-list-files-cvs.sh: New file.
8207         * tests/test-vc-list-files-git.sh: New file.
8208
8209         avoid a warning from gcc
8210         * lib/getndelim2.c (IF_LINT): Define.
8211         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
8212
8213         vc-list-files: work properly with build-aux/cvsu, too
8214         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
8215         to all cvs-based clauses.
8216
8217         vc-list-files: work properly in the CVS+awk case, too
8218         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
8219
8220         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
8221         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
8222         take more than one file argument, so .  Add quotes, just in case $dir
8223         ever contains a shell meta-character.  Prompted by Soren Hansen in
8224         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
8225
8226 2008-04-29  Eric Blake  <ebb9@byu.net>
8227
8228         Optimize getndelim2 to use block operations when possible.
8229         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
8230         freadseek, and memchr2.
8231         * lib/getndelim2.c (getndelim2): Use them for block reads.
8232
8233 2008-04-29  Bruno Haible  <bruno@clisp.org>
8234
8235         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
8236         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8237         * modules/inet_ntop (Depends-on): Add extensions.
8238         * modules/inet_pton (Depends-on): Likewise.
8239         Reported by Simon Josefsson.
8240
8241 2008-04-29  Jim Meyering  <meyering@redhat.com>
8242
8243         When the is more than one match in a block, match all of them.
8244         * build-aux/useless-if-before-free: Iterate through each block
8245         until there are no more matches.
8246
8247         Fix broken useless-if-before-free script.
8248         * build-aux/useless-if-before-free: Fix typo: missing "?" after
8249         the expression to match cast of argument to free-like function.
8250
8251 2008-04-29  Eric Blake  <ebb9@byu.net>
8252
8253         Use new header.
8254         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
8255
8256 2008-04-29  Jim Meyering  <meyering@redhat.com>
8257
8258         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
8259         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
8260         by gnulib to exist and to declare e.g., inet_ntop.
8261         Don't include "inet_ntop.h", now removed.
8262
8263         * m4/arpa_inet_h.m4: Remove trailing blanks.
8264
8265 2008-04-29  Eric Blake  <ebb9@byu.net>
8266
8267         Silence valgrind on safe reads beyond potential array bounds.
8268         * lib/rawmemchr.valgrind: New file.
8269         * lib/strchrnul.valgrind: Likewise.
8270         * modules/rawmemchr (Files): Distribute new file.
8271         * modules/strchrnul (Files): Likewise.
8272         Suggested by Bruno Haible.
8273
8274 2008-04-29  Bruno Haible  <bruno@clisp.org>
8275
8276         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
8277         (inet_ntop, inet_pton): Change portability warning's wording.
8278         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
8279         Invoke gl_CHECK_NEXT_HEADERS.
8280         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
8281         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
8282         set ARPA_INET_H.
8283         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8284         * modules/arpa_inet (Description): No longer only for systems that
8285         lack it.
8286         (Depends-on): Add include_next.
8287         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
8288         HAVE_ARPA_INET_H.
8289
8290 2008-04-29  Jim Meyering  <meyering@redhat.com>
8291
8292         * modules/mkdir (License): Re-license as LGPLv2+.
8293
8294 2008-04-29  Bruno Haible  <bruno@clisp.org>
8295
8296         * modules/rawmemchr (Maintainer): Set to Eric.
8297         * modules/strchrnul (Maintainer): Likewise.
8298
8299 2008-04-29  Simon Josefsson  <simon@josefsson.org>
8300
8301         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
8302         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
8303
8304         * modules/arpa_inet (arpa/inet.h): Use them.
8305
8306 2008-04-28  Eric Blake  <ebb9@byu.net>
8307
8308         Test getndelim2.
8309         * modules/getndelim2-tests: New file.
8310         * tests/test-getndelim2.c: Likewise.
8311         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
8312         stream.
8313         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
8314
8315         * MODULES.html.sh: Document new module.
8316
8317 2008-04-20  Bruno Haible  <bruno@clisp.org>
8318
8319         * lib/c-stack.c (die): Use raise.
8320         * modules/c-stack (Depends-on): Add raise.
8321
8322 2008-04-28  Bruno Haible  <bruno@clisp.org>
8323
8324         Expect rpmatch to be declared.
8325         * lib/yesno.c (rpmatch): Remove declaration.
8326
8327         Declare rpmatch.
8328         * lib/stdlib.in.h (rpmatch): New declaration.
8329         * lib/rpmatch.c: Include <stdlib.h> first.
8330         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
8331         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
8332         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
8333         HAVE_RPMATCH.
8334         * modules/rpmatch (Depends-on): Add stdlib, extensions.
8335         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8336         (Include): Set to <stdlib.h>.
8337         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
8338         HAVE_RPMATCH.
8339         * NEWS: Document the change.
8340
8341 2008-04-28  Bruno Haible  <bruno@clisp.org>
8342
8343         Change rpmatch to use nl_langinfo when appropriate.
8344         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
8345         (N_): New macro.
8346         (localized_pattern): New function/macro.
8347         (try): Remove match, nomatch arguments. Copy the pattern into safe
8348         memory before caching it.
8349         (rpmatch): Use localized_pattern. Add translator comments.
8350         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
8351         Suggested by Eric Blake.
8352         * modules/rpmatch (Depends-on): Add stdbool.
8353
8354 2008-04-28  Eric Blake  <ebb9@byu.net>
8355
8356         Add rawmemchr module, matching glibc.
8357         * modules/string (Makefile.am): New indicator.
8358         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
8359         * lib/string.in.h (rawmemchr): Declare when appropriate.
8360         * modules/rawmemchr: New file.
8361         * m4/rawmemchr.m4: Likewise.
8362         * lib/rawmemchr.c: Likewise.
8363         * modules/rawmemchr-tests: Likewise.
8364         * tests/test-rawmemchr.c: Likewise.
8365         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
8366         module.
8367         * modules/strchrnul (Depends-on): Add rawmemchr.
8368         * lib/strchrnul.c (strchrnul): Optimize a corner case.
8369
8370         Whitespace cleanup.
8371         * tests/test-strchrnul.c: Reindent.
8372         * lib/strchrnul.c: Likewise.
8373
8374         Optimize and test strchrnul.
8375         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
8376         * modules/strchrnul-tests: New file.
8377         * tests/test-strchrnul.c: Likewise.
8378
8379         Remove intprops dependency.
8380         * modules/memchr (Depends-on): Remove intprops.
8381         * modules/memrchr (Depends-on): Likewise.
8382         * modules/memchr2 (Depends-on): Likewise.
8383         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
8384         * lib/memrchr.c (__memrchr): Likewise.
8385         * lib/memrchr2.c (memchr2): Likewise.
8386         Reported by Simon Josefsson.
8387
8388 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8389
8390         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
8391         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8392
8393 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8394
8395         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
8396
8397         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
8398
8399         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
8400
8401         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
8402         declarations.
8403         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
8404
8405         * m4/inet_pton.m4: Don't check for header files.
8406
8407         * m4/inet_ntop.m4: Don't check for header files.
8408
8409 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8410
8411         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
8412         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
8413         trigger for cygwin).
8414         Reported by Bruno Haible  <bruno@clisp.org>.
8415
8416 2008-04-28  Bruno Haible  <bruno@clisp.org>
8417
8418         * doc/posix-functions/strdup.texi: Mention mingw problem.
8419
8420 2008-04-27  Bruno Haible  <bruno@clisp.org>
8421
8422         * modules/stat-time-tests (Depends-on): Add sleep.
8423         * tests/test-stat-time.c (force_unlink): New function.
8424         (cleanup): Use it.
8425         (test_mtime): Remove the ctime related tests.
8426         (test_ctime): New function, containing the ctime related tests.
8427         (main): Call test_ctime, except on native Windows platforms.
8428
8429 2008-04-27  Bruno Haible  <bruno@clisp.org>
8430
8431         * lib/rpmatch.c (rpmatch): Add some comments.
8432         Reported by James Youngman <jay@gnu.org>.
8433
8434 2008-04-27  Bruno Haible  <bruno@clisp.org>
8435
8436         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
8437         quiet NaNs.
8438
8439 2008-04-27  Bruno Haible  <bruno@clisp.org>
8440
8441         Make test-yesno.sh work on mingw.
8442         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
8443         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
8444         (main): Set stdin to binary mode.
8445         * modules/yesno-tests (Depends-on): Add binary-io.
8446
8447 2008-04-27  Bruno Haible  <bruno@clisp.org>
8448
8449         Fix 'isfinite' on x86, x86_64, ia64 platforms.
8450         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
8451         argument that lie outside the IEEE 854 domain.
8452         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
8453         (gl_ISFINITE): Use it.
8454         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
8455
8456 2008-04-27  Bruno Haible  <bruno@clisp.org>
8457
8458         Allow local renaming in config.h.
8459         * lib/memrchr.c (memrchr): Don't undefine outside libc.
8460
8461 2008-04-27  Bruno Haible  <bruno@clisp.org>
8462
8463         * lib/memchr.c (__memchr): Change type of 'i'.
8464         * lib/memchr2.c (memchr2): Likewise.
8465
8466 2008-04-26  Eric Blake  <ebb9@byu.net>
8467         and Bruno Haible  <bruno@clisp.org>
8468
8469         Optimize and test memrchr.
8470         * modules/memrchr (Depends-on): Add intprops.
8471         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
8472         * modules/memrchr-tests: New file.
8473         * tests/test-memrchr.c: New file.
8474
8475 2008-04-26  Bruno Haible  <bruno@clisp.org>
8476
8477         Add tentative support for DragonFly BSD.
8478         * lib/stdio-impl.h: Add macros for DragonFly BSD.
8479         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
8480         fp.
8481         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
8482         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
8483         * lib/fpurge.c (fpurge): Likewise.
8484         * lib/freadable.c (freaadable): Likewise.
8485         * lib/freadahead.c (freadahead): Likewise.
8486         * lib/freading.c (freading): Likewise.
8487         * lib/freadptr.c (freadptr): Likewise.
8488         * lib/freadseek.c (freadptrinc): Likewise.
8489         * lib/fseeko.c (fseeko): Likewise.
8490         * lib/fseterr.c (fseterr): Likewise.
8491         * lib/fwritable.c (fwritable): Likewise.
8492         * lib/fwriting.c (fwriting): Likewise.
8493
8494 2008-04-26  Bruno Haible  <bruno@clisp.org>
8495
8496         * lib/stdio-impl.h: New file.
8497         * lib/fbufmode.c: Include stdio-impl.h.
8498         (fbufmode): Use fp_, remove redundant #defines.
8499         * lib/fflush.c: Include stdio-impl.h.
8500         (clear_ungetc_buffer): Remove redundant #defines.
8501         * lib/fpurge.c: Include stdio-impl.h.
8502         (fpurge): Remove redundant #defines.
8503         * lib/freadable.c: Include stdio-impl.h.
8504         (freadable): Remove redundant #defines.
8505         * lib/freadahead.c: Include stdio-impl.h.
8506         (freadahead): Remove redundant #defines.
8507         * lib/freading.c: Include stdio-impl.h.
8508         (freading): Remove redundant #defines.
8509         * lib/freadptr.c: Include stdio-impl.h.
8510         (freadptr): Remove redundant #defines.
8511         * lib/freadseek.c: Include stdio-impl.h.
8512         (freadptrinc): Remove redundant #defines.
8513         * lib/fseeko.c: Include stdio-impl.h.
8514         (rpl_fseeko): Remove redundant #defines.
8515         * lib/fseterr.c: Include stdio-impl.h.
8516         (fseterr): Remove redundant #defines.
8517         * lib/fwritable.c: Include stdio-impl.h.
8518         (fwritable: Remove redundant #defines.
8519         * lib/fwriting.c: Include stdio-impl.h.
8520         (fwriting): Remove redundant #defines.
8521         * modules/fbufmode (Files): Add lib/stdio-impl.h.
8522         * modules/fflush (Files): Likewise.
8523         * modules/fpurge (Files): Likewise.
8524         * modules/freadable (Files): Likewise.
8525         * modules/freadahead (Files): Likewise.
8526         * modules/freading (Files): Likewise.
8527         * modules/freadptr (Files): Likewise.
8528         * modules/freadseek (Files): Likewise.
8529         * modules/fseeko (Files): Likewise.
8530         * modules/fseterr (Files): Likewise.
8531         * modules/fwritable (Files): Likewise.
8532         * modules/fwriting (Files): Likewise.
8533
8534 2008-04-26  Bruno Haible  <bruno@clisp.org>
8535
8536         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
8537         restore_seek_optimization, update_fpos_cache): New functions, extracted
8538         from rpl_fflush.
8539         (rpl_fflush): Use them.
8540         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
8541         (gl_REPLACE_FFLUSH): Use it.
8542
8543 2008-04-26  Bruno Haible  <bruno@clisp.org>
8544
8545         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
8546         on Solaris.
8547         * tests/test-xstrtoimax.sh: Likewise.
8548         * tests/test-xstrtoumax.sh: Likewise.
8549         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8550
8551 2008-04-26  Bruno Haible  <bruno@clisp.org>
8552
8553         * modules/memchr-tests: New file.
8554         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
8555
8556 2008-04-26  Eric Blake  <ebb9@byu.net>
8557             Bruno Haible  <bruno@clisp.org>
8558
8559         * lib/memchr.c: Include intprops.h.
8560         (__memchr): Optimize parallel detection of matching bytes. Rename local
8561         variables. Add explanatory comments.
8562
8563 2008-04-26  Bruno Haible  <bruno@clisp.org>
8564
8565         Fix module 'memchr', broken since 2000-10-28.
8566         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
8567
8568 2008-04-26  Bruno Haible  <bruno@clisp.org>
8569
8570         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
8571         comments.
8572
8573 2008-04-25  Eric Blake  <ebb9@byu.net>
8574
8575         Use native fstatat on cygwin 1.7.0.
8576         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
8577         first.
8578
8579 2008-04-23  Eric Blake  <ebb9@byu.net>
8580
8581         Improve memchr2 performance.
8582         * lib/memchr2.c (memchr2): Further optimize parallel detection of
8583         NUL bytes.
8584         * modules/memchr2 (Depends-on): Use intprops.h.
8585
8586 2008-04-23  Simon Josefsson  <simon@josefsson.org>
8587
8588         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
8589         an inline function instead of a CPP macro.  Patch by Ben Pfaff
8590         <blp@cs.stanford.edu>.
8591
8592 2008-04-23  Simon Josefsson  <simon@josefsson.org>
8593
8594         * lib/arpa_inet.in.h: New file.
8595
8596         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
8597         (Makefile.am): Sed in substitute header file.
8598
8599         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
8600         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
8601
8602         * modules/inet_ntop (configure.ac): Use
8603         gl_ARPA_INET_MODULE_INDICATOR.
8604
8605         * modules/inet_pton (configure.ac): Use
8606         gl_ARPA_INET_MODULE_INDICATOR.
8607
8608 2008-04-22  Jim Meyering  <meyering@redhat.com>
8609
8610         * modules/verify (License): Re-license as LGPLv2+.
8611
8612 2008-04-22  Simon Josefsson  <simon@josefsson.org>
8613
8614         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
8615         parameter to void* as per POSIX standard (MinGW uses char*).
8616
8617 2008-04-21  Bruno Haible  <bruno@clisp.org>
8618
8619         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8620         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8621         Define to replacements if REPLACE_ISWCNTRL is 1.
8622         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
8623         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
8624         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
8625         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
8626         what it fixes.
8627         * doc/posix-functions/iswalpha.texi: Likewise.
8628         * doc/posix-functions/iswblank.texi: Likewise.
8629         * doc/posix-functions/iswcntrl.texi: Likewise.
8630         * doc/posix-functions/iswdigit.texi: Likewise.
8631         * doc/posix-functions/iswgraph.texi: Likewise.
8632         * doc/posix-functions/iswlower.texi: Likewise.
8633         * doc/posix-functions/iswprint.texi: Likewise.
8634         * doc/posix-functions/iswpunct.texi: Likewise.
8635         * doc/posix-functions/iswspace.texi: Likewise.
8636         * doc/posix-functions/iswupper.texi: Likewise.
8637         * doc/posix-functions/iswxdigit.texi: Likewise.
8638         Reported by Alain Guibert.
8639
8640 2008-04-21  Bruno Haible  <bruno@clisp.org>
8641
8642         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
8643         Patch by Alain Guibert.
8644
8645 2008-04-21  Bruno Haible  <bruno@clisp.org>
8646
8647         Fix test failures on mingw.
8648         * tests/test-xstrtol.c (print_no_progname): New function.
8649         (main): Install it in error_print_progname hook.
8650         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
8651         * tests/test-xstrtoimax.sh: Likewise.
8652         * tests/test-xstrtoumax.sh: Likewise.
8653
8654 2008-04-21  Bruno Haible  <bruno@clisp.org>
8655
8656         Fix test failure on mingw.
8657         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
8658
8659 2008-04-21  Bruno Haible  <bruno@clisp.org>
8660
8661         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
8662         Actually assign a value.
8663
8664 2008-04-20  Bruno Haible  <bruno@clisp.org>
8665
8666         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
8667         take 2.
8668         * lib/canonicalize.c (canonicalize_file_name): Elide if the
8669         'canonicalize-lgpl' module is also used.
8670         * lib/canonicalize-lgpl.c: Undo last change.
8671         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
8672
8673 2008-04-20  Bruno Haible  <bruno@clisp.org>
8674
8675         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
8676         config.h. Provide _mkdir based fallback for mingw.
8677         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
8678         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
8679         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
8680         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
8681         rather than defining mkdir in config.h.
8682         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
8683         (gl_SYS_STAT_H_DEFAULTS): New macro.
8684         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
8685         HAVE_IO_H any more.
8686         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
8687         HAVE_DECL_MKDIR and HAVE_IO_H.
8688
8689 2008-04-20  Bruno Haible  <bruno@clisp.org>
8690
8691         * lib/isapipe.c: Port to native Windows platforms.
8692
8693 2008-04-20  Bruno Haible  <bruno@clisp.org>
8694
8695         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
8696
8697 2008-04-21  Eric Blake  <ebb9@byu.net>
8698
8699         Work around preprocessors that don't handle UINTMAX_MAX.
8700         * lib/memchr2.c (memchr2): Avoid embedded #if.
8701         Reported by Alain Guibert, fix suggested by Bruno Haible.
8702
8703 2008-04-21  Simon Josefsson  <simon@josefsson.org>
8704
8705         * doc/posix-functions/strftime.texi (strftime): Explain better
8706         Windows incompatibility.  Suggested by Micah Cowan
8707         <micah@cowan.name>.
8708
8709 2008-04-20  Bruno Haible  <bruno@clisp.org>
8710
8711         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
8712         unistr/u8-mblen.
8713
8714 2008-04-20  Bruno Haible  <bruno@clisp.org>
8715
8716         Fix test failure on platforms with non-GNU iconv.
8717         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
8718         (U_TO_U8): Use it, rather than u16_to_u8.
8719         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
8720         units at the end of the input string.
8721         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
8722
8723 2008-04-20  Bruno Haible  <bruno@clisp.org>
8724
8725         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
8726         when the resulting length is 0.
8727         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
8728
8729 2008-04-20  Bruno Haible  <bruno@clisp.org>
8730
8731         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
8732         works.
8733         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
8734
8735 2008-04-20  Bruno Haible  <bruno@clisp.org>
8736
8737         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
8738         * modules/tsearch-tests (configure.ac): Test for initstate function.
8739
8740 2008-04-20  Bruno Haible  <bruno@clisp.org>
8741
8742         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
8743         for nlink_t if missing.
8744         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
8745
8746 2008-04-19  Bruno Haible  <bruno@clisp.org>
8747
8748         Work around snprintf bug on Linux libc5.
8749         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
8750         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8751         gl_SNPRINTF_SIZE1.
8752         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8753         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
8754         that test failed.
8755         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
8756         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
8757         * modules/snprintf (Files): Add m4/printf.m4.
8758         * modules/vsnprintf (Files): Likewise.
8759         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
8760         * doc/posix-functions/vsnprintf.texi: Likewise.
8761
8762 2008-04-19  Bruno Haible  <bruno@clisp.org>
8763
8764         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
8765         from 0.0058 to less than 10^-7.
8766
8767 2008-04-19  Bruno Haible  <bruno@clisp.org>
8768
8769         Fix rounding when a precision is given.
8770         * lib/vasnprintf.c (is_borderline): New function.
8771         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
8772         9...9x.
8773         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
8774         %e, %g.
8775         * tests/test-vasprintf-posix.c (test_function): Likewise.
8776         * tests/test-snprintf-posix.h (test_function): Likewise.
8777         * tests/test-sprintf-posix.h (test_function): Likewise.
8778         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
8779         * tests/test-printf-posix.h (test_function): Likewise.
8780         * tests/test-printf-posix.output: Update.
8781         Reported by John Darrington <john@darrington.wattle.id.au> via
8782         Ben Pfaff <blp@cs.stanford.edu>.
8783
8784 2008-04-18  Simon Josefsson  <simon@josefsson.org>
8785
8786         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
8787         Suggested by Bruno Haible <bruno@clisp.org>.
8788
8789 2008-04-17  Bruno Haible  <bruno@clisp.org>
8790
8791         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
8792         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
8793         implementation.
8794         Patch by Bruce Merry <bmerry@gmail.com>.
8795
8796 2008-04-17  Simon Josefsson  <simon@josefsson.org>
8797
8798         * doc/posix-functions/strftime.texi (strftime): Mention that %e
8799         doesn't work under Windows.
8800
8801 2008-04-16  Bruno Haible  <bruno@clisp.org>
8802
8803         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
8804         New macros.
8805         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
8806         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
8807         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
8808         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
8809         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
8810         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
8811         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
8812         macros.
8813         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
8814         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
8815         Northern Sotho, Uighur.
8816
8817 2008-04-16  Bruno Haible  <bruno@clisp.org>
8818
8819         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
8820         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
8821         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
8822         Reported by Daniel Bergström <daniel@octocode.com>.
8823
8824 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
8825             Bruno Haible  <bruno@clisp.org>
8826
8827         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
8828         function.
8829         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
8830         New functions, mostly extracted from gl_locale_name_default.
8831         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
8832
8833 2008-04-16  Eric Blake  <ebb9@byu.net>
8834
8835         Adjust strtod detection to catch glibc 2.7 bug.
8836         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
8837         Reported by John Gatewood Ham.
8838
8839 2008-04-16  Bruno Haible  <bruno@clisp.org>
8840
8841         Add tentative support for Linux libc5.
8842         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
8843         * lib/fpurge.c (fpurge): Likewise.
8844         * lib/freadable.c (freadable): Likewise.
8845         * lib/freadahead.c (freadahead): Likewise.
8846         * lib/freading.c (freading): Likewise.
8847         * lib/freadptr.c (freadptr): Likewise.
8848         * lib/freadseek.c (freadptrinc): Likewise.
8849         * lib/fseeko.c (rpl_fseeko): Likewise.
8850         * lib/fseterr.c (fseterr): Likewise.
8851         * lib/fwritable.c (fwritable): Likewise.
8852         * lib/fwriting.c (fwriting): Likewise.
8853         Reported by Alain Guibert <alguibert+bts@free.fr>.
8854
8855 2008-04-15  Bruno Haible  <bruno@clisp.org>
8856
8857         * modules/mathl (configure.ac): Define module indicator.
8858
8859 2008-04-15  Bruno Haible  <bruno@clisp.org>
8860
8861         * lib/logl.c (logl): Remove unused variables.
8862
8863 2008-04-15  Bruno Haible  <bruno@clisp.org>
8864
8865         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
8866         fails.
8867
8868 2008-04-15  Bruno Haible  <bruno@clisp.org>
8869
8870         * lib/trim.c (trim2): Fix argument of isspace() macro.
8871
8872 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
8873
8874         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
8875         to 0.
8876         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
8877
8878 2008-04-14  Bruno Haible  <bruno@clisp.org>
8879
8880         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
8881         AC_LANG_PROGRAM argument.
8882         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
8883         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
8884         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
8885         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8886         * m4/math_h.m4 (gl_MATH_H): Likewise.
8887         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
8888         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8889         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8890         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
8891         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8892         * m4/regex.m4 (gl_REGEX): Likewise.
8893         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
8894         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
8895         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8896         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
8897         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8898         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8899         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8900         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8901
8902 2008-04-14  Jim Meyering  <meyering@redhat.com>
8903
8904         test-strtod: fix typos: s/abs/fabs/
8905         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
8906
8907 2008-04-13  Bruno Haible  <bruno@clisp.org>
8908
8909         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
8910         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
8911         module is also used and while not building the reloc-wrapper.
8912
8913 2008-04-13  Bruno Haible  <bruno@clisp.org>
8914
8915         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
8916
8917 2008-04-13  Bruno Haible  <bruno@clisp.org>
8918
8919         Fix AIX compilation failure introduced on 2008-04-02.
8920         * tests/test-frexp.c (exp): Undefine before redefining.
8921         * tests/test-frexpl.c (exp): Likewise.
8922
8923 2008-04-13  Bruno Haible  <bruno@clisp.org>
8924
8925         Work around a HP-UX stdio bug.
8926         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
8927         * tests/test-ftello.c (main): Likewise.
8928         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
8929         * doc/posix-functions/ftello.texi: Likewise.
8930
8931 2008-04-13  Bruno Haible  <bruno@clisp.org>
8932
8933         Make test-signbit pass on HP-UX/hppa.
8934         * tests/test-signbit.c (minus_zerol): New variable.
8935         (test_signbitl): Use it.
8936
8937 2008-04-13  Bruno Haible  <bruno@clisp.org>
8938
8939         Make truncl work on OSF/1 4.0.
8940         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
8941         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
8942         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
8943         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
8944         HAVE_DECL_TRUNCL.
8945         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
8946         HAVE_DECL_TRUNCL.
8947         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
8948
8949 2008-04-13  Bruno Haible  <bruno@clisp.org>
8950
8951         * lib/unictype.h: Remove trailing comma from enumeration definitions.
8952
8953 2008-04-13  Bruno Haible  <bruno@clisp.org>
8954
8955         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
8956         expression, so as to avoid HP-UX 11 cc compiler bug.
8957
8958 2008-04-13  Bruno Haible  <bruno@clisp.org>
8959
8960         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
8961
8962 2008-04-13  Bruno Haible  <bruno@clisp.org>
8963
8964         * lib/git-merge-changelog.c: Remove empty declaration outside of
8965         functions.
8966
8967 2008-04-13  Bruno Haible  <bruno@clisp.org>
8968
8969         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
8970
8971 2008-04-13  Bruno Haible  <bruno@clisp.org>
8972
8973         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
8974         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
8975         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
8976         also if it exists but lacks definitions of the SHUT_* macros.
8977         * modules/sys_socket (Description): Update.
8978         Reported by Elbert Pol <e.pol@chello.nl>.
8979
8980 2008-04-13  Bruno Haible  <bruno@clisp.org>
8981
8982         * lib/localcharset.c (OS2): Don't redefine if already defined.
8983         Reported by Elbert Pol <e.pol@chello.nl>.
8984
8985 2008-04-13  Bruno Haible  <bruno@clisp.org>
8986
8987         * lib/binary-io.h [__EMX__]: Include <io.h>.
8988         Reported by Elbert Pol <e.pol@chello.nl>.
8989
8990 2008-04-12  Bruno Haible  <bruno@clisp.org>
8991
8992         * lib/fpucw.h: Enable the definitions also for x86_64.
8993         Needed for NetBSD/x86_64.
8994         Reported by Thomas Klausner <tk@giga.or.at>.
8995
8996 2008-04-12  Bruno Haible  <bruno@clisp.org>
8997
8998         * tests/test-strtod.c: Include isnand.h.
8999         (main): Use isnand instead of isnan.
9000         Reported by Jim Meyering.
9001
9002 2008-04-12  Bruno Haible  <bruno@clisp.org>
9003
9004         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
9005         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9006
9007 2008-04-12  Jim Meyering  <meyering@redhat.com>
9008
9009         * m4/math_h.m4 (gl_MATH_H): Fix typos.
9010
9011 2008-04-12  Bruno Haible  <bruno@clisp.org>
9012
9013         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
9014         Reported by Elbert Pol <e.pol@chello.nl>.
9015
9016 2008-04-12  Eric Blake  <ebb9@byu.net>
9017
9018         Work around Solaris 10 math.h bug.
9019         * m4/math_h.m4 (gl_MATH_H): Check for bug.
9020         (gl_MATH_H_DEFAULTS): Set up default.
9021         * modules/math (Makefile.am): Replace new indicators.
9022         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
9023         * tests/test-math.c (main): Test this.
9024         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
9025         * doc/posix-headers/math.texi (math.h): Mention bug.
9026         Reported by Nelson H. F. Beebe and Jim Meyering.
9027
9028 2008-04-11  Bruno Haible  <bruno@clisp.org>
9029
9030         Adapt to future versions of Apple GCC.
9031         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
9032         Reported by Peter O'Gorman <peter@pogma.com>.
9033
9034 2008-04-11  Bruno Haible  <bruno@clisp.org>
9035
9036         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
9037
9038 2008-04-11  Bruno Haible  <bruno@clisp.org>
9039
9040         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
9041
9042         * modules/getaddrinfo-tests (Makefile.am): Define
9043         test_getaddrinfo_LDADD.
9044
9045 2008-04-11  Bruno Haible  <bruno@clisp.org>
9046
9047         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
9048         (init): Fix syntax error.
9049         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
9050         is declared.
9051
9052 2008-04-11  Bruno Haible  <bruno@clisp.org>
9053
9054         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
9055         * modules/glob (Depends-on): Add stdbool.
9056
9057 2008-04-11  Bruno Haible  <bruno@clisp.org>
9058
9059         * lib/trim.c: Include <string.h>.
9060
9061 2008-04-11  Eric Blake  <ebb9@byu.net>
9062
9063         Avoid compile failure on OS/2.
9064         * lib/regex_internal.h (internal_function): Disable optimization
9065         on OS/2 (__EMX__), where it caused compiler error.
9066         Reported by Elbert Pol.
9067
9068 2008-04-11  Bruno Haible  <bruno@clisp.org>
9069
9070         Flush the standard error stream before aborting. Needed on mingw.
9071         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
9072         * tests/test-array_list.c (ASSERT): Likewise.
9073         * tests/test-array_oset.c (ASSERT): Likewise.
9074         * tests/test-avltree_list.c (ASSERT): Likewise.
9075         * tests/test-avltree_oset.c (ASSERT): Likewise.
9076         * tests/test-avltreehash_list.c (ASSERT): Likewise.
9077         * tests/test-binary-io.c (ASSERT): Likewise.
9078         * tests/test-byteswap.c (ASSERT): Likewise.
9079         * tests/test-c-ctype.c (ASSERT): Likewise.
9080         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
9081         * tests/test-c-strcasestr.c (ASSERT): Likewise.
9082         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
9083         * tests/test-c-strstr.c (ASSERT): Likewise.
9084         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
9085         * tests/test-canonicalize.c (ASSERT): Likewise.
9086         * tests/test-carray_list.c (ASSERT): Likewise.
9087         * tests/test-ceilf1.c (ASSERT): Likewise.
9088         * tests/test-ceilf2.c (ASSERT): Likewise.
9089         * tests/test-ceill.c (ASSERT): Likewise.
9090         * tests/test-count-one-bits.c (ASSERT): Likewise.
9091         * tests/test-fbufmode.c (ASSERT): Likewise.
9092         * tests/test-fflush2.c (ASSERT): Likewise.
9093         * tests/test-floorf1.c (ASSERT): Likewise.
9094         * tests/test-floorf2.c (ASSERT): Likewise.
9095         * tests/test-floorl.c (ASSERT): Likewise.
9096         * tests/test-fopen.c (ASSERT): Likewise.
9097         * tests/test-fpending.c (ASSERT): Likewise.
9098         * tests/test-fprintf-posix.c (ASSERT): Likewise.
9099         * tests/test-fpurge.c (ASSERT): Likewise.
9100         * tests/test-freadable.c (ASSERT): Likewise.
9101         * tests/test-freadahead.c (ASSERT): Likewise.
9102         * tests/test-freading.c (ASSERT): Likewise.
9103         * tests/test-freadptr.c (ASSERT): Likewise.
9104         * tests/test-freadptr2.c (ASSERT): Likewise.
9105         * tests/test-freadseek.c (ASSERT): Likewise.
9106         * tests/test-freopen.c (ASSERT): Likewise.
9107         * tests/test-frexp.c (ASSERT): Likewise.
9108         * tests/test-frexpl.c (ASSERT): Likewise.
9109         * tests/test-fseek.c (ASSERT): Likewise.
9110         * tests/test-fseeko.c (ASSERT): Likewise.
9111         * tests/test-fstrcmp.c (ASSERT): Likewise.
9112         * tests/test-ftell.c (ASSERT): Likewise.
9113         * tests/test-ftello.c (ASSERT): Likewise.
9114         * tests/test-func.c (ASSERT): Likewise.
9115         * tests/test-fwritable.c (ASSERT): Likewise.
9116         * tests/test-fwriting.c (ASSERT): Likewise.
9117         * tests/test-getdelim.c (ASSERT): Likewise.
9118         * tests/test-getline.c (ASSERT): Likewise.
9119         * tests/test-i-ring.c (ASSERT): Likewise.
9120         * tests/test-iconv-utf.c (ASSERT): Likewise.
9121         * tests/test-iconv.c (ASSERT): Likewise.
9122         * tests/test-isfinite.c (ASSERT): Likewise.
9123         * tests/test-isnand.c (ASSERT): Likewise.
9124         * tests/test-isnanf.c (ASSERT): Likewise.
9125         * tests/test-isnanl.h (ASSERT): Likewise.
9126         * tests/test-ldexpl.c (ASSERT): Likewise.
9127         * tests/test-linked_list.c (ASSERT): Likewise.
9128         * tests/test-linkedhash_list.c (ASSERT): Likewise.
9129         * tests/test-localename.c (ASSERT): Likewise.
9130         * tests/test-lseek.c (ASSERT): Likewise.
9131         * tests/test-mbscasecmp.c (ASSERT): Likewise.
9132         * tests/test-mbscasestr1.c (ASSERT): Likewise.
9133         * tests/test-mbscasestr2.c (ASSERT): Likewise.
9134         * tests/test-mbscasestr3.c (ASSERT): Likewise.
9135         * tests/test-mbscasestr4.c (ASSERT): Likewise.
9136         * tests/test-mbschr.c (ASSERT): Likewise.
9137         * tests/test-mbscspn.c (ASSERT): Likewise.
9138         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
9139         * tests/test-mbspbrk.c (ASSERT): Likewise.
9140         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
9141         * tests/test-mbsrchr.c (ASSERT): Likewise.
9142         * tests/test-mbsspn.c (ASSERT): Likewise.
9143         * tests/test-mbsstr1.c (ASSERT): Likewise.
9144         * tests/test-mbsstr2.c (ASSERT): Likewise.
9145         * tests/test-mbsstr3.c (ASSERT): Likewise.
9146         * tests/test-memchr2.c (ASSERT): Likewise.
9147         * tests/test-memmem.c (ASSERT): Likewise.
9148         * tests/test-open.c (ASSERT): Likewise.
9149         * tests/test-printf-frexp.c (ASSERT): Likewise.
9150         * tests/test-printf-frexpl.c (ASSERT): Likewise.
9151         * tests/test-printf-posix.c (ASSERT): Likewise.
9152         * tests/test-quotearg.c (ASSERT): Likewise.
9153         * tests/test-rbtree_list.c (ASSERT): Likewise.
9154         * tests/test-rbtree_oset.c (ASSERT): Likewise.
9155         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
9156         * tests/test-round1.c (ASSERT): Likewise.
9157         * tests/test-roundf1.c (ASSERT): Likewise.
9158         * tests/test-roundl.c (ASSERT): Likewise.
9159         * tests/test-signbit.c (ASSERT): Likewise.
9160         * tests/test-sleep.c (ASSERT): Likewise.
9161         * tests/test-snprintf-posix.c (ASSERT): Likewise.
9162         * tests/test-snprintf.c (ASSERT): Likewise.
9163         * tests/test-sprintf-posix.c (ASSERT): Likewise.
9164         * tests/test-stat-time.c (ASSERT): Likewise.
9165         * tests/test-strcasestr.c (ASSERT): Likewise.
9166         * tests/test-strerror.c (ASSERT): Likewise.
9167         * tests/test-striconv.c (ASSERT): Likewise.
9168         * tests/test-striconveh.c (ASSERT): Likewise.
9169         * tests/test-striconveha.c (ASSERT): Likewise.
9170         * tests/test-strsignal.c (ASSERT): Likewise.
9171         * tests/test-strstr.c (ASSERT): Likewise.
9172         * tests/test-strtod.c (ASSERT): Likewise.
9173         * tests/test-trunc1.c (ASSERT): Likewise.
9174         * tests/test-trunc2.c (ASSERT): Likewise.
9175         * tests/test-truncf1.c (ASSERT): Likewise.
9176         * tests/test-truncf2.c (ASSERT): Likewise.
9177         * tests/test-truncl.c (ASSERT): Likewise.
9178         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
9179         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
9180         * tests/test-vasnprintf.c (ASSERT): Likewise.
9181         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
9182         * tests/test-vasprintf.c (ASSERT): Likewise.
9183         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
9184         * tests/test-vprintf-posix.c (ASSERT): Likewise.
9185         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
9186         * tests/test-vsnprintf.c (ASSERT): Likewise.
9187         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
9188         * tests/test-wcwidth.c (ASSERT): Likewise.
9189         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
9190         * tests/test-xprintf-posix.c (ASSERT): Likewise.
9191         * tests/test-xvasprintf.c (ASSERT): Likewise.
9192         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
9193         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
9194         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
9195         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
9196         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
9197         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
9198         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
9199         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
9200         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
9201         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
9202         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
9203         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
9204         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
9205         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
9206         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
9207         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
9208         * tests/unictype/test-block_list.c (ASSERT): Likewise.
9209         * tests/unictype/test-block_of.c (ASSERT): Likewise.
9210         * tests/unictype/test-block_test.c (ASSERT): Likewise.
9211         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
9212         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
9213         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
9214         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
9215         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
9216         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
9217         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
9218         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
9219         * tests/unictype/test-combining.c (ASSERT): Likewise.
9220         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
9221         * tests/unictype/test-digit.c (ASSERT): Likewise.
9222         * tests/unictype/test-mirror.c (ASSERT): Likewise.
9223         * tests/unictype/test-numeric.c (ASSERT): Likewise.
9224         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
9225         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
9226         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
9227         * tests/unictype/test-scripts.c (ASSERT): Likewise.
9228         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
9229         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
9230         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
9231         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
9232         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
9233         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
9234         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
9235         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
9236         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
9237         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
9238         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
9239         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
9240         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
9241         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
9242         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
9243         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
9244         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
9245         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
9246         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
9247         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
9248         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
9249         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
9250         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
9251         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
9252         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
9253         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
9254         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
9255         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
9256         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
9257         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
9258         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
9259         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
9260         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
9261         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
9262         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
9263         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
9264         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
9265         Reported by Eric Blake.
9266
9267 2008-04-11  Bruno Haible  <bruno@clisp.org>
9268
9269         * lib/wchar.in.h: Tweak comment.
9270
9271 2008-04-11  Bruno Haible  <bruno@clisp.org>
9272
9273         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
9274         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
9275         gl_COMMON.
9276         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
9277
9278 2008-04-11  Bruno Haible  <bruno@clisp.org>
9279
9280         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
9281
9282 2008-04-11  Simon Josefsson  <simon@josefsson.org>
9283
9284         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
9285         of attempting to use non-existing /dev/*random.  Based on patch
9286         from Adam Strzelecki <ono@java.pl> in
9287         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
9288
9289 2008-04-08  Bruno Haible  <bruno@clisp.org>
9290
9291         Add tentative support for emx+gcc.
9292         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
9293         * lib/fpurge.c (fpurge): Likewise.
9294         * lib/freadable.c (freadable): Likewise.
9295         * lib/freadahead.c (freadahead): Likewise.
9296         * lib/freading.c (freading): Likewise.
9297         * lib/freadptr.c (freadptr): Likewise.
9298         * lib/freadseek.c (freadptrinc): Likewise.
9299         * lib/fseeko.c (rpl_fseeko): Likewise.
9300         * lib/fseterr.c (fseterr): Likewise.
9301         * lib/fwritable.c (fwritable): Likewise.
9302         * lib/fwriting.c (fwriting): Likewise.
9303         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
9304
9305 2008-04-09  Eric Blake  <ebb9@byu.net>
9306
9307         Avoid some autoconf warnings.
9308         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
9309         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
9310         * m4/afs.m4 (gl_AFS): Likewise.
9311         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
9312         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
9313         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9314         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
9315         (gl_INTEGER_TYPE_SUFFIX): Likewise.
9316         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
9317         (AC_CHECK_DECLS_ONCE): Likewise.
9318         Rename file...
9319         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
9320         gnulib-tool requires autoconf 2.59 or better.
9321         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
9322
9323 2008-04-08  Eric Blake  <ebb9@byu.net>
9324
9325         Use 'git describe --match' if present (added in git 1.5.5).
9326         * build-aux/git-version-gen: Limit result to tags that match 'v*'
9327         if possible.
9328
9329 2008-04-08  Bruno Haible  <bruno@clisp.org>
9330
9331         Add tentative support for OpenServer.
9332         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
9333         _ptr, _cnt.
9334         * lib/fpurge.c (fpurge): Likewise.
9335         * lib/freadable.c (freadable): Likewise.
9336         * lib/freadahead.c (freadahead): Likewise.
9337         * lib/freading.c (freading): Likewise.
9338         * lib/freadptr.c (freadptr): Likewise.
9339         * lib/freadseek.c (freadptrinc): Likewise.
9340         * lib/fseeko.c (rpl_fseeko): Likewise.
9341         * lib/fseterr.c (fseterr): Likewise.
9342         * lib/fwritable.c (fwritable): Likewise.
9343         * lib/fwriting.c (fwriting): Likewise.
9344         Reported by Roger Cornelius <rac@tenzing.org> and
9345         Brian K. White <brian@aljex.com>.
9346
9347 2008-04-06  Jim Meyering  <meyering@redhat.com>
9348
9349         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
9350
9351 2008-04-06  Bruno Haible  <bruno@clisp.org>
9352
9353         Avoid possible error with non-ASCII bytes in UTF-8 locales.
9354         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
9355         * tests/test-printf-posix.sh: Likewise.
9356         * tests/test-vfprintf-posix.sh: Likewise.
9357         * tests/test-vprintf-posix.sh: Likewise.
9358         * tests/test-xprintf-posix.sh: Likewise.
9359
9360 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9361
9362         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
9363         hide error from 'ls', needed on OS/2.
9364         Report by Elbert Pol <elbert.pol@gmail.com>.
9365
9366 2008-04-04  Eric Blake  <ebb9@byu.net>
9367
9368         Make test-fseeko.c failures meaningful.
9369         * tests/test-fseeko.c: Print line number on failure.
9370         * tests/test-fseek.c: Likewise.
9371         Reported by Nelson H. F. Beebe.
9372
9373         Improve strtod bug detection check.
9374         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
9375         required for Solaris 10.
9376         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
9377
9378 2008-04-04  Bruno Haible  <bruno@clisp.org>
9379
9380         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
9381         by m4/setenv.m4.
9382
9383 2008-04-03  Eric Blake  <ebb9@byu.net>
9384
9385         Ensure sane .version contents.
9386         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
9387         version string.
9388         * build-aux/git-version-gen: Improve documentation.
9389
9390         Make GNU make output nicer.
9391         * top/GNUmakefile [!_have-Makefile]: Add dependency on
9392         MAKECMDGOALS to enforce message for all command line targets.  Set
9393         srcdir for use in maint.mk.
9394
9395         Another maintainer tweak.
9396         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
9397         a target that regenerates version.
9398
9399 2008-04-03  Jim Meyering  <meyering@redhat.com>
9400
9401         vc-list-files: don't cause coreutils "make po-check" failure
9402         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
9403
9404 2008-04-03  Eric Blake  <ebb9@byu.net>
9405
9406         Allow VPATH usage of vc-list-files.
9407         * build-aux/vc-list-files (scriptversion): Add timestamp.
9408         (options): Add --help, --version, -C.
9409         (CVS): Support installed cvsu.
9410
9411 2008-04-02  Bruno Haible  <bruno@clisp.org>
9412
9413         Avoid some "statement with no effect" warnings from gcc.
9414         * tests/test-wctype.c (main): Explicitly ignore unused values.
9415         Reported by Jim Meyering.
9416
9417 2008-04-02  Jim Meyering  <meyering@redhat.com>
9418
9419         Avoid some warnings from "gcc -Wshadow".
9420         * tests/test-frexp.c (exp): Define to a different identifier.
9421         * tests/test-frexpl.c (exp): Likewise.
9422
9423 2008-04-03  Jim Meyering  <meyering@redhat.com>
9424
9425         bootstrap: remove dangling *.[ch] symlinks from lib
9426         * build-aux/bootstrap [dangling symlink removal]: Move find's
9427         -depth option to precede all others, to avoid a warning.
9428         Remove *.[ch] files too, and from "$source_base" (usually lib/).
9429
9430 2008-04-02  Bruno Haible  <bruno@clisp.org>
9431
9432         Avoid some warnings from "gcc -Wshadow".
9433         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
9434         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
9435         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
9436         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
9437         Reported by Jim Meyering.
9438
9439 2008-04-01  Bruno Haible  <bruno@clisp.org>
9440
9441         Fix test to work on IRIX 6.5 with cc.
9442         * tests/test-math.c (numeric_equal): New function.
9443         (main): Use it.
9444
9445 2008-04-01  Bruno Haible  <bruno@clisp.org>
9446
9447         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
9448
9449 2008-04-01  Bruno Haible  <bruno@clisp.org>
9450
9451         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
9452         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9453         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
9454         (Depends-on): Remove math.
9455
9456         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
9457         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9458         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
9459         (Depends-on): Remove math.
9460
9461         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
9462         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9463         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
9464         (Depends-on): Remove math.
9465         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
9466         (Depends-on): Remove math.
9467
9468         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
9469         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9470         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
9471         (Depends-on): Remove math.
9472         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
9473         (Depends-on): Remove math.
9474
9475         * tests/test-round1.c: Include nan.h.
9476         (main): Use NaNd instead of NAN.
9477         * modules/round-tests (Files): Add tests/nan.h.
9478
9479         * tests/test-trunc1.c: Include nan.h.
9480         (main): Use NaNd instead of NAN.
9481         * modules/trunc-tests (Files): Add tests/nan.h.
9482
9483         * tests/test-roundf1.c: Include nan.h.
9484         (main): Use NaNf instead of NAN.
9485         * modules/roundf-tests (Files): Add tests/nan.h.
9486
9487         * tests/test-truncf1.c: Include nan.h.
9488         (main): Use NaNf instead of NAN.
9489         * modules/truncf-tests (Files): Add tests/nan.h.
9490
9491         * tests/test-ceilf1.c: Include nan.h.
9492         (main): Use NaNf instead of NAN.
9493         * modules/ceilf-tests (Files): Add tests/nan.h.
9494
9495         * tests/test-floorf1.c: Include nan.h.
9496         (main): Use NaNf instead of NAN.
9497         * modules/floorf-tests (Files): Add tests/nan.h.
9498
9499         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
9500         (main): Use NaNf instead of NAN.
9501         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
9502
9503         * tests/test-isnand.c: Include nan.h instead of <math.h>.
9504         (main): Use NaNd instead of NAN.
9505         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
9506
9507         * tests/test-frexp.c: Include nan.h.
9508         (main): Use NaNd instead of NAN.
9509         * modules/frexp-tests (Files): Add tests/nan.h.
9510
9511         * lib/isnan.c: Don't include <math.h>.
9512         (FUNC): Don't use NAN macro.
9513         * modules/isnand-nolibm (Depends-on): Remove math.
9514         * modules/isnanf-nolibm (Depends-on): Remove math.
9515         * modules/isnanl (Depends-on): Remove math.
9516         * modules/isnanl-nolibm (Depends-on): Remove math.
9517
9518         * tests/nan.h: New file.
9519
9520 2008-04-01  Eric Blake  <ebb9@byu.net>
9521
9522         Fix typos.
9523         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
9524         values to be the right type.
9525
9526         For now, cater to gnulib strtod inaccuracies.
9527         * tests/test-strtod.c (main): Allow 1-ulp error on expected
9528         fractional results.  While not as nice from a QoI perspective, it
9529         is a quicker patch than correctly implementing decimal to binary
9530         rounding.
9531
9532 2008-03-31  Eric Blake  <ebb9@byu.net>
9533
9534         Guarantee a definition of NAN.
9535         * lib/math.in.h (NAN): Define if missing.
9536         * tests/test-math.c (main): Test it.
9537         * doc/posix-headers/math.texi (math.h): Document this.
9538         * lib/isnan.c (rpl_isnand): Use it.
9539         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
9540         * tests/test-floorf1.c (NaN): Likewise.
9541         * tests/test-frexp.c (NaN): Likewise.
9542         * tests/test-isnand.c (NaN): Likewise.
9543         * tests/test-isnanf.c (NaN): Likewise.
9544         * tests/test-round1.c (NaN): Likewise.
9545         * tests/test-roundf1.c (NaN): Likewise.
9546         * tests/test-snprintf-posix.h (NaN): Likewise.
9547         * tests/test-sprintf-posix.h (NaN): Likewise.
9548         * tests/test-trunc1.c (NaN): Likewise.
9549         * tests/test-truncf1.c (NaN): Likewise.
9550         * tests/test-vasnprintf-posix.c (NaN): Likewise.
9551         * tests/test-vasprintf-posix.c (NaN): Likewise.
9552         * modules/isnand-nolibm (Depends-on): Add math.
9553         * modules/isnanf-nolibm (Depends-on): Likewise.
9554         * modules/isnanl (Depends-on): Likewise.
9555         * modules/isnanl-nolibm (Depends-on): Likewise.
9556         * modules/snprintf-posix-tests (Depends-on): Likewise.
9557         * modules/sprintf-posix-tests (Depends-on): Likewise.
9558         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
9559         * modules/vsprintf-posix-tests (Depends-on): Likewise.
9560         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
9561         * modules/vasprintf-posix-tests (Depends-on): Likewise.
9562
9563 2008-03-31  Bruno Haible  <bruno@clisp.org>
9564
9565         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
9566         * doc/posix-functions/strtod.texi: Likewise.
9567
9568 2008-03-31  Bruno Haible  <bruno@clisp.org>
9569
9570         * tests/test-strtod.c (main): Don't use C99 syntax.
9571
9572 2008-03-31  Bruno Haible  <bruno@clisp.org>
9573
9574         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
9575         Reported by Eric Blake.
9576
9577 2008-03-31  Jim Meyering  <meyering@redhat.com>
9578
9579         Don't compare actual signbit return values.
9580         * tests/test-strtod.c (main): Rather, compare only their
9581         zero/non-zero nature.
9582
9583 2008-03-31  Eric Blake  <ebb9@byu.net>
9584
9585         More strtod documentation.
9586         * doc/posix-functions/strtod.texi (strtod): Interpret more test
9587         failures as distinct bugs.
9588
9589 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9590
9591         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
9592         Problem reported by Erik Benada in
9593         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
9594
9595 2008-03-30  Bruno Haible  <bruno@clisp.org>
9596
9597         * tests/test-strtod.c: Add comments about which assertion fails on which
9598         platform.
9599         * doc/posix-functions/strtod.texi: Add info about many more platforms.
9600
9601 2008-03-30  Eric Blake  <ebb9@byu.net>
9602
9603         Test signbit behavior on zeros.
9604         * tests/test-signbit.c (test_signbitf): Add tests for zero.
9605         (test_signbitd, test_signbitl): Likewise.
9606
9607         More strtod touchups.
9608         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
9609         sign of negative underflow, for now.  Use .5, not .1.
9610         * doc/posix-functions/strtod.texi (strtod): Mention these
9611         limitations.
9612         Reported by Jim Meyering.
9613
9614 2008-03-30  Bruno Haible  <bruno@clisp.org>
9615
9616         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
9617         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
9618
9619 2008-03-30  Bruno Haible  <bruno@clisp.org>
9620
9621         Avoid failure when attempting to return empty iconv results on some
9622         platforms.
9623         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
9624         allocation, don't report ENOMEM when the resulting string is empty.
9625
9626 2008-03-30  Bruno Haible  <bruno@clisp.org>
9627
9628         Fix buffer overrun.
9629         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
9630         Don't consider the width for tmp_length. Check count against tmp_length
9631         before doing the padding. Ensure enough allocation during padding.
9632
9633 2008-03-30  Eric Blake  <ebb9@byu.net>
9634
9635         strtod touchups.
9636         * lib/strtod.c (strtod): Avoid compiler warnings.
9637         Reported by Jim Meyering.
9638
9639 2008-03-30  Bruno Haible  <bruno@clisp.org>
9640
9641         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
9642         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
9643         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
9644         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
9645         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
9646         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
9647         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
9648         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
9649
9650         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
9651         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
9652         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
9653         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
9654         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
9655         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
9656         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
9657         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
9658
9659         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
9660         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
9661         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
9662         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
9663         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
9664         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
9665         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
9666         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
9667
9668         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
9669         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
9670
9671         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
9672         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
9673
9674         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
9675         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
9676
9677         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
9678         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
9679         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
9680
9681         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
9682         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
9683         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
9684
9685         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
9686         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
9687         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
9688
9689         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
9690         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
9691         * modules/vasprintf (Depends-on): Add EOVERFLOW.
9692
9693         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
9694         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
9695         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
9696         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
9697         (Depends-on): Add EOVERFLOW.
9698         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
9699         (Depends-on): Add EOVERFLOW.
9700         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
9701         (Depends-on): Add EOVERFLOW.
9702         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
9703         (Depends-on): Add EOVERFLOW.
9704         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
9705         (Depends-on): Add EOVERFLOW.
9706         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
9707         (Depends-on): Add EOVERFLOW.
9708         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
9709         (Depends-on): Add EOVERFLOW.
9710         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
9711         (Depends-on): Add EOVERFLOW.
9712
9713         * lib/sprintf.c (EOVERFLOW): Remove fallback.
9714         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
9715         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
9716
9717         * lib/snprintf.c (EOVERFLOW): Remove fallback.
9718         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
9719         * modules/snprintf (Depends-on): Add EOVERFLOW.
9720
9721         * lib/poll.c (EOVERFLOW): Remove fallback.
9722         * modules/poll (Depends-on): Add EOVERFLOW.
9723
9724         * lib/getugroups.c (EOVERFLOW): Remove fallback.
9725         * modules/getugroups (Depends-on): Add EOVERFLOW.
9726
9727         * lib/getdelim.c (EOVERFLOW): Remove fallback.
9728         * modules/getdelim (Depends-on): Add EOVERFLOW.
9729
9730         * lib/ftell.c (EOVERFLOW): Remove fallback.
9731         * modules/ftell (Depends-on): Add EOVERFLOW.
9732
9733         * lib/fprintf.c (EOVERFLOW): Remove fallback.
9734         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
9735         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
9736
9737         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
9738
9739         * modules/EOVERFLOW-tests: New file.
9740         * tests/test-EOVERFLOW.c: New file.
9741
9742         * modules/EOVERFLOW: New file.
9743         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
9744
9745 2008-03-30  Bruno Haible  <bruno@clisp.org>
9746
9747         Fix bug introduced on 2007-06-10.
9748         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
9749         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
9750
9751 2008-03-30  Bruno Haible  <bruno@clisp.org>
9752
9753         Improve freadseek's efficiency after ungetc.
9754         * lib/freadseek.c: Include freadahead.h.
9755         (freadptrinc): New function, extracted from freadseek.
9756         (freadseek): Use it in a loop. Use freadahead to determine the number
9757         of loop iterations.
9758         * modules/freadseek (Depends-on): Add freadahead.
9759         (configure.ac): Require AC_C_INLINE.
9760
9761 2008-03-30  Bruno Haible  <bruno@clisp.org>
9762
9763         * lib/freadseek.c (freadseek): Don't ignore the return value of
9764         freadptr.
9765
9766 2008-03-29  Eric Blake  <ebb9@byu.net>
9767
9768         Add hex float support.
9769         * modules/strtod (Depends-on): Add c-ctype.
9770         (Link): Mention POW_LIB.
9771         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
9772         whitespace between 'e' and exponent.
9773         * tests/test-strtod.c (main): Enable hex float tests.
9774         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
9775         now provides.
9776
9777         Document various strtod bugs, with some fixes.
9778         * doc/posix-functions/strtod.texi (strtod): Document bugs with
9779         "-0x", "inf", "nan", and hex constants.
9780         * doc/posix-functions/atof.texi (atof): Likewise.
9781         * modules/stdlib (Makefile.am): Support strtod.
9782         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
9783         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
9784         detect additional strtod bugs.
9785         * lib/stdlib.in.h (rpl_strtod): Add declarations.
9786         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
9787         bool where appropriate.  Parse 'inf' and 'nan'.
9788         * tests/test-strtod.c: New file.
9789         * modules/strtod (Depends-on): Add stdbool, stdlib.
9790         (configure.ac): Turn on module indicator.
9791         * modules/strtod-tests: New module.
9792
9793 2008-03-29  Eric Blake  <ebb9@byu.net>
9794
9795         Fix ftell on mingw.
9796         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
9797         * modules/ftell-tests (Depends-on): Add binary-io.
9798         * modules/ftello-tests (Depends-on): Likewise.
9799         * tests/test-ftell.c (main): Enhance test to cover behavior after
9800         ungetc.  Enforce binary mode.
9801         * tests/test-ftello.c (main): Likewise.
9802
9803         Pass test-freadseek on cygwin.
9804         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
9805         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
9806         ungetc buffer.
9807
9808         * tests/test-fflush2.c (main): Fix typo.
9809
9810 2008-03-29  Bruno Haible  <bruno@clisp.org>
9811
9812         * tests/test-fflush2.c (main): Temporarily disable the contents of
9813         this test.
9814         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
9815         Reported by Eric Blake.
9816
9817 2008-03-28  Simon Josefsson  <simon@josefsson.org>
9818
9819         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
9820         (GC_SHA224_DIGEST_SIZE): Add.
9821
9822         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
9823         (gc_hash_digest_length): Likewise.
9824         (gc_hash_buffer): Likewise.
9825
9826 2008-03-25  Bruno Haible  <bruno@clisp.org>
9827
9828         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
9829         detail which gettext release to use.
9830         Reported by Simon Josefsson.
9831
9832 2008-03-26  Jim Meyering  <meyering@redhat.com>
9833
9834         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
9835         * modules/gnumakefile (clean-GNUmakefile): Also, use
9836         test ... && ... || : syntax rather than if-then ... fi.
9837
9838         gnumakefile: Don't double-quote-expand $(VPATH) value.
9839         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
9840
9841 2008-03-24  Eric Blake  <ebb9@byu.net>
9842
9843         Alter GNUmakefile to install into top directory.
9844         * modules/maintainer-makefile: Split, and add dependency...
9845         * modules/gnumakefile: to this new module.
9846         * build-aux/GNUmakefile: Move...
9847         * top/GNUmakefile: ...here.
9848         * build-aux/maint.mk: Move...
9849         * top/maint.mk: ...here.
9850         * MODULES.html.sh (Support for maintaining...): Document new
9851         module.
9852
9853 2008-03-23  Bruno Haible  <bruno@clisp.org>
9854
9855         * gnulib-tool: New options --vc-files, --no-vc-files.
9856         (func_usage): Document them.
9857         (vc_files): New variable.
9858         (func_import): Consider vc_files.
9859         (func_create_testdir): Set vc_files to empty.
9860         Suggested by Jim Meyering and Karl Berry.
9861
9862 2008-03-23  Bruno Haible  <bruno@clisp.org>
9863
9864         Fix regex compilation error on HP-UX 11.
9865         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
9866         * modules/regex (Files): Add m4/mbstate_t.m4.
9867         Reported by Ton Voon <ton.voon@altinity.com>.
9868
9869 2008-03-23  Bruno Haible  <bruno@clisp.org>
9870
9871         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
9872
9873 2008-03-23  Eric Blake  <ebb9@byu.net>
9874             Bruno Haible  <bruno@clisp.org>
9875
9876         Install files from top/ in the destination directory.
9877         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
9878         augmentation also for the files from top/.
9879         (func_import, func_create_testdir): Rewrite file names:
9880         top/filename -> filename.
9881
9882 2008-03-23  Bruno Haible  <bruno@clisp.org>
9883
9884         Tweak "gnulib --version" output.
9885         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
9886
9887 2008-03-23  Bruno Haible  <bruno@clisp.org>
9888
9889         Tweak "gnulib --version" output.
9890         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
9891         rather than contents of ChangeLog, when possible.
9892
9893 2008-03-21  Eric Blake  <ebb9@byu.net>
9894
9895         More --version tweaks.
9896         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
9897         date of last ChangeLog entry.
9898
9899 2008-03-21  Jim Meyering  <meyering@redhat.com>
9900
9901         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
9902
9903 2008-03-20  Eric Blake  <ebb9@byu.net>
9904
9905         VPATH fix.
9906         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
9907
9908 2008-03-20  Simon Josefsson  <simon@josefsson.org>
9909
9910         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
9911         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
9912
9913 2008-03-20  Eric Blake  <ebb9@byu.net>
9914
9915         Sync GNUmakefile with coreutils.
9916         * build-aux/GNUmakefile (have-Makefile): Rename...
9917         (_have-Makefile): ...to this, for namespace consideration.
9918         (GNUmakefile.cfg): Include, if present.
9919         (_autoreconf): Define a default.
9920         (_is-dist-target): New rule for rebuilds to pick up intra-release
9921         version.
9922         (maint-cfg.mk): Rename...
9923         (cfg.mk): ...to this.
9924
9925 2008-03-18  Jim Meyering  <meyering@redhat.com>
9926
9927         New script and module: mktempd
9928         * MODULES.html.sh (maint+release support): Add mktempd.
9929         * build-aux/mktempd: New file.
9930         * modules/mktempd: New file.
9931
9932 2008-03-15  Jim Meyering  <meyering@redhat.com>
9933
9934         Undo last change.
9935         * lib/sha1.c, lib/md5.c: 63 != ~63.
9936         Reported by Andreas Schwab.
9937
9938         sha1.c, md5.c: Hoist a redundant expression.
9939         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
9940         "ctx->buflen" only once, before calling *_process_block.
9941         * lib/md5.c (md5_process_bytes): Likewise.
9942
9943 2008-03-14  Eric Blake  <ebb9@byu.net>
9944
9945         Bump copyright year in files generated by gnulib-tool.
9946         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
9947         gnulib-tool, rather than hard-coding it.
9948
9949         Fix 'gnulib-tool --version' output to work with git.
9950         * gnulib-tool (func_gnulib_dir): New function, extracted from...
9951         (startup): ...here.
9952         (func_version): Use it to invoke git-version-gen, rather than
9953         relying on CVS keyword expansion.  Modernize wording.
9954         (cvsdatestamp, last_checkin_date, version): Kill unused
9955         variables.
9956
9957 2008-03-12  Jim Meyering  <meyering@redhat.com>
9958
9959         Recognize optional cast of the argument to free.
9960         * build-aux/useless-if-before-free: Update regexps.
9961
9962         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
9963
9964 2008-03-11  Bruno Haible  <bruno@clisp.org>
9965
9966         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
9967         by a single package.
9968         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
9969         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
9970         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
9971         Reported by Sam Steingold <sds@gnu.org>.
9972
9973 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9974
9975         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
9976         repositories.
9977
9978 2008-03-11  Bruno Haible  <bruno@clisp.org>
9979
9980         Avoid conflicts between local macro definitions.
9981         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9982         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
9983
9984 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
9985             Bruno Haible  <bruno@clisp.org>
9986
9987         Make va_copy work with some version of xlc on AIX 5.1.
9988         * lib/stdarg.in.h: New file.
9989         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
9990         On AIX, use a <stdarg.h> file substitute.
9991         * modules/stdarg (Files): Add lib/stdarg.in.h.
9992         (Depends-on): Add include_next.
9993         (Makefile.am): Build a stdarg.h substitute if requested.
9994         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
9995
9996 2008-03-10  Bruno Haible  <bruno@clisp.org>
9997
9998         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
9999         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10000         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10001
10002 2008-03-10  Bruno Haible  <bruno@clisp.org>
10003
10004         * modules/stdlib (Depends-on): Add include_next, remove
10005         absolute-header.
10006
10007 2008-03-09  Bruno Haible  <bruno@clisp.org>
10008
10009         * lib/freadahead.h (freadahead): Document more precisely.
10010         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
10011         the sum of both buffer sizes.
10012         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
10013         * NEWS: Document the change.
10014
10015 2008-03-09  Bruno Haible  <bruno@clisp.org>
10016
10017         Extend freadptr to return also the buffer size.
10018         * lib/freadptr.h (freadptr): Add sizep argument.
10019         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
10020         (freadptr): Add sizep argument. Determine buffer size like freadahead
10021         does.
10022         * tests/test-freadptr.c: Don't include freadahead.h.
10023         (main): Adapt for new calling convention of freadptr.
10024         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
10025         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
10026         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
10027         tests/test-freadptr2.sh.
10028         (Depends): Remove freadahead.
10029         (TESTS): Add test-freadptr2.sh.
10030         (check_PROGRAMS): Add test-freadptr2.
10031
10032 2008-03-09  Bruno Haible  <bruno@clisp.org>
10033
10034         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
10035         Report and solution by Simon Josefsson.
10036
10037 2008-03-06  Bruno Haible  <bruno@clisp.org>
10038
10039         Make fflush after ungetc work on BSD platforms.
10040         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
10041         * tests/test-fflush2.c: New file.
10042         * tests/test-fflush2.sh: New file.
10043         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
10044         tests/test-fflush2.c.
10045         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
10046         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
10047
10048 2008-03-06  Eric Blake  <ebb9@byu.net>
10049
10050         Likewise for ftello.
10051         * modules/ftello (Dependencies): Add extensions.
10052         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
10053
10054 2008-03-06  Bruno Haible  <bruno@clisp.org>
10055
10056         * modules/fseeko (Dependencies): Add extensions.
10057         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
10058         Needed on glibc systems.
10059
10060 2008-03-06  Bruno Haible  <bruno@clisp.org>
10061
10062         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
10063         email address.
10064         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10065
10066 2008-03-06  Bruno Haible  <bruno@clisp.org>
10067
10068         * users.txt: Add libgnupdf.
10069
10070 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10071
10072         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
10073         (Header File Substitutes, Function Substitutes,
10074         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
10075         (Build robot for gnulib): Fix typo.
10076
10077 2008-03-06  Bruno Haible  <bruno@clisp.org>
10078
10079         * doc/gnulib-tool.texi (VCS Issues): Small updates.
10080         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10081
10082 2008-03-06  Bruno Haible  <bruno@clisp.org>
10083
10084         * doc/func.texi: New file, extracted from doc/gnulib.texi.
10085         * doc/gnulib.texi: Include it.
10086
10087 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10088
10089         * modules/func (License): Change license to unlimited; there was
10090         no LGPL parts in the module anyway.
10091
10092 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10093
10094         * modules/__func__: Renamed to modules/func.
10095         * modules/__func__-tests: Renamed to modules/func-tests.
10096         * tests/test-__func__.c: Renamed to tests/test-func.c.
10097         * m4/__func__.m4: Renamed to m4/func.m4.
10098         * doc/gnulib.texi (__func__): Section renamed to func.
10099         Suggested by Eric Blake <ebb9@byu.net>.
10100
10101 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10102
10103         * doc/gnulib.texi (__func__): Use C99 terminology when talking
10104         about __func__.  Make example self-contained.  Suggested by Eric
10105         Blake <ebb9@byu.net>.
10106
10107         * tests/test-__func__.c (main): Avoid extraneous () around __func.
10108         Suggested by Eric Blake <ebb9@byu.net>.
10109
10110 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10111
10112         * modules/__func__: New file.
10113         * modules/__func__-tests: New file.
10114         * tests/test-__func__.c: New file.
10115         * m4/__func__.m4: New file.
10116         * doc/gnulib.texi (__func__): Document __func__ module.
10117
10118 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10119
10120         * modules/byteswap (License): Re-license as LGPLv2+.
10121
10122 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10123
10124         * doc/Makefile: Add pdf target.
10125
10126 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10127
10128         * modules/inline (License): Use 'unlimited', since there are only
10129         *.m4 files in this module.
10130
10131 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10132             Bruno Haible  <bruno@clisp.org>
10133
10134         Add support for HP C 7.1 on OpenVMS 8.3.
10135         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
10136
10137 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10138
10139         Update VMS specifics.
10140         * lib/getopt.c [VMS]: Remove include of unixlib.h.
10141
10142 2008-03-02  Jim Meyering  <meyering@redhat.com>
10143
10144         Remove the last dependency on the "free" module.
10145         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
10146         Reported by Bob Proulx.
10147
10148         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
10149
10150         Remove useless "if" tests before free.  Deprecate "free" module.
10151         * doc/posix-functions/free.texi: Mention that this
10152         module is no longer useful.
10153         * modules/free (Notice): Say this module is obsolete.
10154         * modules/readutmp (Depends-on): Remove free.
10155         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
10156         * lib/putenv.c (putenv): Likewise.
10157         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
10158         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
10159         * tests/test-c-strcasestr.c (main): Likewise.
10160         * tests/test-c-strstr.c (main): Likewise.
10161         * tests/test-mbscasestr1.c (main): Likewise.
10162         * tests/test-mbscasestr2.c (main): Likewise.
10163         * tests/test-mbsstr1.c (main): Likewise.
10164         * tests/test-mbsstr2.c (main): Likewise.
10165         * tests/test-memmem.c (main): Likewise.
10166         * tests/test-strcasestr.c (main): Likewise.
10167         * tests/test-striconv.c (main): Likewise.
10168         * tests/test-striconveh.c (main): Likewise.
10169         * tests/test-striconveha.c (main): Likewise.
10170         * tests/test-strstr.c (main): Likewise.
10171
10172         * build-aux/git-version-gen: Adjust a comment and the Usage string.
10173
10174         bootstrap: sync from coreutils again
10175         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
10176
10177 2008-03-01  Jim Meyering  <meyering@redhat.com>
10178
10179         bootstrap: sync from coreutils
10180         * build-aux/bootstrap (update_po_files): Copy a .po file into place
10181         also when the target doesn't exist.
10182
10183 2008-03-01  Eric Blake  <ebb9@byu.net>
10184
10185         Fix bugs in last patch.
10186         * lib/memchr2.c (memchr2): Fix typo.
10187         * tests/test-memchr2.c: Test previous bug, and don't use GNU
10188         extension.
10189         Reported by Bruce Korb.
10190
10191         New module 'memchr2'.
10192         * modules/memchr2: New file.
10193         * modules/memchr2-tests: Likewise.
10194         * lib/memchr2.h: Likewise.
10195         * lib/memchr2.c: Likewise, based on memchr.c.
10196         * tests/test-memchr2.c: New test.
10197         * MODULES.html.sh (String handling): Add memchr2.
10198
10199 2008-02-29  Bruno Haible  <bruno@clisp.org>
10200
10201         * modules/freadseek-tests: New file.
10202         * tests/test-freadseek.sh: New file.
10203         * tests/test-freadseek.c: New file.
10204
10205         New module 'freadseek'.
10206         * modules/freadseek: New file.
10207         * lib/freadseek.h: New file.
10208         * lib/freadseek.c: New file.
10209         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
10210
10211 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10212
10213         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
10214         wydawca.
10215
10216         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
10217         program_invocation_name and program_invocation_short_name are
10218         present.
10219
10220 2008-02-28  Bruno Haible  <bruno@clisp.org>
10221
10222         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
10223         * tests/test-freadptr.sh: Also test non-seekable stdin.
10224
10225 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
10226
10227         * build-aux/bootstrap (source_base, m4_base)
10228         (doc_base, tests_base): New variables.
10229         (gnulib_tool_options): Do not hardcode base directories, use
10230         the above variables instead.
10231
10232 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
10233
10234         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
10235
10236 2008-02-28  Bruno Haible  <bruno@clisp.org>
10237
10238         * modules/freadptr-tests: New file.
10239         * tests/test-freadptr.sh: New file.
10240         * tests/test-freadptr.c: New file.
10241
10242         New module 'freadptr'.
10243         * modules/freadptr: New file.
10244         * lib/freadptr.h: New file.
10245         * lib/freadptr.c: New file.
10246         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
10247
10248 2008-02-26  Karl Berry  <karl@freefriends.org>
10249
10250         Sync from Libtool:
10251         * libltdl/argz.c (argz_add, argz_count): New functions.
10252         * libltdl/argz.in.h: Declare them.
10253         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
10254
10255 2008-02-22  Bruno Haible  <bruno@clisp.org>
10256
10257         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
10258         is a pointer type.  Needed for HP-UX 10.
10259         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
10260         * doc/posix-functions/gmtime_r.texi: Likewise.
10261         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10262
10263 2008-02-24  Bruno Haible  <bruno@clisp.org>
10264
10265         * modules/environ-tests: New file.
10266         * tests/test-environ.c: New file.
10267
10268         New module 'environ'.
10269         * modules/environ: New file.
10270         * lib/unistd.in.h (environ): New declaration.
10271         * m4/environ.m4: New file.
10272         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
10273         after use.
10274         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
10275         HAVE_DECL_ENVIRON.
10276         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
10277         HAVE_DECL_ENVIRON.
10278         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
10279         wrong claim that 'environ' is missing on some systems.
10280         * modules/execute (Depends-on): Add environ.
10281         * lib/execute.c (environ): Remove fallback declaration.
10282         * modules/pipe (Depends-on): Add environ.
10283         * lib/pipe.c (environ): Remove fallback declaration.
10284         * modules/setenv (Depends-on): Add environ.
10285         * lib/setenv.c (environ): Remove fallback declaration.
10286         * modules/unsetenv (Depends-on): Add environ.
10287         * lib/unsetenv.c (environ): Remove fallback declaration.
10288         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
10289         m4/environ.m4.
10290         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
10291         (gl_PREREQ_UNSETENV): Likewise.
10292
10293 2008-02-24  Bruno Haible  <bruno@clisp.org>
10294
10295         * doc/posix-functions/environ.texi: Document the MacOS X problem.
10296
10297 2008-02-20  Bob Proulx  <bob@proulx.com>
10298
10299         Enable use of older two part flavor 'git describe'.
10300         * build-aux/git-version-gen: If using the older two part flavor of
10301         git version then recreate the third part now present in the
10302         newer three part flavor of git describe.
10303
10304 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
10305
10306         * lib/fts.c (fts_build): Typo correction to comment.
10307
10308 2008-02-17  Bruno Haible  <bruno@clisp.org>
10309
10310         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
10311         generating no-op conflicts.
10312
10313 2008-02-17  Bruno Haible  <bruno@clisp.org>
10314
10315         Speed up by 10%.
10316         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
10317         result_entries, rather than an index-based loop.
10318
10319 2008-02-17  Bruno Haible  <bruno@clisp.org>
10320
10321         Speed up by 25%.
10322         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
10323         'hashcode_cached'.
10324         (entry_create): New function.
10325         (entry_hashcode): Use the cached hashcode if possible.
10326         (read_changelog_file, try_split_merged_entry): Use entry_create.
10327
10328 2008-02-17  Bruno Haible  <bruno@clisp.org>
10329
10330         Speed up from O(n^2) to O(n) for long ChangeLog files.
10331         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
10332         (read_changelog_file): Change implementation of entries_reversed list
10333         to rbtreehash.
10334         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
10335
10336 2008-02-17  Bruno Haible  <bruno@clisp.org>
10337
10338         New option --split-merged-entry.
10339         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
10340         (find_paragraph_end, try_split_merged_entry): New functions.
10341         (long_options): Add option --split-merged-entry.
10342         (usage): Document option --split-merged-entry.
10343         (main): Implement option --split-merged-entry.
10344         Reported by Eric Blake.
10345
10346 2008-02-17  Bruno Haible  <bruno@clisp.org>
10347
10348         * lib/git-merge-changelog.c: Include c-strstr.h.
10349         (main): Support the "git pull --rebase" situation.
10350         * modules/git-merge-changelog (Depends-on): Add c-strstr.
10351         Reported by Eric Blake.
10352
10353 2008-02-16  Eric Blake  <ebb9@byu.net>
10354
10355         Avoid doubling \ in common case of "c-maybe" quoting style.
10356         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
10357         eliding outer quotes.
10358         * lib/quotearg.h: Document this.
10359         * tests/test-quotearg.c (result_strings, inputs, results_g)
10360         (flag_results, locale_results): Test it by adding a new string to
10361         each test group.
10362         (compare_strings): Test new string.
10363
10364 2008-02-13  Eric Blake  <ebb9@byu.net>
10365
10366         Avoid trigraph quoting in default output.
10367         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
10368         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
10369         unless explicitly requested.
10370         * tests/test-quotearg.c (flag_results, main): Add additional tests.
10371
10372 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
10373
10374         Don't rely on signed integer overflowing to negative value.
10375         * lib/getugroups.c (getugroups): Include <limits.h>.
10376         Instead, compare against INT_MAX, and increment only if the test passes.
10377
10378 2008-02-13  Jim Meyering  <meyering@redhat.com>
10379         and Eric Blake  <ebb9@byu.net>
10380
10381         Avoid shadowing warning and compile errors on Linux.
10382         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
10383         forwarding macros on Linux.
10384         (dcgettext): Define a stub, for Linux.
10385         (results_g, main): Avoid warnings.
10386
10387 2008-02-12  Eric Blake  <ebb9@byu.net>
10388
10389         Silence warning in last patch.
10390         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
10391
10392         Quotearg part 4: add tests, fix c-maybe colon quoting.
10393         * lib/quotearg.h: Improve documentation.
10394         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
10395         escapes when adding outer quotes.  When quoting trigraphs, use
10396         valid C notation.  When quoting NUL, omit extra characters if next
10397         character is not digit.  Alter prototype.
10398         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
10399         callers.
10400         * modules/quotearg-tests: New module.
10401         * tests/test-quotearg.c: New test.
10402
10403 2008-02-07  Eric Blake  <ebb9@byu.net>
10404
10405         Quotearg part 3: add flag to control outer quote elision.
10406         * lib/quotearg.h (c_maybe_quoting_style): New style.
10407         (enum quoting_flags): Better documentation of flags.
10408         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
10409         c-maybe style.
10410         (quotearg_buffer_restyled): Handle new flag to elide outer
10411         quotes.
10412
10413         Quotearg part 2: add flag that can control NUL elision.
10414         * lib/quotearg.h (set_quoting_flags): New prototype.
10415         * lib/quotearg.c (struct quoting_options): Add flag field.
10416         (set_quoting_flags): New function.
10417         (quotearg_buffer_restyled): Add flags parameter.
10418         (quotearg_alloc_mem): Set the flag if length cannot be returned.
10419         (quotearg_n_options): Set the flag, since length cannot be
10420         returned.
10421         (quoting_options_from_style): Default flags correctly.
10422
10423         Quotearg part 1: more wrappers, restore quotearg_char state.
10424         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
10425         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
10426         (quotearg_colon_mem): New wrappers.
10427         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
10428         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
10429         functions.
10430         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
10431         (quotearg_colon_mem): New functions.
10432
10433 2008-02-11  Bruno Haible  <bruno@clisp.org>
10434
10435         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
10436         library in the current directory: it does not work with parallel make.
10437         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10438
10439 2008-02-11  Bruno Haible  <bruno@clisp.org>
10440
10441         * .gitattributes: New file.
10442
10443 2008-02-11  Jim Meyering  <meyering@redhat.com>
10444
10445         useless-if-before-free: Fix reversed exit values.
10446         * build-aux/useless-if-before-free: Use correct values
10447         for EXIT_MATCH and EXIT_NO_MATCH.
10448
10449         * build-aux/useless-if-before-free: Close stdout carefully.
10450
10451 2008-02-10  Bruno Haible  <bruno@clisp.org>
10452
10453         New module 'git-merge-changelog'.
10454         * modules/git-merge-changelog: New file.
10455         * lib/git-merge-changelog.c: New file.
10456
10457 2008-02-10  Jim Meyering  <meyering@redhat.com>
10458
10459         useless-if-before-free: New option: --list (-l).
10460
10461         useless-if-before-free: Don't exit immediately upon open failure.
10462         * build-aux/useless-if-before-free: Exit 2 for errors.
10463         Upon failure to open a file, don't exit immediately.
10464         Rather, just warn and continue with any remaining files.
10465
10466 2008-02-10  Bruno Haible  <bruno@clisp.org>
10467
10468         New abstract list operation 'node_set_value'.
10469         * lib/gl_list.h (gl_list_node_set_value): New function.
10470         (struct gl_list_implementation): New field node_set_value.
10471         * lib/gl_list.c (gl_list_node_set_value): New function.
10472         * lib/gl_array_list.c (gl_array_node_set_value): New function.
10473         (gl_array_list_implementation): Update.
10474         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
10475         (gl_carray_list_implementation): Update.
10476         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
10477         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10478         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10479         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
10480         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10481         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10482         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10483         Update.
10484         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10485         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
10486         (gl_sublist_list_implementation): Update.
10487
10488 2008-02-10  Bruno Haible  <bruno@clisp.org>
10489
10490         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
10491         Needed when ELEMENT is #defined to 'some_type *'.
10492
10493 2008-02-10  Jim Meyering  <meyering@redhat.com>
10494
10495         New script and module: useless-if-before-free
10496         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
10497         * build-aux/useless-if-before-free: New file.
10498         * modules/useless-if-before-free: New file.
10499
10500         * build-aux/gitlog-to-changelog: Use committer date, not author date.
10501
10502         xstrtol_error: Fix typo.
10503         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
10504         s/exit_failure/exit_status/.
10505
10506 2008-02-09  Jim Meyering  <meyering@redhat.com>
10507
10508         New script and module: gitlog-to-changelog
10509         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
10510         * modules/gitlog-to-changelog: New file.
10511         * build-aux/gitlog-to-changelog: New file.
10512
10513 2008-02-08  Jim Meyering  <meyering@redhat.com>
10514
10515         Avoid two "parameter unused" warnings.
10516         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
10517         Mark "st" as used.
10518
10519         Use "git COMMAND", not "git-COMMAND".
10520         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
10521         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
10522         * build-aux/git-version-gen: Use "git status", not "git-status".
10523
10524 2008-02-07  Bruno Haible  <bruno@clisp.org>
10525
10526         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
10527         Avoids a crash on Windows Vista.
10528         Reported by Adam Strzelecki <ono@java.pl> via
10529         Simon Josefsson <simon@josefsson.org>.
10530
10531 2008-02-06  Bruno Haible  <bruno@clisp.org>
10532
10533         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
10534         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
10535         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
10536         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
10537         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10538         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10539         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
10540         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
10541         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10542         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10543         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10544         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10545         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10546         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10547         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10548         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
10549         left-adjust flag.
10550         * tests/test-snprintf-posix.h (test_function): Likewise.
10551         * tests/test-sprintf-posix.h (test_function): Likewise.
10552         * tests/test-vasprintf-posix.c (test_function): Likewise.
10553         * doc/posix-functions/fprintf.texi: Update.
10554         * doc/posix-functions/printf.texi: Update.
10555         * doc/posix-functions/snprintf.texi: Update.
10556         * doc/posix-functions/sprintf.texi: Update.
10557         * doc/posix-functions/vfprintf.texi: Update.
10558         * doc/posix-functions/vprintf.texi: Update.
10559         * doc/posix-functions/vsnprintf.texi: Update.
10560         * doc/posix-functions/vsprintf.texi: Update.
10561         Reported by Peter Fales <psfales@alcatel-lucent.com>.
10562
10563 2008-02-06  Bruno Haible  <bruno@clisp.org>
10564
10565         Fix bug introduced on 2008-01-26.
10566         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
10567
10568 2008-02-06  Bruno Haible  <bruno@clisp.org>
10569
10570         Fix bug introduced on 2007-06-10.
10571         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
10572         !NEED_PRINTF_FLAG_ZERO.
10573
10574 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
10575
10576         getloadavg: use libperfstat on AIX5
10577         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
10578
10579 2008-02-03  Bruno Haible  <bruno@clisp.org>
10580
10581         * lib/diffseq.h: Add comments about required #includes.
10582         Reported by Michael Biggs <gnulib@doubleplum.net>.
10583
10584 2008-02-01  Bruno Haible  <bruno@clisp.org>
10585
10586         * users.txt: Add gnuit.
10587
10588 2008-01-31  Bruno Haible  <bruno@clisp.org>
10589
10590         * lib/md4.c (set_uint32): Mark as inline.
10591         * lib/md5.c (set_uint32): Likewise.
10592         * lib/sha1.c (set_uint32): Likewise.
10593         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
10594         * m4/md5.m4 (gl_MD5): Likewise.
10595         * m4/sha1.m4 (gl_SHA1): Likewise.
10596
10597 2008-01-31  Jim Meyering  <meyering@redhat.com>
10598
10599         Use "sizeof VAR", rather than a literal "4".
10600         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
10601         * lib/md4.c (md4_read_ctx): Likewise.
10602         * lib/sha1.c (sha1_read_ctx): Likewise.
10603
10604 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10605
10606         * tests/test-sha1.c: New file, based on test-md5.c.
10607
10608         * modules/crypto/sha1-tests: New file.
10609
10610 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10611
10612         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
10613
10614 2008-01-31  Jim Meyering  <meyering@redhat.com>
10615
10616         Prefer "sizeof v" over the equivalent "4".
10617         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
10618         * lib/md5.c (set_uint32): Likewise.
10619         * lib/sha1.c (set_uint32): Likewise.
10620
10621 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10622
10623         * lib/sha1.c (set_uint32): Mark function as static.
10624
10625 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10626
10627         md2: clarify comments to say that alignment is not required.
10628         * lib/md2.h: Remove warning about alignment in comment.
10629         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
10630         never been required.
10631
10632 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10633
10634         md4: adapt alignment constraint fix from sha1.
10635         * lib/md4.c (set_uint32): New function, from sha1.c
10636         (md4_read_ctx): Use it.
10637         (md4_finish_ctx): Doc fix.
10638         * lib/md4.h: Doc fix.
10639
10640 2008-01-31  Simon Josefsson  <simon@josefsson.org>
10641
10642         md5: adapt alignment constraint fix from sha1.
10643         * lib/md5.c (set_uint32): New function, from sha1.c
10644         (md5_read_ctx): Use it.
10645         (md5_finish_ctx): Doc fix.
10646         * lib/md5.h: Doc fix.
10647
10648 2008-01-30  Peter Palfrader  <weasel@debian.org>
10649
10650         sha1: remove the result buffer alignment constraint
10651         * lib/sha1.c (set_uint32): New function.
10652         (sha1_read_ctx): Rewrite to remove the result buffer alignment
10653         constraint.
10654         (sha1_finish_ctx): Remove comment warning about alignment constraint.
10655         * lib/sha1.h: Likewise.
10656
10657 2008-01-30  Andreas Schwab  <schwab@suse.de>
10658             Bruno Haible  <bruno@clisp.org>
10659
10660         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
10661         correct definition of LDBL_MIN_EXP.
10662
10663 2008-01-30  Karl Berry  <karl@gnu.org>
10664
10665         * config/srclist-update: try to preserve x bit on updates.
10666         * config/srclistvars.sh: update for karl.
10667
10668 2008-01-29  Jim Meyering  <meyering@redhat.com>
10669
10670         vasnprintf.c: Avoid warning about unused label
10671         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
10672         "overflow" label definition and associated code with the
10673         same cpp condition that guards the sole use of that label.
10674
10675 2008-01-26  Bruno Haible  <bruno@clisp.org>
10676
10677         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
10678         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
10679         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
10680         * lib/isnanl-nolibm.h (isnanl): Likewise.
10681         Reported by Paul Eggert <eggert@cs.ucla.edu>.
10682
10683 2008-01-26  Bruno Haible  <bruno@clisp.org>
10684
10685         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
10686         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
10687
10688 2008-01-26  Bruno Haible  <bruno@clisp.org>
10689
10690         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
10691         GCC >= 4.0 built-in.
10692         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
10693
10694 2008-01-26  Bruno Haible  <bruno@clisp.org>
10695
10696         Rename isnan, applicable to 'double' only, to isnand.
10697         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
10698         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
10699         (configure.ac): Update.
10700         (Include): Replace "isnan.h" with "isnand.h".
10701         * m4/isnand.m4: Renamed from m4/isnan.m4.
10702         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
10703         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
10704         instead of isnan.c.
10705         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
10706         instead of HAVE_ISNAN_IN_LIBC.
10707         (isnand): Renamed from isnan.
10708         * lib/isnand.c: New file.
10709         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
10710         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
10711         (Makefile.am): Update.
10712         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
10713         Include isnand.h instead of isnan.h.
10714         (main): Test isnand instead of isnan.
10715         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
10716         isnan-nolibm.
10717         * modules/frexp (Depends-on): Likewise.
10718         * modules/frexp-tests (Depends-on): Likewise.
10719         * modules/frexp-nolibm (Depends-on): Likewise.
10720         * modules/frexp-nolibm-tests (Depends-on): Likewise.
10721         * modules/isfinite (Depends-on): Likewise.
10722         * modules/round-tests (Depends-on): Likewise.
10723         * modules/signbit (Depends-on): Likewise.
10724         * modules/signbit-tests (Depends-on): Likewise.
10725         * modules/snprintf-posix (Depends-on): Likewise.
10726         * modules/sprintf-posix (Depends-on): Likewise.
10727         * modules/trunc-tests (Depends-on): Likewise.
10728         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10729         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10730         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10731         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10732         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10733         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10734         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10735         * modules/vasnprintf-posix (Depends-on): Likewise.
10736         * modules/vasprintf-posix (Depends-on): Likewise.
10737         * modules/vfprintf-posix (Depends-on): Likewise.
10738         * modules/vsnprintf-posix (Depends-on): Likewise.
10739         * modules/vsprintf-posix (Depends-on): Likewise.
10740         * lib/frexp.c: Include isnand.h instead of isnan.h.
10741         (ISNAN): Set to isnand instead of isnan.
10742         * lib/isfinite.c: Include isnand.h instead of isnan.h.
10743         (gl_isfinited): Use isnand instead of isnan.
10744         * lib/signbitd.c: Include isnand.h instead of isnan.h.
10745         (gl_signbitd): Use isnand instead of isnan.
10746         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
10747         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
10748         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
10749         (main): Use isnand instead of isnan.
10750         * tests/test-round1.c: Include isnand.h.
10751         (main): Use isnand instead of isnan.
10752         * tests/test-round2.c: Include isnand.h instead of isnan.h.
10753         (ISNAN): Set to isnand instead of isnan.
10754         * tests/test-trunc1.c: Include isnand.h.
10755         (main): Use isnand instead of isnan.
10756         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
10757         (equal): Use isnand instead of isnan.
10758         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
10759         isnand-nolibm.
10760         * NEWS: Mention the change.
10761
10762 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10763             Bruno Haible  <bruno@clisp.org>
10764
10765         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
10766         the GCC builtins for signbits are present and set
10767         REPLACE_SIGNBIT_USING_GCC if so.
10768         * lib/math.in.h (signbit): Define using GCC builtins if
10769         REPLACE_SIGNBIT_USING_GCC is set.
10770         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
10771         REPLACE_SIGNBIT_USING_GCC.
10772         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
10773
10774 2008-01-25  Jim Meyering  <meyering@redhat.com>
10775
10776         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
10777         * lib/poll.c: Include <config.h>, not "config.h".
10778         * tests/test-getaddrinfo.c: Likewise.
10779
10780 2008-01-25  Simon Josefsson  <simon@josefsson.org>
10781
10782         * modules/sockets-tests: New file.
10783
10784 2008-01-24  Simon Josefsson  <simon@josefsson.org>
10785
10786         * modules/sockets: New module, can be used to call WSA_Startup and
10787         WSA_Cleanup when needed.
10788
10789         * lib/sockets.h, lib/sockets.c: New files.
10790
10791         * m4/sockets.m4: New file.
10792
10793         * tests/test-sockets.c: New file.
10794
10795 2008-01-19  Bruno Haible  <bruno@clisp.org>
10796
10797         * doc/posix-headers: Renamed from doc/headers.
10798         * doc/posix-functions: Renamed from doc/functions.
10799         * doc/gnulib.texi: Update.
10800
10801 2008-01-19  Bruno Haible  <bruno@clisp.org>
10802
10803         * doc/glibc-functions/strcasestr.texi: Include contents of
10804         doc/functions/strcasestr.texi, fixing the list of platforms.
10805         * doc/functions/strcasestr.texi: Remove file.
10806
10807 2008-01-19  Bruno Haible  <bruno@clisp.org>
10808
10809         * doc/glibc-functions/memmem.texi: Include contents of
10810         doc/functions/memmem.texi.
10811         * doc/functions/memmem.texi: Remove file.
10812
10813 2008-01-18  Bruno Haible  <bruno@clisp.org>
10814
10815         * doc/glibc-functions/*.texi: New files.
10816         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
10817         to use the new files.
10818
10819 2008-01-17  Bruno Haible  <bruno@clisp.org>
10820
10821         * tests/test-gethostname.c (main): Fix printf statement.
10822
10823 2008-01-17  Simon Josefsson  <simon@josefsson.org>
10824
10825         * modules/gethostname-tests: New file.
10826
10827         * tests/test-gethostname.c: New file.
10828
10829 2008-01-17  Simon Josefsson  <simon@josefsson.org>
10830
10831         * lib/gethostname.c: Include string.h unconditionally, strncpy is
10832         used by the UNAME case.  Reported by Bruno Haible
10833         <bruno@clisp.org>.
10834
10835 2008-01-17  Eric Blake  <ebb9@byu.net>
10836
10837         Convert c-strcasestr to be more efficient.
10838         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
10839         (Depends-on): Add c-strcase, remove malloca, strnlen.
10840         * tests/test-c-strcasestr.c (main): Enhance test.
10841         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
10842
10843 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10844
10845         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
10846         Use it in creating po/Makevars.
10847
10848 2008-01-15  Simon Josefsson  <simon@josefsson.org>
10849
10850         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
10851         Applications that requires it should initialize libgcrypt
10852         manually.
10853
10854 2008-01-16  Simon Josefsson  <simon@josefsson.org>
10855
10856         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
10857
10858 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
10859
10860         Fix problem with getdate on mingw32 reported by Simon Josefsson
10861         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
10862         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
10863         tzname", when deciding whether to declare tzname.
10864         * lib/strftime.c (tzname): Likewise.
10865
10866 2008-01-15  Bruno Haible  <bruno@clisp.org>
10867
10868         Work around a MacOS X 10.5 bug in frexpl().
10869         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
10870         * doc/functions/frexpl.texi: Document the bug.
10871         Reported by Elias Pipping <pipping@gentoo.org>.
10872
10873 2008-01-14  Eric Blake  <ebb9@byu.net>
10874
10875         Touch up previous patch.
10876         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
10877         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
10878
10879         Convert strcasestr module to use Two-Way algorithm.
10880         * modules/strcasestr-simple: New module, based on the old
10881         strcasestr, but with Two-Way rather than KMP.
10882         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
10883         * lib/string.in.h (rpl_strcasestr): Declare.
10884         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
10885         performance.
10886         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
10887         * modules/string (Makefile.am): Support strcasestr.
10888         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
10889         * modules/strcasestr-tests (Depends-on): Check for alarm.
10890         * tests/test-strcasestr.c: Augment test.
10891         * lib/str-two-way.h: Clean up stray macro.
10892         * NEWS: Document new module.
10893         * MODULES.html.sh (string handling): Likewise.
10894         * doc/functions/strcasestr.texi: New file.
10895         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
10896         here, since it is not a POSIX function.
10897
10898 2008-01-14  Colin Watson  <cjwatson@debian.org>
10899             Bruno Haible  <bruno@clisp.org>
10900
10901         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
10902         works fine; if not, set REPLACE_STRSIGNAL.
10903         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
10904         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10905         REPLACE_STRSIGNAL.
10906         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
10907         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
10908         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
10909
10910 2008-01-14  Bruno Haible  <bruno@clisp.org>
10911
10912         * modules/strsignal (Include): Change to <string.h>.
10913
10914 2008-01-14  Colin Watson  <cjwatson@debian.org>
10915
10916         * modules/argp (Notice): Add a notice recommending to change
10917         XGETTEXT_OPTIONS.
10918         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
10919
10920 2008-01-13  Colin Watson  <cjwatson@debian.org>
10921
10922         * modules/strsignal-tests: New file.
10923         * tests/test-strsignal.c: New file.
10924
10925         * lib/strsignal.c: New file, from glibc with modifications.
10926         * lib/siglist.h: New file, from glibc with modifications.
10927         * lib/string.in.h (strsignal): New declaration.
10928         * m4/strsignal.m4: New file.
10929         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10930         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
10931         * modules/strsignal: New file.
10932         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
10933         HAVE_DECL_STRSIGNAL.
10934
10935 2008-01-13  Bruno Haible  <bruno@clisp.org>
10936
10937         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
10938         locale encoding is not ASCII. Needed for OpenBSD 4.0.
10939         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10940         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10941
10942 2008-01-13  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
10945         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
10946         * lib/argp.h (__attribute__): Likewise.
10947         * lib/c-stack.c (__attribute__): Likewise.
10948         * lib/error.h (__attribute__): Likewise.
10949         * lib/fts.c (__attribute__): Likewise.
10950         * lib/openat.h (__attribute__): Likewise.
10951         * lib/stdio.in.h (__attribute__): Likewise.
10952         * lib/string.in.h (__attribute__): Likewise.
10953         * lib/utimens.c (__attribute__): Likewise.
10954         * lib/vasnprintf.h (__attribute__): Likewise.
10955         * lib/xalloc.h (__attribute__): Likewise.
10956         * lib/xprintf.h (__attribute__): Likewise.
10957         * lib/xstrtol.h (__attribute__): Likewise.
10958         * lib/xvasprintf.h (__attribute__): Likewise.
10959
10960 2008-01-12  Bruno Haible  <bruno@clisp.org>
10961
10962         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
10963         * doc/glibc-headers/a.out.texi: New file.
10964         * doc/glibc-headers/aliases.texi: New file.
10965         * doc/glibc-headers/alloca.texi: New file.
10966         * doc/glibc-headers/ar.texi: New file.
10967         * doc/glibc-headers/argp.texi: New file.
10968         * doc/glibc-headers/argz.texi: New file.
10969         * doc/glibc-headers/byteswap.texi: New file.
10970         * doc/glibc-headers/crypt.texi: New file.
10971         * doc/glibc-headers/endian.texi: New file.
10972         * doc/glibc-headers/envz.texi: New file.
10973         * doc/glibc-headers/err.texi: New file.
10974         * doc/glibc-headers/error.texi: New file.
10975         * doc/glibc-headers/execinfo.texi: New file.
10976         * doc/glibc-headers/fpu_control.texi: New file.
10977         * doc/glibc-headers/fstab.texi: New file.
10978         * doc/glibc-headers/fts.texi: New file.
10979         * doc/glibc-headers/getopt.texi: New file.
10980         * doc/glibc-headers/ieee754.texi: New file.
10981         * doc/glibc-headers/ifaddrs.texi: New file.
10982         * doc/glibc-headers/libintl.texi: New file.
10983         * doc/glibc-headers/mcheck.texi: New file.
10984         * doc/glibc-headers/mntent.texi: New file.
10985         * doc/glibc-headers/obstack.texi: New file.
10986         * doc/glibc-headers/paths.texi: New file.
10987         * doc/glibc-headers/printf.texi: New file.
10988         * doc/glibc-headers/pty.texi: New file.
10989         * doc/glibc-headers/resolv.texi: New file.
10990         * doc/glibc-headers/shadow.texi: New file.
10991         * doc/glibc-headers/sysexits.texi: New file.
10992         * doc/glibc-headers/ttyent.texi: New file.
10993
10994 2008-01-12  Jim Meyering  <meyering@redhat.com>
10995
10996         announce-gen: emit Gnulib's git-based version string.
10997         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
10998         New option --gnulib-version=V, where V is expected to be
10999         the output of running git describe in the gnulib directory.
11000         (get_tool_versions): Request feedback on xdelta.  I suspect it's
11001         not useful, and plan to stop publishing an xdelta file with each
11002         coreutils release.
11003
11004         * build-aux/announce-gen: Also check for lzma-compressed files.
11005
11006 2008-01-11  Bruno Haible  <bruno@clisp.org>
11007
11008         * tests/test-memmem.c (main): Increase maximum allowed time.
11009         * tests/test-strstr.c (main): Likewise.
11010
11011 2008-01-11  Bruno Haible  <bruno@clisp.org>
11012
11013         * doc/functions/memmem.texi: Add more precisions about platforms.
11014         * doc/functions/strstr.texi: Likewise.
11015
11016 2008-01-10  Eric Blake  <ebb9@byu.net>
11017
11018         * m4/strstr.m4: Delete cruft from copy-n-paste.
11019         Reported by Bruno Haible.
11020
11021 2008-01-10  Bruno Haible  <bruno@clisp.org>
11022
11023         Make c-strstr rely on strstr.
11024         * lib/c-strstr.c: Don't include str-kmp.h.
11025         (c_strstr): Define in terms of strstr.
11026         * modules/c-strstr (Files): Remove lib/str-kmp.h.
11027         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
11028
11029 2008-01-10  Bruno Haible  <bruno@clisp.org>
11030
11031         * doc/gnulib.texi (String Functions in C Locale): New section.
11032         * doc/c-ctype.texi: New file.
11033         * doc/c-strcase.texi: New file.
11034         * doc/c-strcaseeq.texi: New file.
11035         * doc/c-strcasestr.texi: New file.
11036         * doc/c-strstr.texi: New file.
11037         * doc/c-strtod.texi: New file.
11038         * doc/c-strtold.texi: New file.
11039
11040 2008-01-10  Eric Blake  <ebb9@byu.net>
11041
11042         * lib/relocatable.h: Fix a comment.
11043
11044 2008-01-10  Eric Blake  <ebb9@byu.net>
11045
11046         Share two-way algorithm.
11047         * lib/str-two-way.h: New file, merged from...
11048         * lib/memmem.c: ...here...
11049         * lib/strstr.c: ...and here.
11050         * modules/memmem (Files): Use it.
11051         * modules/strstr (Files): Likewise.
11052
11053         Avoid quadratic strstr implementations.
11054         * lib/strstr.c: New file.
11055         * m4/strstr.m4: Likewise.
11056         * modules/strstr: Likewise.
11057         * modules/strstr-tests: Likewise.
11058         * tests/test-strstr.c: Likewise.
11059         * lib/string.in.h (rpl_strstr): Declare.
11060         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
11061         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
11062         * modules/string (Makefile.am): Likewise.
11063         * MODULES.html.sh (string handling): Mention new module.
11064         * doc/functions/strstr.texi (strstr): Document the bug.
11065
11066 2008-01-10  Bruno Haible  <bruno@clisp.org>
11067
11068         * lib/relocatable.h (relocate): State whether result is freshly
11069         allocated or not.
11070         * lib/relocatable.c (relocate): Return a freshly allocated string
11071         instead of a pointer to a privately held string.
11072         Reported by Sylvain Beucler <beuc@gnu.org>.
11073
11074 2008-01-10  Colin Watson  <cjwatson@debian.org>
11075
11076         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
11077         s/S_ISNLK/S_ISLNK/.
11078
11079 2008-01-09  Bruno Haible  <bruno@clisp.org>
11080
11081         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
11082         and other files.
11083         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
11084         if it's only a guess.
11085         * modules/memmem: Simplify by depending on memmem-simple.
11086
11087 2008-01-09  Bruno Haible  <bruno@clisp.org>
11088
11089         Work around OpenBSD 4.0 tdelete() bug.
11090         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
11091         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
11092         macros and don't redefine the enum values.
11093         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
11094         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
11095         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
11096
11097 2008-01-09  Bruno Haible  <bruno@clisp.org>
11098
11099         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
11100         (main): Don't perform the tests if setlocale did not install a UTF-8
11101         locale. Needed on OpenBSD 4.0.
11102         * modules/wcwidth-tests (Depends-on): Add localcharset.
11103
11104 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
11107         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
11108         * NEWS: announce this.
11109         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
11110
11111 2008-01-09  Simon Josefsson  <simon@josefsson.org>
11112         and Eric Blake  <ebb9@byu.net>
11113
11114         Add memmem-simple module.
11115         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
11116         (gl_FUNC_MEMMEM): Separate performance from presence checks.
11117         * modules/memmem-simple: New file.
11118         * modules/memmem (Description): Tweak.
11119         * MODULES.html.sh (string handling): Mention new module.
11120         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
11121         addressed by memmem-simple.
11122         * NEWS: Document the difference.
11123
11124 2008-01-09  Eric Blake  <ebb9@byu.net>
11125
11126         Give gcc some memmem optimization hints.
11127         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
11128         (strcasestr): Declare as pure.
11129         * modules/memmem (Maintainer): Claim my implementation.
11130
11131 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11132
11133         Support AIX 6.1 and higher.
11134         * build-aux/config.libpath: Likewise.
11135         * build-aux/config.rpath: Likewise.
11136
11137 2008-01-08  Jim Meyering  <meyering@redhat.com>
11138             Bruno Haible  <bruno@clisp.org>
11139
11140         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
11141         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
11142         Reported by Peter Fales in
11143         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
11144
11145 2008-01-08  Bruno Haible  <bruno@clisp.org>
11146
11147         * modules/unictype/category-of (Depends-on): Add
11148         unictype/category-none.
11149         * modules/unictype/category-and-tests (Depends-on): Add
11150         unictype/category-{L,N,Lu,Nd}.
11151         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
11152         * modules/unictype/category-or-tests (Depends-on): Add
11153         unictype/category-{L,N}.
11154         * modules/unictype/category-name-tests (Depends-on): Add
11155         unictype/category-{Z,Nl}.
11156         Reported by Simon Josefsson.
11157
11158 2008-01-08  Bruno Haible  <bruno@clisp.org>
11159
11160         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
11161         convention better.
11162         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
11163         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
11164         Reported by Peter Miller <millerp@canb.auug.org.au>.
11165
11166 2008-01-08  Eric Blake  <ebb9@byu.net>
11167
11168         Rewrite memmem to guarantee linear complexity without malloc.
11169         * lib/memmem.c (memmem): Use Two-Way rather than
11170         Knuth-Morris-Pratt, to allow O(1) space usage.
11171         (critical_factorization, two_way_short_needle)
11172         (two_way_long_needle): New functions.
11173         (knuth_morris_pratt): Delete.
11174         * modules/memmem (Depends-on): No longer need malloca or stdbool.
11175         Add stdint.
11176         * tests/test-memmem.c (main): Add tests for periodic needle and
11177         sublinear performance.
11178         * doc/functions/memmem.texi (memmem): Document other deficiencies
11179         in cygwin and older glibc.
11180
11181 2008-01-08  Bruno Haible  <bruno@clisp.org>
11182
11183         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
11184         augmentation.
11185
11186 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
11187
11188         Add a configure time option: --disable-acl.
11189         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
11190         AC_ARG_ENABLE(acl).
11191
11192 2008-01-06  Simon Josefsson  <simon@josefsson.org>
11193
11194         * tests/test-localename.c: Don't include obsolete "setenv.h".
11195
11196         * modules/localename-tests (Depends-on): Need unsetenv.
11197
11198 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11199
11200         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
11201
11202 2008-01-06  Colin Watson  <cjwatson@debian.org>
11203
11204         * users.txt: Add man-db.
11205
11206 2008-01-07  Bruno Haible  <bruno@clisp.org>
11207
11208         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
11209         previous section name.
11210
11211 2008-01-07  Bruno Haible  <bruno@clisp.org>
11212
11213         * lib/progname.c (set_program_name): Don't strip off a leading
11214         "lt-" prefix outside a .libs directory.
11215         Suggested by Paul Eggert.
11216
11217 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
11218             Bruno Haible  <bruno@clisp.org>
11219
11220         Improve memory cleanup in 'relocatable' module.
11221         * lib/relocatable.h (compute_curr_prefix): Change return type to
11222         'char *'.
11223         * lib/relocatable.c (compute_curr_prefix): Change return type to
11224         'char *'. Free curr_installdir after use.
11225         (relocate): Free curr_prefix_better after use.
11226         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
11227
11228 2008-01-01  Bruno Haible  <bruno@clisp.org>
11229
11230         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
11231         failure on older glibc systems.
11232         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11233
11234 2008-01-05  Eric Blake  <ebb9@byu.net>
11235
11236         Avoid quadratic system memmem.
11237         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
11238         Reported by Ralf Wildenhues.
11239
11240         Fix memmem test for mingw.
11241         * modules/memmem-tests (configure.ac): Check for alarm.
11242         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
11243         it.
11244         * doc/functions/memmem.texi: New file.
11245         * doc/gnulib.texi (Function Substitutes): Add memmem.
11246         Reported by Bruno Haible.
11247
11248 2008-01-04  Bruno Haible  <bruno@clisp.org>
11249
11250         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
11251         Require gl_HEADER_STRINGS_H_DEFAULTS, not
11252         gl_HEADER_STRING_H_DEFAULTS.
11253
11254 2008-01-04  Eric Blake  <ebb9@byu.net>
11255
11256         Shorten duration of memmem test.
11257         * tests/test-memmem.c (main): Use alarm to declare failure if test
11258         is taking too long.
11259         Reported by Ralf Wildenhues.
11260
11261 2007-12-21  Simon Josefsson  <simon@josefsson.org>
11262
11263         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
11264         string, needed by strerror.
11265
11266 2008-01-03  Colin Watson  <cjwatson@debian.org>
11267             Bruno Haible  <bruno@clisp.org>
11268
11269         * doc/gnulib-tool.texi (Localization): New section.
11270
11271 2008-01-02  Bruno Haible  <bruno@clisp.org>
11272
11273         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
11274         variables to 'unsigned char *' type.
11275         Reported by Paul Eggert.
11276
11277 2008-01-02  Jim Meyering  <jim@meyering.net>
11278
11279         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
11280
11281 2007-12-31  Jim Meyering  <jim@meyering.net>
11282
11283         Avoid use of private FTS type name.
11284         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
11285
11286 2007-12-30  Karl Berry  <karl@gnu.org>
11287
11288         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
11289         work around defect in Texinfo and/or the standalone Info browser.
11290
11291 2007-12-30  Bruno Haible  <bruno@clisp.org>
11292
11293         Unify 5 copies of the KMP code.
11294         * lib/str-kmp.h: New file.
11295         * lib/c-strcasestr.c: Include str-kmp.h.
11296         (knuth_morris_pratt): Remove function.
11297         (c_strcasestr): Update.
11298         * lib/c-strstr.c: Include str-kmp.h.
11299         (knuth_morris_pratt): Remove function.
11300         (c_strcasestr): Update.
11301         * lib/mbscasestr.c: Include str-kmp.h.
11302         (knuth_morris_pratt_unibyte): Remove function.
11303         * lib/mbsstr.c: Include str-kmp.h.
11304         (knuth_morris_pratt_unibyte): Remove function.
11305         * lib/strcasestr.c: Include str-kmp.h.
11306         (knuth_morris_pratt): Remove function.
11307         (strcasestr): Update.
11308         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
11309         * modules/c-strstr (Files): Likewise.
11310         * modules/mbscasestr (Files): Likewise.
11311         * modules/mbsstr (Files): Likewise.
11312         * modules/strcasestr (Files): Likewise.
11313         Suggested by Paul Eggert.
11314
11315 2007-12-30  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
11318         defined.
11319
11320 2007-12-30  Bruno Haible  <bruno@clisp.org>
11321
11322         * lib/xmalloca.h: Include xalloc.h.
11323         (xnmalloca): New macro.
11324
11325 2007-12-30  Bruno Haible  <bruno@clisp.org>
11326
11327         * lib/malloca.h (nmalloca): New macro.
11328         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
11329         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
11330         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
11331         knuth_morris_pratt_multibyte): Likewise.
11332         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
11333         knuth_morris_pratt_multibyte): Likewise.
11334         * lib/memmem.c (knuth_morris_pratt): Likewise.
11335         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
11336
11337 2007-12-25  Bruno Haible  <bruno@clisp.org>
11338
11339         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
11340         * lib/glob.c: Don't include openat.h.
11341         (link_exists2_p): Add back the code that deals with the
11342         !GLOB_ALTDIRFUNC case.
11343         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
11344         let it do the filename concatenation.
11345         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
11346         * modules/glob (Depends-on): Remove openat.
11347
11348 2007-12-31  Bruno Haible  <bruno@clisp.org>
11349
11350         * modules/dirfd (License): Change to LGPLv2+.
11351         Approved by Jim Meyering.
11352
11353 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
11354
11355         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
11356         when multiplying M by sizeof (size_t).
11357
11358 2007-12-10  Martin Lambers  <marlam@marlam.de>
11359
11360         Override getpagesize on mingw.
11361         * lib/getpagesize.c: New file.
11362         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
11363         * modules/getpagesize (Files): Add lib/getpagesize.c.
11364         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
11365         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11366         REPLACE_GETPAGESIZE.
11367         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
11368
11369 2007-12-25  Bruno Haible  <bruno@clisp.org>
11370
11371         * modules/localcharset (Notice): New field.
11372         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
11373         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
11374
11375 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
11376             Bruno Haible  <bruno@clisp.org>
11377
11378         Avoid using the syntax symbol() in formatted documentation.
11379         * MODULES.html.sh (func_module): When replacing symbol() with a
11380         hyperlink, remove the parentheses. Show an error if some remain.
11381         Recognize and render the '...' syntax.
11382         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
11383         Rework. Add paragraph about GCC's inlining.
11384         * doc/alloca.texi: Likewise.
11385         * doc/error.texi: Remove parentheses from symbol reference.
11386         * doc/gnulib-intro.texi: Likewise.
11387         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
11388         * modules/fnmatch (Description): Reword to say "the ... function".
11389         * modules/full-read (Description): Likewise.
11390         * modules/full-write (Description): Likewise.
11391         * modules/safe-read (Description): Likewise.
11392         * modules/safe-write (Description): Likewise.
11393         * modules/strchrnul (Description): Likewise.
11394         * modules/trim (Description): Likewise.
11395         * modules/error (Description): Remove parentheses from symbol
11396         references.
11397         * modules/verror (Description): Likewise.
11398         Reported by Karl Berry.
11399
11400 2007-12-25  Bruno Haible  <bruno@clisp.org>
11401
11402         Fixup after 2007-10-16 commit.
11403         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
11404
11405 2007-12-24  Bruno Haible  <bruno@clisp.org>
11406
11407         Make --enable-relocatable work with DESTDIR.
11408         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
11409         to compute installdir from destprog.
11410         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
11411         also set the RELOC_DESTDIR variable.
11412         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11413
11414 2007-12-24  Bruno Haible  <bruno@clisp.org>
11415
11416         Fix link error due to xalloc_die().
11417         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
11418         of xreadlink.
11419         * lib/relocwrapper.c: Update comments.
11420         * build-aux/install-reloc: Remove xreadlink.c from file list.
11421         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
11422         xreadlink.c.
11423         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11424
11425 2007-12-24  Bruno Haible  <bruno@clisp.org>
11426
11427         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
11428         * lib/setenv.h: Remove file.
11429         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
11430         lib/setenv.h.
11431         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
11432         (Depends-on): Add stdlib.
11433         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
11434         gl_FUNC_UNSETENV.
11435         (Include): Replace setenv.h with <stdlib.h>.
11436         * modules/unsetenv: New file.
11437         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
11438         * lib/unsetenv.c: Include <stdlib.h> first.
11439         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
11440         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
11441         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
11442         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
11443         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
11444         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
11445         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
11446         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
11447         * doc/functions/unsetenv.texi: Update.
11448         * modules/xsetenv (Depends-on): Add unsetenv.
11449         * modules/getdate (Depends-on): Likewise.
11450         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
11451         * lib/xsetenv.c: Don't include setenv.h.
11452         * lib/getdate.y: Likewise.
11453         * lib/relocwrapper.c: Likewise.
11454         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
11455         (Depends-on): Add stdlib.
11456         * NEWS: Mention the changes.
11457         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11458
11459 2007-12-23  Bruno Haible  <bruno@clisp.org>
11460
11461         * lib/memmem.c (memmem): Use lowercase variable names. Tab
11462         indentation.
11463
11464 2007-12-23  Bruno Haible  <bruno@clisp.org>
11465
11466         * lib/c-strcasestr.c: Add more comments.
11467         * lib/c-strstr.c: Likewise.
11468         * lib/mbscasestr.c: Likewise.
11469         * lib/mbsstr.c: Likewise.
11470         * lib/strcasestr.c: Likewise.
11471         * lib/memmem.c: Likewise.
11472
11473 2007-12-23  Bruno Haible  <bruno@clisp.org>
11474
11475         * tests/test-memmem.c: Include <string.h> first.
11476
11477 2007-12-22  Bruno Haible  <bruno@clisp.org>
11478
11479         * gnulib-tool (func_create_testdir): Change $auxdir while generating
11480         the contents of $testsbase.
11481         Reported by Ralf Wildenhues.
11482
11483 2007-12-22  Bruno Haible  <bruno@clisp.org>
11484
11485         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
11486         two variables local_ldadd_before, local_ldadd_last.
11487
11488 2007-12-20  Eric Blake  <ebb9@byu.net>
11489
11490         Work around circular library issue when cross-compiling.
11491         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
11492         that progname.o does not need to pull in rpl_memcmp.
11493
11494 2007-12-19  Eric Blake  <ebb9@byu.net>
11495
11496         Fix memmem to avoid O(n^2) worst-case complexity.
11497         * lib/memmem.c (knuth_morris_pratt): New function.
11498         (memmem): Use it if first few naive iterations fail.
11499         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
11500         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
11501         * modules/memchr (License): Likewise.
11502         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
11503         malloca.
11504         * tests/test-memmem.c: Rewrite, borrowing ideas from
11505         test-mbsstr1.c; the old version wouldn't even compile!
11506         * modules/memmem-tests: New file.
11507         * lib/string.in.h (rpl_memmem): Add declaration.
11508         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
11509         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
11510         REPLACE_MEMMEM.
11511
11512 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11513
11514         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
11515         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
11516         before any system include files, and undef after them all.  This
11517         should fix a problem on VMS reported by John E. Malmberg in
11518         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
11519
11520 2007-12-17  Eric Blake  <ebb9@byu.net>
11521
11522         Revert addition of verify, for BSD/OS.
11523         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
11524         can't handle large files, for the sake of obsolete platforms.
11525         * modules/fseeko (Depends-on): Remove verify.
11526         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
11527         * doc/functions/ftello.texi (ftello): Likewise.
11528         * doc/functions/fgetpos.texi (fgetpos): Likewise.
11529         Reported by Larry Jones.
11530
11531 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
11532
11533         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
11534         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
11535
11536 2007-12-17  Jim Meyering  <meyering@redhat.com>
11537
11538         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
11539         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
11540         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
11541         * modules/getcwd (Depends-on): Add openat.
11542         Reported by Petr Salinger.
11543
11544 2007-12-17  Bruno Haible  <bruno@clisp.org>
11545
11546         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
11547         avoid a segmentation fault of the configure test on x86_64 systems.
11548
11549 2007-12-15  Jim Meyering  <meyering@redhat.com>
11550
11551         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
11552
11553 2007-12-13  Eric Blake  <ebb9@byu.net>
11554
11555         Another fseek test.
11556         * tests/test-fseek.c (main): Also test ungetc handling.
11557         * tests/test-fseeko.c (main): Likewise.
11558         * modules/fseeko (Depends-on): Add verify.
11559         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
11560         large.
11561         Reported by Larry Jones.
11562
11563         Fix fseeko on mingw.
11564         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
11565         seek.
11566
11567         Beef up fseek tests.
11568         * tests/test-fseek.c (main): Also test eof handling.
11569         * tests/test-fseeko.c (main): Likewise.
11570         Reported by Larry Jones.
11571
11572 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
11573
11574         Fix fseeko on BSD-based platforms.
11575         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
11576         successful seek.
11577
11578 2007-12-12  Eric Blake  <ebb9@byu.net>
11579
11580         Allow circular dependency of separate libtests.a
11581         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
11582         when use_libtests.
11583
11584 2007-12-11  Eric Blake  <ebb9@byu.net>
11585
11586         Fix bug with -0.0L in previous patch.
11587         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
11588         * tests/test-isnan.c (main): Also test on zeroes.
11589         * tests/test-isnanf.c (main): Likewise.
11590         * tests/test-isnanl.h (main): Likewise.
11591
11592         Detect pseudo-denormals on x86 even when cross-compiling.
11593         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
11594         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
11595         invalid bit patterns that happen to satisfy ==.
11596
11597         Avoid link failures with separate libtests.a.
11598         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
11599         last, to satisfy circular dependencies.
11600
11601 2007-12-11  Eric Blake  <ebb9@byu.net>
11602         and Bruno Haible  <bruno@clisp.org>
11603
11604         Fix OpenBSD 4.0 <float.h> handling of long double.
11605         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
11606         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
11607         * doc/headers/float.texi (float.h): Document OpenBSD bug.
11608
11609 2007-12-11  Jim Meyering  <meyering@redhat.com>
11610
11611         * users.txt: Add libvirt.
11612
11613         Support versions of autoconf prior to 2.59c.
11614         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
11615         if it is not already defined.
11616
11617 2007-12-09  Bruno Haible  <bruno@clisp.org>
11618
11619         Let 'gnulib-tool --import' collect sources needed for the tests in
11620         tests/ rather than in lib/.
11621         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
11622         argument. If true, add rules to generate libtests.a, and put libtests.a
11623         into $(LDADD). Consider source files in subdirectories and set
11624         uses_subdirs.
11625         (func_emit_initmacro_start, func_emit_initmacro_end,
11626         func_emit_initmacro_done): Pass all arguments explicitly.
11627         (func_import): Determine two module lists main_modules,
11628         testsrelated_modules. Determine use_libtests. Determine two variables
11629         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
11630         instead of just sed_transform_lib_file. Determine two variables
11631         main_files and testsrelated_files. Compute 'files' as the union of
11632         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
11633         func_add_or_update. In the generated gnulib-comp.m4, collect the
11634         object files for tests/ in different variables than those for lib/.
11635         Substitute LIBTESTS_LIBDEPS.
11636         (func_create_testdir): Combine the uses_subdirs results from
11637         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
11638
11639 2007-12-09  Bruno Haible  <bruno@clisp.org>
11640
11641         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
11642         the build-aux directory.
11643
11644 2007-12-09  Bruno Haible  <bruno@clisp.org>
11645
11646         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
11647         introduced on 2006-09-09.
11648
11649 2007-12-07  Jim Meyering  <meyering@redhat.com>
11650
11651         Let these macros work also with autoconf-2.59.
11652         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
11653         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
11654         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
11655
11656 2007-12-06  Jim Meyering  <meyering@redhat.com>
11657
11658         Avoid a configure-time syntax error in gl_FUNC_ACL.
11659         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
11660         function in each branch, before testing the cache variable.
11661
11662 2007-12-04  Eric Blake  <ebb9@byu.net>
11663
11664         Make scripts executable.
11665         * build-aux/config.guess: Add execute permissions.
11666         * build-aux/config.sub: Likewise.
11667         * build-aux/gendocs.sh: Likewise.
11668
11669         Fix frexp on mingw.
11670         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
11671         cross-compiling.
11672         * doc/functions/frexp.texi (frexp): Document the bug.
11673
11674         Make cygwin fseeko check more reliable.
11675         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
11676         version numbers, rather than unrelated feature check.
11677         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
11678         * doc/functions/ftello.texi (ftello): Likewise.
11679         Reported by Bruno Haible.
11680
11681         * m4/strerror.m4: Bump version number.
11682
11683 2007-12-03  Bruno Haible  <bruno@clisp.org>
11684
11685         * doc/functions/mprotect.texi: Mention the mingw problem.
11686
11687 2007-12-03  Eric Blake  <ebb9@byu.net>
11688
11689         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
11690         REPLACE_STRERROR is initialized before this macro.
11691
11692 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
11693
11694         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
11695         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
11696         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
11697         put -lsec in even for programs other than 'ls'.  This fixes a problem
11698         for gettext reported by Bruno Haible in
11699         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
11700         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
11701         Add support for Solaris 10.  This isn't efficient, but should get the
11702         job done for now.
11703
11704 2007-12-03  James Youngman  <jay@gnu.org>
11705
11706         * doc/regexprops-generic.texi: change "an close-group" to "a
11707         close-group" and "illegal" to "not allowed".
11708
11709 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11710
11711         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
11712         pr_byname.h. Needed for the rare case when the maintainer has done
11713         "make maintainer-clean" in the source directory and then attempts a
11714         build outside the source directory.
11715         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
11716         scripts_byname.h.
11717
11718 2007-12-02  Martin Lambers <marlam@marlam.de>
11719             Bruno Haible  <bruno@clisp.org>
11720
11721         * lib/getpagesize.h: Remove file.
11722         * lib/unistd.in.h: Include declaration of getpagesize here.
11723         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
11724         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
11725         HAVE_SYS_PARAM_H.
11726         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
11727         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
11728         * modules/getpagesize (Files): Remove lib/getpagesize.h.
11729         (Depends-on): Add unistd.
11730         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11731         (Include): Use <unistd.h> instead of getpagesize.h.
11732         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
11733         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
11734         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
11735         gl_GETPAGESIZE invocation, already handled by module dependency.
11736         * lib/pagealign_alloc.c: Don't include getpagesize.h.
11737
11738 2007-12-02  Bruno Haible  <bruno@clisp.org>
11739
11740         * modules/strings-tests: New file.
11741         * tests/test-strings.c: New file.
11742
11743         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
11744         * lib/strings.in.h: New file.
11745         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
11746         * m4/strings_h.m4: New file.
11747         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
11748         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
11749         * modules/strings: New file.
11750         * modules/string (Makefile.am): Update.
11751         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
11752         Reported by Karl Berry.
11753
11754 2007-12-01  Eric Blake  <ebb9@byu.net>
11755
11756         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
11757         accomodate fix in cygwin 1.5.25.
11758
11759 2007-12-01  Jim Meyering  <meyering@redhat.com>
11760
11761         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
11762         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
11763         that would inhibit utf8-optimization of a regexp containing line-
11764         or buffer-anchors, e.g., `^', `$'.
11765
11766 2007-11-30  Bruno Haible  <bruno@clisp.org>
11767
11768         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
11769         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
11770         glthread_recursive_lock_init.
11771         * lib/lock.c (glthread_recursive_lock_init)
11772         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
11773         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11774
11775 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
11776
11777         New function qset_acl, like set_acl but with syscall semantics.
11778         * lib/acl.h (qset_acl): New decl.
11779         * lib/acl.c (qset_acl): New function.
11780         (set_acl): Use new function.  Use more-consistent diagnostics.
11781
11782 2007-11-28  Jim Meyering  <meyering@redhat.com>
11783
11784         * modules/physmem (License): Change from GPL to LGPLv2+.
11785
11786 2007-11-26  Bruno Haible  <bruno@clisp.org>
11787
11788         * lib/vasnprintf.c (decode_long_double): Don't abort if the
11789         'long double' type has excess precision.
11790         Reported by Jim Meyering in
11791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
11792
11793 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11794
11795         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
11796         Sync from <http://gnu.org/licenses>.
11797         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
11798         with license text from same location.
11799         * doc/maintain.texi, doc/standards.texi:  Sync from
11800         <http://savannah.gnu.org/projects/gnustandards>.
11801
11802 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
11803         and Jim Meyering  <meyering@redhat.com>
11804
11805         Adjust getdate' grammar to accept a slightly more regular language.
11806         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
11807         Before, the former was rejected.
11808         * lib/getdate.y (digits_to_date_time): New function, factored
11809         out of ...
11810         (number): ...here.  Just call digits_to_date_time.
11811         (hybrid): New non-terminal to handle an <unsigned number,
11812         signed relative offset> sequence consistently.
11813
11814 2007-11-18  Jim Meyering  <meyering@redhat.com>
11815
11816         Pull my changes from coreutils:
11817         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
11818         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
11819         use of $gnulib_tool_option_extras, so that it's separated from the
11820         preceding argument.
11821
11822         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
11823         * build-aux/bootstrap (cp_mark_as_generated): Create any required
11824         parent destination directories before copying a file into place.
11825
11826 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11827
11828         bootstrap: work also with 4-argument variant of AC_INIT
11829         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
11830
11831 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11832
11833         Port test-getaddrinfo to Solaris.
11834         Problem reported by Bruno Haible in
11835         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
11836         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
11837         explanation of setting 'hints'.
11838         Don't reject an implementation merely because it returns EAI_SERVICE.
11839         (EAI_SERVICE): Define to 0 if not defined.
11840
11841 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11842
11843         The license of gnu-make and posix-shell is now "GPLed build tool".
11844         * modules/gnu-make (License): Likewise.
11845         * modules/posix-shell (License): Likewise.
11846
11847         New module posix-shell, for determining a POSIX shell
11848         or perhaps something that is close enough to a POSIX shell.
11849         * m4/posix-shell.m4: New file.
11850         * modules/posix-shell: New file.
11851
11852         * MODULES.html.sh: Mention new module.
11853
11854         New module gnu-make, for determining whether we're using GNU Make.
11855         * m4/gnu-make.m4: New file.
11856         * modules/gnu-make: New file.
11857         * MODULES.html.sh: Mention new module.
11858
11859 2007-11-14  Jim Meyering  <meyering@redhat.com>
11860
11861         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
11862         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
11863         use this macro to create a function _definition_.
11864         Remove useless "#undef ARGMATCH_DIE".
11865
11866 2007-11-14  Bruno Haible  <bruno@clisp.org>
11867
11868         * lib/config.charset: Update for OpenBSD 4.1.
11869         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
11870
11871 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         Document 64-bit #if problems in stdint.texi.
11874         * doc/headers/stdint.texi (stdint.h): Mention problems with
11875         64-bit-#if, and how to work around them.
11876
11877         Don't insist on 'long long int' support in the preprocessor.  It
11878         breaks too many things.  For example, PRIdMAX still uses a 'long
11879         long int' format with the latest Sun compiler, even though
11880         HAVE_LONG_LONG_INT isn't defined due to that compiler's
11881         preprocessor problem.  This causes the latest coreutils to dump
11882         core on Solaris 10 sparc with the Sun C compiler.
11883         Instead, fix the 2007-10-16 problem in a different way, by evaluating
11884         the troublesome expressions at configure-time, not at #if-time.
11885         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
11886         preprocessor.
11887         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
11888         compile-time C checks, done at 'configure'-time.
11889         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
11890         * modules/inttypes (Makefile): Substitute the new symbols that
11891         gl_INTTYPES_H now generates.
11892         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
11893
11894 2007-11-12  Bruno Haible  <bruno@clisp.org>
11895
11896         Tests for Unicode character classification functions.
11897
11898         * modules/unictype/bidicategory-byname-tests: New file.
11899         * modules/unictype/bidicategory-name-tests: New file.
11900         * modules/unictype/bidicategory-of-tests: New file.
11901         * modules/unictype/bidicategory-test-tests: New file.
11902         * modules/unictype/block-list-tests: New file.
11903         * modules/unictype/block-of-tests: New file.
11904         * modules/unictype/block-test-tests: New file.
11905         * modules/unictype/category-C-tests: New file.
11906         * modules/unictype/category-Cc-tests: New file.
11907         * modules/unictype/category-Cf-tests: New file.
11908         * modules/unictype/category-Cn-tests: New file.
11909         * modules/unictype/category-Co-tests: New file.
11910         * modules/unictype/category-Cs-tests: New file.
11911         * modules/unictype/category-L-tests: New file.
11912         * modules/unictype/category-Ll-tests: New file.
11913         * modules/unictype/category-Lm-tests: New file.
11914         * modules/unictype/category-Lo-tests: New file.
11915         * modules/unictype/category-Lt-tests: New file.
11916         * modules/unictype/category-Lu-tests: New file.
11917         * modules/unictype/category-M-tests: New file.
11918         * modules/unictype/category-Mc-tests: New file.
11919         * modules/unictype/category-Me-tests: New file.
11920         * modules/unictype/category-Mn-tests: New file.
11921         * modules/unictype/category-N-tests: New file.
11922         * modules/unictype/category-Nd-tests: New file.
11923         * modules/unictype/category-Nl-tests: New file.
11924         * modules/unictype/category-No-tests: New file.
11925         * modules/unictype/category-P-tests: New file.
11926         * modules/unictype/category-Pc-tests: New file.
11927         * modules/unictype/category-Pd-tests: New file.
11928         * modules/unictype/category-Pe-tests: New file.
11929         * modules/unictype/category-Pf-tests: New file.
11930         * modules/unictype/category-Pi-tests: New file.
11931         * modules/unictype/category-Po-tests: New file.
11932         * modules/unictype/category-Ps-tests: New file.
11933         * modules/unictype/category-S-tests: New file.
11934         * modules/unictype/category-Sc-tests: New file.
11935         * modules/unictype/category-Sk-tests: New file.
11936         * modules/unictype/category-Sm-tests: New file.
11937         * modules/unictype/category-So-tests: New file.
11938         * modules/unictype/category-Z-tests: New file.
11939         * modules/unictype/category-Zl-tests: New file.
11940         * modules/unictype/category-Zp-tests: New file.
11941         * modules/unictype/category-Zs-tests: New file.
11942         * modules/unictype/category-and-not-tests: New file.
11943         * modules/unictype/category-and-tests: New file.
11944         * modules/unictype/category-byname-tests: New file.
11945         * modules/unictype/category-name-tests: New file.
11946         * modules/unictype/category-none-tests: New file.
11947         * modules/unictype/category-of-tests: New file.
11948         * modules/unictype/category-or-tests: New file.
11949         * modules/unictype/category-test-withtable-tests: New file.
11950         * modules/unictype/combining-class-tests: New file.
11951         * modules/unictype/ctype-alnum-tests: New file.
11952         * modules/unictype/ctype-alpha-tests: New file.
11953         * modules/unictype/ctype-blank-tests: New file.
11954         * modules/unictype/ctype-cntrl-tests: New file.
11955         * modules/unictype/ctype-digit-tests: New file.
11956         * modules/unictype/ctype-graph-tests: New file.
11957         * modules/unictype/ctype-lower-tests: New file.
11958         * modules/unictype/ctype-print-tests: New file.
11959         * modules/unictype/ctype-punct-tests: New file.
11960         * modules/unictype/ctype-space-tests: New file.
11961         * modules/unictype/ctype-upper-tests: New file.
11962         * modules/unictype/ctype-xdigit-tests: New file.
11963         * modules/unictype/decimal-digit-tests: New file.
11964         * modules/unictype/digit-tests: New file.
11965         * modules/unictype/mirror-tests: New file.
11966         * modules/unictype/numeric-tests: New file.
11967         * modules/unictype/property-alphabetic-tests: New file.
11968         * modules/unictype/property-ascii-hex-digit-tests: New file.
11969         * modules/unictype/property-bidi-arabic-digit-tests: New file.
11970         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
11971         * modules/unictype/property-bidi-block-separator-tests: New file.
11972         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
11973         * modules/unictype/property-bidi-common-separator-tests: New file.
11974         * modules/unictype/property-bidi-control-tests: New file.
11975         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
11976         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
11977         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
11978         * modules/unictype/property-bidi-european-digit-tests: New file.
11979         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
11980         * modules/unictype/property-bidi-left-to-right-tests: New file.
11981         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
11982         * modules/unictype/property-bidi-other-neutral-tests: New file.
11983         * modules/unictype/property-bidi-pdf-tests: New file.
11984         * modules/unictype/property-bidi-segment-separator-tests: New file.
11985         * modules/unictype/property-bidi-whitespace-tests: New file.
11986         * modules/unictype/property-byname-tests: New file.
11987         * modules/unictype/property-combining-tests: New file.
11988         * modules/unictype/property-composite-tests: New file.
11989         * modules/unictype/property-currency-symbol-tests: New file.
11990         * modules/unictype/property-dash-tests: New file.
11991         * modules/unictype/property-decimal-digit-tests: New file.
11992         * modules/unictype/property-default-ignorable-code-point-tests: New file.
11993         * modules/unictype/property-deprecated-tests: New file.
11994         * modules/unictype/property-diacritic-tests: New file.
11995         * modules/unictype/property-extender-tests: New file.
11996         * modules/unictype/property-format-control-tests: New file.
11997         * modules/unictype/property-grapheme-base-tests: New file.
11998         * modules/unictype/property-grapheme-extend-tests: New file.
11999         * modules/unictype/property-grapheme-link-tests: New file.
12000         * modules/unictype/property-hex-digit-tests: New file.
12001         * modules/unictype/property-hyphen-tests: New file.
12002         * modules/unictype/property-id-continue-tests: New file.
12003         * modules/unictype/property-id-start-tests: New file.
12004         * modules/unictype/property-ideographic-tests: New file.
12005         * modules/unictype/property-ids-binary-operator-tests: New file.
12006         * modules/unictype/property-ids-trinary-operator-tests: New file.
12007         * modules/unictype/property-ignorable-control-tests: New file.
12008         * modules/unictype/property-iso-control-tests: New file.
12009         * modules/unictype/property-join-control-tests: New file.
12010         * modules/unictype/property-left-of-pair-tests: New file.
12011         * modules/unictype/property-line-separator-tests: New file.
12012         * modules/unictype/property-logical-order-exception-tests: New file.
12013         * modules/unictype/property-lowercase-tests: New file.
12014         * modules/unictype/property-math-tests: New file.
12015         * modules/unictype/property-non-break-tests: New file.
12016         * modules/unictype/property-not-a-character-tests: New file.
12017         * modules/unictype/property-numeric-tests: New file.
12018         * modules/unictype/property-other-alphabetic-tests: New file.
12019         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
12020         * modules/unictype/property-other-grapheme-extend-tests: New file.
12021         * modules/unictype/property-other-id-continue-tests: New file.
12022         * modules/unictype/property-other-id-start-tests: New file.
12023         * modules/unictype/property-other-lowercase-tests: New file.
12024         * modules/unictype/property-other-math-tests: New file.
12025         * modules/unictype/property-other-uppercase-tests: New file.
12026         * modules/unictype/property-paired-punctuation-tests: New file.
12027         * modules/unictype/property-paragraph-separator-tests: New file.
12028         * modules/unictype/property-pattern-syntax-tests: New file.
12029         * modules/unictype/property-pattern-white-space-tests: New file.
12030         * modules/unictype/property-private-use-tests: New file.
12031         * modules/unictype/property-punctuation-tests: New file.
12032         * modules/unictype/property-quotation-mark-tests: New file.
12033         * modules/unictype/property-radical-tests: New file.
12034         * modules/unictype/property-sentence-terminal-tests: New file.
12035         * modules/unictype/property-soft-dotted-tests: New file.
12036         * modules/unictype/property-space-tests: New file.
12037         * modules/unictype/property-terminal-punctuation-tests: New file.
12038         * modules/unictype/property-test-tests: New file.
12039         * modules/unictype/property-titlecase-tests: New file.
12040         * modules/unictype/property-unassigned-code-value-tests: New file.
12041         * modules/unictype/property-unified-ideograph-tests: New file.
12042         * modules/unictype/property-uppercase-tests: New file.
12043         * modules/unictype/property-variation-selector-tests: New file.
12044         * modules/unictype/property-white-space-tests: New file.
12045         * modules/unictype/property-xid-continue-tests: New file.
12046         * modules/unictype/property-xid-start-tests: New file.
12047         * modules/unictype/property-zero-width-tests: New file.
12048         * modules/unictype/scripts-tests: New file.
12049         * modules/unictype/syntax-c-ident-tests: New file.
12050         * modules/unictype/syntax-c-whitespace-tests: New file.
12051         * modules/unictype/syntax-java-ident-tests: New file.
12052         * modules/unictype/syntax-java-whitespace-tests: New file.
12053         * tests/unictype/test-bidi_byname.c: New file.
12054         * tests/unictype/test-bidi_name.c: New file.
12055         * tests/unictype/test-bidi_of.c: New file.
12056         * tests/unictype/test-bidi_test.c: New file.
12057         * tests/unictype/test-block_list.c: New file.
12058         * tests/unictype/test-block_of.c: New file.
12059         * tests/unictype/test-block_test.c: New file.
12060         * tests/unictype/test-categ_and.c: New file.
12061         * tests/unictype/test-categ_and_not.c: New file.
12062         * tests/unictype/test-categ_byname.c: New file.
12063         * tests/unictype/test-categ_name.c: New file.
12064         * tests/unictype/test-categ_none.c: New file.
12065         * tests/unictype/test-categ_of.c: New file.
12066         * tests/unictype/test-categ_or.c: New file.
12067         * tests/unictype/test-categ_test_withtable.c: New file.
12068         * tests/unictype/test-combining.c: New file.
12069         * tests/unictype/test-decdigit.c: New file.
12070         * tests/unictype/test-digit.c: New file.
12071         * tests/unictype/test-mirror.c: New file.
12072         * tests/unictype/test-numeric.c: New file.
12073         * tests/unictype/test-pr_byname.c: New file.
12074         * tests/unictype/test-pr_test.c: New file.
12075         * tests/unictype/test-predicate-part1.h: New file.
12076         * tests/unictype/test-predicate-part2.h: New file.
12077         * tests/unictype/test-scripts.c: New file.
12078         * tests/unictype/test-sy_c_ident.c: New file.
12079         * tests/unictype/test-sy_java_ident.c: New file.
12080
12081         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
12082         for Unicode 5.0.0.
12083         * tests/unictype/test-categ_Cc.c: Likewise.
12084         * tests/unictype/test-categ_Cf.c: Likewise.
12085         * tests/unictype/test-categ_Cn.c: Likewise.
12086         * tests/unictype/test-categ_Co.c: Likewise.
12087         * tests/unictype/test-categ_Cs.c: Likewise.
12088         * tests/unictype/test-categ_L.c: Likewise.
12089         * tests/unictype/test-categ_Ll.c: Likewise.
12090         * tests/unictype/test-categ_Lm.c: Likewise.
12091         * tests/unictype/test-categ_Lo.c: Likewise.
12092         * tests/unictype/test-categ_Lt.c: Likewise.
12093         * tests/unictype/test-categ_Lu.c: Likewise.
12094         * tests/unictype/test-categ_M.c: Likewise.
12095         * tests/unictype/test-categ_Mc.c: Likewise.
12096         * tests/unictype/test-categ_Me.c: Likewise.
12097         * tests/unictype/test-categ_Mn.c: Likewise.
12098         * tests/unictype/test-categ_N.c: Likewise.
12099         * tests/unictype/test-categ_Nd.c: Likewise.
12100         * tests/unictype/test-categ_Nl.c: Likewise.
12101         * tests/unictype/test-categ_No.c: Likewise.
12102         * tests/unictype/test-categ_P.c: Likewise.
12103         * tests/unictype/test-categ_Pc.c: Likewise.
12104         * tests/unictype/test-categ_Pd.c: Likewise.
12105         * tests/unictype/test-categ_Pe.c: Likewise.
12106         * tests/unictype/test-categ_Pf.c: Likewise.
12107         * tests/unictype/test-categ_Pi.c: Likewise.
12108         * tests/unictype/test-categ_Po.c: Likewise.
12109         * tests/unictype/test-categ_Ps.c: Likewise.
12110         * tests/unictype/test-categ_S.c: Likewise.
12111         * tests/unictype/test-categ_Sc.c: Likewise.
12112         * tests/unictype/test-categ_Sk.c: Likewise.
12113         * tests/unictype/test-categ_Sm.c: Likewise.
12114         * tests/unictype/test-categ_So.c: Likewise.
12115         * tests/unictype/test-categ_Z.c: Likewise.
12116         * tests/unictype/test-categ_Zl.c: Likewise.
12117         * tests/unictype/test-categ_Zp.c: Likewise.
12118         * tests/unictype/test-categ_Zs.c: Likewise.
12119         * tests/unictype/test-ctype_alnum.c: Likewise.
12120         * tests/unictype/test-ctype_alpha.c: Likewise.
12121         * tests/unictype/test-ctype_blank.c: Likewise.
12122         * tests/unictype/test-ctype_cntrl.c: Likewise.
12123         * tests/unictype/test-ctype_digit.c: Likewise.
12124         * tests/unictype/test-ctype_graph.c: Likewise.
12125         * tests/unictype/test-ctype_lower.c: Likewise.
12126         * tests/unictype/test-ctype_print.c: Likewise.
12127         * tests/unictype/test-ctype_punct.c: Likewise.
12128         * tests/unictype/test-ctype_space.c: Likewise.
12129         * tests/unictype/test-ctype_upper.c: Likewise.
12130         * tests/unictype/test-ctype_xdigit.c: Likewise.
12131         * tests/unictype/test-decdigit.h: Likewise.
12132         * tests/unictype/test-digit.h: Likewise.
12133         * tests/unictype/test-numeric.h: Likewise.
12134         * tests/unictype/test-pr_alphabetic.c: Likewise.
12135         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
12136         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
12137         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
12138         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
12139         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
12140         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
12141         * tests/unictype/test-pr_bidi_control.c: Likewise.
12142         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
12143         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
12144         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
12145         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
12146         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
12147         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
12148         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
12149         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
12150         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
12151         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
12152         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
12153         * tests/unictype/test-pr_combining.c: Likewise.
12154         * tests/unictype/test-pr_composite.c: Likewise.
12155         * tests/unictype/test-pr_currency_symbol.c: Likewise.
12156         * tests/unictype/test-pr_dash.c: Likewise.
12157         * tests/unictype/test-pr_decimal_digit.c: Likewise.
12158         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
12159         * tests/unictype/test-pr_deprecated.c: Likewise.
12160         * tests/unictype/test-pr_diacritic.c: Likewise.
12161         * tests/unictype/test-pr_extender.c: Likewise.
12162         * tests/unictype/test-pr_format_control.c: Likewise.
12163         * tests/unictype/test-pr_grapheme_base.c: Likewise.
12164         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
12165         * tests/unictype/test-pr_grapheme_link.c: Likewise.
12166         * tests/unictype/test-pr_hex_digit.c: Likewise.
12167         * tests/unictype/test-pr_hyphen.c: Likewise.
12168         * tests/unictype/test-pr_id_continue.c: Likewise.
12169         * tests/unictype/test-pr_id_start.c: Likewise.
12170         * tests/unictype/test-pr_ideographic.c: Likewise.
12171         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
12172         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
12173         * tests/unictype/test-pr_ignorable_control.c: Likewise.
12174         * tests/unictype/test-pr_iso_control.c: Likewise.
12175         * tests/unictype/test-pr_join_control.c: Likewise.
12176         * tests/unictype/test-pr_left_of_pair.c: Likewise.
12177         * tests/unictype/test-pr_line_separator.c: Likewise.
12178         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
12179         * tests/unictype/test-pr_lowercase.c: Likewise.
12180         * tests/unictype/test-pr_math.c: Likewise.
12181         * tests/unictype/test-pr_non_break.c: Likewise.
12182         * tests/unictype/test-pr_not_a_character.c: Likewise.
12183         * tests/unictype/test-pr_numeric.c: Likewise.
12184         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
12185         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
12186         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
12187         * tests/unictype/test-pr_other_id_continue.c: Likewise.
12188         * tests/unictype/test-pr_other_id_start.c: Likewise.
12189         * tests/unictype/test-pr_other_lowercase.c: Likewise.
12190         * tests/unictype/test-pr_other_math.c: Likewise.
12191         * tests/unictype/test-pr_other_uppercase.c: Likewise.
12192         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
12193         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
12194         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
12195         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
12196         * tests/unictype/test-pr_private_use.c: Likewise.
12197         * tests/unictype/test-pr_punctuation.c: Likewise.
12198         * tests/unictype/test-pr_quotation_mark.c: Likewise.
12199         * tests/unictype/test-pr_radical.c: Likewise.
12200         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
12201         * tests/unictype/test-pr_soft_dotted.c: Likewise.
12202         * tests/unictype/test-pr_space.c: Likewise.
12203         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
12204         * tests/unictype/test-pr_titlecase.c: Likewise.
12205         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
12206         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
12207         * tests/unictype/test-pr_uppercase.c: Likewise.
12208         * tests/unictype/test-pr_variation_selector.c: Likewise.
12209         * tests/unictype/test-pr_white_space.c: Likewise.
12210         * tests/unictype/test-pr_xid_continue.c: Likewise.
12211         * tests/unictype/test-pr_xid_start.c: Likewise.
12212         * tests/unictype/test-pr_zero_width.c: Likewise.
12213         * tests/unictype/test-sy_c_whitespace.c: Likewise.
12214         * tests/unictype/test-sy_java_whitespace.c: Likewise.
12215
12216 2007-11-12  Bruno Haible  <bruno@clisp.org>
12217
12218         Unicode character classification functions.
12219         * lib/unictype.h: New file.
12220         * modules/unictype/base: New file.
12221         * modules/unictype/category-L: New file.
12222         * modules/unictype/category-Lu: New file.
12223         * modules/unictype/category-Ll: New file.
12224         * modules/unictype/category-Lt: New file.
12225         * modules/unictype/category-Lm: New file.
12226         * modules/unictype/category-Lo: New file.
12227         * modules/unictype/category-M: New file.
12228         * modules/unictype/category-Mn: New file.
12229         * modules/unictype/category-Mc: New file.
12230         * modules/unictype/category-Me: New file.
12231         * modules/unictype/category-N: New file.
12232         * modules/unictype/category-Nd: New file.
12233         * modules/unictype/category-Nl: New file.
12234         * modules/unictype/category-No: New file.
12235         * modules/unictype/category-P: New file.
12236         * modules/unictype/category-Pc: New file.
12237         * modules/unictype/category-Pd: New file.
12238         * modules/unictype/category-Ps: New file.
12239         * modules/unictype/category-Pe: New file.
12240         * modules/unictype/category-Pi: New file.
12241         * modules/unictype/category-Pf: New file.
12242         * modules/unictype/category-Po: New file.
12243         * modules/unictype/category-S: New file.
12244         * modules/unictype/category-Sm: New file.
12245         * modules/unictype/category-Sc: New file.
12246         * modules/unictype/category-Sk: New file.
12247         * modules/unictype/category-So: New file.
12248         * modules/unictype/category-Z: New file.
12249         * modules/unictype/category-Zs: New file.
12250         * modules/unictype/category-Zl: New file.
12251         * modules/unictype/category-Zp: New file.
12252         * modules/unictype/category-C: New file.
12253         * modules/unictype/category-Cc: New file.
12254         * modules/unictype/category-Cf: New file.
12255         * modules/unictype/category-Cs: New file.
12256         * modules/unictype/category-Co: New file.
12257         * modules/unictype/category-Cn: New file.
12258         * modules/unictype/category-or: New file.
12259         * modules/unictype/category-of: New file.
12260         * modules/unictype/category-test: New file.
12261         * modules/unictype/category-test-withtable: New file.
12262         * modules/unictype/category-byname: New file.
12263         * modules/unictype/category-none: New file.
12264         * modules/unictype/category-and: New file.
12265         * modules/unictype/category-and-not: New file.
12266         * modules/unictype/category-name: New file.
12267         * modules/unictype/combining-class: New file.
12268         * modules/unictype/category-all: New file.
12269         * modules/unictype/bidicategory-all: New file.
12270         * modules/unictype/bidicategory-byname: New file.
12271         * modules/unictype/bidicategory-name: New file.
12272         * modules/unictype/bidicategory-of: New file.
12273         * modules/unictype/bidicategory-test: New file.
12274         * modules/unictype/decimal-digit: New file.
12275         * modules/unictype/digit: New file.
12276         * modules/unictype/numeric: New file.
12277         * modules/unictype/mirror: New file.
12278         * modules/unictype/property-white-space: New file.
12279         * modules/unictype/property-alphabetic: New file.
12280         * modules/unictype/property-other-alphabetic: New file.
12281         * modules/unictype/property-not-a-character: New file.
12282         * modules/unictype/property-default-ignorable-code-point: New file.
12283         * modules/unictype/property-other-default-ignorable-code-point: New
12284         file.
12285         * modules/unictype/property-deprecated: New file.
12286         * modules/unictype/property-logical-order-exception: New file.
12287         * modules/unictype/property-variation-selector: New file.
12288         * modules/unictype/property-private-use: New file.
12289         * modules/unictype/property-unassigned-code-value: New file.
12290         * modules/unictype/property-uppercase: New file.
12291         * modules/unictype/property-other-uppercase: New file.
12292         * modules/unictype/property-lowercase: New file.
12293         * modules/unictype/property-other-lowercase: New file.
12294         * modules/unictype/property-titlecase: New file.
12295         * modules/unictype/property-soft-dotted: New file.
12296         * modules/unictype/property-id-start: New file.
12297         * modules/unictype/property-other-id-start: New file.
12298         * modules/unictype/property-id-continue: New file.
12299         * modules/unictype/property-other-id-continue: New file.
12300         * modules/unictype/property-xid-start: New file.
12301         * modules/unictype/property-xid-continue: New file.
12302         * modules/unictype/property-pattern-white-space: New file.
12303         * modules/unictype/property-pattern-syntax: New file.
12304         * modules/unictype/property-join-control: New file.
12305         * modules/unictype/property-grapheme-base: New file.
12306         * modules/unictype/property-grapheme-extend: New file.
12307         * modules/unictype/property-other-grapheme-extend: New file.
12308         * modules/unictype/property-grapheme-link: New file.
12309         * modules/unictype/property-bidi-control: New file.
12310         * modules/unictype/property-bidi-left-to-right: New file.
12311         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
12312         * modules/unictype/property-bidi-arabic-right-to-left: New file.
12313         * modules/unictype/property-bidi-european-digit: New file.
12314         * modules/unictype/property-bidi-eur-num-separator: New file.
12315         * modules/unictype/property-bidi-eur-num-terminator: New file.
12316         * modules/unictype/property-bidi-arabic-digit: New file.
12317         * modules/unictype/property-bidi-common-separator: New file.
12318         * modules/unictype/property-bidi-block-separator: New file.
12319         * modules/unictype/property-bidi-segment-separator: New file.
12320         * modules/unictype/property-bidi-whitespace: New file.
12321         * modules/unictype/property-bidi-non-spacing-mark: New file.
12322         * modules/unictype/property-bidi-boundary-neutral: New file.
12323         * modules/unictype/property-bidi-pdf: New file.
12324         * modules/unictype/property-bidi-embedding-or-override: New file.
12325         * modules/unictype/property-bidi-other-neutral: New file.
12326         * modules/unictype/property-hex-digit: New file.
12327         * modules/unictype/property-ascii-hex-digit: New file.
12328         * modules/unictype/property-ideographic: New file.
12329         * modules/unictype/property-unified-ideograph: New file.
12330         * modules/unictype/property-radical: New file.
12331         * modules/unictype/property-ids-binary-operator: New file.
12332         * modules/unictype/property-ids-trinary-operator: New file.
12333         * modules/unictype/property-zero-width: New file.
12334         * modules/unictype/property-space: New file.
12335         * modules/unictype/property-non-break: New file.
12336         * modules/unictype/property-iso-control: New file.
12337         * modules/unictype/property-format-control: New file.
12338         * modules/unictype/property-dash: New file.
12339         * modules/unictype/property-hyphen: New file.
12340         * modules/unictype/property-punctuation: New file.
12341         * modules/unictype/property-line-separator: New file.
12342         * modules/unictype/property-paragraph-separator: New file.
12343         * modules/unictype/property-quotation-mark: New file.
12344         * modules/unictype/property-sentence-terminal: New file.
12345         * modules/unictype/property-terminal-punctuation: New file.
12346         * modules/unictype/property-currency-symbol: New file.
12347         * modules/unictype/property-math: New file.
12348         * modules/unictype/property-other-math: New file.
12349         * modules/unictype/property-paired-punctuation: New file.
12350         * modules/unictype/property-left-of-pair: New file.
12351         * modules/unictype/property-combining: New file.
12352         * modules/unictype/property-composite: New file.
12353         * modules/unictype/property-decimal-digit: New file.
12354         * modules/unictype/property-numeric: New file.
12355         * modules/unictype/property-diacritic: New file.
12356         * modules/unictype/property-extender: New file.
12357         * modules/unictype/property-ignorable-control: New file.
12358         * modules/unictype/property-test: New file.
12359         * modules/unictype/property-byname: New file.
12360         * modules/unictype/property-all: New file.
12361         * modules/unictype/scripts: New file.
12362         * modules/unictype/scripts-all: New file.
12363         * modules/unictype/block-of: New file.
12364         * modules/unictype/block-test: New file.
12365         * modules/unictype/block-list: New file.
12366         * modules/unictype/block-all: New file.
12367         * modules/unictype/syntax-c-whitespace: New file.
12368         * modules/unictype/syntax-java-whitespace: New file.
12369         * modules/unictype/syntax-c-ident: New file.
12370         * modules/unictype/syntax-java-ident: New file.
12371         * modules/unictype/ctype-alnum: New file.
12372         * modules/unictype/ctype-alpha: New file.
12373         * modules/unictype/ctype-cntrl: New file.
12374         * modules/unictype/ctype-digit: New file.
12375         * modules/unictype/ctype-graph: New file.
12376         * modules/unictype/ctype-lower: New file.
12377         * modules/unictype/ctype-print: New file.
12378         * modules/unictype/ctype-punct: New file.
12379         * modules/unictype/ctype-space: New file.
12380         * modules/unictype/ctype-upper: New file.
12381         * modules/unictype/ctype-xdigit: New file.
12382         * modules/unictype/ctype-blank: New file.
12383         * lib/unictype/bidi_byname.c: New file.
12384         * lib/unictype/bidi_name.c: New file.
12385         * lib/unictype/bidi_of.c: New file.
12386         * lib/unictype/bidi_test.c: New file.
12387         * lib/unictype/bitmap.h: New file.
12388         * lib/unictype/block_test.c: New file.
12389         * lib/unictype/blocks.c: New file.
12390         * lib/unictype/categ_C.c: New file.
12391         * lib/unictype/categ_Cc.c: New file.
12392         * lib/unictype/categ_Cf.c: New file.
12393         * lib/unictype/categ_Cn.c: New file.
12394         * lib/unictype/categ_Co.c: New file.
12395         * lib/unictype/categ_Cs.c: New file.
12396         * lib/unictype/categ_L.c: New file.
12397         * lib/unictype/categ_Ll.c: New file.
12398         * lib/unictype/categ_Lm.c: New file.
12399         * lib/unictype/categ_Lo.c: New file.
12400         * lib/unictype/categ_Lt.c: New file.
12401         * lib/unictype/categ_Lu.c: New file.
12402         * lib/unictype/categ_M.c: New file.
12403         * lib/unictype/categ_Mc.c: New file.
12404         * lib/unictype/categ_Me.c: New file.
12405         * lib/unictype/categ_Mn.c: New file.
12406         * lib/unictype/categ_N.c: New file.
12407         * lib/unictype/categ_Nd.c: New file.
12408         * lib/unictype/categ_Nl.c: New file.
12409         * lib/unictype/categ_No.c: New file.
12410         * lib/unictype/categ_P.c: New file.
12411         * lib/unictype/categ_Pc.c: New file.
12412         * lib/unictype/categ_Pd.c: New file.
12413         * lib/unictype/categ_Pe.c: New file.
12414         * lib/unictype/categ_Pf.c: New file.
12415         * lib/unictype/categ_Pi.c: New file.
12416         * lib/unictype/categ_Po.c: New file.
12417         * lib/unictype/categ_Ps.c: New file.
12418         * lib/unictype/categ_S.c: New file.
12419         * lib/unictype/categ_Sc.c: New file.
12420         * lib/unictype/categ_Sk.c: New file.
12421         * lib/unictype/categ_Sm.c: New file.
12422         * lib/unictype/categ_So.c: New file.
12423         * lib/unictype/categ_Z.c: New file.
12424         * lib/unictype/categ_Zl.c: New file.
12425         * lib/unictype/categ_Zp.c: New file.
12426         * lib/unictype/categ_Zs.c: New file.
12427         * lib/unictype/categ_and.c: New file.
12428         * lib/unictype/categ_and_not.c: New file.
12429         * lib/unictype/categ_byname.c: New file.
12430         * lib/unictype/categ_name.c: New file.
12431         * lib/unictype/categ_none.c: New file.
12432         * lib/unictype/categ_of.c: New file.
12433         * lib/unictype/categ_or.c: New file.
12434         * lib/unictype/categ_test.c: New file.
12435         * lib/unictype/combining.c: New file.
12436         * lib/unictype/ctype_alnum.c: New file.
12437         * lib/unictype/ctype_alpha.c: New file.
12438         * lib/unictype/ctype_blank.c: New file.
12439         * lib/unictype/ctype_cntrl.c: New file.
12440         * lib/unictype/ctype_digit.c: New file.
12441         * lib/unictype/ctype_graph.c: New file.
12442         * lib/unictype/ctype_lower.c: New file.
12443         * lib/unictype/ctype_print.c: New file.
12444         * lib/unictype/ctype_punct.c: New file.
12445         * lib/unictype/ctype_space.c: New file.
12446         * lib/unictype/ctype_upper.c: New file.
12447         * lib/unictype/ctype_xdigit.c: New file.
12448         * lib/unictype/decdigit.c: New file.
12449         * lib/unictype/digit.c: New file.
12450         * lib/unictype/identsyntaxmap.h: New file.
12451         * lib/unictype/mirror.c: New file.
12452         * lib/unictype/numeric.c: New file.
12453         * lib/unictype/pr_alphabetic.c: New file.
12454         * lib/unictype/pr_ascii_hex_digit.c: New file.
12455         * lib/unictype/pr_bidi_arabic_digit.c: New file.
12456         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
12457         * lib/unictype/pr_bidi_block_separator.c: New file.
12458         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
12459         * lib/unictype/pr_bidi_common_separator.c: New file.
12460         * lib/unictype/pr_bidi_control.c: New file.
12461         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
12462         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
12463         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
12464         * lib/unictype/pr_bidi_european_digit.c: New file.
12465         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
12466         * lib/unictype/pr_bidi_left_to_right.c: New file.
12467         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
12468         * lib/unictype/pr_bidi_other_neutral.c: New file.
12469         * lib/unictype/pr_bidi_pdf.c: New file.
12470         * lib/unictype/pr_bidi_segment_separator.c: New file.
12471         * lib/unictype/pr_bidi_whitespace.c: New file.
12472         * lib/unictype/pr_byname.c: New file.
12473         * lib/unictype/pr_byname.gperf: New file.
12474         * lib/unictype/pr_combining.c: New file.
12475         * lib/unictype/pr_composite.c: New file.
12476         * lib/unictype/pr_currency_symbol.c: New file.
12477         * lib/unictype/pr_dash.c: New file.
12478         * lib/unictype/pr_decimal_digit.c: New file.
12479         * lib/unictype/pr_default_ignorable_code_point.c: New file.
12480         * lib/unictype/pr_deprecated.c: New file.
12481         * lib/unictype/pr_diacritic.c: New file.
12482         * lib/unictype/pr_extender.c: New file.
12483         * lib/unictype/pr_format_control.c: New file.
12484         * lib/unictype/pr_grapheme_base.c: New file.
12485         * lib/unictype/pr_grapheme_extend.c: New file.
12486         * lib/unictype/pr_grapheme_link.c: New file.
12487         * lib/unictype/pr_hex_digit.c: New file.
12488         * lib/unictype/pr_hyphen.c: New file.
12489         * lib/unictype/pr_id_continue.c: New file.
12490         * lib/unictype/pr_id_start.c: New file.
12491         * lib/unictype/pr_ideographic.c: New file.
12492         * lib/unictype/pr_ids_binary_operator.c: New file.
12493         * lib/unictype/pr_ids_trinary_operator.c: New file.
12494         * lib/unictype/pr_ignorable_control.c: New file.
12495         * lib/unictype/pr_iso_control.c: New file.
12496         * lib/unictype/pr_join_control.c: New file.
12497         * lib/unictype/pr_left_of_pair.c: New file.
12498         * lib/unictype/pr_line_separator.c: New file.
12499         * lib/unictype/pr_logical_order_exception.c: New file.
12500         * lib/unictype/pr_lowercase.c: New file.
12501         * lib/unictype/pr_math.c: New file.
12502         * lib/unictype/pr_non_break.c: New file.
12503         * lib/unictype/pr_not_a_character.c: New file.
12504         * lib/unictype/pr_numeric.c: New file.
12505         * lib/unictype/pr_other_alphabetic.c: New file.
12506         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
12507         * lib/unictype/pr_other_grapheme_extend.c: New file.
12508         * lib/unictype/pr_other_id_continue.c: New file.
12509         * lib/unictype/pr_other_id_start.c: New file.
12510         * lib/unictype/pr_other_lowercase.c: New file.
12511         * lib/unictype/pr_other_math.c: New file.
12512         * lib/unictype/pr_other_uppercase.c: New file.
12513         * lib/unictype/pr_paired_punctuation.c: New file.
12514         * lib/unictype/pr_paragraph_separator.c: New file.
12515         * lib/unictype/pr_pattern_syntax.c: New file.
12516         * lib/unictype/pr_pattern_white_space.c: New file.
12517         * lib/unictype/pr_private_use.c: New file.
12518         * lib/unictype/pr_punctuation.c: New file.
12519         * lib/unictype/pr_quotation_mark.c: New file.
12520         * lib/unictype/pr_radical.c: New file.
12521         * lib/unictype/pr_sentence_terminal.c: New file.
12522         * lib/unictype/pr_soft_dotted.c: New file.
12523         * lib/unictype/pr_space.c: New file.
12524         * lib/unictype/pr_terminal_punctuation.c: New file.
12525         * lib/unictype/pr_test.c: New file.
12526         * lib/unictype/pr_titlecase.c: New file.
12527         * lib/unictype/pr_unassigned_code_value.c: New file.
12528         * lib/unictype/pr_unified_ideograph.c: New file.
12529         * lib/unictype/pr_uppercase.c: New file.
12530         * lib/unictype/pr_variation_selector.c: New file.
12531         * lib/unictype/pr_white_space.c: New file.
12532         * lib/unictype/pr_xid_continue.c: New file.
12533         * lib/unictype/pr_xid_start.c: New file.
12534         * lib/unictype/pr_zero_width.c: New file.
12535         * lib/unictype/scripts.c: New file.
12536         * lib/unictype/sy_c_ident.c: New file.
12537         * lib/unictype/sy_c_whitespace.c: New file.
12538         * lib/unictype/sy_java_ident.c: New file.
12539         * lib/unictype/sy_java_whitespace.c: New file.
12540
12541         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
12542         Unicode 5.0.0.
12543         * lib/unictype/blocks.h: Likewise.
12544         * lib/unictype/categ_C.h: Likewise.
12545         * lib/unictype/categ_Cc.h: Likewise.
12546         * lib/unictype/categ_Cf.h: Likewise.
12547         * lib/unictype/categ_Cn.h: Likewise.
12548         * lib/unictype/categ_Co.h: Likewise.
12549         * lib/unictype/categ_Cs.h: Likewise.
12550         * lib/unictype/categ_L.h: Likewise.
12551         * lib/unictype/categ_Ll.h: Likewise.
12552         * lib/unictype/categ_Lm.h: Likewise.
12553         * lib/unictype/categ_Lo.h: Likewise.
12554         * lib/unictype/categ_Lt.h: Likewise.
12555         * lib/unictype/categ_Lu.h: Likewise.
12556         * lib/unictype/categ_M.h: Likewise.
12557         * lib/unictype/categ_Mc.h: Likewise.
12558         * lib/unictype/categ_Me.h: Likewise.
12559         * lib/unictype/categ_Mn.h: Likewise.
12560         * lib/unictype/categ_N.h: Likewise.
12561         * lib/unictype/categ_Nd.h: Likewise.
12562         * lib/unictype/categ_Nl.h: Likewise.
12563         * lib/unictype/categ_No.h: Likewise.
12564         * lib/unictype/categ_P.h: Likewise.
12565         * lib/unictype/categ_Pc.h: Likewise.
12566         * lib/unictype/categ_Pd.h: Likewise.
12567         * lib/unictype/categ_Pe.h: Likewise.
12568         * lib/unictype/categ_Pf.h: Likewise.
12569         * lib/unictype/categ_Pi.h: Likewise.
12570         * lib/unictype/categ_Po.h: Likewise.
12571         * lib/unictype/categ_Ps.h: Likewise.
12572         * lib/unictype/categ_S.h: Likewise.
12573         * lib/unictype/categ_Sc.h: Likewise.
12574         * lib/unictype/categ_Sk.h: Likewise.
12575         * lib/unictype/categ_Sm.h: Likewise.
12576         * lib/unictype/categ_So.h: Likewise.
12577         * lib/unictype/categ_Z.h: Likewise.
12578         * lib/unictype/categ_Zl.h: Likewise.
12579         * lib/unictype/categ_Zp.h: Likewise.
12580         * lib/unictype/categ_Zs.h: Likewise.
12581         * lib/unictype/categ_of.h: Likewise.
12582         * lib/unictype/combining.h: Likewise.
12583         * lib/unictype/ctype_alnum.h: Likewise.
12584         * lib/unictype/ctype_alpha.h: Likewise.
12585         * lib/unictype/ctype_blank.h: Likewise.
12586         * lib/unictype/ctype_cntrl.h: Likewise.
12587         * lib/unictype/ctype_digit.h: Likewise.
12588         * lib/unictype/ctype_graph.h: Likewise.
12589         * lib/unictype/ctype_lower.h: Likewise.
12590         * lib/unictype/ctype_print.h: Likewise.
12591         * lib/unictype/ctype_punct.h: Likewise.
12592         * lib/unictype/ctype_space.h: Likewise.
12593         * lib/unictype/ctype_upper.h: Likewise.
12594         * lib/unictype/ctype_xdigit.h: Likewise.
12595         * lib/unictype/decdigit.h: Likewise.
12596         * lib/unictype/digit.h: Likewise.
12597         * lib/unictype/mirror.h: Likewise.
12598         * lib/unictype/numeric.h: Likewise.
12599         * lib/unictype/pr_alphabetic.h: Likewise.
12600         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
12601         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
12602         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
12603         * lib/unictype/pr_bidi_block_separator.h: Likewise.
12604         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
12605         * lib/unictype/pr_bidi_common_separator.h: Likewise.
12606         * lib/unictype/pr_bidi_control.h: Likewise.
12607         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
12608         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
12609         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
12610         * lib/unictype/pr_bidi_european_digit.h: Likewise.
12611         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
12612         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
12613         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
12614         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
12615         * lib/unictype/pr_bidi_pdf.h: Likewise.
12616         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
12617         * lib/unictype/pr_bidi_whitespace.h: Likewise.
12618         * lib/unictype/pr_combining.h: Likewise.
12619         * lib/unictype/pr_composite.h: Likewise.
12620         * lib/unictype/pr_currency_symbol.h: Likewise.
12621         * lib/unictype/pr_dash.h: Likewise.
12622         * lib/unictype/pr_decimal_digit.h: Likewise.
12623         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
12624         * lib/unictype/pr_deprecated.h: Likewise.
12625         * lib/unictype/pr_diacritic.h: Likewise.
12626         * lib/unictype/pr_extender.h: Likewise.
12627         * lib/unictype/pr_format_control.h: Likewise.
12628         * lib/unictype/pr_grapheme_base.h: Likewise.
12629         * lib/unictype/pr_grapheme_extend.h: Likewise.
12630         * lib/unictype/pr_grapheme_link.h: Likewise.
12631         * lib/unictype/pr_hex_digit.h: Likewise.
12632         * lib/unictype/pr_hyphen.h: Likewise.
12633         * lib/unictype/pr_id_continue.h: Likewise.
12634         * lib/unictype/pr_id_start.h: Likewise.
12635         * lib/unictype/pr_ideographic.h: Likewise.
12636         * lib/unictype/pr_ids_binary_operator.h: Likewise.
12637         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
12638         * lib/unictype/pr_ignorable_control.h: Likewise.
12639         * lib/unictype/pr_iso_control.h: Likewise.
12640         * lib/unictype/pr_join_control.h: Likewise.
12641         * lib/unictype/pr_left_of_pair.h: Likewise.
12642         * lib/unictype/pr_line_separator.h: Likewise.
12643         * lib/unictype/pr_logical_order_exception.h: Likewise.
12644         * lib/unictype/pr_lowercase.h: Likewise.
12645         * lib/unictype/pr_math.h: Likewise.
12646         * lib/unictype/pr_non_break.h: Likewise.
12647         * lib/unictype/pr_not_a_character.h: Likewise.
12648         * lib/unictype/pr_numeric.h: Likewise.
12649         * lib/unictype/pr_other_alphabetic.h: Likewise.
12650         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
12651         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
12652         * lib/unictype/pr_other_id_continue.h: Likewise.
12653         * lib/unictype/pr_other_id_start.h: Likewise.
12654         * lib/unictype/pr_other_lowercase.h: Likewise.
12655         * lib/unictype/pr_other_math.h: Likewise.
12656         * lib/unictype/pr_other_uppercase.h: Likewise.
12657         * lib/unictype/pr_paired_punctuation.h: Likewise.
12658         * lib/unictype/pr_paragraph_separator.h: Likewise.
12659         * lib/unictype/pr_pattern_syntax.h: Likewise.
12660         * lib/unictype/pr_pattern_white_space.h: Likewise.
12661         * lib/unictype/pr_private_use.h: Likewise.
12662         * lib/unictype/pr_punctuation.h: Likewise.
12663         * lib/unictype/pr_quotation_mark.h: Likewise.
12664         * lib/unictype/pr_radical.h: Likewise.
12665         * lib/unictype/pr_sentence_terminal.h: Likewise.
12666         * lib/unictype/pr_soft_dotted.h: Likewise.
12667         * lib/unictype/pr_space.h: Likewise.
12668         * lib/unictype/pr_terminal_punctuation.h: Likewise.
12669         * lib/unictype/pr_titlecase.h: Likewise.
12670         * lib/unictype/pr_unassigned_code_value.h: Likewise.
12671         * lib/unictype/pr_unified_ideograph.h: Likewise.
12672         * lib/unictype/pr_uppercase.h: Likewise.
12673         * lib/unictype/pr_variation_selector.h: Likewise.
12674         * lib/unictype/pr_white_space.h: Likewise.
12675         * lib/unictype/pr_xid_continue.h: Likewise.
12676         * lib/unictype/pr_xid_start.h: Likewise.
12677         * lib/unictype/pr_zero_width.h: Likewise.
12678         * lib/unictype/scripts.h: Likewise.
12679         * lib/unictype/scripts_byname.gperf: Likewise.
12680         * lib/unictype/sy_c_ident.h: Likewise.
12681         * lib/unictype/sy_c_whitespace.h: Likewise.
12682         * lib/unictype/sy_java_ident.h: Likewise.
12683         * lib/unictype/sy_java_whitespace.h: Likewise.
12684
12685         * lib/unictype/Makefile: New file.
12686         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
12687         glibc.
12688         * lib/unictype/3level.h: New file, copied from glibc.
12689         * lib/unictype/3levelbit.h: New file.
12690
12691 2007-11-11  Bruno Haible  <bruno@clisp.org>
12692
12693         * modules/gperf: New file.
12694         * modules/iconv_open (Depends-on): Add it.
12695         (Makefile.am): Remove the GPERF definition.
12696
12697 2007-11-11  Bruno Haible  <bruno@clisp.org>
12698
12699         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
12700         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
12701
12702 2007-11-11  Bruno Haible  <bruno@clisp.org>
12703
12704         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
12705         (usage): Remove function.
12706
12707 2007-11-11  Bruno Haible  <bruno@clisp.org>
12708
12709         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
12710         gl_FUNC_CEILF_LIBS.
12711         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
12712         gl_FUNC_CEIL_LIBS.
12713         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
12714         gl_FUNC_CEILL_LIBS.
12715         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
12716         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
12717         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
12718
12719 2007-11-11  Bruno Haible  <bruno@clisp.org>
12720
12721         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
12722         roundf were declared but do not exist on functions.
12723         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
12724         roundl were declared but do not exist on functions.
12725         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
12726         HAVE_FLOORL_AND_CEILL, respectively.
12727         Needed for Sun C on Solaris 10.
12728
12729 2007-11-11  Bruno Haible  <bruno@clisp.org>
12730
12731         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
12732         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
12733         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
12734         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
12735         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
12736         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
12737         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
12738         HAVE_DECL_ROUNDF.
12739         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
12740         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
12741         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
12742         of HAVE_DECL_ROUND*.
12743         * modules/math (Makefile.am): Update.
12744
12745 2007-11-10  Bruno Haible  <bruno@clisp.org>
12746
12747         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
12748         ptrdiff_t as m4/intl.m4.
12749
12750 2007-11-10  Jim Meyering  <meyering@redhat.com>
12751
12752         Avoid link failure for the argmatch test.
12753         * tests/test-argmatch.c (usage): Define function to avoid a link
12754         failure: argmatch_die requires a usage function.
12755
12756 2007-11-09  Bruno Haible  <bruno@clisp.org>
12757
12758         * doc/functions/snprintf.texi: Mention BeOS deficiency.
12759         * doc/functions/vsnprintf.texi: Likewise.
12760         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
12761         with a size argument < 2.
12762
12763 2007-11-09  Bruno Haible  <bruno@clisp.org>
12764
12765         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
12766         buffer. Fixes an inefficiency introduced on 2007-11-03.
12767
12768 2007-11-09  Bruno Haible  <bruno@clisp.org>
12769
12770         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
12771         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
12772
12773 2007-11-08  Jim Meyering  <meyering@redhat.com>
12774
12775         Change cache variable name prefix "jm_" to "gl_" everywhere.
12776         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
12777         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
12778         * m4/uptime.m4: s/gl_/jm_/
12779
12780 2007-11-07  Bruno Haible  <bruno@clisp.org>
12781
12782         Update to GNU gettext 0.17.
12783         * m4/intl.m4: Update to GNU gettext 0.17.
12784         * m4/po.m4: Likewise.
12785         * modules/gettext (Files): Remove m4/ulonglong.m4.
12786         (configure.ac): Require gettext infrastructure from version 0.17.
12787
12788 2007-11-06  Bruno Haible  <bruno@clisp.org>
12789
12790         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
12791         symbolic values are not defined in a public header.
12792         * lib/freadable.c (freadable) [QNX]: Likewise.
12793         * lib/freadahead.c (freadahead) [QNX]: Likewise.
12794         * lib/freading.c (freading) [QNX]: Likewise.
12795         * lib/fseterr.c (fseterr) [QNX]: Likewise.
12796         * lib/fwritable.c (fwritable) [QNX]: Likewise.
12797         * lib/fwriting.c (fwriting) [QNX]: Likewise.
12798         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
12799         Reported by Alain Magloire.
12800
12801         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
12802
12803 2007-11-05  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
12806         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
12807         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
12808         Reported by Eric Blake.
12809
12810 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12811             Bruno Haible  <bruno@clisp.org>
12812
12813         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
12814         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
12815         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
12816         (malloc): Undefine also before including <stdlib.h>.
12817         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
12818         Needed on OSF/1 4.0.
12819
12820 2007-11-05  Jim Meyering  <meyering@redhat.com>
12821
12822         git-version-gen: sync from coreutils.
12823         * build-aux/git-version-gen: Add comments.
12824         Change the first '-' to '.' in the snapshot version string,
12825         e.g., 6.9-377-08144 -> 6.9.377-08144
12826         Remove first parameter.
12827         Don't declare a version "-dirty" merely because a time
12828         stamp has changed.
12829
12830 2007-11-04  Bruno Haible  <bruno@clisp.org>
12831
12832         * lib/lock.h: Protect all macro definitions containing an 'if'
12833         statement through a "do { ... } while (0)".
12834         * lib/tls.h: Likewise.
12835
12836 2007-11-04  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
12839
12840 2007-11-04  Bruno Haible  <bruno@clisp.org>
12841
12842         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
12843         * modules/fprintf-posix (Depends-on): Add nocrash.
12844         * modules/snprintf-posix (Depends-on): Likewise.
12845         * modules/sprintf-posix (Depends-on): Likewise.
12846         * modules/vasnprintf-posix (Depends-on): Likewise.
12847         * modules/vasprintf-posix (Depends-on): Likewise.
12848         * modules/vfprintf-posix (Depends-on): Likewise.
12849         * modules/vsnprintf-posix (Depends-on): Likewise.
12850         * modules/vsprintf-posix (Depends-on): Likewise.
12851         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12852         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12853         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12854         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12855         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12856         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12857         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12858
12859 2007-11-04  Bruno Haible  <bruno@clisp.org>
12860
12861         * modules/nocrash: New file.
12862         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
12863         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
12864
12865 2007-11-04  Bruno Haible  <bruno@clisp.org>
12866
12867         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
12868         precision handling.
12869         * tests/test-vasprintf-posix.c (test_function): Likewise.
12870         * tests/test-snprintf-posix.h (test_function): Likewise.
12871         * tests/test-sprintf-posix.h (test_function): Likewise.
12872
12873         Fix *printf behaviour for large precisions on mingw and BeOS.
12874         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
12875         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
12876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
12877         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12878         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12879         gl_PRINTF_PRECISION and test its result. Invoke
12880         gl_PREREQ_VASNPRINTF_PRECISION.
12881         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12882         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12883         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12884         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12885         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12886         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12887         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12888         * doc/functions/fprintf.texi: Update.
12889         * doc/functions/printf.texi: Update.
12890         * doc/functions/snprintf.texi: Update.
12891         * doc/functions/sprintf.texi: Update.
12892         * doc/functions/vfprintf.texi: Update.
12893         * doc/functions/vprintf.texi: Update.
12894         * doc/functions/vsnprintf.texi: Update.
12895         * doc/functions/vsprintf.texi: Update.
12896
12897 2007-11-04  Bruno Haible  <bruno@clisp.org>
12898
12899         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
12900
12901 2007-11-04  Bruno Haible  <bruno@clisp.org>
12902
12903         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
12904         Reported by Sylvain Beucler <beuc@gnu.org>.
12905
12906 2007-11-03  Bruno Haible  <bruno@clisp.org>
12907
12908         * tests/test-fprintf-posix2.sh: New file.
12909         * tests/test-fprintf-posix2.c: New file.
12910         * modules/fprintf-posix-tests (Files): Add them.
12911         (TESTS): Add test-fprintf-posix2.sh.
12912         (configure.ac): Check for getrlimit and setrlimit.
12913         (check_PROGRAMS): Add test-fprintf-posix2.
12914
12915         * tests/test-printf-posix2.sh: New file.
12916         * tests/test-printf-posix2.c: New file.
12917         * modules/printf-posix-tests (Files): Add them.
12918         (TESTS): Add test-printf-posix2.sh.
12919         (configure.ac): Check for getrlimit and setrlimit.
12920         (check_PROGRAMS): Add test-printf-posix2.
12921
12922         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
12923         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
12924         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
12925         (decode_double): New function, copied from decode_long_double.
12926         (scale10_round_decimal_decoded): New function, extracted from
12927         scale10_round_decimal_long_double.
12928         (scale10_round_decimal_long_double): Use it.
12929         (scale10_round_decimal_double): New function.
12930         (floorlog10): New function.
12931         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
12932         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
12933         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12934         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12935         gl_PRINTF_ENOMEM and test its result. Invoke
12936         gl_PREREQ_VASNPRINTF_ENOMEM.
12937         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12938         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12939         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12940         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12941         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12942         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12943         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12944         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
12945         * modules/snprintf-posix (Depends-on): Likewise.
12946         * modules/sprintf-posix (Depends-on): Likewise.
12947         * modules/vasnprintf-posix (Depends-on): Likewise.
12948         * modules/vasprintf-posix (Depends-on): Likewise.
12949         * modules/vfprintf-posix (Depends-on): Likewise.
12950         * modules/vsnprintf-posix (Depends-on): Likewise.
12951         * modules/vsprintf-posix (Depends-on): Likewise.
12952         * doc/functions/fprintf.texi: Update.
12953         * doc/functions/printf.texi: Update.
12954         * doc/functions/snprintf.texi: Update.
12955         * doc/functions/sprintf.texi: Update.
12956         * doc/functions/vfprintf.texi: Update.
12957         * doc/functions/vprintf.texi: Update.
12958         * doc/functions/vsnprintf.texi: Update.
12959         * doc/functions/vsprintf.texi: Update.
12960
12961 2007-11-03  Bruno Haible  <bruno@clisp.org>
12962
12963         * modules/frexp-nolibm-tests: New file.
12964
12965         * modules/frexp-nolibm: New file.
12966         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
12967
12968 2007-11-03  Bruno Haible  <bruno@clisp.org>
12969
12970         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
12971         value is C99 compliant.
12972         Needed for OSF/1 5.1.
12973
12974 2007-11-03  Bruno Haible  <bruno@clisp.org>
12975
12976         Fix out-of-memory handling of vasnprintf.
12977         * lib/printf-parse.c: Include <errno.h>.
12978         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
12979         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
12980         is already set.
12981
12982 2007-11-02  Eric Blake  <ebb9@byu.net>
12983
12984         Fix tests on cygwin.
12985         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
12986
12987 2007-11-01  Bruno Haible  <bruno@clisp.org>
12988
12989         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
12990         warning.
12991         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
12992         needed for POSIX compatibility.
12993
12994 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
12997         for compatibility with GNU.
12998
12999 2007-11-01  Bruno Haible  <bruno@clisp.org>
13000
13001         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
13002         (putenv): Renamed from rpl_putenv. Change argument type from
13003         'const char *' to 'char *'.
13004         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
13005         of defining putenv in config.h, just set REPLACE_PUTENV.
13006         * modules/putenv (Depends-on): Add stdlib.
13007         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13008         (Include): Use <stdlib.h>.
13009         * lib/stdlib.in.h (putenv): New declaration.
13010         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
13011         REPLACE_PUTENV.
13012         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
13013         REPLACE_PUTENV.
13014         Needed for MacOS X 10.5.0.
13015         Reported by Peter O'Gorman <peter@pogma.com>.
13016
13017 2007-11-01  Jim Meyering  <meyering@redhat.com>
13018
13019         Treat an empty date string exactly like "0".
13020         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
13021         if the remaining date string (to be parsed) is empty, use "0".
13022         Reported by Mischa Molhoek and discussed in this thread:
13023         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
13024
13025 2007-10-31  Bruno Haible  <bruno@clisp.org>
13026
13027         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
13028         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
13029         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
13030         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
13031         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
13032         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
13033
13034 2007-10-31  Bruno Haible  <bruno@clisp.org>
13035
13036         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
13037         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
13038         (AC_TYPE_LONG_LONG_INT): Use it.
13039         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
13040         it as well.
13041         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
13042         to m4/longlong.m4.
13043         * modules/stdint (Files): Remove m4/ulonglong.m4.
13044         * modules/strtoull (Files): Use m4/longlong.m4 instead of
13045         m4/ulonglong.m4.
13046         * modules/strtoumax (Files): Likewise.
13047
13048 2007-10-30  Bruno Haible  <bruno@clisp.org>
13049
13050         * modules/xvasprintf-posix: New file.
13051         Suggested by Eric Blake.
13052
13053 2007-10-30  Bruno Haible  <bruno@clisp.org>
13054
13055         * modules/xprintf-posix-tests: New file.
13056         * tests/test-xprintf-posix.sh: New file.
13057         * tests/test-xprintf-posix.c: New file.
13058         * tests/test-xfprintf-posix.c: New file.
13059
13060         * modules/xprintf-posix: New file.
13061
13062 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13063
13064         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
13065         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
13066         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
13067
13068 2007-10-29  Bruno Haible  <bruno@clisp.org>
13069
13070         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
13071         contain the special marker '_cv_'.
13072         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13073         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13074         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13075         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
13076         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13077         Reported by Ralf Wildenhues.
13078
13079 2007-10-29  Bruno Haible  <bruno@clisp.org>
13080
13081         * gnulib-tool (func_import): When --lgpl is not specified, set
13082         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
13083         GPLv3.
13084         Reported by Simon Josefsson.
13085
13086 2007-10-28  Bruno Haible  <bruno@clisp.org>
13087
13088         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
13089         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
13090         HAVE_DECL_ISFINITE.
13091         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13092         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
13093         HAVE_DECL_ISFINITE.
13094
13095 2007-10-28  Bruno Haible  <bruno@clisp.org>
13096
13097         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
13098         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
13099
13100 2007-10-28  Bruno Haible  <bruno@clisp.org>
13101
13102         Fix link errors with Sun C 5.0 on Solaris 10.
13103         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
13104         function is declared but not present in the compiler's libm.
13105         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
13106         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
13107         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
13108         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
13109         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
13110         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
13111         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
13112         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13113         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
13114         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
13115         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
13116         HAVE_DECL_FLOORL.
13117
13118 2007-10-28  Bruno Haible  <bruno@clisp.org>
13119
13120         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
13121         gl_FUNC_FLOORL. Cache the result.
13122         (gl_FUNC_FLOORL): Use it.
13123         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
13124         gl_FUNC_CEILL. Cache the result.
13125         (gl_FUNC_CEILL): Use it.
13126
13127         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
13128         gl_FUNC_FLOOR. Cache the result.
13129         (gl_FUNC_FLOOR): Use it.
13130         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
13131         gl_FUNC_CEIL. Cache the result.
13132         (gl_FUNC_CEIL): Use it.
13133
13134         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
13135         gl_FUNC_FLOORF. Cache the result.
13136         (gl_FUNC_FLOORF): Use it.
13137         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
13138         gl_FUNC_CEILF. Cache the result.
13139         (gl_FUNC_CEILF): Use it.
13140
13141 2007-10-28  Bruno Haible  <bruno@clisp.org>
13142
13143         * gnulib-tool: Allow specifying the LGPL version number through
13144         --lgpl=2 or --lgpl=3.
13145         (func_usage): Document --lgpl with argument.
13146         Handle --lgpl=... arguments.
13147         (func_import): Recognize also gl_LGPL calls with an argument. When
13148         --lgpl=2 is used and the module's license is just LGPL, report an
13149         error. Set sed_transform_lib_file according to the lgpl variable. In
13150         the generated files, use --lgpl or gl_LGPL invocations with argument,
13151         if necessary.
13152         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
13153         an LGPv2+ license.
13154         * doc/gnulib-tool.texi (Modified imports): Update explanation of
13155         gl_LGPL macro.
13156
13157 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13158             Bruno Haible  <bruno@clisp.org>
13159
13160         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
13161         (u16_uctomb_aux): Likewise.
13162         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
13163         !HAVE_INLINE.
13164         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
13165
13166 2007-10-28  Bruno Haible  <bruno@clisp.org>
13167
13168         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
13169         Invoke AM_GETTEXT_OPTION if it exists.
13170         * modules/vasprintf: Likewise.
13171         * modules/verror: Likewise.
13172         * modules/xprintf: Likewise.
13173         * modules/xvasprintf: Likewise.
13174
13175 2007-10-27  Ben Pfaff  <blp@gnu.org>
13176
13177         * lib/math.in.h: Define isfinite macro and prototypes for
13178         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
13179         implementations.
13180         * m4/math_h.m4: New substitutions for isfinite module.
13181         * lib/isfinite.c: New file.
13182         * m4/isfinite.m4: New file.
13183         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
13184         * modules/isfinite: New file.
13185         * modules/isfinite-tests: New file.
13186         * tests/tests-isfinite.c: New file.
13187         * doc/functions/isfinite.texi: Mention isfinite module.
13188         * MODULES.html.sh: Mention new module.
13189
13190 2007-10-27  Ben Pfaff  <blp@gnu.org>
13191
13192         Ralf Wildenhues reported that Tru64 4.0D declares the round
13193         functions but does not have definitions.
13194         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
13195         cannot be found in any library, set the output variable to
13196         "missing" instead of "".
13197         * m4/round.m4: Also use our substitute if we cannot find round in
13198         any library, even if it is declared.
13199         * m4/roundf.m4: Likewise for roundf.
13200         * m4/roundl.m4: Likewise for roundl.
13201         * lib/math.in.h: Undefine roundf, round, roundl before defining
13202         their replacements, to allow for hypothetical systems where these
13203         may be defined as macros but not available in libraries.
13204
13205 2007-10-27  Bruno Haible  <bruno@clisp.org>
13206
13207         * doc/gnulib.texi: Invoke @firstparagraphindent.
13208         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
13209         changes in gnulib.
13210         (Source changes): New section.
13211
13212 2007-10-26  Bruno Haible  <bruno@clisp.org>
13213
13214         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
13215         borrowed from autoconf.
13216
13217 2007-10-26  Bruno Haible  <bruno@clisp.org>
13218
13219         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
13220         strerror returned the empty string. Needed on HP-UX 11.00.
13221
13222 2007-10-24  Micah Cowan  <micah@cowan.name>
13223
13224         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
13225         * build-aux/bootstrap: Remove support for now-unnecessary option,
13226         --cvs-user, and envvars CVS_USER, CVS_RSH.
13227
13228 2007-10-24  Jim Meyering  <meyering@redhat.com>
13229
13230         Avoid diagnostics from sha1sum when there is no cached checksum.
13231         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
13232         if the po.s1 file hasn't been created yet.
13233
13234         * build-aux/bootstrap: Sync from coreutils:
13235         2007-10-24  Jim Meyering  <meyering@redhat.com>
13236         Get gnulib from the git repository, not from an obsolete cvs one.
13237         * build-aux/bootstrap: Suggestion from Micah Cowan.
13238         2007-10-04  Jim Meyering  <jim@meyering.net>
13239         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
13240         (update_po_files): Work also when there are no .po files in po/.
13241
13242 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * README: Append ".git" to git and cg examples.
13245         Problem reported by Benoit Sigoure.
13246
13247 2007-10-23  Micah Cowan  <micah@cowan.name>
13248
13249         * users.txt: Add wget.
13250
13251 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13252
13253         Fix linking of some unistdio tests on FreeBSD.
13254         * modules/unistdio/u16-vsnprintf-tests
13255         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
13256         * modules/unistdio/u16-vsprintf-tests
13257         (test_u16_vsnprintf1_LDADD): Likewise.
13258         * modules/unistdio/u32-vsnprintf-tests
13259         (test_u32_vsnprintf1_LDADD): Likewise.
13260         * modules/unistdio/u32-vsprintf-tests
13261         (test_u32_vsprintf1_LDADD): Likewise.
13262         * modules/unistdio/u8-vsnprintf-tests
13263         (test_u8_vsnprintf1_LDADD): Likewise.
13264         * modules/unistdio/u8-vsprintf-tests
13265         (test_u8_vsprintf1_LDADD): Likewise.
13266         * modules/unistdio/ulc-vsnprintf-tests
13267         (test_ulc_vsnprintf1_LDADD): Likewise.
13268         * modules/unistdio/ulc-vsprintf-tests
13269         (test_ulc_vsprintf1_LDADD): Likewise.
13270
13271         Fix linking of some uniconv tests on FreeBSD.
13272         * modules/uniconv/u16-conv-from-enc-tests
13273         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
13274         * modules/uniconv/u16-conv-to-enc-tests
13275         (test_u16_conv_to_enc_LDADD): Likewise.
13276         * modules/uniconv/u16-strconv-from-enc-tests
13277         (test_u16_strconv_from_enc_LDADD): Likewise.
13278         * modules/uniconv/u16-strconv-to-enc-tests
13279         (test_u16_strconv_to_enc_LDADD): Likewise.
13280         * modules/uniconv/u32-conv-from-enc-tests
13281         (test_u32_conv_from_enc_LDADD): Likewise.
13282         * modules/uniconv/u32-conv-to-enc-tests
13283         (test_u32_conv_to_enc_LDADD): Likewise.
13284         * modules/uniconv/u32-strconv-from-enc-tests
13285         (test_u32_strconv_from_enc_LDADD): Likewise.
13286         * modules/uniconv/u32-strconv-to-enc-tests
13287         (test_u32_strconv_to_enc_LDADD): Likewise.
13288         * modules/uniconv/u8-conv-from-enc-tests
13289         (test_u8_conv_from_enc_LDADD): Likewise.
13290         * modules/uniconv/u8-conv-to-enc-tests
13291         (test_u8_conv_to_enc_LDADD): Likewise.
13292         * modules/uniconv/u8-strconv-from-enc-tests
13293         (test_u8_strconv_from_enc_LDADD): Likewise.
13294         * modules/uniconv/u8-strconv-to-enc-tests
13295         (test_u8_strconv_to_enc_LDADD): Likewise.
13296
13297 2007-10-22  Bruno Haible  <bruno@clisp.org>
13298
13299         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
13300         size.
13301
13302 2007-10-22  Eric Blake  <ebb9@byu.net>
13303
13304         Tweak x*printf documentation.
13305         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
13306         variable name and comments.
13307         Suggested by Bruno Haible.
13308
13309 2007-10-22  Bruno Haible  <bruno@clisp.org>
13310
13311         * lib/acl.c (copy_acl): Fix file name in comment.
13312
13313 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13314
13315         Fix Tru64 problem with stdbool.h.
13316         * lib/stdbool.in.h (false, true):
13317         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
13318         Don't declare as an enum in this situation; it runs afoul of Tru64.
13319         Problem reported by Steven M. Schweda in
13320         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
13321
13322 2007-10-22  Eric Blake  <ebb9@byu.net>
13323
13324         Also wrap vf?printf.
13325         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
13326         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
13327         (xvprintf, xvfprintf): New functions.
13328
13329 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13330
13331         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
13332         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
13333
13334         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
13335         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
13336
13337 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13338
13339         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
13340         by Bruno Haible.
13341
13342 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13343
13344         * lib/getloadavg.c
13345         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
13346         Undef `sys' after including sys/table.h, for Tru64 4.0D.
13347
13348         * tests/test-i-ring.c: Work for C89.
13349
13350 2007-10-22  Bruno Haible  <bruno@clisp.org>
13351
13352         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
13353         -1u, in preprocessor expression, so that we don't test for the bug
13354         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
13355         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
13356
13357 2007-10-22  Eric Blake  <ebb9@byu.net>
13358
13359         * tests/test-yesno.sh: Silence stderr during test.
13360
13361 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13362
13363         * modules/crypto/gc-camellia: New file.
13364
13365         * m4/gc-camellia.m4: New file.
13366
13367         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
13368
13369         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
13370
13371 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13372
13373         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
13374         --help to stdout.  Reported by sms@antinode.org (Steven
13375         M. Schweda).
13376
13377 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13378
13379         * users.txt: Fix link to libksba.
13380
13381 2007-10-21  Ben Pfaff  <blp@gnu.org>
13382
13383         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
13384         round.c roundf implementation that depends on floorf and ceilf to
13385         be tested unconditionally.
13386
13387 2007-10-21  Ben Pfaff  <blp@gnu.org>
13388
13389         * m4/check-libm-func.m4: Removed.
13390         * m4/check-math-lib.m4: New file.
13391         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
13392         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
13393         definition and lack of AC_LIBOBJ([roundf]).
13394         * m4/roundl.m4: Ditto, and similarly for roundl.
13395         * modules/round: Reference new m4 file.
13396         * modules/roundf: Ditto.
13397         * modules/roundl: Ditto.
13398         * tests/test-round2.c (main): Use ROUND instead of round.
13399         Bug report from Bruno Haible.
13400
13401 2007-10-21  Bruno Haible  <bruno@clisp.org>
13402
13403         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
13404         context.
13405
13406 2007-10-21  Bruno Haible  <bruno@clisp.org>
13407
13408         * tests/test-wcwidth.c (main): Allow negative result for some control
13409         characters.
13410
13411         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
13412         Needed on OSF/1 5.1.
13413
13414 2007-10-21  Bruno Haible  <bruno@clisp.org>
13415
13416         * tests/test-floorf1.c: Include isnanf.h.
13417         (main): Use isnanf() instead of isnan().
13418         * tests/test-ceilf1.c: Include isnanf.h.
13419         (main): Use isnanf() instead of isnan().
13420         * tests/test-truncf1.c: Include isnanf.h.
13421         (main): Use isnanf() instead of isnan().
13422         * tests/test-roundf1.c: Include isnanf.h.
13423         (main): Use isnanf() instead of isnan().
13424
13425 2007-10-21  Eric Blake  <ebb9@byu.net>
13426
13427         * users.txt: Update URL for m4.
13428
13429 2007-10-21  Bruno Haible  <bruno@clisp.org>
13430
13431         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
13432
13433 2007-10-21  Bruno Haible  <bruno@clisp.org>
13434
13435         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
13436         Git's management files if the CVS files are not present.
13437
13438 2007-10-20  Bruno Haible  <bruno@clisp.org>
13439
13440         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
13441         gcc-3.4.x.
13442
13443 2007-10-20  Ben Pfaff  <blp@gnu.org>
13444
13445         * lib/math.in.h: Declare round, roundf, roundl if we are providing
13446         implementations.
13447         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
13448         * lib/round.c: New file.
13449         * lib/roundf.c: New file.
13450         * lib/roundl.c: New file.
13451         * m4/round.m4: New file.
13452         * m4/roundf.m4: New file.
13453         * m4/roundl.m4: New file.
13454         * m4/check-libm-func-m4: New file.
13455         * modules/math: Replace round, roundf, roundl related @VARS@ in
13456         math.in.h.
13457         * modules/round: New file.
13458         * modules/round-tests: New file.
13459         * modules/roundf: New file.
13460         * modules/roundf-tests: New file.
13461         * modules/roundl: New file.
13462         * modules/roundl-tests: New file.
13463         * tests/test-round1.c: New file.
13464         * tests/test-round2.c: New file.
13465         * tests/test-roundf1.c: New file.
13466         * tests/test-roundf2.c: New file.
13467         * tests/test-roundl.c: New file.
13468         * doc/functions/round.texi: Mention round module.
13469         * doc/functions/roundf.texi: Mention roundf module.
13470         * doc/functions/roundl.texi: Mention roundl module.
13471         * MODULES.html.sh: Mention new modules.
13472         Thanks to Bruno Haible for suggestions.
13473
13474 2007-10-20  Jim Meyering  <meyering@redhat.com>
13475
13476         * lib/xprintf.c: Include <config.h> unconditionally.
13477
13478         Change xprintf's license to GPL.
13479         * modules/xprintf (License): s/LGPL/GPL/, since this module
13480         depends on modules (exit and exitfail) which are GPL.
13481         Suggestion from Bruno Haible.
13482
13483         xprintf fixes.
13484         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
13485         Use a clearer diagnostic.
13486         Patch from Bruno Haible.
13487
13488 2007-10-20  Bruno Haible  <bruno@clisp.org>
13489
13490         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
13491         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
13492         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13493
13494 2007-10-20  Bruno Haible  <bruno@clisp.org>
13495
13496         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
13497         precision in the comparison result > x - 1 or similar.
13498         * tests/test-ceilf2.c (correct_result_p): Likewise.
13499         * tests/test-truncf2.c (correct_result_p): Likewise.
13500         * tests/test-trunc2.c (correct_result_p): Likewise.
13501         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13502
13503 2007-10-20  Bruno Haible  <bruno@clisp.org>
13504
13505         * modules/ceil: New file.
13506         * m4/ceil.m4: New file.
13507         * doc/functions/ceil.texi: Mention the 'ceil' module.
13508
13509 2007-10-20  Bruno Haible  <bruno@clisp.org>
13510
13511         * modules/floor: New file.
13512         * m4/floor.m4: New file.
13513         * doc/functions/floor.texi: Mention the 'floor' module.
13514
13515 2007-10-20  Bruno Haible  <bruno@clisp.org>
13516
13517         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
13518         of %a.
13519         * modules/floorf-tests (Depends-on): Likewise.
13520         * modules/truncf-tests (Depends-on): Likewise.
13521         * modules/trunc-tests (Depends-on): Likewise.
13522         Reported by Ben Pfaff.
13523
13524 2007-10-19  Jim Meyering  <meyering@redhat.com>
13525
13526         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
13527         Don't bother testing specific errno values.  Just test ferror.
13528
13529         New module: xprintf
13530         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
13531
13532 2007-10-19  Bruno Haible  <bruno@clisp.org>
13533
13534         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
13535         syntax.
13536         * modules/javaexec (Makefile.am): Likewise.
13537         * modules/relocatable-prog (Makefile.am): Likewise.
13538         Suggested by Jim Meyering.
13539
13540 2007-10-18  Bruno Haible  <bruno@clisp.org>
13541
13542         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
13543         Reported by Jim Meyering.
13544
13545 2007-10-18  Eric Blake  <ebb9@byu.net>
13546
13547         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
13548
13549 2007-10-18  Bruno Haible  <bruno@clisp.org>
13550
13551         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
13552         the format string into writable memory. Needed in Fortify conditions.
13553
13554 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
13555             Bruno Haible  <bruno@clisp.org>
13556
13557         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
13558         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
13559         * modules/trim (Depends-on): Add mbchar.
13560         (configure.ac): Add gl_FUNC_MBRTOWC.
13561         (Makefile.am): Augment lib_SOURCES.
13562
13563 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         Modify glob.c to use fstatat and dirfd, to simplify it.
13566         Suggested by Eric Blake.
13567         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
13568         Don't include <stdbool.h>; not used.
13569         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
13570         (link_exists_p): Simplify implementation, since we can now assume
13571         dirfd and fstatat.
13572         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
13573
13574 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13575
13576         * gnulib-tool (func_get_dependencies): Fix sed script to
13577         match only tests.
13578
13579 2007-10-17  Bruno Haible  <bruno@clisp.org>
13580
13581         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
13582         allow locale names without encoding suffix.
13583         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
13584         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13585
13586 2007-10-16  Bruno Haible  <bruno@clisp.org>
13587
13588         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
13589         * lib/getgroups.c (getgroups): Likewise.
13590         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
13591
13592 2007-10-16  Bruno Haible  <bruno@clisp.org>
13593
13594         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
13595         * modules/malloc-posix (License): Likewise.
13596         * modules/realloc-posix (License): Likewise.
13597         * modules/calloc-posix (License): Likewise.
13598         * modules/intprops (License): Change from GPL to LGPL, with
13599         Paul Eggert's approval.
13600
13601 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13602
13603         Merge glibc changes into lib/glob.c.
13604
13605         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
13606         2007-10-15 04:59:03 UTC.  Here are the changes:
13607
13608         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
13609
13610         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
13611
13612         * lib/glob.c: Add some branch prediction throughout.
13613
13614         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
13615
13616         [BZ #5103]
13617         * lib/glob.c (glob): Recognize patterns starting \/.
13618
13619         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
13620
13621         [BZ #3996]
13622         * lib/glob.c (attribute_hidden): Define if not defined.
13623         (glob): Unescape dirname, filename or username when needed and not
13624         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
13625         is NULL.  Handle unescaped [ in pattern without closing ].
13626         Don't pass GLOB_CHECK down to recursive glob for directories.
13627         (__glob_pattern_type): New function.
13628         (__glob_pattern_p): Implement using __glob_pattern_type.
13629         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
13630         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
13631         Remove unreachable code.
13632
13633         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13634
13635         * lib/glob.c (glob_in_dir): Add some comments and asserts to
13636         explain why there are no leaks.
13637
13638         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13639
13640         [BZ #3253]
13641         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13642         time, rather allocate increasingly bigger arrays of pointers, if
13643         possible with alloca, if too large with malloc.
13644
13645 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13646
13647         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
13648         Problem reported by H.Merijn Brand in
13649         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
13650         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
13651         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13652
13653 2007-10-15  Bruno Haible  <bruno@clisp.org>
13654
13655         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
13656         with explicit rpl_ prefix.
13657         * lib/fopen.c (fopen): Likewise.
13658         * lib/freopen.c (freopen): Likewise.
13659         * lib/iconv.c (iconv): Likewise.
13660         * lib/iconv_close.c (iconv_close): Likewise.
13661
13662 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13663
13664         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
13665
13666 2007-10-15  Bruno Haible  <bruno@clisp.org>
13667
13668         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
13669         <stddef.h> instead of <stdlib.h> since we only need NULL.
13670         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13671
13672 2007-10-15  Bruno Haible  <bruno@clisp.org>
13673
13674         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
13675         Replace paragraph talking about LIBOBJS.
13676         Reported by Colin Watson <cjwatson@debian.org>.
13677
13678 2007-10-15  Bruno Haible  <bruno@clisp.org>
13679
13680         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
13681         <stdlib.h> before using NULL.
13682
13683 2007-10-15  Simon Josefsson  <simon@josefsson.org>
13684
13685         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
13686         Reported by Albert Chin <china@thewrittenword.com>.
13687
13688 2007-10-14  Bruno Haible  <bruno@clisp.org>
13689
13690         * modules/iconv_open-utf-tests: New file.
13691         * tests/test-iconv-utf.c: New file.
13692
13693         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
13694         * modules/iconv_open-utf: New file.
13695         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
13696         (iconv, iconv_close): New declarations.
13697         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
13698         be defined.
13699         (iconv_open): Add special handling of conversion between UTF-8 and
13700         UTF-{16,32}{BE,LE}.
13701         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
13702         * lib/iconv_close.c: New file.
13703         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
13704         gl_FUNC_ICONV_OPEN.
13705         (gl_FUNC_ICONV_OPEN): Use it.
13706         (gl_FUNC_ICONV_OPEN_UTF): New macro.
13707         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
13708         and REPLACE_ICONV_UTF.
13709         * modules/iconv_open (Depends-on): Add c-strcase.
13710         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
13711         ICONV_CONST.
13712         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
13713
13714 2007-10-13  Albert Chin  <china@thewrittenword.com>
13715             Bruno Haible  <bruno@clisp.org>
13716
13717         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
13718         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
13719
13720 2007-10-13  Bruno Haible  <bruno@clisp.org>
13721
13722         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
13723         defined, use the ISO C99 inline semantics.
13724         * lib/argp.h (ARGP_EI): Likewise.
13725
13726 2007-10-13  Bruno Haible  <bruno@clisp.org>
13727
13728         Handle 'inline' change in gcc 4.3.0.
13729         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
13730         argp_fmtstream_write, argp_fmtstream_set_lmargin,
13731         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
13732         argp_fmtstream_point): Disable 'extern' declaration if the function
13733         definition is going to be provided inline.
13734         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
13735         semantics, not the ISO C99 inline semantics.
13736         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
13737         'extern' declaration if the function definition is going to be provided
13738         inline.
13739         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
13740         the GNU C inline semantics, not the ISO C99 inline semantics. With
13741         GCC 4.2, avoid a warning.
13742
13743 2007-10-13  Bruno Haible  <bruno@clisp.org>
13744
13745         * lib/freading.h (freading): Enable the use of __freading for
13746         glibc >= 2.7.
13747         * lib/freading.c (freading): Likewise.
13748
13749 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
13752         "warning: C99 inline functions are not supported; using GNU89".
13753
13754 2007-10-12  Bruno Haible  <bruno@clisp.org>
13755
13756         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
13757         of 2.
13758         * tests/test-ceilf2.c: New file.
13759         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
13760
13761         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
13762         * modules/ceilf-tests: Update.
13763
13764 2007-10-12  Bruno Haible  <bruno@clisp.org>
13765
13766         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
13767         of 2.
13768         * tests/test-floorf2.c: New file.
13769         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
13770
13771         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
13772         * modules/floorf-tests: Update.
13773
13774 2007-10-12  Bruno Haible  <bruno@clisp.org>
13775
13776         * tests/test-trunc2.c: New file.
13777         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
13778
13779         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
13780         * modules/trunc-tests: Update.
13781
13782 2007-10-12  Bruno Haible  <bruno@clisp.org>
13783
13784         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
13785         of 2.
13786         * tests/test-truncf2.c: New file.
13787         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
13788
13789         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
13790         * modules/truncf-tests: Update.
13791
13792 2007-10-11  Eric Blake  <ebb9@byu.net>
13793
13794         Don't claim strerror is broken on Interix.
13795         * doc/functions/strerror.texi (strerror): Known broken systems are
13796         now Solaris 8, and not Interix.
13797         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
13798         Interix on cross-compile.
13799         Reported by Martin Koeppe in
13800         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
13801
13802 2007-10-11  Bruno Haible  <bruno@clisp.org>
13803
13804         * modules/i-ring-tests: New file.
13805         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
13806         instead of assert.
13807
13808 2007-10-11  Bruno Haible  <bruno@clisp.org>
13809
13810         * modules/filenamecat-tests: New file.
13811         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
13812         * lib/filenamecat.c: Remove test code.
13813
13814 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
13815
13816         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
13817
13818         * lib/strerror.c: Include <string.h> always, to test interface,
13819         and to remove the need for the dummy.
13820         Include intprops.h to compute width instead of doing it ourselves
13821         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
13822         (strerror): Define it to return NULL if there's no system strerror.
13823         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
13824         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
13825         ancient pre-strerror Unix systems well any more.  Saying "unknown
13826         system error" is enough.
13827         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
13828         simpler strerror.c implementation.
13829         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
13830         Simplify the tests to reflect the simpler strerror implementation.
13831         * modules/strerror (Depends-on): Add intprops.
13832
13833 2007-10-09  Eric Blake  <ebb9@byu.net>
13834
13835         Silence test-fpending.
13836         * modules/fpending-tests (Files): Add wrapper script.
13837         * tests/test-fpending.sh: New file.
13838
13839 2007-10-09  Bruno Haible  <bruno@clisp.org>
13840
13841         * MODULES.html.sh (func_module): Don't create a hyperlink for
13842         function names like 'printf_frexp'.
13843         (Misc): Add crc, memxor.
13844         (Characteristics of floating types): New section.
13845         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
13846         isnanf-nolibm, signbit, trunc, truncf, truncl.
13847         (Enhancements for ISO C 99 functions): New subsection Input/output.
13848         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
13849         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
13850         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
13851         (Compatibility checks for POSIX:2001 functions): Add clock-time.
13852         (Enhancements for POSIX:2001 functions): Add chdir-long.
13853         (File system functions): Add areadlink, chdir-safer, read-file.
13854         Remove cycle-check.
13855         (File system as inode set): New section.
13856         (Date and time): Add gethrxtime.
13857         (Multithreading): Add openmp.
13858         (Internationalization functions): Add localename.
13859         (Unicode string functions): Add unistr/u*-mbsnlen.
13860         (Support for maintaining and releasing projects): Add git-version-gen.
13861         (Lone files): Remove directories.
13862
13863 2007-10-08  Ben Pfaff  <blp@gnu.org>
13864
13865         * lib/xmalloca.h: Fix typo in comment.
13866
13867 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13868
13869         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
13870         when avoiding problems with integer overflow.  Use a portable test
13871         instead.
13872
13873 2007-10-08  Simon Josefsson  <simon@josefsson.org>
13874
13875         * modules/dummy (License): Change to LGPLv2+.
13876         * modules/float (License): Likewise
13877         * modules/realloc (License): Likewise
13878         * modules/stdlib (License): Likewise
13879
13880 2007-10-07  Bruno Haible  <bruno@clisp.org>
13881
13882         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
13883         * floor.c (TWO_MANT_DIG): Likewise.
13884         * ceil.c (TWO_MANT_DIG): Likewise.
13885         Reported by Ben Pfaff.
13886
13887 2007-10-07  Bruno Haible  <bruno@clisp.org>
13888
13889         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
13890         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
13891         * lib/frexp.c (FUNC): Likewise.
13892         * lib/printf-frexp.h (printf_frexp): Likewise.
13893         * lib/printf-frexpl.h (printf_frexpl): Likewise.
13894         * lib/printf-frexp.c (FUNC): Likewise.
13895         Suggested by Jim Meyering.
13896
13897 2007-10-07  Jim Meyering  <meyering@redhat.com>
13898
13899         Make xnanosleep's integer overflow test more robust.
13900         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
13901         so that gcc-4.3.0 doesn't optimize away this test for overflow.
13902
13903 2007-10-07  Bruno Haible  <bruno@clisp.org>
13904
13905         * NEWS: Mention the license change.
13906
13907         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
13908         abbreviations in the modules files.
13909
13910         Change copyright notice from GPLv2+ to GPLv3+.
13911         * README: Change copyright notice.
13912         * MODULES.html.sh: Likewise.
13913         * build-aux/bootstrap.conf: Likewise.
13914         * build-aux/config.libpath: Likewise.
13915         * build-aux/csharpcomp.sh.in: Likewise.
13916         * build-aux/csharpexec.sh.in: Likewise.
13917         * build-aux/install-reloc: Likewise.
13918         * build-aux/javacomp.sh.in: Likewise.
13919         * build-aux/javaexec.sh.in: Likewise.
13920         * build-aux/ldd.sh.in: Likewise.
13921         * build-aux/reloc-ldflags: Likewise.
13922         * build-aux/relocatable.sh.in: Likewise.
13923         * build-aux/x-to-1.in: Likewise.
13924         * check-module: Likewise.
13925         * config/srclistvars.sh: Likewise.
13926         * gnulib-tool: Likewise.
13927         * lib/acl-internal.h: Likewise.
13928         * lib/acl.c: Likewise.
13929         * lib/acl.h: Likewise.
13930         * lib/acl_entries.c: Likewise.
13931         * lib/areadlink-with-size.c: Likewise.
13932         * lib/areadlink.c: Likewise.
13933         * lib/areadlink.h: Likewise.
13934         * lib/argmatch.c: Likewise.
13935         * lib/argmatch.h: Likewise.
13936         * lib/argp-ba.c: Likewise.
13937         * lib/argp-eexst.c: Likewise.
13938         * lib/argp-fmtstream.c: Likewise.
13939         * lib/argp-fmtstream.h: Likewise.
13940         * lib/argp-fs-xinl.c: Likewise.
13941         * lib/argp-help.c: Likewise.
13942         * lib/argp-namefrob.h: Likewise.
13943         * lib/argp-parse.c: Likewise.
13944         * lib/argp-pin.c: Likewise.
13945         * lib/argp-pv.c: Likewise.
13946         * lib/argp-pvh.c: Likewise.
13947         * lib/argp-xinl.c: Likewise.
13948         * lib/argp.h: Likewise.
13949         * lib/at-func.c: Likewise.
13950         * lib/atanl.c: Likewise.
13951         * lib/backupfile.c: Likewise.
13952         * lib/backupfile.h: Likewise.
13953         * lib/basename.c: Likewise.
13954         * lib/binary-io.h: Likewise.
13955         * lib/byteswap.in.h: Likewise.
13956         * lib/c-stack.c: Likewise.
13957         * lib/c-stack.h: Likewise.
13958         * lib/c-strcasestr.c: Likewise.
13959         * lib/c-strcasestr.h: Likewise.
13960         * lib/c-strstr.c: Likewise.
13961         * lib/c-strstr.h: Likewise.
13962         * lib/c-strtod.c: Likewise.
13963         * lib/calloc.c: Likewise.
13964         * lib/canon-host.c: Likewise.
13965         * lib/canon-host.h: Likewise.
13966         * lib/canonicalize-lgpl.c: Likewise.
13967         * lib/canonicalize.c: Likewise.
13968         * lib/canonicalize.h: Likewise.
13969         * lib/ceil.c: Likewise.
13970         * lib/ceilf.c: Likewise.
13971         * lib/ceill.c: Likewise.
13972         * lib/chdir-long.c: Likewise.
13973         * lib/chdir-long.h: Likewise.
13974         * lib/chdir-safer.c: Likewise.
13975         * lib/chdir-safer.h: Likewise.
13976         * lib/chown.c: Likewise.
13977         * lib/classpath.c: Likewise.
13978         * lib/classpath.h: Likewise.
13979         * lib/clean-temp.c: Likewise.
13980         * lib/clean-temp.h: Likewise.
13981         * lib/cloexec.c: Likewise.
13982         * lib/close-stream.c: Likewise.
13983         * lib/closein.c: Likewise.
13984         * lib/closein.h: Likewise.
13985         * lib/closeout.c: Likewise.
13986         * lib/closeout.h: Likewise.
13987         * lib/concat-filename.c: Likewise.
13988         * lib/copy-file.c: Likewise.
13989         * lib/copy-file.h: Likewise.
13990         * lib/count-one-bits.h: Likewise.
13991         * lib/crc.c: Likewise.
13992         * lib/crc.h: Likewise.
13993         * lib/creat-safer.c: Likewise.
13994         * lib/csharpcomp.c: Likewise.
13995         * lib/csharpcomp.h: Likewise.
13996         * lib/csharpexec.c: Likewise.
13997         * lib/csharpexec.h: Likewise.
13998         * lib/cycle-check.c: Likewise.
13999         * lib/cycle-check.h: Likewise.
14000         * lib/diacrit.c: Likewise.
14001         * lib/diacrit.h: Likewise.
14002         * lib/diffseq.h: Likewise.
14003         * lib/dirchownmod.c: Likewise.
14004         * lib/dirent.in.h: Likewise.
14005         * lib/dirfd.c: Likewise.
14006         * lib/dirfd.h: Likewise.
14007         * lib/dirname.c: Likewise.
14008         * lib/dirname.h: Likewise.
14009         * lib/dummy.c: Likewise.
14010         * lib/dup-safer.c: Likewise.
14011         * lib/dup2.c: Likewise.
14012         * lib/eealloc.h: Likewise.
14013         * lib/error.c: Likewise.
14014         * lib/error.h: Likewise.
14015         * lib/euidaccess.c: Likewise.
14016         * lib/exclude.c: Likewise.
14017         * lib/exclude.h: Likewise.
14018         * lib/execute.c: Likewise.
14019         * lib/execute.h: Likewise.
14020         * lib/exitfail.c: Likewise.
14021         * lib/exitfail.h: Likewise.
14022         * lib/expl.c: Likewise.
14023         * lib/fatal-signal.c: Likewise.
14024         * lib/fatal-signal.h: Likewise.
14025         * lib/fbufmode.c: Likewise.
14026         * lib/fbufmode.h: Likewise.
14027         * lib/fchdir.c: Likewise.
14028         * lib/fchmodat.c: Likewise.
14029         * lib/fchownat.c: Likewise.
14030         * lib/fcntl--.h: Likewise.
14031         * lib/fcntl-safer.h: Likewise.
14032         * lib/fcntl.in.h: Likewise.
14033         * lib/fd-safer.c: Likewise.
14034         * lib/fflush.c: Likewise.
14035         * lib/file-has-acl.c: Likewise.
14036         * lib/file-set.c: Likewise.
14037         * lib/file-type.c: Likewise.
14038         * lib/file-type.h: Likewise.
14039         * lib/fileblocks.c: Likewise.
14040         * lib/filemode.c: Likewise.
14041         * lib/filemode.h: Likewise.
14042         * lib/filename.h: Likewise.
14043         * lib/filenamecat.c: Likewise.
14044         * lib/filenamecat.h: Likewise.
14045         * lib/findprog.c: Likewise.
14046         * lib/findprog.h: Likewise.
14047         * lib/float.in.h: Likewise.
14048         * lib/floor.c: Likewise.
14049         * lib/floorf.c: Likewise.
14050         * lib/floorl.c: Likewise.
14051         * lib/fopen-safer.c: Likewise.
14052         * lib/fopen.c: Likewise.
14053         * lib/fpending.c: Likewise.
14054         * lib/fpending.h: Likewise.
14055         * lib/fprintf.c: Likewise.
14056         * lib/fprintftime.h: Likewise.
14057         * lib/fpucw.h: Likewise.
14058         * lib/fpurge.c: Likewise.
14059         * lib/fpurge.h: Likewise.
14060         * lib/freadable.c: Likewise.
14061         * lib/freadable.h: Likewise.
14062         * lib/freadahead.c: Likewise.
14063         * lib/freadahead.h: Likewise.
14064         * lib/freading.c: Likewise.
14065         * lib/freading.h: Likewise.
14066         * lib/free.c: Likewise.
14067         * lib/freopen.c: Likewise.
14068         * lib/frexp.c: Likewise.
14069         * lib/frexpl.c: Likewise.
14070         * lib/fseek.c: Likewise.
14071         * lib/fseterr.c: Likewise.
14072         * lib/fseterr.h: Likewise.
14073         * lib/fstatat.c: Likewise.
14074         * lib/fstrcmp.c: Likewise.
14075         * lib/fstrcmp.h: Likewise.
14076         * lib/fsusage.c: Likewise.
14077         * lib/fsusage.h: Likewise.
14078         * lib/ftell.c: Likewise.
14079         * lib/ftello.c: Likewise.
14080         * lib/fts-cycle.c: Likewise.
14081         * lib/fts.c: Likewise.
14082         * lib/fts_.h: Likewise.
14083         * lib/full-read.c: Likewise.
14084         * lib/full-read.h: Likewise.
14085         * lib/full-write.c: Likewise.
14086         * lib/full-write.h: Likewise.
14087         * lib/fwritable.c: Likewise.
14088         * lib/fwritable.h: Likewise.
14089         * lib/fwriteerror.c: Likewise.
14090         * lib/fwriteerror.h: Likewise.
14091         * lib/fwriting.c: Likewise.
14092         * lib/fwriting.h: Likewise.
14093         * lib/gcd.c: Likewise.
14094         * lib/gcd.h: Likewise.
14095         * lib/getcwd.c: Likewise.
14096         * lib/getdate.h: Likewise.
14097         * lib/getdate.y: Likewise.
14098         * lib/getdomainname.c: Likewise.
14099         * lib/getdomainname.h: Likewise.
14100         * lib/getgroups.c: Likewise.
14101         * lib/gethostname.c: Likewise.
14102         * lib/gethrxtime.c: Likewise.
14103         * lib/gethrxtime.h: Likewise.
14104         * lib/getloadavg.c: Likewise.
14105         * lib/getndelim2.c: Likewise.
14106         * lib/getndelim2.h: Likewise.
14107         * lib/getnline.c: Likewise.
14108         * lib/getnline.h: Likewise.
14109         * lib/getopt.c: Likewise.
14110         * lib/getopt.in.h: Likewise.
14111         * lib/getopt1.c: Likewise.
14112         * lib/getopt_int.h: Likewise.
14113         * lib/getpagesize.h: Likewise.
14114         * lib/getsubopt.c: Likewise.
14115         * lib/gettime.c: Likewise.
14116         * lib/getugroups.c: Likewise.
14117         * lib/getugroups.h: Likewise.
14118         * lib/getusershell.c: Likewise.
14119         * lib/gl_anyavltree_list1.h: Likewise.
14120         * lib/gl_anyavltree_list2.h: Likewise.
14121         * lib/gl_anyhash_list1.h: Likewise.
14122         * lib/gl_anyhash_list2.h: Likewise.
14123         * lib/gl_anylinked_list1.h: Likewise.
14124         * lib/gl_anylinked_list2.h: Likewise.
14125         * lib/gl_anyrbtree_list1.h: Likewise.
14126         * lib/gl_anyrbtree_list2.h: Likewise.
14127         * lib/gl_anytree_list1.h: Likewise.
14128         * lib/gl_anytree_list2.h: Likewise.
14129         * lib/gl_anytree_oset.h: Likewise.
14130         * lib/gl_anytreehash_list1.h: Likewise.
14131         * lib/gl_anytreehash_list2.h: Likewise.
14132         * lib/gl_array_list.c: Likewise.
14133         * lib/gl_array_list.h: Likewise.
14134         * lib/gl_array_oset.c: Likewise.
14135         * lib/gl_array_oset.h: Likewise.
14136         * lib/gl_avltree_list.c: Likewise.
14137         * lib/gl_avltree_list.h: Likewise.
14138         * lib/gl_avltree_oset.c: Likewise.
14139         * lib/gl_avltree_oset.h: Likewise.
14140         * lib/gl_avltreehash_list.c: Likewise.
14141         * lib/gl_avltreehash_list.h: Likewise.
14142         * lib/gl_carray_list.c: Likewise.
14143         * lib/gl_carray_list.h: Likewise.
14144         * lib/gl_linked_list.c: Likewise.
14145         * lib/gl_linked_list.h: Likewise.
14146         * lib/gl_linkedhash_list.c: Likewise.
14147         * lib/gl_linkedhash_list.h: Likewise.
14148         * lib/gl_list.c: Likewise.
14149         * lib/gl_list.h: Likewise.
14150         * lib/gl_oset.c: Likewise.
14151         * lib/gl_oset.h: Likewise.
14152         * lib/gl_rbtree_list.c: Likewise.
14153         * lib/gl_rbtree_list.h: Likewise.
14154         * lib/gl_rbtree_oset.c: Likewise.
14155         * lib/gl_rbtree_oset.h: Likewise.
14156         * lib/gl_rbtreehash_list.c: Likewise.
14157         * lib/gl_rbtreehash_list.h: Likewise.
14158         * lib/gl_sublist.c: Likewise.
14159         * lib/gl_sublist.h: Likewise.
14160         * lib/group-member.c: Likewise.
14161         * lib/group-member.h: Likewise.
14162         * lib/hard-locale.c: Likewise.
14163         * lib/hard-locale.h: Likewise.
14164         * lib/hash-pjw.c: Likewise.
14165         * lib/hash-pjw.h: Likewise.
14166         * lib/hash-triple.c: Likewise.
14167         * lib/hash.c: Likewise.
14168         * lib/hash.h: Likewise.
14169         * lib/human.c: Likewise.
14170         * lib/human.h: Likewise.
14171         * lib/i-ring.c: Likewise.
14172         * lib/i-ring.h: Likewise.
14173         * lib/idcache.c: Likewise.
14174         * lib/imaxabs.c: Likewise.
14175         * lib/imaxdiv.c: Likewise.
14176         * lib/inet_pton.c: Likewise.
14177         * lib/inet_pton.h: Likewise.
14178         * lib/intprops.h: Likewise.
14179         * lib/inttostr.c: Likewise.
14180         * lib/inttostr.h: Likewise.
14181         * lib/inttypes.in.h: Likewise.
14182         * lib/isapipe.c: Likewise.
14183         * lib/isdir.c: Likewise.
14184         * lib/isnan.c: Likewise.
14185         * lib/isnan.h: Likewise.
14186         * lib/isnanf.c: Likewise.
14187         * lib/isnanf.h: Likewise.
14188         * lib/isnanl-nolibm.h: Likewise.
14189         * lib/isnanl.c: Likewise.
14190         * lib/isnanl.h: Likewise.
14191         * lib/javacomp.c: Likewise.
14192         * lib/javacomp.h: Likewise.
14193         * lib/javaexec.c: Likewise.
14194         * lib/javaexec.h: Likewise.
14195         * lib/javaversion.c: Likewise.
14196         * lib/javaversion.h: Likewise.
14197         * lib/javaversion.java: Likewise.
14198         * lib/lbrkprop.h: Likewise.
14199         * lib/lchmod.h: Likewise.
14200         * lib/lchown.c: Likewise.
14201         * lib/ldexpl.c: Likewise.
14202         * lib/linebreak.c: Likewise.
14203         * lib/linebreak.h: Likewise.
14204         * lib/linebuffer.c: Likewise.
14205         * lib/linebuffer.h: Likewise.
14206         * lib/locale.in.h: Likewise.
14207         * lib/logl.c: Likewise.
14208         * lib/long-options.c: Likewise.
14209         * lib/long-options.h: Likewise.
14210         * lib/lstat.c: Likewise.
14211         * lib/lstat.h: Likewise.
14212         * lib/math.in.h: Likewise.
14213         * lib/mbchar.c: Likewise.
14214         * lib/mbchar.h: Likewise.
14215         * lib/mbfile.h: Likewise.
14216         * lib/mbiter.h: Likewise.
14217         * lib/mbscasecmp.c: Likewise.
14218         * lib/mbscasestr.c: Likewise.
14219         * lib/mbschr.c: Likewise.
14220         * lib/mbscspn.c: Likewise.
14221         * lib/mbslen.c: Likewise.
14222         * lib/mbsncasecmp.c: Likewise.
14223         * lib/mbsnlen.c: Likewise.
14224         * lib/mbspbrk.c: Likewise.
14225         * lib/mbspcasecmp.c: Likewise.
14226         * lib/mbsrchr.c: Likewise.
14227         * lib/mbssep.c: Likewise.
14228         * lib/mbsspn.c: Likewise.
14229         * lib/mbsstr.c: Likewise.
14230         * lib/mbstok_r.c: Likewise.
14231         * lib/mbswidth.c: Likewise.
14232         * lib/mbswidth.h: Likewise.
14233         * lib/mbuiter.h: Likewise.
14234         * lib/memcasecmp.c: Likewise.
14235         * lib/memcasecmp.h: Likewise.
14236         * lib/memchr.c: Likewise.
14237         * lib/memcmp.c: Likewise.
14238         * lib/memcoll.c: Likewise.
14239         * lib/memcoll.h: Likewise.
14240         * lib/memcpy.c: Likewise.
14241         * lib/memrchr.c: Likewise.
14242         * lib/mkancesdirs.c: Likewise.
14243         * lib/mkdir-p.c: Likewise.
14244         * lib/mkdir-p.h: Likewise.
14245         * lib/mkdir.c: Likewise.
14246         * lib/mkdirat.c: Likewise.
14247         * lib/mkdtemp.c: Likewise.
14248         * lib/mkstemp-safer.c: Likewise.
14249         * lib/mkstemp.c: Likewise.
14250         * lib/modechange.c: Likewise.
14251         * lib/modechange.h: Likewise.
14252         * lib/mountlist.c: Likewise.
14253         * lib/mountlist.h: Likewise.
14254         * lib/mpsort.c: Likewise.
14255         * lib/nanosleep.c: Likewise.
14256         * lib/obstack.c: Likewise.
14257         * lib/obstack.h: Likewise.
14258         * lib/open-safer.c: Likewise.
14259         * lib/open.c: Likewise.
14260         * lib/openat-die.c: Likewise.
14261         * lib/openat-priv.h: Likewise.
14262         * lib/openat-proc.c: Likewise.
14263         * lib/openat.c: Likewise.
14264         * lib/openat.h: Likewise.
14265         * lib/pagealign_alloc.c: Likewise.
14266         * lib/pagealign_alloc.h: Likewise.
14267         * lib/physmem.c: Likewise.
14268         * lib/physmem.h: Likewise.
14269         * lib/pipe-safer.c: Likewise.
14270         * lib/pipe.c: Likewise.
14271         * lib/pipe.h: Likewise.
14272         * lib/posixtm.c: Likewise.
14273         * lib/posixtm.h: Likewise.
14274         * lib/posixver.c: Likewise.
14275         * lib/printf-frexp.c: Likewise.
14276         * lib/printf-frexp.h: Likewise.
14277         * lib/printf-frexpl.c: Likewise.
14278         * lib/printf-frexpl.h: Likewise.
14279         * lib/printf.c: Likewise.
14280         * lib/progname.c: Likewise.
14281         * lib/progname.h: Likewise.
14282         * lib/progreloc.c: Likewise.
14283         * lib/putenv.c: Likewise.
14284         * lib/quote.c: Likewise.
14285         * lib/quote.h: Likewise.
14286         * lib/quotearg.c: Likewise.
14287         * lib/quotearg.h: Likewise.
14288         * lib/raise.c: Likewise.
14289         * lib/readline.c: Likewise.
14290         * lib/readline.h: Likewise.
14291         * lib/readlink.c: Likewise.
14292         * lib/readtokens.c: Likewise.
14293         * lib/readtokens.h: Likewise.
14294         * lib/readtokens0.c: Likewise.
14295         * lib/readtokens0.h: Likewise.
14296         * lib/readutmp.c: Likewise.
14297         * lib/readutmp.h: Likewise.
14298         * lib/realloc.c: Likewise.
14299         * lib/relocwrapper.c: Likewise.
14300         * lib/rename-dest-slash.c: Likewise.
14301         * lib/rename.c: Likewise.
14302         * lib/rmdir.c: Likewise.
14303         * lib/rpmatch.c: Likewise.
14304         * lib/safe-read.c: Likewise.
14305         * lib/safe-read.h: Likewise.
14306         * lib/safe-write.c: Likewise.
14307         * lib/safe-write.h: Likewise.
14308         * lib/same-inode.h: Likewise.
14309         * lib/same.c: Likewise.
14310         * lib/same.h: Likewise.
14311         * lib/save-cwd.c: Likewise.
14312         * lib/save-cwd.h: Likewise.
14313         * lib/savedir.c: Likewise.
14314         * lib/savedir.h: Likewise.
14315         * lib/savewd.c: Likewise.
14316         * lib/savewd.h: Likewise.
14317         * lib/search.in.h: Likewise.
14318         * lib/setenv.c: Likewise.
14319         * lib/setenv.h: Likewise.
14320         * lib/settime.c: Likewise.
14321         * lib/sh-quote.c: Likewise.
14322         * lib/sh-quote.h: Likewise.
14323         * lib/sig2str.c: Likewise.
14324         * lib/sig2str.h: Likewise.
14325         * lib/signal.in.h: Likewise.
14326         * lib/signbitd.c: Likewise.
14327         * lib/signbitf.c: Likewise.
14328         * lib/signbitl.c: Likewise.
14329         * lib/sigprocmask.c: Likewise.
14330         * lib/sincosl.c: Likewise.
14331         * lib/sleep.c: Likewise.
14332         * lib/sprintf.c: Likewise.
14333         * lib/sqrtl.c: Likewise.
14334         * lib/stat-time.h: Likewise.
14335         * lib/stdio--.h: Likewise.
14336         * lib/stdio-safer.h: Likewise.
14337         * lib/stdlib--.h: Likewise.
14338         * lib/stdlib-safer.h: Likewise.
14339         * lib/stdlib.in.h: Likewise.
14340         * lib/stpcpy.c: Likewise.
14341         * lib/stpncpy.c: Likewise.
14342         * lib/strchrnul.c: Likewise.
14343         * lib/strcspn.c: Likewise.
14344         * lib/strerror.c: Likewise.
14345         * lib/strftime.c: Likewise.
14346         * lib/strftime.h: Likewise.
14347         * lib/striconveh.c: Likewise.
14348         * lib/striconveh.h: Likewise.
14349         * lib/striconveha.c: Likewise.
14350         * lib/striconveha.h: Likewise.
14351         * lib/stripslash.c: Likewise.
14352         * lib/strnlen1.c: Likewise.
14353         * lib/strnlen1.h: Likewise.
14354         * lib/strtod.c: Likewise.
14355         * lib/strtoimax.c: Likewise.
14356         * lib/strtok_r.c: Likewise.
14357         * lib/strtol.c: Likewise.
14358         * lib/strtoll.c: Likewise.
14359         * lib/strtoul.c: Likewise.
14360         * lib/strtoull.c: Likewise.
14361         * lib/sysexits.in.h: Likewise.
14362         * lib/tempname.c: Likewise.
14363         * lib/tempname.h: Likewise.
14364         * lib/timespec.h: Likewise.
14365         * lib/tls.c: Likewise.
14366         * lib/tls.h: Likewise.
14367         * lib/tmpdir.c: Likewise.
14368         * lib/tmpdir.h: Likewise.
14369         * lib/tmpfile-safer.c: Likewise.
14370         * lib/tmpfile.c: Likewise.
14371         * lib/trigl.c: Likewise.
14372         * lib/trigl.h: Likewise.
14373         * lib/trim.c: Likewise.
14374         * lib/trim.h: Likewise.
14375         * lib/trunc.c: Likewise.
14376         * lib/truncf.c: Likewise.
14377         * lib/truncl.c: Likewise.
14378         * lib/tsearch.c: Likewise.
14379         * lib/unicodeio.c: Likewise.
14380         * lib/unicodeio.h: Likewise.
14381         * lib/unistd--.h: Likewise.
14382         * lib/unistd-safer.h: Likewise.
14383         * lib/unistdio/ulc-fprintf.c: Likewise.
14384         * lib/unistdio/ulc-vfprintf.c: Likewise.
14385         * lib/unlinkdir.c: Likewise.
14386         * lib/unlinkdir.h: Likewise.
14387         * lib/unlocked-io.h: Likewise.
14388         * lib/unsetenv.c: Likewise.
14389         * lib/userspec.c: Likewise.
14390         * lib/utime.c: Likewise.
14391         * lib/utimecmp.c: Likewise.
14392         * lib/utimecmp.h: Likewise.
14393         * lib/utimens.c: Likewise.
14394         * lib/verify.h: Likewise.
14395         * lib/verror.c: Likewise.
14396         * lib/verror.h: Likewise.
14397         * lib/version-etc-fsf.c: Likewise.
14398         * lib/version-etc.c: Likewise.
14399         * lib/version-etc.h: Likewise.
14400         * lib/vfprintf.c: Likewise.
14401         * lib/vprintf.c: Likewise.
14402         * lib/vsprintf.c: Likewise.
14403         * lib/w32spawn.h: Likewise.
14404         * lib/wait-process.c: Likewise.
14405         * lib/wait-process.h: Likewise.
14406         * lib/wcwidth.c: Likewise.
14407         * lib/write-any-file.c: Likewise.
14408         * lib/xalloc-die.c: Likewise.
14409         * lib/xalloc.h: Likewise.
14410         * lib/xasprintf.c: Likewise.
14411         * lib/xgetcwd.c: Likewise.
14412         * lib/xgetcwd.h: Likewise.
14413         * lib/xgetdomainname.c: Likewise.
14414         * lib/xgetdomainname.h: Likewise.
14415         * lib/xgethostname.c: Likewise.
14416         * lib/xmalloc.c: Likewise.
14417         * lib/xmalloca.c: Likewise.
14418         * lib/xmalloca.h: Likewise.
14419         * lib/xmemcoll.c: Likewise.
14420         * lib/xnanosleep.c: Likewise.
14421         * lib/xreadlink.c: Likewise.
14422         * lib/xreadlink.h: Likewise.
14423         * lib/xsetenv.c: Likewise.
14424         * lib/xsetenv.h: Likewise.
14425         * lib/xstriconv.c: Likewise.
14426         * lib/xstriconv.h: Likewise.
14427         * lib/xstrndup.c: Likewise.
14428         * lib/xstrndup.h: Likewise.
14429         * lib/xstrtod.c: Likewise.
14430         * lib/xstrtod.h: Likewise.
14431         * lib/xstrtol-error.c: Likewise.
14432         * lib/xstrtol.c: Likewise.
14433         * lib/xstrtol.h: Likewise.
14434         * lib/xtime.h: Likewise.
14435         * lib/xvasprintf.c: Likewise.
14436         * lib/xvasprintf.h: Likewise.
14437         * lib/yesno.c: Likewise.
14438         * lib/yesno.h: Likewise.
14439         * posix-modules: Likewise.
14440         * tests/test-alloca-opt.c: Likewise.
14441         * tests/test-arcfour.c: Likewise.
14442         * tests/test-arctwo.c: Likewise.
14443         * tests/test-argmatch.c: Likewise.
14444         * tests/test-argp-2.sh: Likewise.
14445         * tests/test-argp.c: Likewise.
14446         * tests/test-arpa_inet.c: Likewise.
14447         * tests/test-array_list.c: Likewise.
14448         * tests/test-array_oset.c: Likewise.
14449         * tests/test-atexit.c: Likewise.
14450         * tests/test-avltree_list.c: Likewise.
14451         * tests/test-avltree_oset.c: Likewise.
14452         * tests/test-avltreehash_list.c: Likewise.
14453         * tests/test-base64.c: Likewise.
14454         * tests/test-binary-io.c: Likewise.
14455         * tests/test-byteswap.c: Likewise.
14456         * tests/test-c-ctype.c: Likewise.
14457         * tests/test-c-strcasecmp.c: Likewise.
14458         * tests/test-c-strcasestr.c: Likewise.
14459         * tests/test-c-strncasecmp.c: Likewise.
14460         * tests/test-c-strstr.c: Likewise.
14461         * tests/test-canonicalize-lgpl.c: Likewise.
14462         * tests/test-canonicalize.c: Likewise.
14463         * tests/test-carray_list.c: Likewise.
14464         * tests/test-ceilf.c: Likewise.
14465         * tests/test-ceill.c: Likewise.
14466         * tests/test-count-one-bits.c: Likewise.
14467         * tests/test-crc.c: Likewise.
14468         * tests/test-dirname.c: Likewise.
14469         * tests/test-fbufmode.c: Likewise.
14470         * tests/test-fcntl.c: Likewise.
14471         * tests/test-fflush.c: Likewise.
14472         * tests/test-floorf.c: Likewise.
14473         * tests/test-floorl.c: Likewise.
14474         * tests/test-fopen.c: Likewise.
14475         * tests/test-fprintf-posix.c: Likewise.
14476         * tests/test-fprintf-posix.h: Likewise.
14477         * tests/test-fpurge.c: Likewise.
14478         * tests/test-freadable.c: Likewise.
14479         * tests/test-freadahead.c: Likewise.
14480         * tests/test-freading.c: Likewise.
14481         * tests/test-freopen.c: Likewise.
14482         * tests/test-frexp.c: Likewise.
14483         * tests/test-frexpl.c: Likewise.
14484         * tests/test-fseek.c: Likewise.
14485         * tests/test-fseeko.c: Likewise.
14486         * tests/test-fseterr.c: Likewise.
14487         * tests/test-fstrcmp.c: Likewise.
14488         * tests/test-ftell.c: Likewise.
14489         * tests/test-ftello.c: Likewise.
14490         * tests/test-fwritable.c: Likewise.
14491         * tests/test-fwriting.c: Likewise.
14492         * tests/test-getaddrinfo.c: Likewise.
14493         * tests/test-getpass.c: Likewise.
14494         * tests/test-gettimeofday.c: Likewise.
14495         * tests/test-hmac-md5.c: Likewise.
14496         * tests/test-hmac-sha1.c: Likewise.
14497         * tests/test-iconv.c: Likewise.
14498         * tests/test-iconvme.c: Likewise.
14499         * tests/test-inttypes.c: Likewise.
14500         * tests/test-isnan.c: Likewise.
14501         * tests/test-isnanf.c: Likewise.
14502         * tests/test-isnanl-nolibm.c: Likewise.
14503         * tests/test-isnanl.c: Likewise.
14504         * tests/test-isnanl.h: Likewise.
14505         * tests/test-ldexpl.c: Likewise.
14506         * tests/test-linked_list.c: Likewise.
14507         * tests/test-linkedhash_list.c: Likewise.
14508         * tests/test-locale.c: Likewise.
14509         * tests/test-localename.c: Likewise.
14510         * tests/test-lock.c: Likewise.
14511         * tests/test-lseek.c: Likewise.
14512         * tests/test-malloca.c: Likewise.
14513         * tests/test-math.c: Likewise.
14514         * tests/test-mbscasecmp.c: Likewise.
14515         * tests/test-mbscasestr1.c: Likewise.
14516         * tests/test-mbscasestr2.c: Likewise.
14517         * tests/test-mbscasestr3.c: Likewise.
14518         * tests/test-mbscasestr4.c: Likewise.
14519         * tests/test-mbschr.c: Likewise.
14520         * tests/test-mbscspn.c: Likewise.
14521         * tests/test-mbsncasecmp.c: Likewise.
14522         * tests/test-mbspbrk.c: Likewise.
14523         * tests/test-mbspcasecmp.c: Likewise.
14524         * tests/test-mbsrchr.c: Likewise.
14525         * tests/test-mbsspn.c: Likewise.
14526         * tests/test-mbsstr1.c: Likewise.
14527         * tests/test-mbsstr2.c: Likewise.
14528         * tests/test-mbsstr3.c: Likewise.
14529         * tests/test-md5.c: Likewise.
14530         * tests/test-memmem.c: Likewise.
14531         * tests/test-netinet_in.c: Likewise.
14532         * tests/test-open.c: Likewise.
14533         * tests/test-printf-frexp.c: Likewise.
14534         * tests/test-printf-frexpl.c: Likewise.
14535         * tests/test-printf-posix.c: Likewise.
14536         * tests/test-printf-posix.h: Likewise.
14537         * tests/test-rbtree_list.c: Likewise.
14538         * tests/test-rbtree_oset.c: Likewise.
14539         * tests/test-rbtreehash_list.c: Likewise.
14540         * tests/test-read-file.c: Likewise.
14541         * tests/test-rijndael.c: Likewise.
14542         * tests/test-search.c: Likewise.
14543         * tests/test-signbit.c: Likewise.
14544         * tests/test-sleep.c: Likewise.
14545         * tests/test-snprintf-posix.c: Likewise.
14546         * tests/test-snprintf-posix.h: Likewise.
14547         * tests/test-snprintf.c: Likewise.
14548         * tests/test-sprintf-posix.c: Likewise.
14549         * tests/test-sprintf-posix.h: Likewise.
14550         * tests/test-stat-time.c: Likewise.
14551         * tests/test-stdbool.c: Likewise.
14552         * tests/test-stdint.c: Likewise.
14553         * tests/test-stdio.c: Likewise.
14554         * tests/test-stdlib.c: Likewise.
14555         * tests/test-stpncpy.c: Likewise.
14556         * tests/test-strcasestr.c: Likewise.
14557         * tests/test-striconv.c: Likewise.
14558         * tests/test-striconveh.c: Likewise.
14559         * tests/test-striconveha.c: Likewise.
14560         * tests/test-string.c: Likewise.
14561         * tests/test-sys_select.c: Likewise.
14562         * tests/test-sys_socket.c: Likewise.
14563         * tests/test-sys_stat.c: Likewise.
14564         * tests/test-sys_time.c: Likewise.
14565         * tests/test-sysexits.c: Likewise.
14566         * tests/test-time.c: Likewise.
14567         * tests/test-tls.c: Likewise.
14568         * tests/test-trunc.c: Likewise.
14569         * tests/test-truncf.c: Likewise.
14570         * tests/test-truncl.c: Likewise.
14571         * tests/test-unistd.c: Likewise.
14572         * tests/test-vasnprintf-posix.c: Likewise.
14573         * tests/test-vasnprintf-posix2.c: Likewise.
14574         * tests/test-vasnprintf.c: Likewise.
14575         * tests/test-vasprintf-posix.c: Likewise.
14576         * tests/test-vasprintf.c: Likewise.
14577         * tests/test-verify.c: Likewise.
14578         * tests/test-vfprintf-posix.c: Likewise.
14579         * tests/test-vprintf-posix.c: Likewise.
14580         * tests/test-vsnprintf-posix.c: Likewise.
14581         * tests/test-vsnprintf.c: Likewise.
14582         * tests/test-vsprintf-posix.c: Likewise.
14583         * tests/test-wchar.c: Likewise.
14584         * tests/test-wctype.c: Likewise.
14585         * tests/test-wcwidth.c: Likewise.
14586         * tests/test-xstrtol.c: Likewise.
14587         * tests/test-xvasprintf.c: Likewise.
14588         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
14589         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
14590         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14591         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14592         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14593         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
14594         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14595         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14596         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14597         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
14598         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14599         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14600         * tests/uniname/test-uninames.c: Likewise.
14601         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
14602         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
14603         * tests/unistdio/test-u16-printf1.h: Likewise.
14604         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
14605         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
14606         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
14607         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
14608         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
14609         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
14610         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
14611         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
14612         * tests/unistdio/test-u32-printf1.h: Likewise.
14613         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
14614         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
14615         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
14616         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
14617         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
14618         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
14619         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
14620         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
14621         * tests/unistdio/test-u8-printf1.h: Likewise.
14622         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
14623         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
14624         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
14625         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
14626         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
14627         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
14628         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
14629         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
14630         * tests/unistdio/test-ulc-printf1.h: Likewise.
14631         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
14632         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
14633         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
14634         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
14635         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
14636         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
14637         * tests/uniwidth/test-u16-strwidth.c: Likewise.
14638         * tests/uniwidth/test-u16-width.c: Likewise.
14639         * tests/uniwidth/test-u32-strwidth.c: Likewise.
14640         * tests/uniwidth/test-u32-width.c: Likewise.
14641         * tests/uniwidth/test-u8-strwidth.c: Likewise.
14642         * tests/uniwidth/test-u8-width.c: Likewise.
14643         * tests/uniwidth/test-uc_width.c: Likewise.
14644         * config/srclist-update: Likewise.
14645         (fixlicense): Update to GPLv3+.
14646
14647         Change copyright notice from LGPLv2.1+ to LGPLv3+.
14648         * tests/test-tsearch.c: Change copyright notice.
14649
14650         Change copyright notice from LGPLv2.0+ to LGPLv3+.
14651         * lib/c-strcaseeq.h: Change copyright notice.
14652         * lib/streq.h: Likewise.
14653         * lib/uniconv.h: Likewise.
14654         * lib/uniconv/u-conv-from-enc.h: Likewise.
14655         * lib/uniconv/u-conv-to-enc.h: Likewise.
14656         * lib/uniconv/u-strconv-from-enc.h: Likewise.
14657         * lib/uniconv/u-strconv-to-enc.h: Likewise.
14658         * lib/uniconv/u16-conv-from-enc.c: Likewise.
14659         * lib/uniconv/u16-conv-to-enc.c: Likewise.
14660         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
14661         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
14662         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
14663         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
14664         * lib/uniconv/u32-conv-from-enc.c: Likewise.
14665         * lib/uniconv/u32-conv-to-enc.c: Likewise.
14666         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
14667         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
14668         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
14669         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
14670         * lib/uniconv/u8-conv-from-enc.c: Likewise.
14671         * lib/uniconv/u8-conv-to-enc.c: Likewise.
14672         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
14673         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
14674         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
14675         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
14676         * lib/uniname.h: Likewise.
14677         * lib/uniname/uniname.c: Likewise.
14678         * lib/unistdio.h: Likewise.
14679         * lib/unistdio/u-asnprintf.h: Likewise.
14680         * lib/unistdio/u-asprintf.h: Likewise.
14681         * lib/unistdio/u-printf-args.c: Likewise.
14682         * lib/unistdio/u-printf-args.h: Likewise.
14683         * lib/unistdio/u-printf-parse.h: Likewise.
14684         * lib/unistdio/u-snprintf.h: Likewise.
14685         * lib/unistdio/u-sprintf.h: Likewise.
14686         * lib/unistdio/u-vasprintf.h: Likewise.
14687         * lib/unistdio/u-vsnprintf.h: Likewise.
14688         * lib/unistdio/u-vsprintf.h: Likewise.
14689         * lib/unistdio/u16-asnprintf.c: Likewise.
14690         * lib/unistdio/u16-asprintf.c: Likewise.
14691         * lib/unistdio/u16-printf-parse.c: Likewise.
14692         * lib/unistdio/u16-snprintf.c: Likewise.
14693         * lib/unistdio/u16-sprintf.c: Likewise.
14694         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
14695         * lib/unistdio/u16-u16-asprintf.c: Likewise.
14696         * lib/unistdio/u16-u16-snprintf.c: Likewise.
14697         * lib/unistdio/u16-u16-sprintf.c: Likewise.
14698         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
14699         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
14700         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
14701         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
14702         * lib/unistdio/u16-vasnprintf.c: Likewise.
14703         * lib/unistdio/u16-vasprintf.c: Likewise.
14704         * lib/unistdio/u16-vsnprintf.c: Likewise.
14705         * lib/unistdio/u16-vsprintf.c: Likewise.
14706         * lib/unistdio/u32-asnprintf.c: Likewise.
14707         * lib/unistdio/u32-asprintf.c: Likewise.
14708         * lib/unistdio/u32-printf-parse.c: Likewise.
14709         * lib/unistdio/u32-snprintf.c: Likewise.
14710         * lib/unistdio/u32-sprintf.c: Likewise.
14711         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
14712         * lib/unistdio/u32-u32-asprintf.c: Likewise.
14713         * lib/unistdio/u32-u32-snprintf.c: Likewise.
14714         * lib/unistdio/u32-u32-sprintf.c: Likewise.
14715         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
14716         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
14717         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
14718         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
14719         * lib/unistdio/u32-vasnprintf.c: Likewise.
14720         * lib/unistdio/u32-vasprintf.c: Likewise.
14721         * lib/unistdio/u32-vsnprintf.c: Likewise.
14722         * lib/unistdio/u32-vsprintf.c: Likewise.
14723         * lib/unistdio/u8-asnprintf.c: Likewise.
14724         * lib/unistdio/u8-asprintf.c: Likewise.
14725         * lib/unistdio/u8-printf-parse.c: Likewise.
14726         * lib/unistdio/u8-snprintf.c: Likewise.
14727         * lib/unistdio/u8-sprintf.c: Likewise.
14728         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
14729         * lib/unistdio/u8-u8-asprintf.c: Likewise.
14730         * lib/unistdio/u8-u8-snprintf.c: Likewise.
14731         * lib/unistdio/u8-u8-sprintf.c: Likewise.
14732         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
14733         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
14734         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
14735         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
14736         * lib/unistdio/u8-vasnprintf.c: Likewise.
14737         * lib/unistdio/u8-vasprintf.c: Likewise.
14738         * lib/unistdio/u8-vsnprintf.c: Likewise.
14739         * lib/unistdio/u8-vsprintf.c: Likewise.
14740         * lib/unistdio/ulc-asnprintf.c: Likewise.
14741         * lib/unistdio/ulc-asprintf.c: Likewise.
14742         * lib/unistdio/ulc-printf-parse.c: Likewise.
14743         * lib/unistdio/ulc-snprintf.c: Likewise.
14744         * lib/unistdio/ulc-sprintf.c: Likewise.
14745         * lib/unistdio/ulc-vasnprintf.c: Likewise.
14746         * lib/unistdio/ulc-vasprintf.c: Likewise.
14747         * lib/unistdio/ulc-vsnprintf.c: Likewise.
14748         * lib/unistdio/ulc-vsprintf.c: Likewise.
14749         * lib/unistr.h: Likewise.
14750         * lib/unistr/u-cpy-alloc.h: Likewise.
14751         * lib/unistr/u-cpy.h: Likewise.
14752         * lib/unistr/u-endswith.h: Likewise.
14753         * lib/unistr/u-move.h: Likewise.
14754         * lib/unistr/u-set.h: Likewise.
14755         * lib/unistr/u-startswith.h: Likewise.
14756         * lib/unistr/u-stpcpy.h: Likewise.
14757         * lib/unistr/u-stpncpy.h: Likewise.
14758         * lib/unistr/u-strcat.h: Likewise.
14759         * lib/unistr/u-strcpy.h: Likewise.
14760         * lib/unistr/u-strcspn.h: Likewise.
14761         * lib/unistr/u-strdup.h: Likewise.
14762         * lib/unistr/u-strlen.h: Likewise.
14763         * lib/unistr/u-strncat.h: Likewise.
14764         * lib/unistr/u-strncpy.h: Likewise.
14765         * lib/unistr/u-strnlen.h: Likewise.
14766         * lib/unistr/u-strpbrk.h: Likewise.
14767         * lib/unistr/u-strspn.h: Likewise.
14768         * lib/unistr/u-strstr.h: Likewise.
14769         * lib/unistr/u-strtok.h: Likewise.
14770         * lib/unistr/u16-check.c: Likewise.
14771         * lib/unistr/u16-chr.c: Likewise.
14772         * lib/unistr/u16-cmp.c: Likewise.
14773         * lib/unistr/u16-cpy-alloc.c: Likewise.
14774         * lib/unistr/u16-cpy.c: Likewise.
14775         * lib/unistr/u16-endswith.c: Likewise.
14776         * lib/unistr/u16-mblen.c: Likewise.
14777         * lib/unistr/u16-mbsnlen.c: Likewise.
14778         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14779         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14780         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14781         * lib/unistr/u16-mbtouc.c: Likewise.
14782         * lib/unistr/u16-mbtoucr.c: Likewise.
14783         * lib/unistr/u16-move.c: Likewise.
14784         * lib/unistr/u16-next.c: Likewise.
14785         * lib/unistr/u16-prev.c: Likewise.
14786         * lib/unistr/u16-set.c: Likewise.
14787         * lib/unistr/u16-startswith.c: Likewise.
14788         * lib/unistr/u16-stpcpy.c: Likewise.
14789         * lib/unistr/u16-stpncpy.c: Likewise.
14790         * lib/unistr/u16-strcat.c: Likewise.
14791         * lib/unistr/u16-strchr.c: Likewise.
14792         * lib/unistr/u16-strcmp.c: Likewise.
14793         * lib/unistr/u16-strcpy.c: Likewise.
14794         * lib/unistr/u16-strcspn.c: Likewise.
14795         * lib/unistr/u16-strdup.c: Likewise.
14796         * lib/unistr/u16-strlen.c: Likewise.
14797         * lib/unistr/u16-strmblen.c: Likewise.
14798         * lib/unistr/u16-strmbtouc.c: Likewise.
14799         * lib/unistr/u16-strncat.c: Likewise.
14800         * lib/unistr/u16-strncmp.c: Likewise.
14801         * lib/unistr/u16-strncpy.c: Likewise.
14802         * lib/unistr/u16-strnlen.c: Likewise.
14803         * lib/unistr/u16-strpbrk.c: Likewise.
14804         * lib/unistr/u16-strrchr.c: Likewise.
14805         * lib/unistr/u16-strspn.c: Likewise.
14806         * lib/unistr/u16-strstr.c: Likewise.
14807         * lib/unistr/u16-strtok.c: Likewise.
14808         * lib/unistr/u16-to-u32.c: Likewise.
14809         * lib/unistr/u16-to-u8.c: Likewise.
14810         * lib/unistr/u16-uctomb-aux.c: Likewise.
14811         * lib/unistr/u16-uctomb.c: Likewise.
14812         * lib/unistr/u32-check.c: Likewise.
14813         * lib/unistr/u32-chr.c: Likewise.
14814         * lib/unistr/u32-cmp.c: Likewise.
14815         * lib/unistr/u32-cpy-alloc.c: Likewise.
14816         * lib/unistr/u32-cpy.c: Likewise.
14817         * lib/unistr/u32-endswith.c: Likewise.
14818         * lib/unistr/u32-mblen.c: Likewise.
14819         * lib/unistr/u32-mbsnlen.c: Likewise.
14820         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14821         * lib/unistr/u32-mbtouc.c: Likewise.
14822         * lib/unistr/u32-mbtoucr.c: Likewise.
14823         * lib/unistr/u32-move.c: Likewise.
14824         * lib/unistr/u32-next.c: Likewise.
14825         * lib/unistr/u32-prev.c: Likewise.
14826         * lib/unistr/u32-set.c: Likewise.
14827         * lib/unistr/u32-startswith.c: Likewise.
14828         * lib/unistr/u32-stpcpy.c: Likewise.
14829         * lib/unistr/u32-stpncpy.c: Likewise.
14830         * lib/unistr/u32-strcat.c: Likewise.
14831         * lib/unistr/u32-strchr.c: Likewise.
14832         * lib/unistr/u32-strcmp.c: Likewise.
14833         * lib/unistr/u32-strcpy.c: Likewise.
14834         * lib/unistr/u32-strcspn.c: Likewise.
14835         * lib/unistr/u32-strdup.c: Likewise.
14836         * lib/unistr/u32-strlen.c: Likewise.
14837         * lib/unistr/u32-strmblen.c: Likewise.
14838         * lib/unistr/u32-strmbtouc.c: Likewise.
14839         * lib/unistr/u32-strncat.c: Likewise.
14840         * lib/unistr/u32-strncmp.c: Likewise.
14841         * lib/unistr/u32-strncpy.c: Likewise.
14842         * lib/unistr/u32-strnlen.c: Likewise.
14843         * lib/unistr/u32-strpbrk.c: Likewise.
14844         * lib/unistr/u32-strrchr.c: Likewise.
14845         * lib/unistr/u32-strspn.c: Likewise.
14846         * lib/unistr/u32-strstr.c: Likewise.
14847         * lib/unistr/u32-strtok.c: Likewise.
14848         * lib/unistr/u32-to-u16.c: Likewise.
14849         * lib/unistr/u32-to-u8.c: Likewise.
14850         * lib/unistr/u32-uctomb.c: Likewise.
14851         * lib/unistr/u8-check.c: Likewise.
14852         * lib/unistr/u8-chr.c: Likewise.
14853         * lib/unistr/u8-cmp.c: Likewise.
14854         * lib/unistr/u8-cpy-alloc.c: Likewise.
14855         * lib/unistr/u8-cpy.c: Likewise.
14856         * lib/unistr/u8-endswith.c: Likewise.
14857         * lib/unistr/u8-mblen.c: Likewise.
14858         * lib/unistr/u8-mbsnlen.c: Likewise.
14859         * lib/unistr/u8-mbtouc-aux.c: Likewise.
14860         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14861         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14862         * lib/unistr/u8-mbtouc.c: Likewise.
14863         * lib/unistr/u8-mbtoucr.c: Likewise.
14864         * lib/unistr/u8-move.c: Likewise.
14865         * lib/unistr/u8-next.c: Likewise.
14866         * lib/unistr/u8-prev.c: Likewise.
14867         * lib/unistr/u8-set.c: Likewise.
14868         * lib/unistr/u8-startswith.c: Likewise.
14869         * lib/unistr/u8-stpcpy.c: Likewise.
14870         * lib/unistr/u8-stpncpy.c: Likewise.
14871         * lib/unistr/u8-strcat.c: Likewise.
14872         * lib/unistr/u8-strchr.c: Likewise.
14873         * lib/unistr/u8-strcmp.c: Likewise.
14874         * lib/unistr/u8-strcpy.c: Likewise.
14875         * lib/unistr/u8-strcspn.c: Likewise.
14876         * lib/unistr/u8-strdup.c: Likewise.
14877         * lib/unistr/u8-strlen.c: Likewise.
14878         * lib/unistr/u8-strmblen.c: Likewise.
14879         * lib/unistr/u8-strmbtouc.c: Likewise.
14880         * lib/unistr/u8-strncat.c: Likewise.
14881         * lib/unistr/u8-strncmp.c: Likewise.
14882         * lib/unistr/u8-strncpy.c: Likewise.
14883         * lib/unistr/u8-strnlen.c: Likewise.
14884         * lib/unistr/u8-strpbrk.c: Likewise.
14885         * lib/unistr/u8-strrchr.c: Likewise.
14886         * lib/unistr/u8-strspn.c: Likewise.
14887         * lib/unistr/u8-strstr.c: Likewise.
14888         * lib/unistr/u8-strtok.c: Likewise.
14889         * lib/unistr/u8-to-u16.c: Likewise.
14890         * lib/unistr/u8-to-u32.c: Likewise.
14891         * lib/unistr/u8-uctomb-aux.c: Likewise.
14892         * lib/unistr/u8-uctomb.c: Likewise.
14893         * lib/unitypes.h: Likewise.
14894         * lib/uniwidth.h: Likewise.
14895         * lib/uniwidth/cjk.h: Likewise.
14896         * lib/uniwidth/u16-strwidth.c: Likewise.
14897         * lib/uniwidth/u16-width.c: Likewise.
14898         * lib/uniwidth/u32-strwidth.c: Likewise.
14899         * lib/uniwidth/u32-width.c: Likewise.
14900         * lib/uniwidth/u8-strwidth.c: Likewise.
14901         * lib/uniwidth/u8-width.c: Likewise.
14902         * lib/uniwidth/width.c: Likewise.
14903
14904 2007-10-07  Bruno Haible  <bruno@clisp.org>
14905
14906         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
14907         The file is still under LGPL (see modules/inttypes).
14908
14909 2007-10-06  Bruno Haible  <bruno@clisp.org>
14910
14911         * modules/trunc (Dependencies): Add 'extensions'.
14912         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
14913         Reported by Ben Pfaff <blp@gnu.org>.
14914
14915 2007-10-06  Bruno Haible  <bruno@clisp.org>
14916
14917         * modules/freopen-tests: New file.
14918         * tests/test-freopen.c: New file.
14919
14920         * modules/fopen-tests: New file.
14921         * tests/test-fopen.c: New file.
14922
14923         * modules/fopen: New file.
14924         * lib/fopen.c: New file.
14925         * m4/fopen.m4: New file.
14926         * modules/freopen: New file.
14927         * lib/freopen.c: New file.
14928         * m4/freopen.m4: New file.
14929         * lib/stdio.in.h (fopen, freopen): New declarations.
14930         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
14931         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14932         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
14933         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14934         * doc/functions/fopen.texi: Mention the 'fopen' module.
14935         * doc/functions/freopen.texi: Mention the 'freopen' module.
14936
14937 2007-10-06  Bruno Haible  <bruno@clisp.org>
14938
14939         * modules/open-tests: New file.
14940         * tests/test-open.c: New file.
14941
14942         * modules/open: New file.
14943         * lib/open.c: New file.
14944         * m4/open.m4: New file.
14945         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
14946         lib/open.c does.
14947         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
14948         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
14949         macros.
14950         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
14951         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
14952         REPLACE_OPEN.
14953         * doc/functions/open.texi: Mention the 'open' module.
14954
14955 2007-10-04  Bruno Haible  <bruno@clisp.org>
14956
14957         * modules/ceill-tests: New file.
14958         * tests/test-ceill.c: New file.
14959
14960         * modules/ceill: New file.
14961         * lib/ceill.c: Replace entire file.
14962         * m4/ceill.m4: New file.
14963         * lib/math.in.h (ceill): Replace declaration.
14964         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
14965         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
14966         * doc/functions/ceill.texi: Mention the 'ceill' module.
14967         * modules/mathl (Files): Remove lib/ceill.c.
14968         (Depends-on): Add ceill.
14969
14970 2007-10-04  Bruno Haible  <bruno@clisp.org>
14971
14972         * modules/ceilf-tests: New file.
14973         * tests/test-ceilf.c: New file.
14974
14975         * modules/ceilf: New file.
14976         * lib/ceil.c: New file.
14977         * lib/ceilf.c: New file.
14978         * m4/ceilf.m4: New file.
14979         * lib/math.in.h (ceilf): New declaration.
14980         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
14981         HAVE_DECL_CEILF.
14982         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
14983         HAVE_DECL_CEILF.
14984         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
14985
14986 2007-10-04  Bruno Haible  <bruno@clisp.org>
14987
14988         * modules/floorl-tests: New file.
14989         * tests/test-floorl.c: New file.
14990
14991         * modules/floorl: New file.
14992         * lib/floorl.c: Replace entire file.
14993         * m4/floorl.m4: New file.
14994         * lib/math.in.h (floorl): Replace declaration.
14995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
14996         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
14997         * doc/functions/floorl.texi: Mention the 'floorl' module.
14998         * modules/mathl (Files): Remove lib/floorl.c.
14999         (Depends-on): Add floorl.
15000
15001 2007-10-04  Bruno Haible  <bruno@clisp.org>
15002
15003         * modules/floorf-tests: New file.
15004         * tests/test-floorf.c: New file.
15005
15006         * modules/floorf: New file.
15007         * lib/floor.c: New file.
15008         * lib/floorf.c: New file.
15009         * m4/floorf.m4: New file.
15010         * lib/math.in.h (floorf): New declaration.
15011         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
15012         HAVE_DECL_FLOORF.
15013         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
15014         HAVE_DECL_FLOORF.
15015         * doc/functions/floorf.texi: Mention the 'floorf' module.
15016
15017 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
15018             Bruno Haible  <bruno@clisp.org>
15019
15020         Advertise for the Git server instead of the CVS server.
15021         * doc/gnulib-intro.texi (Steady Development): Mention the Git
15022         repository instead of the CVS one.
15023         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
15024         about all VCS systems generically.
15025         * doc/gnulib.texi (Introduction): Capitalize `Git'.
15026
15027 2007-10-04  Bruno Haible  <bruno@clisp.org>
15028
15029         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
15030         means.
15031         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
15032
15033 2007-10-04  Bruno Haible  <bruno@clisp.org>
15034
15035         * modules/truncl-tests: New file.
15036         * tests/test-truncl.c: New file.
15037
15038         * modules/truncl: New file.
15039         * lib/truncl.c: New file.
15040         * m4/truncl.m4: New file.
15041         * lib/math.in.h (truncl): New declaration.
15042         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
15043         HAVE_DECL_TRUNCL.
15044         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
15045         HAVE_DECL_TRUNCL.
15046         * doc/functions/truncl.texi: Mention the 'truncl' module.
15047
15048 2007-10-04  Bruno Haible  <bruno@clisp.org>
15049
15050         * modules/truncf-tests: New file.
15051         * tests/test-truncf.c: New file.
15052
15053         * modules/truncf: New file.
15054         * lib/trunc.c: Make paramerizable through USE_* macros.
15055         * lib/truncf.c: New file.
15056         * m4/truncf.m4: New file.
15057         * lib/math.in.h (truncf): New declaration.
15058         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
15059         HAVE_DECL_TRUNCF.
15060         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
15061         HAVE_DECL_TRUNCF.
15062         * doc/functions/truncf.texi: Mention the 'truncf' module.
15063
15064 2007-10-03  Bruno Haible  <bruno@clisp.org>
15065
15066         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
15067         augmentation also for tests modules.
15068         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
15069         * modules/atexit-tests (Makefile.am): Likewise.
15070         * modules/binary-io-tests (Makefile.am): Likewise.
15071         * modules/c-strcase-tests (Makefile.am): Likewise.
15072         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
15073         * modules/canonicalize-tests (Makefile.am): Likewise.
15074         * modules/closein-tests (Makefile.am): Likewise.
15075         * modules/fprintf-posix-tests (Makefile.am): Likewise.
15076         * modules/freadahead-tests (Makefile.am): Likewise.
15077         * modules/fseek-tests (Makefile.am): Likewise.
15078         * modules/fseeko-tests (Makefile.am): Likewise.
15079         * modules/ftell-tests (Makefile.am): Likewise.
15080         * modules/ftello-tests (Makefile.am): Likewise.
15081         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
15082         * modules/isnanl-tests (Makefile.am): Likewise.
15083         * modules/lseek-tests (Makefile.am): Likewise.
15084         * modules/mbscasecmp-tests (Makefile.am): Likewise.
15085         * modules/mbscasestr-tests (Makefile.am): Likewise.
15086         * modules/mbschr-tests (Makefile.am): Likewise.
15087         * modules/mbscspn-tests (Makefile.am): Likewise.
15088         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
15089         * modules/mbspbrk-tests (Makefile.am): Likewise.
15090         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
15091         * modules/mbsrchr-tests (Makefile.am): Likewise.
15092         * modules/mbsspn-tests (Makefile.am): Likewise.
15093         * modules/mbsstr-tests (Makefile.am): Likewise.
15094         * modules/printf-posix-tests (Makefile.am): Likewise.
15095         * modules/snprintf-posix-tests (Makefile.am): Likewise.
15096         * modules/sprintf-posix-tests (Makefile.am): Likewise.
15097         * modules/tsearch-tests (Makefile.am): Likewise.
15098         * modules/uniname/uniname-tests (Makefile.am): Likewise.
15099         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
15100         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
15101         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
15102         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
15103         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
15104         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
15105         * modules/vprintf-posix-tests (Makefile.am): Likewise.
15106         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
15107         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
15108         * modules/xstrtoimax-tests (Makefile.am): Likewise.
15109         * modules/xstrtol-tests (Makefile.am): Likewise.
15110         * modules/xstrtoumax-tests (Makefile.am): Likewise.
15111         * modules/yesno-tests (Makefile.am): Likewise.
15112
15113 2007-10-03  Bruno Haible  <bruno@clisp.org>
15114
15115         * modules/trunc-tests: New file.
15116         * tests/test-trunc.c: New file.
15117
15118         * modules/trunc: New file.
15119         * lib/trunc.c: New file.
15120         * m4/trunc.m4: New file.
15121         * lib/math.in.h (trunc): New declaration.
15122         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
15123         HAVE_DECL_TRUNC.
15124         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
15125         HAVE_DECL_TRUNC.
15126         * doc/functions/trunc.texi: Mention the 'trunc' module.
15127
15128 2007-10-03  Bruno Haible  <bruno@clisp.org>
15129
15130         * tests/test-fpending.c: New file, mostly copied
15131         from coreutils/lib/t-fpending.c.
15132         * modules/fpending-tests: New file.
15133
15134 2007-10-03  Bruno Haible  <bruno@clisp.org>
15135
15136         Port the stdio extensions to QNX (untested).
15137         * lib/fseterr.c (fseterr): Add support for QNX.
15138         * lib/fbufmode.c (fbufmode): Likewise.
15139         * lib/freadable.c (freadable): Likewise.
15140         * lib/fwritable.c (fwritable): Likewise.
15141         * lib/freading.c (freading): Likewise.
15142         * lib/fwriting.c (fwriting): Likewise.
15143         * lib/freadahead.c (freadahed): Likewise.
15144         * lib/fpurge.c (fpurge): Likewise.
15145         * lib/fseeko.c (rpl_fseeko): Likewise.
15146
15147 2007-10-03  Bruno Haible  <bruno@clisp.org>
15148             Jim Meyering  <jim@meyering.net>
15149             Eric Blake  <ebb9@byu.net>
15150
15151         * doc/relocatable.texi: Use @command instead of @program.
15152
15153 2007-10-02  Jim Meyering  <jim@meyering.net>
15154
15155         Perform one more "_.h" -> ".in.h" substitution.
15156         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
15157         instead of unistd_.h here, too.
15158
15159 2007-10-01  Bruno Haible  <bruno@clisp.org>
15160
15161         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
15162         Needed for the alloca-opt module.
15163
15164 2007-09-30  Bruno Haible  <bruno@clisp.org>
15165
15166         * lib/alloca.in.h: Renamed from lib/alloca_.h.
15167         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
15168         alloca_.h.
15169         * lib/argz.in.h: Renamed from lib/argz_.h.
15170         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
15171         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
15172         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
15173         byteswap_.h.
15174         * lib/dirent.in.h: Renamed from lib/dirent_.h.
15175         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
15176         dirent_.h.
15177         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
15178         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
15179         fcntl_.h.
15180         * lib/float.in.h: Renamed from lib/float_.h.
15181         * modules/float (Files, Makefile.am): Use float.in.h instead of
15182         float_.h.
15183         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
15184         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
15185         fnmatch_.h.
15186         * lib/getopt.in.h: Renamed from lib/getopt_.h.
15187         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
15188         getopt_.h.
15189         * lib/glob.in.h: Renamed from lib/glob_.h.
15190         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
15191         * lib/iconv.in.h: Renamed from lib/iconv_.h.
15192         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
15193         iconv_.h.
15194         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
15195         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
15196         inttypes_.h.
15197         * lib/locale.in.h: Renamed from lib/locale_.h.
15198         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
15199         locale_.h.
15200         * lib/math.in.h: Renamed from lib/math_.h.
15201         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
15202         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
15203         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
15204         of netinet_in_.h. Add dependency.
15205         * lib/poll.in.h: Renamed from lib/poll_.h.
15206         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
15207         * lib/search.in.h: Renamed from lib/search_.h.
15208         * modules/search (Files, Makefile.am): Use search.in.h instead of
15209         search_.h.
15210         * lib/signal.in.h: Renamed from lib/signal_.h.
15211         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
15212         _signal.h.
15213         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
15214         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
15215         stdbool_.h.
15216         * lib/stdint.in.h: Renamed from lib/stdint_.h.
15217         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
15218         stdint_.h.
15219         * lib/stdio.in.h: Renamed from lib/stdio_.h.
15220         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
15221         stdio_.h.
15222         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
15223         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
15224         stdlib_.h.
15225         * lib/string.in.h: Renamed from lib/string_.h.
15226         * modules/string (Files, Makefile.am): Use string.in.h instead of
15227         string_.h.
15228         * doc/gnulib-tool.texi (Initial import): Update.
15229         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
15230         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
15231         of sys_select_.h. Add dependency.
15232         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
15233         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
15234         of sys_socket_.h.
15235         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
15236         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
15237         sys_stat_.h.
15238         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
15239         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
15240         sys_time_.h.
15241         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
15242         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
15243         sysexits_.h.
15244         * lib/time.in.h: Renamed from lib/time_.h.
15245         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
15246         * lib/unistd.in.h: Renamed from lib/unistd_.h.
15247         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
15248         unistd_.h.
15249         * lib/wchar.in.h: Renamed from lib/wchar_.h.
15250         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
15251         wchar_.h.
15252         * lib/wctype.in.h: Renamed from lib/wctype_.h.
15253         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
15254         wctype_.h.
15255         * build-aux/bootstrap (slurp): Update.
15256         * lib/.cppi-disable: Update.
15257
15258 2007-09-30  Bruno Haible  <bruno@clisp.org>
15259
15260         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
15261         Needed on BeOS.
15262
15263 2007-09-30  Bruno Haible  <bruno@clisp.org>
15264
15265         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
15266
15267 2007-09-29  Bruno Haible  <bruno@clisp.org>
15268
15269         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
15270
15271 2007-09-29  Bruno Haible  <bruno@clisp.org>
15272
15273         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
15274         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
15275         * build-aux/install-reloc: Compile also areadlink.c.
15276         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
15277
15278 2007-09-29  Bruno Haible  <bruno@clisp.org>
15279
15280         * gnulib-tool (func_emit_initmacro_done): Indentation.
15281
15282 2007-09-29  Bruno Haible  <bruno@clisp.org>
15283
15284         * README: Add CVS checkout update instructions.
15285         Info from Bob Proulx <bob@proulx.com>.
15286
15287 2007-09-28  Eric Blake  <ebb9@byu.net>
15288
15289         Provide move-if-change.
15290         * build-aux/move-if-change: New file, based on best practice
15291         rather than any canonical upstream location.
15292
15293 2007-09-28  Jim Meyering  <jim@meyering.net>
15294
15295         Fix canonicalize loop-detection corner case.
15296         Do not attempt to stat the symlink values stored via seen_triple.
15297         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
15298         on linux-2.6.18, (but not 2.6.22).
15299         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
15300         triple_compare.  The former compares dev,ino,filename, while the latter
15301         would actually stat dirname(filename) when dev and ino were equal.
15302         * lib/hash-triple.c: Install <string.h>.
15303         (STREQ): Define.
15304         (triple_compare_ino_str): New function.
15305         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
15306
15307 2007-09-28  Eric Blake  <ebb9@byu.net>
15308
15309         Enforce that AC_REPLACE_FUNCS files exist.
15310         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
15311         override check for typos.
15312
15313         Fix test-closein on Solaris 10.
15314         * tests/test-closein.c (main): Don't assume stdin can be inherited
15315         closed on all systems.
15316         * tests/test-closein.sh: Likewise.
15317         Reported by Piotr Tarnowski.
15318
15319 2007-09-28  Jim Meyering  <jim@meyering.net>
15320
15321         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
15322
15323 2007-09-27  Jim Meyering  <jim@meyering.net>
15324
15325         canonicalize: Avoid a false-positive cycle failure.
15326         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
15327         Sort.  Remove cycle-check.
15328         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
15329         not cycle-check.h.
15330         (seen_triple): New function.
15331         (canonicalize_filename_mode): Use it instead of cycle-check.
15332         * tests/test-canonicalize.c: Add a test for this bug.
15333         * tests/test-canonicalize.sh: Set up and run the test.
15334
15335         New module, file-set, from coreutils.
15336         * modules/file-set: Define it.
15337         * lib/file-set.c, lib/file-set.h: Implement.
15338
15339         New module, hash-triple, from coreutils.
15340         * modules/hash-triple: Define it.
15341         * lib/hash-triple.c, lib/hash-triple.h: Implement.
15342
15343 2007-09-25  Eric Blake  <ebb9@byu.net>
15344
15345         Fix strerror on Interix.
15346         * lib/string_.h (strerror): Declare replacement.
15347         * doc/functions/strerror.texi (strerror): Document the Interix
15348         shortcoming.
15349         * modules/string (Makefile.am): Support new hooks.
15350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
15351         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
15352         gl_FUNC_STRERROR_SEPARATE.
15353         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
15354         * lib/strerror.c (rpl_strerror): Provide replacement.
15355         * modules/strerror (Depends-on): Add string.
15356         (configure.ac): Detect use of module.
15357         * tests/test-strerror.c: New file.
15358         * modules/strerror-tests: New test module.
15359         * modules/argp (Depends-on): Add strerror.
15360         * modules/error (Depends-on): Likewise.
15361         Reported by Martin Koeppe.
15362
15363 2007-09-24  Bruno Haible  <bruno@clisp.org>
15364
15365         * README: Update git instructions.
15366
15367 2007-09-24  Eric Blake  <ebb9@byu.net>
15368
15369         Revert fpending breakage from 2007-09-08.
15370         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
15371         __fpending.c.
15372
15373 2007-09-24  Jim Meyering  <jim@meyering.net>
15374
15375         filenamecat.c: Add a test.
15376         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
15377         showing how the function works when DIR is the empty string.
15378
15379 2007-09-21  Simon Josefsson  <simon@josefsson.org>
15380
15381         * tests/test-canonicalize.sh: Turn on executable bit.
15382
15383 2007-09-19  Eric Blake  <ebb9@byu.net>
15384
15385         * README: Update CVS instructions.
15386
15387 2007-09-18  Bruno Haible  <bruno@clisp.org>
15388
15389         * modules/areadlink: New file.
15390         * lib/areadlink.h (areadlink): New declaration.
15391         * lib/areadlink.c: New file, based on lib/xreadlink.c.
15392
15393 2007-09-17  Jim Meyering  <jim@meyering.net>
15394
15395         * lib/savewd.c (ESTALE) [!defined]: Define.
15396         Reported to be required on Interix by Martin Koeppe.
15397
15398 2007-09-17  Bruno Haible  <bruno@clisp.org>
15399
15400         * gnulib-tool (func_version): Use $version.
15401
15402 2007-09-16  Bruno Haible  <bruno@clisp.org>
15403
15404         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
15405         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
15406         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
15407         Reported by Greg Schafer <gschafer@zip.com.au>.
15408
15409 2007-09-15  Bruno Haible  <bruno@clisp.org>
15410
15411         * gnulib-tool (sed): Try a little harder to make bash understand the
15412         alias.
15413         Reported by Bruce Korb <bruce.korb@gmail.com>.
15414
15415 2007-09-13  Eric Blake  <ebb9@byu.net>
15416
15417         * ChangeLog: Remove conflict markers.
15418
15419 2007-09-13  Simon Josefsson  <simon@josefsson.org>
15420
15421         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
15422         Reported by Bruno Haible <bruno@clisp.org>.
15423
15424 2007-09-12  Bruno Haible  <bruno@clisp.org>
15425
15426         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
15427         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
15428         is not defined.
15429
15430 2007-09-12  Eric Blake  <ebb9@byu.net>
15431
15432         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
15433         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
15434         Autoconf definition.
15435         * modules/euidaccess (Depends-on): Add extensions, for
15436         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
15437         * modules/fnmatch (Depends-on): Likewise.
15438         * modules/getaddrinfo (Depends-on): Likewise.
15439         * modules/getdelim (Depends-on): Likewise.
15440         * modules/getline (Depends-on): Likewise.
15441         * modules/getsubopt (Depends-on): Likewise.
15442         * modules/gettext (Depends-on): Likewise.
15443         * modules/group-member (Depends-on): Likewise.
15444         * modules/mbchar (Depends-on): Likewise.
15445         * modules/memmem (Depends-on): Likewise.
15446         * modules/mempcpy (Depends-on): Likewise.
15447         * modules/memrchr (Depends-on): Likewise.
15448         * modules/pagealign_alloc (Depends-on): Likewise.
15449         * modules/readutmp (Depends-on): Likewise.
15450         * modules/stpcpy (Depends-on): Likewise.
15451         * modules/stpncpy (Depends-on): Likewise.
15452         * modules/strchrnul (Depends-on): Likewise.
15453         * modules/strndup (Depends-on): Likewise.
15454         * modules/strsep (Depends-on): Likewise.
15455         * modules/strverscmp (Depends-on): Likewise.
15456         * modules/vasprintf (Depends-on): Likewise.
15457         * modules/wcwidth (Depends-on): Likewise.
15458         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
15459         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
15460         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
15461         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
15462         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15463         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
15464         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
15465         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15466         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
15467         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
15468         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
15469         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15470         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15471         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
15472         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
15473         * m4/readutmp.m4 (gl_READUTMP): Likewise.
15474         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15475         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15476         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15477         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15478         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15479         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15480         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15481         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
15482         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
15483         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15484         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
15485         so that lock.m4 can be used in gettext without extensions module.
15486
15487 2007-09-11  Bruno Haible  <bruno@clisp.org>
15488
15489         * m4/isc-posix.m4: Remove file.
15490         Suggested by Eric Blake.
15491
15492 2007-09-11  Eric Blake  <ebb9@byu.net>
15493
15494         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
15495
15496 2007-09-10  Bruno Haible  <bruno@clisp.org>
15497
15498         * posix-modules: Fix typo in error message.
15499         Reported by Matt <mkraai@beckman.com>.
15500
15501 2007-09-09  Bruno Haible  <bruno@clisp.org>
15502
15503         * doc/functions/getdelim.texi: Update list of platforms lacking the
15504         function.
15505         * doc/functions/getline.texi: Likewise.
15506
15507 2007-09-09  Jim Meyering  <jim@meyering.net>
15508
15509         * lib/hash.c (hash_initialize): Detect calloc failure.
15510         Reported by Bruno Haible.
15511
15512 2007-09-09  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
15515         malloc or realloc fails.
15516
15517 2007-09-09  Bruno Haible  <bruno@clisp.org>
15518
15519         * modules/getcwd (Depends-on): Add malloc-posix.
15520         * modules/glob (Depends-on): Likewise.
15521         * modules/putenv (Depends-on): Likewise.
15522         * modules/strdup (Depends-on): Likewise.
15523         * modules/getdelim (Depends-on): Add realloc-posix.
15524         * modules/read-file (Depends-on): Likewise.
15525
15526 2007-09-09  Bruno Haible  <bruno@clisp.org>
15527
15528         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
15529         (gl_FUNC_MALLOC_POSIX): Require it.
15530         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
15531         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
15532         * modules/realloc (Files): Add m4/malloc.m4.
15533         * modules/calloc (Files): Likewise.
15534
15535 2007-09-09  Bruno Haible  <bruno@clisp.org>
15536
15537         * modules/malloc-posix: New file.
15538         * modules/malloc (Depends-on): Add malloc-posix.
15539         * lib/malloc.c: Include errno.h.
15540         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
15541         and a POSIX-compatible malloc into a single function. Set ENOMEM
15542         when returning NULL.
15543         * m4/malloc.m4: New file.
15544         * doc/functions/malloc.texi: Mention the malloc-posix module.
15545         * lib/stdlib_.h (malloc): New declaration.
15546         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
15547         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
15548         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
15549         and HAVE_MALLOC_POSIX.
15550
15551 2007-09-09  Bruno Haible  <bruno@clisp.org>
15552
15553         * modules/realloc-posix: New file.
15554         * modules/realloc (Depends-on): Add realloc-posix.
15555         * lib/realloc.c: Include errno.h.
15556         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
15557         and a POSIX-compatible realloc into a single function. Set ENOMEM
15558         when returning NULL.
15559         * m4/realloc.m4: New file.
15560         * doc/functions/realloc.texi: Mention the realloc-posix module.
15561         * lib/stdlib_.h (realloc): New declaration.
15562         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
15563         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
15564         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
15565         and HAVE_REALLOC_POSIX.
15566
15567 2007-09-09  Bruno Haible  <bruno@clisp.org>
15568
15569         * modules/calloc-posix: New file.
15570         * modules/calloc (Depends-on): Add calloc-posix.
15571         * lib/calloc.c: Include errno.h.
15572         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
15573         and a POSIX-compatible calloc into a single function. Set ENOMEM
15574         when returning NULL.
15575         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
15576         * doc/functions/calloc.texi: Mention the calloc-posix module.
15577         * lib/stdlib_.h (calloc): New declaration.
15578         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
15579         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
15580         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
15581         and HAVE_CALLOC_POSIX.
15582
15583 2007-09-09  Bruno Haible  <bruno@clisp.org>
15584
15585         Allow for modules to show an arbitrary notice.
15586         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
15587         * gnulib-tool: New option --extract-notice.
15588         (func_usage): Document it.
15589         (sed_extract_prog): Update.
15590         (func_get_notice): New function.
15591         (func_modules_notice): New function.
15592         (func_import, func_create_testdir): Invoke it.
15593         Suggested by Jim Meyering.
15594
15595 2007-09-09  Bruno Haible  <bruno@clisp.org>
15596
15597         * gnulib-tool: New options --verbose, --quiet.
15598         (func_usage): Document them.
15599         (verbose): New variable.
15600         (func_execute_command): New function.
15601         (func_import): Don't show the module list and the file list if
15602         $verbose < 0.
15603         (func_create_testdir): Likewise. Use func_execute_command.
15604         (func_create_megatestdir): Use func_execute_command.
15605
15606 2007-09-08  Bruno Haible  <bruno@clisp.org>
15607
15608         * gnulib-tool (func_import): Prefer rsync over wget when available,
15609         for fetching the PO files.
15610
15611 2007-09-08  Bruno Haible  <bruno@clisp.org>
15612
15613         * posix-modules: New file. Portions copied from gnulib-tool.
15614         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
15615
15616 2007-09-08  Jim Meyering  <jim@meyering.net>
15617
15618         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
15619         * lib/fpending.h: Rename from __fpending.h.
15620         * lib/fpending.c: Rename from __fpending.c.
15621         Include "fpending.h", not "__fpending.h".
15622         * lib/__fpending.h, lib/__fpending.c: Remove files.
15623         * modules/fpending (Files): Reflect new file names.
15624         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
15625
15626 2007-09-08  Bruno Haible  <bruno@clisp.org>
15627
15628         * m4/inttypes-h.m4: Remove stub file.
15629
15630 2007-09-07  Simon Josefsson  <simon@josefsson.org>
15631
15632         * doc/headers/stdint.texi: Discuss #include_next issue.
15633
15634 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15635
15636         * build-aux/bootstrap: Remove obsolete comment about wget --help.
15637
15638 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15639
15640         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
15641         in variable name.
15642
15643 2007-09-03  Jim Meyering  <jim@meyering.net>
15644
15645         New module: git-version-gen.
15646         * modules/git-version-gen: New file.
15647
15648         Import changes from coreutils for bootstrap script.
15649
15650         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
15651
15652         bootstrap: uses rsync to download the .po files
15653         * build-aux/bootstrap (po_download_command_format): New global.
15654         (download_po_files): Use rsync.
15655         (update_po_files): Don't remove .po files after download,
15656         so future rsync runs can take advantage of the copies.
15657
15658         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
15659
15660         Solve the unnecessary-.po-file-regeneration problem once and for all.
15661         * build-aux/bootstrap (download_po_files): New function, renamed from
15662         get_translations.  Now, downloads, but doesn't update LINGUAS.
15663         (update_po_files): New function.
15664
15665         bootstrap: Ignore more.
15666         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
15667         uniwidth to e.g., lib/.gitignore.
15668         (slurp): Handle the sys_stat_.h -> sys mapping, too.
15669
15670         * build-aux/bootstrap: New setting: vc_ignore.
15671         (insert_sorted_if_absent): Create $file if absent.
15672         Adapt to new, possibly empty, list: $vc_ignore.
15673
15674         bootstrap: generate more ignorable names
15675         * build-aux/bootstrap (slurp): When generating ignorable names,
15676         also map .sin to .sed, .gperf to .c, and .y to .c.
15677
15678 2007-09-03  Jim Meyering  <jim@meyering.net>
15679
15680         * build-aux/git-version-gen: New file, from coreutils.  For details, see
15681         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
15682
15683 2007-09-02  Bruno Haible  <bruno@clisp.org>
15684
15685         Fix mis-recognition of 'mcs' on QNX 6.
15686         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
15687         output contains the string "Mono".
15688         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
15689         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
15690
15691 2007-09-01  Bruno Haible  <bruno@clisp.org>
15692
15693         Fix collision between uniwidth/* and linebreak modules.
15694         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
15695         u32_width): Remove declarations.
15696         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
15697         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
15698         streq3, streq2, streq1, streq0): Remove functions.
15699         (STREQ): Remove macro.
15700         (is_cjk_encoding): Remove function.
15701         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
15702         (uc_width, u8_width, u16_width, u32_width): Remove functions.
15703         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
15704         * NEWS: Document the change.
15705
15706 2007-09-01  Bruno Haible  <bruno@clisp.org>
15707
15708         * lib/streq.h: Add double-inclusion guard.
15709
15710 2007-09-01  Karl Berry  <karl@gnu.org>
15711
15712         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
15713
15714 2007-08-28  Jim Meyering  <jim@meyering.net>
15715
15716         Rename mreadlink_with_size to areadlink_with_size.
15717         * NEWS: Document the change.
15718         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
15719         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
15720         * lib/mreadlink.h: Rename this to...
15721         * lib/areadlink.h: ...this.
15722         * modules/mreadlink-with-size: Rename this to...
15723         * modules/areadlink-with-size: ...this.
15724         * lib/canonicalize.c: Reflect the renaming.
15725         * modules/canonicalize: Likewise.
15726
15727 2007-08-26  Bruno Haible  <bruno@clisp.org>
15728
15729         * gnulib-tool (func_import): When deciding which files to remove,
15730         consider also dangling symbolic links.
15731         Reported by Eric Blake.
15732
15733 2007-08-26  Bruno Haible  <bruno@clisp.org>
15734
15735         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
15736
15737 2007-08-23  Simon Josefsson  <simon@josefsson.org>
15738
15739         * lib/readline.c: Don't include getline.h, the prototype is now
15740         found in stdio.h.
15741
15742 2007-08-23  Jim Meyering  <jim@meyering.net>
15743
15744         Getdelim touchup.
15745         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
15746         around the funlockfile call, since funlockfile never sets errno.
15747         Don't set errno upon failed realloc.
15748
15749 2007-08-22  Eric Blake  <ebb9@byu.net>
15750
15751         Getline touchups.
15752         * lib/getdelim.c (getdelim): Revert regression that required *n to
15753         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
15754         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
15755         getdelim, rather than whether implementation is missing.
15756         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
15757         * lib/stdio_.h (getline): Also declare if replacement is
15758         required.
15759         * doc/functions/getdelim.texi: New file.
15760         * doc/functions/getline.texi: Likewise.
15761         * doc/gnulib.texi (Function Substitutes): Add new files.
15762         Reported by Bruno Haible.
15763
15764 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
15765
15766         * users.txt: Add Guile.
15767
15768 2007-08-22  Eric Blake  <ebb9@byu.net>
15769
15770         * tests/test-getdelim.c (main): Use remove, not unlink.
15771         * tests/test-getline.c (main): Likewise.
15772
15773         Move getline and getdelim into stdio.h, per POSIX 200x.
15774         * modules/getline (Files): Remove getline.h.
15775         (Depends-on): Add stdio.
15776         (configure.ac): Add module indicator.
15777         * modules/getdelim (Files): Remove getdelim.h.
15778         (Depends-on): Add stdio.
15779         (configure.ac): Add module indicator.
15780         * modules/stdio (Makefile.am): Work with new indicators.
15781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
15782         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
15783         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
15784         * lib/getdelim.h: Delete.
15785         * lib/getline.h: Delete.
15786         * lib/stdio_.h (getdelim, getline): Declare.
15787         * modules/getdelim-tests: New module.
15788         * modules/getline-tests: Likewise.
15789         * tests/test-getdelim.c: New file.
15790         * tests/test-getline.c: Likewise.
15791         * NEWS: Document the change.
15792         * lib/getline.c: Update choice of header.
15793         * lib/csharpcomp.c: Likewise.
15794         * lib/getpass.c: Likewise.
15795         * lib/javacomp.c: Likewise.
15796         * lib/javaversion.c: Likewise.
15797         * lib/yesno.c: Likewise.
15798         * lib/getdelim.c: Likewise.
15799         (getdelim): Set errno on failure, and avoid memory leak.
15800
15801 2007-08-19  Bruno Haible  <bruno@clisp.org>
15802
15803         * modules/closein (Depends-on): Add freadahead.
15804         * lib/closein.c: Include freadahead.h.
15805         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
15806         is zero.
15807
15808 2007-08-19  Bruno Haible  <bruno@clisp.org>
15809
15810         * modules/freadahead-tests: New file.
15811         * tests/test-freadahead.sh: New file.
15812         * tests/test-freadahead.c: New file.
15813
15814         * modules/freadahead: New file.
15815         * lib/freadahead.h: New file.
15816         * lib/freadahead.c: New file.
15817         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
15818         fbufmode, fpurge, freadable, fwritable.
15819
15820 2007-08-19  Eric Blake  <ebb9@byu.net>
15821
15822         Test yesno in combination with closein.
15823         * lib/yesno.c (yesno): Document use of stdin.
15824         * modules/yesno-tests (Files): New module.
15825         * tests/test-yesno.c (main): New file.
15826         * tests/test-yesno.sh: Likewise.
15827
15828 2007-08-19  Bruno Haible  <bruno@clisp.org>
15829
15830         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
15831         * lib/fseeko.c (rpl_fseeko): Likewise.
15832         * lib/fseterr.c (fseterr): Likewise.
15833
15834 2007-08-19  Bruno Haible  <bruno@clisp.org>
15835
15836         * tests/test-lseek.c (main): Disable a test for BeOS.
15837         * doc/functions/lseek.texi: Document the BeOS bug.
15838
15839 2007-08-19  Bruno Haible  <bruno@clisp.org>
15840             Eric Blake  <ebb9@byu.net>
15841
15842         * lib/lseek.c: Include <sys/stat.h>.
15843         (rpl_lseek): Add workaround code also for Unix platforms.
15844         Needed for BeOS.
15845         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
15846         * doc/functions/lseek.texi: Document BeOS definiency.
15847
15848 2007-08-18  Bruno Haible  <bruno@clisp.org>
15849
15850         * modules/fstrcmp-tests: New file.
15851         * tests/test-fstrcmp.c: New file.
15852
15853 2007-08-18  Bruno Haible  <bruno@clisp.org>
15854
15855         * modules/fstrcmp: New file, from GNU gettext with modifications.
15856         * lib/fstrcmp.h: New file, from GNU gettext.
15857         * lib/fstrcmp.c: New file, from GNU gettext.
15858         * MODULES.html.sh (String handling): Add fstrcmp.
15859
15860 2007-08-18  Bruno Haible  <bruno@clisp.org>
15861
15862         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
15863         'bool'.
15864         (diag, compareseq): Remove const from the ctxt argument.
15865         (USE_HEURISTIC): Undefine at the end.
15866
15867 2007-08-18  Jim Meyering  <jim@meyering.net>
15868
15869         New file: lib/idcache.h
15870         * NEWS: Mention the addition.
15871         * modules/idcache (Files): Add lib/idcache.h
15872         * lib/idcache.c: Include "idcache.h".
15873         Don't include <sys/types.h>.
15874         Add a FIXME comment.
15875         Move file-scoped "static" declarations to the top.
15876         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
15877
15878 2007-08-17  Bruno Haible  <bruno@clisp.org>
15879         and Paul Eggert  <eggert@cs.ucla.edu>
15880
15881         * MODULES.html.sh: Add diffseq.
15882         * modules/diffseq: New file.
15883         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
15884         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
15885
15886 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15887
15888         Import changes from coreutils for bootstrap script.
15889
15890         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
15891
15892         * build-aux/bootstrap (slurp): Work even in environments where
15893         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
15894         current code does not slurp files whose names start with ".", and
15895         this looks like it might be a troublesome area.
15896
15897         2007-07-11  Jim Meyering  <jim@meyering.net>
15898
15899         If there's a GPL vN copyright comment, require that N == 3.
15900
15901         2007-07-08  Jim Meyering  <jim@meyering.net>
15902
15903         Run the coreutils-specific code only if tests/Makefile.am.in exists.
15904         * build-aux/bootstrap (mam_template): Move definition out of loop.
15905
15906         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
15907
15908         * build-aux/bootstrap (symlink_to_dir): Rename function from
15909         symlink_to_gnulib.  Add a directory parameter.  Update all
15910         callers.
15911         (cp_mark_as_generated): Also check for -- and link to -- files in
15912         gl/.
15913
15914         2007-07-08  Jim Meyering  <jim@meyering.net>
15915
15916         Adapt to deeper hierarchy in gnulib.
15917         * build-aux/bootstrap (symlink_to_dir): If the destination
15918         directory doesn't exist, create it. This is required at least for
15919         "lib/uniwidth/cjk.h".
15920
15921         2007-05-15  Jim Meyering  <jim@meyering.net>
15922
15923         * build-aux/bootstrap: Now that generated Makefile.am files
15924         are no longer under version control, they must be created at
15925         bootstrap time.
15926
15927 2007-08-14  Ben Pfaff  <blp@gnu.org>
15928
15929         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
15930
15931 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15932
15933         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
15934         given the changes below.
15935         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
15936         even on hosts that have padding bits beyond the supported 64.
15937
15938 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15939
15940         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
15941         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
15942         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
15943         depends on it.
15944         (xstrtol_error): Remove.
15945         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
15946         but with a different signature.
15947         (ATTRIBUTE_NORETURN, __attribute__): New macros.
15948         * lib/xstrtol-error.c: Include exitfail.h.
15949         (xstrtol_fatal): New function, with a different signature from the
15950         old xstrtol_error, so that the caller need not worry about passing
15951         in an exit status, or about storage management of the option argument.
15952         (xstrtol_error): Now a static function.  Redo signature to
15953         implement xstrtol_fatal.  Output the correct number of hyphens in
15954         front of the option so that the caller need not worry about
15955         storage management.
15956         (N_): New macro.
15957         (_): Remove; not used now.
15958         * modules/xstrtol: Depend on getopt.
15959         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
15960         of old STRTOL_FATAL_ERROR macro.
15961         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
15962         of test program.
15963         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
15964         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
15965
15966 2007-08-08  Eric Blake  <ebb9@byu.net>
15967
15968         * lib/xstrtol-error.c: Add missing include.
15969
15970         Move xstrtol messages into gnulib domain, when --pobase is used.
15971         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
15972         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
15973         * modules/xstrtol (Files): Distribute new file.
15974         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
15975         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
15976         * tests/test-xstrtol.c: ...into new file.
15977         * tests/test-xstrtoul.c: Also test xstrtoul.
15978         * tests/test-xstrtoimax.c: Also test xstrtoimax.
15979         * tests/test-xstrtoumax.c: Also test xstrtoumax.
15980         * tests/test-xstrtol.sh: Drive the tests.
15981         * tests/test-xstrtoimax.sh: Likewise.
15982         * tests/test-xstrtoumax.sh: Likewise.
15983         * modules/xstrtol-tests: New module.
15984         * modules/xstrtoimax-tests: Likewise.
15985         * modules/xstrtoumax-tests: Likewise.
15986
15987 2007-08-08  Jim Meyering  <jim@meyering.net>
15988
15989         New function: mfile_name_concat.
15990         * lib/filenamecat.c (mfile_name_concat): New function, just like
15991         file_name_concat, but return NULL upon failure rather than exiting
15992         with a diagnostic.
15993         * lib/filenamecat.h: Declare it.
15994
15995 2007-08-07  Bruno Haible  <bruno@clisp.org>
15996
15997         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
15998         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
15999         warning from gcc.
16000         Reported by Eric Blake.
16001
16002 2007-08-07  Simon Josefsson  <simon@josefsson.org>
16003
16004         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
16005         * modules/crypto/arcfour (License): Likewise.
16006         * modules/crypto/des-tests (License): Likewise.
16007         * modules/crypto/gc-arctwo-tests (License): Likewise.
16008         * modules/crypto/gc-des-tests (License): Likewise.
16009         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
16010         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
16011         * modules/crypto/gc-md2-tests (License): Likewise.
16012         * modules/crypto/gc-md4-tests (License): Likewise.
16013         * modules/crypto/gc-md5-tests (License): Likewise.
16014         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
16015         * modules/crypto/gc-rijndael-tests (License): Likewise.
16016         * modules/crypto/gc-sha1-tests (License): Likewise.
16017         * modules/crypto/gc-tests (License): Likewise.
16018         * modules/crypto/hmac-md5 (License): Likewise.
16019         * modules/crypto/hmac-sha1 (License): Likewise.
16020         * modules/crypto/md2-tests (License): Likewise.
16021         * modules/crypto/md4-tests (License): Likewise.
16022         * modules/crypto/md5 (License): Likewise.
16023         * modules/crypto/rijndael (License): Likewise.
16024         * modules/crypto/sha1 (License): Likewise.
16025         * modules/memxor (License): Likewise.
16026
16027 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16028         and Bruno Haible  <bruno@clisp.org>
16029
16030         * NEWS: Describe interface changes to human, xstrtol.
16031         * lib/human.h: Include <xstrtol.h>.
16032         (human_options): Return enum strtol_error, not int.  Remove
16033         bool arg; take int * instead.
16034         * lib/human.c: Don't include "gettext.h".
16035         (_): Remove; no longer used.
16036         Don't include <xstrtol.h>, since human.h does it.
16037         (human_options): Adjust to abovementioned interface changes.
16038         Do not report error to stderr; that's now the caller's
16039         responsibility.
16040         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
16041         interface change.
16042         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
16043         Str, Argument_type_string.  All uses changed.  Put " argument"
16044         in diagnostics to make them clearer.  Change wording of suffix
16045         message for clarity.
16046         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
16047         Argument_type_string.
16048         (STRTOL_FATAL_WARN): Remove; no longer used.
16049         * modules/human (Depends-on): Remove gettext-h.
16050
16051 2007-08-06  Simon Josefsson  <simon@josefsson.org>
16052
16053         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
16054
16055 2007-07-31  Bruno Haible  <bruno@clisp.org>
16056
16057         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
16058         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
16059         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
16060
16061 2007-07-31  Bruno Haible  <bruno@clisp.org>
16062
16063         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
16064         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
16065
16066 2007-07-30  Bruno Haible  <bruno@clisp.org>
16067
16068         * modules/base64 (License): Use the synonymous term "LGPLv2+".
16069         * modules/c-ctype (License): Likewise.
16070         * modules/c-strcase (License): Likewise.
16071         * modules/check-version (License): Likewise.
16072         * modules/iconv (License): Likewise.
16073         * modules/iconv_open (License): Likewise.
16074         * modules/read-file (License): Likewise.
16075         * modules/striconv (License): Likewise.
16076         * modules/strverscmp (License): Likewise.
16077         * modules/vasprintf (License): Likewise.
16078         * modules/crypto/des (License): Likewise.
16079         * modules/crypto/gc (License): Likewise.
16080         * modules/crypto/gc-arcfour (License): Likewise.
16081         * modules/crypto/gc-arctwo (License): Likewise.
16082         * modules/crypto/gc-des (License): Likewise.
16083         * modules/crypto/gc-hmac-md5 (License): Likewise.
16084         * modules/crypto/gc-hmac-sha1 (License): Likewise.
16085         * modules/crypto/gc-md2 (License): Likewise.
16086         * modules/crypto/gc-md4 (License): Likewise.
16087         * modules/crypto/gc-md5 (License): Likewise.
16088         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
16089         * modules/crypto/gc-random (License): Likewise.
16090         * modules/crypto/gc-rijndael (License): Likewise.
16091         * modules/crypto/gc-sha1 (License): Likewise.
16092         * modules/crypto/md2 (License): Likewise.
16093         * modules/crypto/md4 (License): Likewise.
16094
16095 2007-07-30  Jim Meyering  <jim@meyering.net>
16096
16097         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
16098         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
16099         it has valid stat data.  This bug would cause du not to count the
16100         sizes of inaccessible directories.
16101         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
16102         in <http://bugzilla.redhat.com/250077>.
16103
16104 2007-07-25  Peter O'Gorman  <peter@pogma.com>
16105             Bruno Haible  <bruno@clisp.org>
16106
16107         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
16108         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
16109         #include_next, gives a diagnostic about it, but reports no error in
16110         the exit code.
16111         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16112
16113 2007-07-24  Ben Pfaff  <blp@gnu.org>
16114
16115         Improve name: "count-one-bits" is better than "popcount".
16116         * MODULES.html.sh: Update name.
16117         * lib/popcount.h: Renamed lib/count-one-bits.h.
16118         (popcount): Renamed count_one_bits.
16119         (popcountl): Renamed count_one_bits_l.
16120         (popcountll): Renamed count_one_bits_ll.
16121         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
16122         * modules/popcount: Renamed module/count-one-bits.
16123         * modules/popcount-tests: Renamed module/count-one-bits-tests.
16124         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
16125
16126 2007-07-23  Ben Pfaff  <blp@gnu.org>
16127
16128         * lib/popcount.h (popcount32): Reduce size of constants, to allow
16129         better code generation, and add U to large constants to avoid
16130         warnings, in non-GCC case.
16131         Suggested by Bruno Haible.
16132
16133 2007-07-23  Ben Pfaff  <blp@gnu.org>
16134
16135         * lib/popcount.h: Use verify_true instead of if...abort.
16136         * modules/popcount: Depend on verify module.
16137         Suggested by Jim Meyering.
16138
16139 2007-07-23  Bruno Haible  <bruno@clisp.org>
16140
16141         * gnulib-tool (func_import): Create a .cvsignore file also when the
16142         directory is not yet in CVS but the toplevel directory is. When
16143         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
16144         Reported by Karl Berry.
16145
16146 2007-07-22  Ben Pfaff  <blp@gnu.org>
16147
16148         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
16149         case.
16150         Suggested by Eric Blake.
16151
16152 2007-07-22  Ben Pfaff  <blp@gnu.org>
16153
16154         New module: popcount.
16155         * MODULES.html.sh: Add popcount.
16156         * modules/popcount: New file.
16157         * modules/popcount-tests: New file.
16158         * tests/test-popcount.c: New file.
16159         * lib/popcount.h: New file.
16160         * m4/popcount.m4: New file.
16161
16162 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16163
16164         * build-aux/announce-gen: Update to GPLv3.
16165
16166         * build-aux/config.guess: Update from config.
16167
16168 2007-07-21  Bruno Haible  <bruno@clisp.org>
16169
16170         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
16171         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
16172
16173 2007-07-20  Jim Meyering  <jim@meyering.net>
16174
16175         * check-module: Diagnose a self-dependency.
16176
16177 2007-07-19  Bruno Haible  <bruno@clisp.org>
16178
16179         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
16180         empty.
16181         Reported by Eric Blake.
16182
16183 2007-07-18  Bruno Haible  <bruno@clisp.org>
16184
16185         * gnulib-tool: New options --po-base, --po-domain.
16186         (func_usage): Document them.
16187         (pobase, po_domain): New variables.
16188         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
16189         DEFAULT_TEXT_DOMAIN.
16190         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
16191         (func_import): Consider pobase and po_domain. Create a po/ directory.
16192         (func_create_testdir): Set pobase and po_domain to empty.
16193         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
16194         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
16195
16196 2007-07-18  Bruno Haible  <bruno@clisp.org>
16197
16198         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16199         EXTRA_DIST augmentation for files in build-aux/.
16200
16201 2007-07-16  Bruno Haible  <bruno@clisp.org>
16202
16203         * modules/lseek (License): Use the synonymous term "LGPLv2+".
16204         * modules/getdelim (License): Likewise.
16205
16206 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16207
16208         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
16209         * modules/d-type (License): Likewise.
16210         * modules/extensions (License): Likewise.
16211         * modules/fnmatch (License): Likewise.
16212         * modules/fseeko (License): Likewise.
16213         * modules/getaddrinfo (License): Likewise.
16214         * modules/getline (License): Likewise.
16215         * modules/getlogin_r (License): Likewise.
16216         * modules/getpass (License): Likewise.
16217         * modules/gettimeofday (License): Likewise.
16218         * modules/glob (License): Likewise.
16219         * modules/inet_ntop (License): Likewise.
16220         * modules/malloc (License): Likewise.
16221         * modules/malloca (License): Likewise.
16222         * modules/memmem (License): Likewise.
16223         * modules/mempcpy (License): Likewise.
16224         * modules/memset (License): Likewise.
16225         * modules/minmax (License): Likewise.
16226         * modules/mktime (License): Likewise.
16227         * modules/netinet_in (License): Likewise.
16228         * modules/pathmax (License): Likewise.
16229         * modules/poll (License): Likewise.
16230         * modules/regex (License): Likewise.
16231         * modules/snprintf (License): Likewise.
16232         * modules/stdbool (License): Likewise.
16233         * modules/stdint (License): Likewise.
16234         * modules/stdio (License): Likewise.
16235         * modules/strcase (License): Likewise.
16236         * modules/strcasestr (License): Likewise.
16237         * modules/strdup (License): Likewise.
16238         * modules/string (License): Likewise.
16239         * modules/strndup (License): Likewise.
16240         * modules/strnlen (License): Likewise.
16241         * modules/strpbrk (License): Likewise.
16242         * modules/strptime (License): Likewise.
16243         * modules/strsep (License): Likewise.
16244         * modules/sys_select (License): Likewise.
16245         * modules/sys_socket (License): Likewise.
16246         * modules/sys_stat (License): Likewise.
16247         * modules/sys_time (License): Likewise.
16248         * modules/time (License): Likewise.
16249         * modules/time_r (License): Likewise.
16250         * modules/timegm (License): Likewise.
16251         * modules/unistd (License): Likewise.
16252         * modules/vsnprintf (License): Likewise.
16253         * modules/wctype (License): Likewise.
16254
16255 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16256
16257         * modules/argz (License): LGPLv2+.
16258
16259 2007-07-15  Karl Berry  <karl@gnu.org>
16260
16261         * doc/gnulib.texi: revise node structure per new fdl.texi.
16262
16263 2007-07-14  Bruno Haible  <bruno@clisp.org>
16264
16265         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
16266         the output file.
16267         * lib/uniname/uninames.h: Regenerated.
16268
16269 2007-07-14  Karl Berry  <karl@gnu.org>
16270
16271         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
16272         omitting sectioning and index commands.
16273
16274 2007-07-13  Bruno Haible  <bruno@clisp.org>
16275
16276         New gnulib-tool option --more-symlinks.
16277         * gnulib-tool (func_usage): Document --more-symlinks.
16278         (do_copyrights): New variable.
16279         Recognize option --more-symlinks.
16280         (func_import): Don't add a copyright notice transform to
16281         sed_transform_lib_file if do_copyrights is empty.
16282
16283 2007-07-13  Bruno Haible  <bruno@clisp.org>
16284
16285         * lib/vasnprintf.c (decimal_point_char): Define also if
16286         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
16287         && !NEED_PRINTF_DIRECTIVE_A.
16288         Reported by Clemens Koller <clemens.koller@anagramm.de> via
16289         Gary V. Vaughan <gary@gnu.org>.
16290
16291 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
16292
16293         * lib/inttypes_.h: Undo previous change, since it was fixed
16294         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
16295
16296 2007-07-13  Bruno Haible  <bruno@clisp.org>
16297
16298         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
16299         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
16300
16301 2007-07-13  Jim Meyering  <jim@meyering.net>
16302
16303         df: Don't fail for Tru64's "file-on-file mount".
16304         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
16305         so we fall through and use statfs instead.  Details here:
16306         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
16307         Reported by Albert Chin.
16308
16309 2007-07-13  Bruno Haible  <bruno@clisp.org>
16310
16311         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
16312         * modules/configmake (License): Likewise.
16313         * modules/gettext (License): Likewise.
16314         * modules/gettext-h (License): Likewise.
16315         * modules/include_next (License): Likewise.
16316         * modules/link-warning (License): Likewise.
16317         * modules/localcharset (License): Likewise.
16318         * modules/localename (License): Likewise.
16319         * modules/lock (License): Likewise.
16320         * modules/relocatable-lib-lgpl (License): Likewise.
16321         * modules/size_max (License): Likewise.
16322         * modules/vasnprintf (License): Likewise.
16323         * modules/wchar (License): Likewise.
16324         * modules/xsize (License): Likewise.
16325
16326 2007-07-13  Bruno Haible  <bruno@clisp.org>
16327
16328         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
16329         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
16330
16331 2007-07-12  Bruno Haible  <bruno@clisp.org>
16332
16333         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
16334         in the modules files.
16335
16336 2007-07-11  Karl Berry  <karl@gnu.org>
16337
16338         * MODULES.html.sh (func_module): use
16339          sed -e '\|^'"${includefile}"'$|d'
16340          instead of /.../d, to avoid errors on $includefile's containing /.
16341
16342 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16343
16344         * gnulib-tool (func_import): Avoid duplication of --avoid
16345         statements
16346         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
16347         names to `_' in variable names.
16348
16349 2007-07-10  Eric Blake  <ebb9@byu.net>
16350
16351         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
16352         * NEWS: Document this change.
16353
16354 2007-07-08  Bruno Haible  <bruno@clisp.org>
16355
16356         Update to Unicode 5.0.
16357         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
16358         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
16359         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
16360         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
16361         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
16362         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
16363         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
16364         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
16365         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
16366         U+10A3F, U+1D242..U+1D244.
16367         (nonspacing_table_ind): Update.
16368         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
16369         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
16370
16371 2007-07-08  Bruno Haible  <bruno@clisp.org>
16372
16373         Update to Unicode 5.0.
16374         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
16375         code transform. Extend the name index field of unicode_name_to_code and
16376         unicode_code_to_name from 16 to 24 bits.
16377         * lib/uniname/uniname.c (unicode_character_name,
16378         unicode_name_character): Add the range 0x12xxx to the code transform.
16379         * lib/uniname/uninames.h: Regenerated.
16380         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
16381
16382 2007-07-07  Bruno Haible  <bruno@clisp.org>
16383
16384         * modules/wcwidth-tests: New file.
16385         * tests/test-wcwidth.c: New file.
16386
16387         Work around MacOS X wcwidth() bug.
16388         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
16389         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
16390         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
16391         original wcwidth in non-UTF-8 locales.
16392         * modules/wcwidth (Depends-on): Add localcharset, streq,
16393         uniwidth/width.
16394         * doc/functions/wcwidth.texi: Update.
16395
16396 2007-07-07  Bruno Haible  <bruno@clisp.org>
16397
16398         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
16399         (wcwidth): New declaration.
16400         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
16401         macros.
16402         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
16403         here. Prepare for creating <wchar.h> unconditionally.
16404         * modules/wchar (Depends-on): Add link-warning.
16405         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
16406         REPLACE_WCWIDTH, and GL_LINK_WARNING.
16407         * lib/wcwidth.h: Remove file.
16408         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
16409         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
16410         * modules/wcwidth (Files): Remove lib/wcwidth.h.
16411         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
16412         (Include): Replace wcwidth.h with <wchar.h>.
16413         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
16414         * lib/mbchar.h: Don't include wcwidth.h.
16415         * lib/mbswidth.c: Likewise.
16416         * NEWS: Mention the change.
16417
16418 2007-07-07  Bruno Haible  <bruno@clisp.org>
16419
16420         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
16421         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
16422         definition with an external declaration.
16423         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
16424         defined as a function. Remove AC_C_INLINE requirement.
16425         * modules/wcwidth (Files): Add lib/wcwidth.c.
16426         (Makefile.am): Remove redundant statement.
16427
16428 2007-07-07  Bruno Haible  <bruno@clisp.org>
16429
16430         * MODULES.html.sh (Unicode string functions): Add the new modules.
16431
16432         * tests/uniwidth/test-u32-strwidth.c: New file.
16433         * modules/uniwidth/u32-strwidth-tests: New file.
16434
16435         * lib/uniwidth/u32-strwidth.c: New file.
16436         * modules/uniwidth/u32-strwidth: New file.
16437
16438         * tests/uniwidth/test-u16-strwidth.c: New file.
16439         * modules/uniwidth/u16-strwidth-tests: New file.
16440
16441         * lib/uniwidth/u16-strwidth.c: New file.
16442         * modules/uniwidth/u16-strwidth: New file.
16443
16444         * tests/uniwidth/test-u8-strwidth.c: New file.
16445         * modules/uniwidth/u8-strwidth-tests: New file.
16446
16447         * lib/uniwidth/u8-strwidth.c: New file.
16448         * modules/uniwidth/u8-strwidth: New file.
16449
16450         * tests/uniwidth/test-u32-width.c: New file.
16451         * modules/uniwidth/u32-width-tests: New file.
16452
16453         * lib/uniwidth/u32-width.c: New file.
16454         * modules/uniwidth/u32-width: New file.
16455
16456         * tests/uniwidth/test-u16-width.c: New file.
16457         * modules/uniwidth/u16-width-tests: New file.
16458
16459         * lib/uniwidth/u16-width.c: New file.
16460         * modules/uniwidth/u16-width: New file.
16461
16462         * tests/uniwidth/test-u8-width.c: New file.
16463         * modules/uniwidth/u8-width-tests: New file.
16464
16465         * lib/uniwidth/u8-width.c: New file.
16466         * modules/uniwidth/u8-width: New file.
16467
16468         * tests/uniwidth/test-uc_width.c: New file.
16469         * modules/uniwidth/width-tests: New file.
16470
16471         * lib/uniwidth/width.c: New file, from GNU libiconv.
16472         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
16473         * modules/uniwidth/width: New file.
16474
16475         * lib/uniwidth.h: New file, from GNU libiconv.
16476         * modules/uniwidth/base: New file.
16477
16478 2007-07-07  Bruno Haible  <bruno@clisp.org>
16479
16480         * lib/uniname.h: New file, from GNU gettext.
16481         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
16482         * lib/uniname/uninames.h: New file, from GNU gettext.
16483         * lib/uniname/uniname.c: New file, from GNU gettext.
16484         * tests/uniname/test-uninames.sh: New file.
16485         * tests/uniname/test-uninames.c: New file, from GNU gettext.
16486         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
16487         * modules/uniname/base: New file.
16488         * modules/uniname/uniname: New file.
16489         * modules/uniname/uniname-tests: New file.
16490         * MODULES.html.sh (Unicode string functions): Add the new modules.
16491
16492 2007-07-06  Bruno Haible  <bruno@clisp.org>
16493
16494         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
16495
16496 2007-07-06  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
16499         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
16500         includes <cygwin/sys_time.h> which includes <sys/select.h> which
16501         include <sys/time.h>.
16502         Reported by Eric Blake.
16503
16504 2007-07-06  Eric Blake  <ebb9@byu.net>
16505
16506         Fix testing canonicalize on cygwin.
16507         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
16508         Revert patch from 2007-06-19.
16509         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
16510         canonicalize module is also in use.
16511         * tests/test-canonicalize.c: New file.
16512         * tests/test-canonicalize.sh: Likewise.
16513         * modules/canonicalize-tests: Likewise.
16514
16515 2007-07-06  Jim Meyering  <jim@meyering.net>
16516
16517         * lib/getugroups.c (getugroups): Detect getgrent failure.
16518         Adjust comment to reflect reality: this function may return -1.
16519
16520 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
16521
16522         * build-aux/bootstrap (TP_URL,get_translations): Update to use
16523         the new TP address.
16524         (usage): Fix typo
16525         (gnulib_mk): New variable.
16526
16527 2007-07-05  Jim Meyering  <jim@meyering.net>
16528
16529         Don't let endgrent clobber errno, no matter how improbable.
16530         * lib/getugroups.c (getugroups): Save and restore errno around
16531         endgrent call.
16532
16533         Close the group DB even when failing with 2^31 or more members.
16534         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
16535
16536 2007-07-04  Jim Meyering  <jim@meyering.net>
16537
16538         * lib/getugroups.h: New file.
16539         * lib/getugroups.c: Include "getugroups.h".
16540         Remove uses of "register" keyword.
16541         Move local variable, "cp", down into scope where used.
16542         Give "username" parameter the "const" attribute.
16543         * modules/getugroups (Files): Add lib/getugroups.h
16544
16545 2007-07-04  Karl Berry  <karl@gnu.org>
16546
16547         * MODULES.html.sh (func_all_modules): Complete rename of
16548         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
16549
16550 2007-07-02  Bruno Haible  <bruno@clisp.org>
16551
16552         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
16553         mode, when inttypes.h comes from gnulib.
16554         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16555
16556 2007-07-02  Simon Josefsson  <simon@josefsson.org>
16557
16558         * NEWS: Mention lgpl module name change.
16559
16560         * modules/lgpl-2.1: Renamed from lgpl.
16561
16562         * NEWS: Mention gpl module name change.
16563
16564         * modules/gpl-3.0: New file, based on gpl-2.0.
16565
16566         * modules/gpl-2.0: Renamed from gpl.
16567
16568         * modules/gpl: Fix filename, doc/gpl.texi is now found at
16569         doc/gpl-2.0.texi.
16570
16571 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16572
16573         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
16574         #define __STDC_LIMIT_MACROS temporarily while including
16575         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
16576         Problem reported by Joel E. Denny in
16577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
16578
16579 2007-07-01  Bruno Haible  <bruno@clisp.org>
16580
16581         * lib/unistdio.h: New file.
16582         * lib/unistdio/u-asnprintf.h: New file.
16583         * lib/unistdio/u-asprintf.h: New file.
16584         * lib/unistdio/u-printf-args.c: New file.
16585         * lib/unistdio/u-printf-args.h: New file.
16586         * lib/unistdio/u-printf-parse.h: New file.
16587         * lib/unistdio/u-snprintf.h: New file.
16588         * lib/unistdio/u-sprintf.h: New file.
16589         * lib/unistdio/u-vasprintf.h: New file.
16590         * lib/unistdio/u-vsnprintf.h: New file.
16591         * lib/unistdio/u-vsprintf.h: New file.
16592         * lib/unistdio/ulc-asnprintf.c: New file.
16593         * lib/unistdio/ulc-asprintf.c: New file.
16594         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
16595         * lib/unistdio/ulc-printf-parse.c: New file.
16596         * lib/unistdio/ulc-snprintf.c: New file.
16597         * lib/unistdio/ulc-sprintf.c: New file.
16598         * lib/unistdio/ulc-vasnprintf.c: New file.
16599         * lib/unistdio/ulc-vasprintf.c: New file.
16600         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
16601         * lib/unistdio/ulc-vsnprintf.c: New file.
16602         * lib/unistdio/ulc-vsprintf.c: New file.
16603         * lib/unistdio/u8-asnprintf.c: New file.
16604         * lib/unistdio/u8-asprintf.c: New file.
16605         * lib/unistdio/u8-printf-parse.c: New file.
16606         * lib/unistdio/u8-snprintf.c: New file.
16607         * lib/unistdio/u8-sprintf.c: New file.
16608         * lib/unistdio/u8-vasnprintf.c: New file.
16609         * lib/unistdio/u8-vasprintf.c: New file.
16610         * lib/unistdio/u8-vsnprintf.c: New file.
16611         * lib/unistdio/u8-vsprintf.c: New file.
16612         * lib/unistdio/u8-u8-asnprintf.c: New file.
16613         * lib/unistdio/u8-u8-asprintf.c: New file.
16614         * lib/unistdio/u8-u8-snprintf.c: New file.
16615         * lib/unistdio/u8-u8-sprintf.c: New file.
16616         * lib/unistdio/u8-u8-vasnprintf.c: New file.
16617         * lib/unistdio/u8-u8-vasprintf.c: New file.
16618         * lib/unistdio/u8-u8-vsnprintf.c: New file.
16619         * lib/unistdio/u8-u8-vsprintf.c: New file.
16620         * lib/unistdio/u16-asnprintf.c: New file.
16621         * lib/unistdio/u16-asprintf.c: New file.
16622         * lib/unistdio/u16-printf-parse.c: New file.
16623         * lib/unistdio/u16-snprintf.c: New file.
16624         * lib/unistdio/u16-sprintf.c: New file.
16625         * lib/unistdio/u16-vasnprintf.c: New file.
16626         * lib/unistdio/u16-vasprintf.c: New file.
16627         * lib/unistdio/u16-vsnprintf.c: New file.
16628         * lib/unistdio/u16-vsprintf.c: New file.
16629         * lib/unistdio/u16-u16-asnprintf.c: New file.
16630         * lib/unistdio/u16-u16-asprintf.c: New file.
16631         * lib/unistdio/u16-u16-snprintf.c: New file.
16632         * lib/unistdio/u16-u16-sprintf.c: New file.
16633         * lib/unistdio/u16-u16-vasnprintf.c: New file.
16634         * lib/unistdio/u16-u16-vasprintf.c: New file.
16635         * lib/unistdio/u16-u16-vsnprintf.c: New file.
16636         * lib/unistdio/u16-u16-vsprintf.c: New file.
16637         * lib/unistdio/u32-asnprintf.c: New file.
16638         * lib/unistdio/u32-asprintf.c: New file.
16639         * lib/unistdio/u32-printf-parse.c: New file.
16640         * lib/unistdio/u32-snprintf.c: New file.
16641         * lib/unistdio/u32-sprintf.c: New file.
16642         * lib/unistdio/u32-vasnprintf.c: New file.
16643         * lib/unistdio/u32-vasprintf.c: New file.
16644         * lib/unistdio/u32-vsnprintf.c: New file.
16645         * lib/unistdio/u32-vsprintf.c: New file.
16646         * lib/unistdio/u32-u32-asnprintf.c: New file.
16647         * lib/unistdio/u32-u32-asprintf.c: New file.
16648         * lib/unistdio/u32-u32-snprintf.c: New file.
16649         * lib/unistdio/u32-u32-sprintf.c: New file.
16650         * lib/unistdio/u32-u32-vasnprintf.c: New file.
16651         * lib/unistdio/u32-u32-vasprintf.c: New file.
16652         * lib/unistdio/u32-u32-vsnprintf.c: New file.
16653         * lib/unistdio/u32-u32-vsprintf.c: New file.
16654         * tests/unistdio/test-ulc-asnprintf1.c: New file.
16655         * tests/unistdio/test-ulc-asnprintf1.h: New file.
16656         * tests/unistdio/test-ulc-printf1.h: New file.
16657         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
16658         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
16659         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
16660         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
16661         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
16662         * tests/unistdio/test-ulc-vasprintf1.c: New file.
16663         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
16664         * tests/unistdio/test-ulc-vsprintf1.c: New file.
16665         * tests/unistdio/test-u8-asnprintf1.c: New file.
16666         * tests/unistdio/test-u8-asnprintf1.h: New file.
16667         * tests/unistdio/test-u8-printf1.h: New file.
16668         * tests/unistdio/test-u8-vasnprintf1.c: New file.
16669         * tests/unistdio/test-u8-vasnprintf2.c: New file.
16670         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
16671         * tests/unistdio/test-u8-vasnprintf3.c: New file.
16672         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
16673         * tests/unistdio/test-u8-vasprintf1.c: New file.
16674         * tests/unistdio/test-u8-vsnprintf1.c: New file.
16675         * tests/unistdio/test-u8-vsprintf1.c: New file.
16676         * tests/unistdio/test-u16-asnprintf1.c: New file.
16677         * tests/unistdio/test-u16-asnprintf1.h: New file.
16678         * tests/unistdio/test-u16-printf1.h: New file.
16679         * tests/unistdio/test-u16-vasnprintf1.c: New file.
16680         * tests/unistdio/test-u16-vasnprintf2.c: New file.
16681         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
16682         * tests/unistdio/test-u16-vasnprintf3.c: New file.
16683         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
16684         * tests/unistdio/test-u16-vasprintf1.c: New file.
16685         * tests/unistdio/test-u16-vsnprintf1.c: New file.
16686         * tests/unistdio/test-u16-vsprintf1.c: New file.
16687         * tests/unistdio/test-u32-asnprintf1.c: New file.
16688         * tests/unistdio/test-u32-asnprintf1.h: New file.
16689         * tests/unistdio/test-u32-printf1.h: New file.
16690         * tests/unistdio/test-u32-vasnprintf1.c: New file.
16691         * tests/unistdio/test-u32-vasnprintf2.c: New file.
16692         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
16693         * tests/unistdio/test-u32-vasnprintf3.c: New file.
16694         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
16695         * tests/unistdio/test-u32-vasprintf1.c: New file.
16696         * tests/unistdio/test-u32-vsnprintf1.c: New file.
16697         * tests/unistdio/test-u32-vsprintf1.c: New file.
16698         * modules/unistdio/base: New file.
16699         * modules/unistdio/u-printf-args: New file.
16700         * modules/unistdio/ulc-asnprintf: New file.
16701         * modules/unistdio/ulc-asprintf: New file.
16702         * modules/unistdio/ulc-fprintf: New file.
16703         * modules/unistdio/ulc-printf-parse: New file.
16704         * modules/unistdio/ulc-snprintf: New file.
16705         * modules/unistdio/ulc-sprintf: New file.
16706         * modules/unistdio/ulc-vasnprintf: New file.
16707         * modules/unistdio/ulc-vasprintf: New file.
16708         * modules/unistdio/ulc-vfprintf: New file.
16709         * modules/unistdio/ulc-vsnprintf: New file.
16710         * modules/unistdio/ulc-vsprintf: New file.
16711         * modules/unistdio/u8-asnprintf: New file.
16712         * modules/unistdio/u8-asprintf: New file.
16713         * modules/unistdio/u8-printf-parse: New file.
16714         * modules/unistdio/u8-snprintf: New file.
16715         * modules/unistdio/u8-sprintf: New file.
16716         * modules/unistdio/u8-vasnprintf: New file.
16717         * modules/unistdio/u8-vasprintf: New file.
16718         * modules/unistdio/u8-vsnprintf: New file.
16719         * modules/unistdio/u8-vsprintf: New file.
16720         * modules/unistdio/u8-u8-asnprintf: New file.
16721         * modules/unistdio/u8-u8-asprintf: New file.
16722         * modules/unistdio/u8-u8-snprintf: New file.
16723         * modules/unistdio/u8-u8-sprintf: New file.
16724         * modules/unistdio/u8-u8-vasnprintf: New file.
16725         * modules/unistdio/u8-u8-vasprintf: New file.
16726         * modules/unistdio/u8-u8-vsnprintf: New file.
16727         * modules/unistdio/u8-u8-vsprintf: New file.
16728         * modules/unistdio/u16-asnprintf: New file.
16729         * modules/unistdio/u16-asprintf: New file.
16730         * modules/unistdio/u16-printf-parse: New file.
16731         * modules/unistdio/u16-snprintf: New file.
16732         * modules/unistdio/u16-sprintf: New file.
16733         * modules/unistdio/u16-vasnprintf: New file.
16734         * modules/unistdio/u16-vasprintf: New file.
16735         * modules/unistdio/u16-vsnprintf: New file.
16736         * modules/unistdio/u16-vsprintf: New file.
16737         * modules/unistdio/u16-u16-asnprintf: New file.
16738         * modules/unistdio/u16-u16-asprintf: New file.
16739         * modules/unistdio/u16-u16-snprintf: New file.
16740         * modules/unistdio/u16-u16-sprintf: New file.
16741         * modules/unistdio/u16-u16-vasnprintf: New file.
16742         * modules/unistdio/u16-u16-vasprintf: New file.
16743         * modules/unistdio/u16-u16-vsnprintf: New file.
16744         * modules/unistdio/u16-u16-vsprintf: New file.
16745         * modules/unistdio/u32-asnprintf: New file.
16746         * modules/unistdio/u32-asprintf: New file.
16747         * modules/unistdio/u32-printf-parse: New file.
16748         * modules/unistdio/u32-snprintf: New file.
16749         * modules/unistdio/u32-sprintf: New file.
16750         * modules/unistdio/u32-vasnprintf: New file.
16751         * modules/unistdio/u32-vasprintf: New file.
16752         * modules/unistdio/u32-vsnprintf: New file.
16753         * modules/unistdio/u32-vsprintf: New file.
16754         * modules/unistdio/u32-u32-asnprintf: New file.
16755         * modules/unistdio/u32-u32-asprintf: New file.
16756         * modules/unistdio/u32-u32-snprintf: New file.
16757         * modules/unistdio/u32-u32-sprintf: New file.
16758         * modules/unistdio/u32-u32-vasnprintf: New file.
16759         * modules/unistdio/u32-u32-vasprintf: New file.
16760         * modules/unistdio/u32-u32-vsnprintf: New file.
16761         * modules/unistdio/u32-u32-vsprintf: New file.
16762         * modules/unistdio/ulc-asnprintf-tests: New file.
16763         * modules/unistdio/ulc-vasnprintf-tests: New file.
16764         * modules/unistdio/ulc-vasprintf-tests: New file.
16765         * modules/unistdio/ulc-vsnprintf-tests: New file.
16766         * modules/unistdio/ulc-vsprintf-tests: New file.
16767         * modules/unistdio/u8-asnprintf-tests: New file.
16768         * modules/unistdio/u8-vasnprintf-tests: New file.
16769         * modules/unistdio/u8-vasprintf-tests: New file.
16770         * modules/unistdio/u8-vsnprintf-tests: New file.
16771         * modules/unistdio/u8-vsprintf-tests: New file.
16772         * modules/unistdio/u16-asnprintf-tests: New file.
16773         * modules/unistdio/u16-vasnprintf-tests: New file.
16774         * modules/unistdio/u16-vasprintf-tests: New file.
16775         * modules/unistdio/u16-vsnprintf-tests: New file.
16776         * modules/unistdio/u16-vsprintf-tests: New file.
16777         * modules/unistdio/u32-asnprintf-tests: New file.
16778         * modules/unistdio/u32-vasnprintf-tests: New file.
16779         * modules/unistdio/u32-vasprintf-tests: New file.
16780         * modules/unistdio/u32-vsnprintf-tests: New file.
16781         * modules/unistdio/u32-vsprintf-tests: New file.
16782         * MODULES.html.sh (Unicode string functions): Add the new modules.
16783
16784 2007-07-01  Bruno Haible  <bruno@clisp.org>
16785
16786         * lib/sprintf.c (sprintf): Limit the available length estimation,
16787         to avoid address wraparound.
16788         * lib/vsprintf.c (vsprintf): Likewise.
16789         * modules/sprintf-posix (Dependencies): Add stdint.
16790         * modules/vsprintf-posix (Dependencies): Likewise.
16791
16792 2007-07-01  Bruno Haible  <bruno@clisp.org>
16793
16794         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
16795         Windows PATH as well. Conservative double-quoting. Comments.
16796
16797 2007-07-01  Bruno Haible  <bruno@clisp.org>
16798             Eric Blake  <ebb9@byu.net>
16799             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16800
16801         * gnulib-tool (self_abspathname): Fix algorithm to cope with
16802         empty components in $PATH, denoting '.'.
16803
16804 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16805
16806         * gnulib-tool: Fix indentation.
16807         (func_create_megatestdir): Likewise.
16808         Report by Bruno Haible.
16809
16810 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16811
16812         Sync from Automake.
16813         * build-aux/gnupload: Fix shell portability issues with for loops.
16814         Report by Karl Berry.
16815
16816 2007-06-29  Simon Josefsson  <simon@josefsson.org>
16817
16818         * build-aux/maint.mk (POURL): Use translationproject.org.
16819
16820 2007-06-27  Simon Josefsson  <simon@josefsson.org>
16821             Bruno Haible  <bruno@clisp.org>
16822
16823         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
16824         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
16825         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
16826         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
16827         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
16828
16829 2007-06-27  Bruno Haible  <bruno@clisp.org>
16830
16831         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
16832         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
16833
16834 2007-06-26  Karl Berry  <karl@gnu.org>
16835
16836         * MODULES.html.sh: remove xreadlink-with-size.
16837
16838 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16839
16840         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
16841         method that I hope also handles the double-include problem noted
16842         by Bruno Haible in
16843         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
16844
16845 2007-06-23  Bruno Haible  <bruno@clisp.org>
16846
16847         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16848         Don't let the 'mostlyclean' target fail if the last subdirectory could
16849         not be removed.
16850         Reported by Karl Berry.
16851
16852 2007-06-23  Bruno Haible  <bruno@clisp.org>
16853
16854         * gnulib-tool (echo): Add a speedier workaround for ksh.
16855         * tests/test-echo.sh: Likewise.
16856
16857 2007-06-23  Bruno Haible  <bruno@clisp.org>
16858
16859         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
16860         * tests/test-echo.sh: Likewise.
16861
16862 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16863
16864         * gnulib-tool (IFS): Initialize early, so we don't set it to
16865         empty later.
16866         (self_abspathname): Rewrite algorithm to set it, reindent.
16867         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
16868         (func_create_megatestdir): Merge some sed scripts.
16869
16870 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16871
16872         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
16873         exposed by Sun Studio 11 cc on Solaris 8.
16874
16875 2007-06-22  Bruno Haible  <bruno@clisp.org>
16876
16877         * gnulib-tool (echo): Ensure the echo primitive does not interpret
16878         backslashes.
16879         * tests/test-echo.sh: New file.
16880
16881 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16882
16883         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
16884         simplify `sed_replace_build_aux' scripts, they are portable but
16885         echoing them with `echo' is not.
16886         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
16887
16888 2007-06-21  Karl Berry  <karl@gnu.org>
16889
16890         * config/srclist.txt: guess we can't handle the licenses via
16891         srclist at the moment.
16892
16893 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16894
16895         * MODULES.html.sh: Add include_next.
16896         * modules/include_next: New file.
16897
16898 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16899
16900         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
16901         INCLUDE_NEXT.
16902         (gl_CHECK_NEXT_HEADERS): New macro.
16903         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
16904         the obsolescent gl_ABSOLUTE_HEADER.
16905         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
16906         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
16907         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
16908         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
16909         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
16910         * m4/math_h.m4 (gl_MATH_H): Likewise.
16911         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
16912         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
16913         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
16914         * m4/stdint.m4 (gl_STDINT_H): Likewise.
16915         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
16916         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
16917         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
16918         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16919         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
16920         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
16921         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
16922         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
16923         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
16924         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
16925         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
16926         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16927         * m4/inttypes.m4 (gl_INTTYPES_H): Define
16928         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
16929         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
16930         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
16931         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
16932         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
16933         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
16934         * lib/float_.h: Likewise.
16935         * lib/inttypes_.h: Likewise.
16936         * lib/math_.h: Likewise.
16937         * lib/search_.h: Likewise.
16938         * lib/signal_.h: Likewise.
16939         * lib/stdint_.h: Likewise.
16940         * lib/stdio_.h: Likewise.
16941         * lib/stdlib_.h: Likewise.
16942         * lib/string_.h: Likewise.
16943         * lib/sys_stat_.h: Likewise.
16944         * lib/sys_time_.h: Likewise.
16945         * lib/time_.h: Likewise.
16946         * lib/unistd_.h: Likewise.
16947         * lib/wchar_.h: Likewise.
16948         * lib/wctype_.h: Likewise.
16949         * lib/dirent_.h: Likewise.
16950         * lib/iconv_.h: Likewise.
16951         * lib/locale_.h: Likewise.
16952         * lib/netinet_in_.h: Likewise.
16953         * lib/sys_select_.h: Likewise.
16954         * lib/sys_socket_.h: Likewise.
16955         * lib/sysexits_.h: Likewise.
16956         * modules/fcntl (Depends-on): Depend on include_next, not
16957         absolute_header.
16958         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
16959         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
16960         * modules/fchdir: Likewise.
16961         * modules/float: Likewise.
16962         * modules/iconv_open: Likewise.
16963         * modules/inttypes: Likewise.
16964         * modules/locale: Likewise.
16965         * modules/math: Likewise.
16966         * modules/netinet_in: Likewise.
16967         * modules/search: Likewise.
16968         * modules/signal: Likewise.
16969         * modules/stdint: Likewise.
16970         * modules/stdio: Likewise.
16971         * modules/stdlib: Likewise.
16972         * modules/string: Likewise.
16973         * modules/sys_select: Likewise.
16974         * modules/sys_socket: Likewise.
16975         * modules/sys_stat: Likewise.
16976         * modules/sys_time: Likewise.
16977         * modules/sysexits: Likewise.
16978         * modules/time: Likewise.
16979         * modules/unistd: Likewise.
16980         * modules/wchar: Likewise.
16981         * modules/wctype: Likewise.
16982         * modules/sys_stat: Change maintainer to "all".
16983         * modules/unistd: Likewise.
16984
16985 2007-06-20  Karl Berry  <karl@gnu.org>
16986
16987         * config/srclist.txt: track www changes in license files.
16988
16989 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
16990
16991         * build-aux/bootstrap: Remove stray dot.
16992         Make sure build_aux settings are honored when linking
16993         gnulib_extra_files.
16994
16995 2007-06-19  Eric Blake  <ebb9@byu.net>
16996
16997         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
16998         Allow compilation on cygwin.
16999
17000 2007-06-19  Jim Meyering  <jim@meyering.net>
17001
17002         xreadlink-with-size: Remove module.  No longer used.
17003         Ex-callers now use xreadlink or mreadlink-with-size.
17004         * modules/xreadlink-with-size: Remove module.
17005         * lib/xreadlink-with-size.c: Remove file.
17006         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
17007         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
17008         just before the function definition *is* accurate.
17009
17010         Eliminate one way canonicalize_filename_mode could exit.
17011         * lib/canonicalize.c (canonicalize_filename_mode):
17012         Use mreadlink_with_size, not xreadlink_with_size.
17013
17014 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
17015
17016         Detect porting problems to FreeBSD/arm, which has time_t wider than
17017         long int.  Original problem reported for GNU diff by Xin Li in
17018         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
17019         * modules/getdate (Depends-on): Add intprops, verify.
17020         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
17021         is an integer type no wider than long int.
17022
17023 2007-06-18  Jim Meyering  <jim@meyering.net>
17024
17025         New module: mreadlink-with-size.
17026         * MODULES.html.sh: Add mreadlink-with-size.
17027         * modules/mreadlink-with-size: New module
17028         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
17029         not xreadlink-with-size.
17030         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
17031
17032 2007-06-16  Bruno Haible  <bruno@clisp.org>
17033
17034         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
17035         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
17036         Reported by Gary V. Vaughan <gary@gnu.org>.
17037
17038 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
17039
17040         Revamp lchown so that it lives in unistd.h where it belongs.
17041         * lib/lchown.h: Remove.
17042         * lib/dirchownmod.c: Don't include lib/lchown.h.
17043         * lib/fchownat.c: Likewise.
17044         * lib/openat.c: Likewise.
17045         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
17046         does not follow symlinks.
17047         (EOPNOTSUPP): Define if not defined.
17048         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
17049         is defined to 0.
17050         (lchown): New decl.
17051         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
17052         Do not check for lchown decl.
17053         Set REPLACE_LCHOWN.
17054         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
17055         REPLACE_LCHOWN.
17056         * modules/chown: Make it clear it follows symlinks.
17057         * modules/lchown: Make it clear it doesn't follow symlinks.
17058         (Files): Remove lib/lchown.h
17059         (Depends-on): Add unistd.
17060         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
17061         (Include): Include <unistd.h>, not "lchown.h".
17062         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
17063         REPLACE_LCHOWN.
17064
17065 2007-06-15  Jim Meyering  <jim@meyering.net>
17066
17067         Change license (GPL to LGPL) of fsusage and dependents.
17068         * modules/fsusage (License): Change to LGPL.
17069         * modules/full-read (License): Likewise.
17070         * modules/full-write (License): Likewise.
17071         * modules/safe-read (License): Likewise.
17072         * modules/safe-write (License): Likewise.
17073
17074 2007-06-14  Ben Pfaff  <blp@gnu.org>
17075
17076         Missing part of allocsa -> malloca transition.
17077         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
17078         gl_MALLOCA.
17079
17080 2007-06-12  Bruno Haible  <bruno@clisp.org>
17081
17082         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
17083         to ia64, x86_64, i386.
17084         Reported by Eric Blake.
17085
17086 2007-06-12  Bruno Haible  <bruno@clisp.org>
17087
17088         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
17089         cross-compiling to x86_64.
17090
17091 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
17094         glitch reported by Ralf Wildenhues in
17095         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
17096
17097         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
17098         Vin Shelton.
17099
17100 2007-06-11  Bruno Haible  <bruno@clisp.org>
17101
17102         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
17103         replacement string.
17104         Reported by Eric Blake.
17105
17106 2007-06-10  Bruno Haible  <bruno@clisp.org>
17107
17108         Prepare vasnprintf code for use with Unicode strings.
17109         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
17110         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
17111         TYPE_U32_STRING.
17112         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
17113         a_u32_string variants.
17114         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17115         * lib/printf-args.c: Don't include config.h and the specification
17116         header if PRINTF_FETCHARGS is already defined.
17117         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17118         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
17119         TYPE_U16_STRING, TYPE_U32_STRING.
17120         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
17121         u16_directive, u16_directives, u32_directive, u32_directives): New
17122         types.
17123         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
17124         New declarations.
17125         * lib/printf-parse.c: Don't include config.h and the specification
17126         header if PRINTF_PARSE is already defined. Eliminate the set of
17127         parameters for WIDE_CHAR_VERSION; the user of this file must provide
17128         them now. Include c-ctype.h.
17129         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
17130         directive and CHAR_T_ONLY_ASCII.
17131         * lib/vasnprintf.c: Don't include config.h and the specification header
17132         if VASNPRINTF is already defined.
17133         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
17134         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
17135         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
17136         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
17137         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
17138         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
17139         code accordingly.
17140         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
17141         pad_ourselves also in this case, with the 'c' and 's' directives, and
17142         with a different notion of "width".
17143         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
17144
17145 2007-06-10  Bruno Haible  <bruno@clisp.org>
17146
17147         * modules/unistr/u32-mbsnlen: New file.
17148         * lib/unistr/u32-mbsnlen.c: New file.
17149
17150         * modules/unistr/u16-mbsnlen: New file.
17151         * lib/unistr/u16-mbsnlen.c: New file.
17152
17153         * modules/unistr/u8-mbsnlen: New file.
17154         * lib/unistr/u8-mbsnlen.c: New file.
17155
17156         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
17157         declarations.
17158
17159 2007-06-10  Bruno Haible  <bruno@clisp.org>
17160
17161         * lib/string_.h (mbsnlen): New declaration.
17162         * lib/mbsnlen.c: New file.
17163         * m4/mbsnlen.m4: New file.
17164         * modules/mbsnlen: New file.
17165         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
17166         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
17167         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
17168
17169 2007-06-10  Bruno Haible  <bruno@clisp.org>
17170
17171         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
17172
17173 2007-06-10  Bruno Haible  <bruno@clisp.org>
17174
17175         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
17176         * lib/mbuiter.h: Likewise.
17177
17178 2007-06-10  Bruno Haible  <bruno@clisp.org>
17179
17180         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
17181         declaration.
17182
17183 2007-06-10  Karl Berry  <karl@gnu.org>
17184
17185         * config/srclist.txt: remove gettext entries, Bruno prefers
17186         to update individually.
17187
17188 2007-06-10  Bruno Haible  <bruno@clisp.org>
17189
17190         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
17191         'maxlen'. Ensure only length + width bytes are allocated, not
17192         length + 1 + width.
17193
17194 2007-06-09  Bruno Haible  <bruno@clisp.org>
17195
17196         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
17197         (CHAR_T): Remove macro.
17198         (VASNPRINTF): Update.
17199
17200 2007-06-09  Bruno Haible  <bruno@clisp.org>
17201
17202         * MODULES.html.sh (Unicode string functions): Add the new modules.
17203
17204         * modules/uniconv/u32-conv-to-enc: New file.
17205         * lib/uniconv/u32-conv-to-enc.c: New file.
17206         * modules/uniconv/u32-conv-to-enc-tests: New file.
17207         * tests/uniconv/test-u32-conv-to-enc.c: New file.
17208
17209         * modules/uniconv/u16-conv-to-enc: New file.
17210         * lib/uniconv/u16-conv-to-enc.c: New file.
17211         * lib/uniconv/u-conv-to-enc.h: New file.
17212         * modules/uniconv/u16-conv-to-enc-tests: New file.
17213         * tests/uniconv/test-u16-conv-to-enc.c: New file.
17214
17215         * modules/uniconv/u8-conv-to-enc: New file.
17216         * lib/uniconv/u8-conv-to-enc.c: New file.
17217         * modules/uniconv/u8-conv-to-enc-tests: New file.
17218         * tests/uniconv/test-u8-conv-to-enc.c: New file.
17219
17220         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
17221         u32_conv_to_encoding): New declarations.
17222
17223 2007-06-09  Bruno Haible  <bruno@clisp.org>
17224
17225         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
17226
17227 2007-06-09  Bruno Haible  <bruno@clisp.org>
17228
17229         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
17230         * modules/malloca: Renamed from modules/allocsa, updated.
17231         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
17232         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
17233         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
17234         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
17235         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
17236         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
17237         * modules/xmalloca: Renamed from modules/xallocsa, updated.
17238         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
17239         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
17240         * modules/c-strcasestr (Depends-on): Update.
17241         * lib/c-strcasestr.c: Update.
17242         * modules/c-strstr (Depends-on): Update.
17243         * lib/c-strstr.c: Update.
17244         * modules/canonicalize-lgpl (Depends-on): Update.
17245         * lib/canonicalize-lgpl.c: Update.
17246         * modules/clean-temp (Depends-on): Update.
17247         * lib/clean-temp.c: Update.
17248         * modules/csharpcomp (Depends-on): Update.
17249         * lib/csharpcomp.c: Update.
17250         * modules/csharpexec (Depends-on): Update.
17251         * lib/csharpexec.c: Update.
17252         * modules/javacomp (Depends-on): Update.
17253         * lib/javacomp.c: Update.
17254         * modules/javaexec (Depends-on): Update.
17255         * lib/javaexec.c: Update.
17256         * modules/mbscasestr (Depends-on): Update.
17257         * lib/mbscasestr.c: Update.
17258         * modules/mbsstr (Depends-on): Update.
17259         * lib/mbsstr.c: Update.
17260         * modules/setenv (Depends-on): Update.
17261         * lib/setenv.c: Update.
17262         * modules/strcasestr (Depends-on): Update.
17263         * lib/strcasestr.c: Update.
17264         * modules/striconveha (Depends-on): Update.
17265         * lib/striconveha.c: Update.
17266         * modules/relocatable-prog-wrapper (Files): Update.
17267         * lib/relocwrapper.c: Update.
17268         * build-aux/install-reloc: Update.
17269         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
17270
17271 2007-06-08  Bruno Haible  <bruno@clisp.org>
17272
17273         Port to uClibc.
17274         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
17275         * lib/fpurge.c (fpurge): Likewise.
17276         * lib/freading.c (freading): Likewise.
17277         * lib/fseeko.c (rpl_fseeko): Likewise.
17278         * lib/fseterr.c (fseterr): Likewise.
17279         * lib/fwriting.c (fwriting): Likewise.
17280         * tests/test-fflush.c (main): Avoid a failure on uClibc.
17281
17282 2007-06-08  Bruno Haible  <bruno@clisp.org>
17283
17284         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
17285         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
17286         * modules/gettext (Files): Add m4/intlmacosx.m4.
17287
17288 2007-06-07  Bruno Haible  <bruno@clisp.org>
17289
17290         * modules/localename-tests: New file.
17291         * tests/test-localename.c: New file.
17292
17293         New module 'localename'.
17294         * lib/localename.h: New file.
17295         * lib/localename.c: New file, from GNU gettext.
17296         * m4/localename.m4: New file.
17297         * modules/localename: New file.
17298
17299 2007-06-07  Bruno Haible  <bruno@clisp.org>
17300
17301         Work around the lack of <wchar.h> on some builds of uClibc.
17302         * doc/headers/wchar.texi: Update.
17303         * lib/wchar_.h: Include <wchar.h> only if it exists.
17304         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
17305         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
17306         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
17307         doesn't exist.
17308         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
17309         * modules/mbfile (Depends-on): Add wchar.
17310         * modules/mbiter (Depends-on): Likewise.
17311         * modules/mbuiter (Depends-on): Likewise.
17312         Reported by Simon Josefsson.
17313
17314 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17315
17316         Work around problem reported by Steven M. Schweda in
17317         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
17318         Tru64 5.1B with the Compaq compiler environment installed declares
17319         an 'isblank' function but does not define it in the C library.
17320         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
17321         * lib/regex_internal.h (isblank): Likewise.
17322         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
17323         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17324
17325 2007-06-05  Bruno Haible  <bruno@clisp.org>
17326
17327         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
17328         ia64.
17329         * modules/printf-safe: New file.
17330         * modules/fprintf-posix (Depends-on): Add printf-safe.
17331         * modules/printf-posix (Depends-on): Likewise.
17332         * modules/snprintf-posix (Depends-on): Likewise.
17333         * modules/sprintf-posix (Depends-on): Likewise.
17334         * modules/vasnprintf-posix (Depends-on): Likewise.
17335         * modules/vasprintf-posix (Depends-on): Likewise.
17336         * modules/vfprintf-posix (Depends-on): Likewise.
17337         * modules/vprintf-posix (Depends-on): Likewise.
17338         * modules/vsnprintf-posix (Depends-on): Likewise.
17339         * modules/vsprintf-posix (Depends-on): Likewise.
17340         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
17341         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
17342         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
17343         "no" on i386, x86_64, ia64.
17344         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
17345         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17346         on i386, x86_64, ia64.
17347         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
17348         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17349         on i386, x86_64, ia64.
17350         * tests/test-vasnprintf-posix.c: Include float.h.
17351         (LDBL80_WORDS): New macro.
17352         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17353         on i386, x86_64, ia64.
17354         * tests/test-vasprintf-posix.c: Include float.h.
17355         (LDBL80_WORDS): New macro.
17356         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17357         on i386, x86_64, ia64.
17358         * tests/test-snprintf-posix.c: Include float.h.
17359         * tests/test-sprintf-posix.c: Likewise.
17360         * tests/test-vsnprintf-posix.c: Likewise.
17361         * tests/test-vsprintf-posix.c: Likewise.
17362
17363 2007-06-05  Bruno Haible  <bruno@clisp.org>
17364
17365         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
17366         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
17367         non-IEEE numbers on i386, x86_64, ia64.
17368         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
17369         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
17370         * tests/test-isnanl.h: Include float.h.
17371         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
17372
17373 2007-06-05  Bruno Haible  <bruno@clisp.org>
17374
17375         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
17376         also the %a / %A. Handle the %a / %A code before this extra handling.
17377
17378 2007-06-05  Bruno Haible  <bruno@clisp.org>
17379
17380         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
17381         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
17382
17383 2007-06-05  Bruno Haible  <bruno@clisp.org>
17384
17385         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
17386         typo in variable name.
17387
17388 2007-06-05  Eric Blake  <ebb9@byu.net>
17389
17390         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
17391         Reported by Simon Josefsson.
17392
17393 2007-06-04  Bruno Haible  <bruno@clisp.org>
17394
17395         Avoid test failures on some PowerPC platforms.
17396         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
17397         Define differently for PowerPC.
17398         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
17399         Reported by Gary V. Vaughan <gary@gnu.org>.
17400
17401 2007-06-02  Bruno Haible  <bruno@clisp.org>
17402
17403         Fix test-stdint failure on FreeBSD/ia64.
17404         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
17405         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
17406         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
17407         * doc/headers/stdint.texi: Update.
17408
17409 2007-06-01  Bruno Haible  <bruno@clisp.org>
17410
17411         * tests/test-binary-io.c (main): Pass a third argument to open().
17412         Reported by Gary V. Vaughan <gary@gnu.org>.
17413
17414 2007-06-01  Bruno Haible  <bruno@clisp.org>
17415
17416         * doc/functions/frexpl.texi: Update for mingw.
17417
17418 2007-06-01  Bruno Haible  <bruno@clisp.org>
17419
17420         * tests/test-lseek.c (main): Disable test of errno for invalid third
17421         argument.
17422         * doc/functions/lseek.texi: Update.
17423         Reported by Gary V. Vaughan <gary@gnu.org>.
17424
17425 2007-05-28  Bruno Haible  <bruno@clisp.org>
17426
17427         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
17428
17429 2007-05-31  Eric Blake  <ebb9@byu.net>
17430
17431         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
17432         cross compiling.
17433
17434 2007-05-30  Eric Blake  <ebb9@byu.net>
17435         and Bruno Haible  <bruno@clisp.org>
17436
17437         Work around mingw test failures exposed by m4-1.4.9b.
17438         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
17439         * tests/test-unistd.c: Disable uid_t and git_t tests for the
17440         moment.
17441
17442 2007-05-30  Bruno Haible  <bruno@clisp.org>
17443
17444         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
17445         assuming that they are closed. Needed on HP-UX 11.
17446
17447 2007-05-29  Bruno Haible  <bruno@clisp.org>
17448
17449         Fix a problem with #include_next.
17450         * lib/dirent_.h: Split the double-inclusion guard.
17451         * lib/fcntl_.h: Likewise.
17452         * lib/float_.h: Likewise.
17453         * lib/iconv_.h: Likewise.
17454         * lib/inttypes_.h: Likewise.
17455         * lib/locale_.h: Likewise.
17456         * lib/math_.h: Likewise.
17457         * lib/netinet_in_.h: Likewise.
17458         * lib/search_.h: Likewise.
17459         * lib/signal_.h: Likewise.
17460         * lib/stdint_.h: Likewise.
17461         * lib/stdio_.h: Likewise.
17462         * lib/stdlib_.h: Likewise.
17463         * lib/string_.h: Likewise.
17464         * lib/sys_select_.h: Likewise.
17465         * lib/sys_socket_.h: Likewise.
17466         * lib/sys_stat_.h: Likewise.
17467         * lib/sys_time_.h: Likewise.
17468         * lib/sysexits_.h: Likewise.
17469         * lib/time_.h: Likewise.
17470         * lib/unistd_.h: Likewise.
17471         * lib/wchar_.h: Likewise.
17472         * lib/wctype_.h: Likewise.
17473
17474 2007-05-29  Bruno Haible  <bruno@clisp.org>
17475
17476         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
17477         for the moment.
17478
17479 2007-05-29  Bruno Haible  <bruno@clisp.org>
17480
17481         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
17482         invocation.
17483         Reported by Eric Blake.
17484
17485 2007-05-29  Bruno Haible  <bruno@clisp.org>
17486
17487         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
17488         compiling case.
17489
17490 2007-05-29  Eric Blake  <ebb9@byu.net>
17491             Bruno Haible  <bruno@clisp.org>
17492
17493         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
17494         cross compiles.
17495
17496 2007-05-28  Eric Blake  <ebb9@byu.net>
17497
17498         * modules/closein-tests (test_closein_LDADD): Support test on
17499         cygwin with libtool.
17500
17501 2007-05-28  Bruno Haible  <bruno@clisp.org>
17502
17503         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
17504         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
17505         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
17506         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
17507         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
17508         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
17509         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
17510         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
17511         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
17512
17513 2007-05-28  Eric Blake  <ebb9@byu.net>
17514
17515         Unconditionally include <config.h> in unit tests.
17516         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
17517         * tests/test-allocsa.c, tests/test-arcfour.c,
17518         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
17519         tests/test-array_list.c, tests/test-array_oset.c,
17520         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
17521         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
17522         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
17523         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
17524         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
17525         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
17526         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
17527         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
17528         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
17529         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
17530         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
17531         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
17532         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
17533         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
17534         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
17535         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
17536         test-md5.c, test-memmem.c, test-printf-posix.c,
17537         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
17538         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
17539         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
17540         test-strcasestr.c, test-striconv.c, test-striconveh.c,
17541         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
17542         test-vasnprintf-posix2.c, test-vasnprintf.c,
17543         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
17544         test-vfprintf-posix.c, test-vprintf-posix.c,
17545         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
17546         test-xvasprintf.c: Likewise.
17547
17548 2007-05-28  Bruno Haible  <bruno@clisp.org>
17549
17550         * gnulib-tool (func_import): Remember the --with-tests command-line
17551         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
17552         Reported by Eric Blake.
17553
17554 2007-05-28  Bruno Haible  <bruno@clisp.org>
17555
17556         * modules/ftell-tests: New file.
17557         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
17558         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
17559
17560         * lib/ftell.c: New file.
17561         * modules/ftell: New file.
17562         * m4/ftell.m4: New file.
17563         * doc/functions/ftell.texi: Update.
17564         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
17565         REPLACE_FTELL.
17566         * lib/stdio_.h (rpl_ftell): New declaration.
17567         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
17568         REPLACE_FTELL.
17569
17570 2007-05-28  Eric Blake  <ebb9@byu.net>
17571
17572         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
17573
17574 2007-05-28  Bruno Haible  <bruno@clisp.org>
17575
17576         * modules/fseek-tests: New file.
17577         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
17578         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
17579
17580         * lib/fseek.c: New file.
17581         * modules/fseek: New file.
17582         * m4/fseek.m4: New file.
17583         * doc/functions/fseek.texi: Update.
17584         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
17585         REPLACE_FSEEK.
17586         * lib/stdio_.h (rpl_fseek): New declaration.
17587         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
17588         REPLACE_FSEEK.
17589
17590 2007-05-28  Bruno Haible  <bruno@clisp.org>
17591
17592         * lib/stdio_.h (fflush): More comments.
17593
17594 2007-05-28  Bruno Haible  <bruno@clisp.org>
17595
17596         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
17597         runtime test.
17598
17599 2007-05-28  Eric Blake  <ebb9@byu.net>
17600
17601         Improve lseek module.
17602         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
17603         * lib/unistd_.h (lseek): Scale back link warning message.
17604         * tests/test-lseek.c: Beef up test.
17605         * tests/test-lseek.sh: Exercise more facets of lseek.
17606         Reported by Bruno Haible.
17607
17608 2007-05-28  Bruno Haible  <bruno@clisp.org>
17609
17610         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
17611         to define.
17612
17613 2007-05-27  Bruno Haible  <bruno@clisp.org>
17614
17615         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
17616
17617 2007-05-27  Bruno Haible  <bruno@clisp.org>
17618
17619         * modules/openmp: New file.
17620         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
17621         Noah Misch.
17622
17623 2007-05-26  Bruno Haible  <bruno@clisp.org>
17624
17625         * modules/chdir-long (Depends-on): Add fchdir.
17626         * modules/chdir-safer (Depends-on): Likewise.
17627         * modules/fts (Depends-on): Likewise.
17628         * modules/fts-lgpl (Depends-on): Likewise.
17629         * modules/openat (Depends-on): Likewise.
17630         * modules/savewd (Depends-on): Likewise.
17631
17632 2007-05-24  Eric Blake  <ebb9@byu.net>
17633
17634         Fix lseek on mingw.
17635         * modules/lseek: New module.
17636         * m4/lseek.m4: New file.
17637         * lib/lseek.c: New file.
17638         * modules/lseek-tests: New file.
17639         * tests/test-lseek.c: New file.
17640         * tests/test-lseek.sh: New file.
17641         * MODULES.html.sh: Document lseek module.
17642         * modules/fflush (Depends-on): Add lseek, fseeko.
17643         * modules/fseeko (Depends-on): Likewise.
17644         * modules/ftello (Depends-on): Likewise.
17645         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
17646         broken.
17647         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
17648         broken.
17649         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
17650         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
17651         * lib/ftello.c (rpl_ftello): Likewise.
17652         * tests/test-fseeko.c (main): Test this.
17653         * tests/test-fseeko.sh: Likewise.
17654         * tests/test-ftello.c (main): Likewise.
17655         * tests/test-ftello.sh: Likewise.
17656         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
17657         implies replacing fseek.
17658         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
17659         HAVE_FTELLO.
17660         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
17661         * modules/unistd (Makefile.am): Likewise.
17662         * lib/unistd_.h (lseek): Declare a replacement.
17663         * doc/functions/lseek.texi (lseek): Document this fix.
17664         * doc/functions/fseek.texi (fseek): Likewise.
17665         * doc/functions/ftell.texi (ftell): Likewise.
17666
17667 2007-05-24  Bruno Haible  <bruno@clisp.org>
17668
17669         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
17670         in the printed representation of a NaN.
17671         * tests/test-vasprintf-posix.c (test_function): Likewise.
17672         * tests/test-snprintf-posix.h (test_function): Likewise.
17673         * tests/test-sprintf-posix.h (test_function): Likewise.
17674         Reported by Eric Blake.
17675
17676 2007-05-23  Eric Blake  <ebb9@byu.net>
17677
17678         Fix fseeko/ftello on cygwin 1.5.24.
17679         * doc/functions/fseeko.texi (fseeko): Document the fix.
17680         * doc/functions/ftello.texi (ftello): Document the fix.
17681         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
17682         * doc/functions/stdout.text (stdout): New file.
17683         * doc/functions/stderr.text (stderr): New file.
17684         * doc/gnulib.texi (Function Substitutes): Use new files.
17685         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
17686         prior to 1.7.0.
17687         * tests/test-ftello.c (main): Likewise for ftello.
17688         * tests/test-fseeko.sh: New file.
17689         * tests/test-ftello.sh: New file.
17690         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
17691         with seekable stdin.
17692         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
17693         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
17694         (gl_REPLACE_FSEEKO): New macro.
17695         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
17696         * modules/fseeko (Files): Distribute fseeko.c.
17697         * modules/ftello (Files): Distribute ftello.c.
17698         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
17699         mode.
17700         * lib/ftello.c (rpl_ftello): New file.
17701         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
17702         fseeko, ftello.
17703         (gl_STDIN_LARGE_OFFSET): New macro.
17704         * modules/stdio (Makefile.am): Perform the replacement.
17705         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
17706
17707 2007-05-23  Bruno Haible  <bruno@clisp.org>
17708
17709         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
17710         GNULIB_POSIXCHECK is defined.
17711
17712 2007-05-21  Bruno Haible  <bruno@clisp.org>
17713
17714         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
17715         Check also the output for NaN arguments. When cross-compiling, guess
17716         no on IRIX.
17717         * lib/vasnprintf.c: Update comments.
17718         * tests/test-vasnprintf-posix.c (strisnan): New function.
17719         (test_function): Use it.
17720         * tests/test-vasprintf-posix.c (strisnan): New function.
17721         (test_function): Use it.
17722         * tests/test-snprintf-posix.h (strisnan): New function.
17723         (test_function): Use it.
17724         * tests/test-sprintf-posix.h (strisnan): New function.
17725         (test_function): Use it.
17726         Reported by Eric Blake.
17727
17728 2007-05-20  Bruno Haible  <bruno@clisp.org>
17729
17730         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
17731         numbers that fails on BeOS.
17732         * doc/functions/frexpl.texi: Update.
17733
17734 2007-05-20  Jim Meyering  <jim@meyering.net>
17735
17736         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
17737         forced upon us by glibc-2.6.
17738
17739 2007-05-20  Bruno Haible  <bruno@clisp.org>
17740
17741         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
17742         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
17743         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
17744         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
17745         NEED_PRINTF_INFINITE.
17746         (is_infinitel): New function.
17747         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
17748         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
17749         gl_PREREQ_VASNPRINTF_INFINITE.
17750         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
17751         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17752         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
17753         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
17754         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
17755         gl_PREREQ_VASNPRINTF_INFINITE.
17756         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17757         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17758         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17759         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17760         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17761         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17762         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17763         * doc/functions/fprintf.texi: Update.
17764         * doc/functions/printf.texi: Update.
17765         * doc/functions/snprintf.texi: Update.
17766         * doc/functions/sprintf.texi: Update.
17767         * doc/functions/vfprintf.texi: Update.
17768         * doc/functions/vprintf.texi: Update.
17769         * doc/functions/vsnprintf.texi: Update.
17770         * doc/functions/vsprintf.texi: Update.
17771
17772 2007-05-20  Bruno Haible  <bruno@clisp.org>
17773
17774         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
17775         was not found in libc.
17776         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
17777
17778 2007-05-20  Bruno Haible  <bruno@clisp.org>
17779
17780         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
17781         printed as "-nan" instead of "nan".
17782         * tests/test-vasprintf-posix.c (test_function): Likewise.
17783         * tests/test-snprintf-posix.h (test_function): Likewise.
17784         * tests/test-sprintf-posix.h (test_function): Likewise.
17785         Needed for HP-UX 11.
17786
17787 2007-05-20  Jim Meyering  <jim@meyering.net>
17788
17789         Fix buggy test for the fchownat-deref bug.
17790         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
17791         symlink required for the run-test.  Without it, this test would
17792         always declare that fchownat doesn't work, and client code would
17793         unnecessarily use the replacement function with fixed libc.
17794         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
17795         Reported by Greg Schafer.
17796
17797 2007-05-19  Bruno Haible  <bruno@clisp.org>
17798
17799         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
17800         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
17801         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
17802         Needed for IRIX 6.5 and Solaris 2.5.1.
17803
17804 2007-05-19  Bruno Haible  <bruno@clisp.org>
17805
17806         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
17807         (test_function): Skip tests involving -0.0 on platforms where
17808         -0.0 = 0.0.
17809         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
17810         (test_function): Skip tests involving -0.0 on platforms where
17811         -0.0 = 0.0.
17812         * tests/test-snprintf-posix.h (have_minus_zero): New function.
17813         (test_function): Skip tests involving -0.0 on platforms where
17814         -0.0 = 0.0.
17815         * tests/test-sprintf-posix.h (have_minus_zero): New function.
17816         (test_function): Skip tests involving -0.0 on platforms where
17817         -0.0 = 0.0.
17818         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
17819         tests.
17820         * tests/test-printf-posix.h (test_function): Likewise.
17821         * tests/test-printf-posix.output: Remove all -0.0 related results.
17822         Needed for IRIX 6.5.
17823
17824 2007-05-19  Bruno Haible  <bruno@clisp.org>
17825
17826         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
17827         printed as "nan0x7fffffff" instead of "nan".
17828         * tests/test-vasprintf-posix.c (test_function): Likewise.
17829         * tests/test-snprintf-posix.h (test_function): Likewise.
17830         * tests/test-sprintf-posix.h (test_function): Likewise.
17831         * tests/test-fprintf-posix.h (NaN): Remove macro.
17832         (test_function): Remove all NaN related tests.
17833         * tests/test-printf-posix.h (NaN): Remove macro.
17834         (test_function): Remove all NaN related tests.
17835         * tests/test-printf-posix.output: Remove all NaN related results.
17836         Needed for IRIX 6.5.
17837
17838 2007-05-19  Bruno Haible  <bruno@clisp.org>
17839
17840         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
17841         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
17842
17843 2007-05-19  Bruno Haible  <bruno@clisp.org>
17844
17845         * lib/float_.h: New file.
17846         * m4/float_h.m4: New file.
17847         * modules/float: New file.
17848         * modules/isnanl (Dependencies): Add float.
17849         * modules/isnanl-nolibm (Dependencies): Likewise.
17850         * modules/mathl (Dependencies): Likewise.
17851         * modules/printf-frexpl (Dependencies): Likewise.
17852         * modules/signbit (Dependencies): Likewise.
17853         * modules/vasnprintf (Dependencies): Likewise.
17854         * doc/headers/float.texi: Update.
17855
17856 2007-05-19  Jim Meyering  <jim@meyering.net>
17857
17858         * lib/utimens.c (gl_futimens): Rename from futimens,
17859         now that glibc-2.6 declares futimens.
17860         * lib/utimens.h: Likewise.
17861
17862 2007-05-19  Bruno Haible  <bruno@clisp.org>
17863
17864         Avoid test failures on mingw.
17865         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
17866         * tests/test-printf-posix.sh: Likewise.
17867         * tests/test-vfprintf-posix.sh: Likewise.
17868         * tests/test-vprintf-posix.sh: Likewise.
17869
17870 2007-05-19  Bruno Haible  <bruno@clisp.org>
17871
17872         Fix *printf result for NaN, Inf, -0.0 on mingw.
17873         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
17874         * lib/vasnprintf.c: Include math.h and isnan.h.
17875         (is_infinite_or_zero): New function.
17876         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
17877         values in the %f, %F, %e, %E, %g, %G directives.
17878         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
17879         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17880         gl_PRINTF_INFINITE and test its result. Invoke
17881         gl_PREREQ_VASNPRINTF_INFINITE.
17882         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17883         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17884         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17885         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17886         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17887         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17888         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17889         * doc/functions/fprintf.texi: Update.
17890         * doc/functions/printf.texi: Update.
17891         * doc/functions/snprintf.texi: Update.
17892         * doc/functions/sprintf.texi: Update.
17893         * doc/functions/vfprintf.texi: Update.
17894         * doc/functions/vprintf.texi: Update.
17895         * doc/functions/vsnprintf.texi: Update.
17896         * doc/functions/vsprintf.texi: Update.
17897
17898 2007-05-19  Bruno Haible  <bruno@clisp.org>
17899
17900         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
17901         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
17902         Instead of multiplying with 10^k, set extra_zeroes to k.
17903         (scale10_round_long_double): Remove function.
17904
17905 2007-05-18  Bruno Haible  <bruno@clisp.org>
17906
17907         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
17908         introduced on 2007-05-06.
17909
17910 2007-05-18  Bruno Haible  <bruno@clisp.org>
17911
17912         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
17913         %g directives.
17914         * tests/test-vasprintf-posix.c (test_function): Likewise.
17915         * tests/test-snprintf-posix.h (test_function): Likewise.
17916         * tests/test-sprintf-posix.h (test_function): Likewise.
17917
17918 2007-05-18  Bruno Haible  <bruno@clisp.org>
17919
17920         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
17921         (strmatch): New function.
17922         (test_function): Test the %f directive on numbers of various exponents.
17923         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
17924         (strmatch): New function.
17925         (test_function): Test the %f directive on numbers of various exponents.
17926         * tests/test-snprintf-posix.h (strmatch): New function.
17927         (test_function): Test the %f directive on numbers of various exponents.
17928         * tests/test-sprintf-posix.h (strmatch): New function.
17929         (test_function): Test the %f directive on numbers of various exponents.
17930         * tests/test-snprintf-posix.c (SIZEOF): New macro.
17931         * tests/test-sprintf-posix.c (SIZEOF): New macro.
17932         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
17933         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
17934
17935 2007-05-18  Bruno Haible  <bruno@clisp.org>
17936
17937         Add support for 'long double' number output.
17938         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
17939         * lib/vasnprintf.c: Include math.h and float+.h.
17940         (mp_limb_t): New type.
17941         (GMP_LIMB_BITS): New macro.
17942         (mp_twolimb_t): New type.
17943         (GMP_TWOLIMB_BITS): New macro.
17944         (mpn_t): New type.
17945         (multiply, divide, convert_to_decimal, decode_long_double,
17946         scale10_round_long_double, scale10_round_decimal_long_double,
17947         floorlog10l): New functions.
17948         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
17949         for the %f, %F, %e, %E, %g, %G directives.
17950         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
17951         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17952         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
17953         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
17954         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17955         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17956         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17957         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17958         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17959         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17960         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17961         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
17962         * modules/snprintf-posix (Depends-on): Likewise.
17963         * modules/sprintf-posix (Depends-on): Likewise.
17964         * modules/vasnprintf-posix (Depends-on): Likewise.
17965         * modules/vasprintf-posix (Depends-on): Likewise.
17966         * modules/vfprintf-posix (Depends-on): Likewise.
17967         * modules/vsnprintf-posix (Depends-on): Likewise.
17968         * modules/vsprintf-posix (Depends-on): Likewise.
17969         * modules/vasnprintf (Files): Add lib/float+.h.
17970         * doc/functions/fprintf.texi: Update.
17971         * doc/functions/printf.texi: Update.
17972         * doc/functions/snprintf.texi: Update.
17973         * doc/functions/sprintf.texi: Update.
17974         * doc/functions/vfprintf.texi: Update.
17975         * doc/functions/vprintf.texi: Update.
17976         * doc/functions/vsnprintf.texi: Update.
17977         * doc/functions/vsprintf.texi: Update.
17978
17979 2007-05-18  Bruno Haible  <bruno@clisp.org>
17980
17981         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
17982
17983 2007-05-18  Bruno Haible  <bruno@clisp.org>
17984
17985         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
17986         for printing 64-bit integers. Needed for mingw.
17987
17988 2007-05-18  Bruno Haible  <bruno@clisp.org>
17989
17990         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17991         gl_FUNC_FREXPL_WORKS.
17992         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
17993
17994 2007-05-18  Bruno Haible  <bruno@clisp.org>
17995
17996         * modules/frexpl-nolibm-tests: New file.
17997
17998         * modules/frexpl-nolibm: New file.
17999         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
18000
18001 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18002
18003         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
18004         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18005         GCC 4.2, which otherwise issues a lot of warnings.
18006         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
18007         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
18008         Likewise.
18009         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
18010         * modules/iconv_open (iconv.h): Likewise.
18011         * modules/locale (locale.h): Likewise.
18012         * modules/netinet_in (netinet/in.h): Likewise.
18013         * modules/sys_select (sys_select.h): Likewise.
18014         * modules/sys_socket (sys/socket.h): Likewise.
18015         * modules/sys_stat (sys/stat.h): Likewise.
18016         * modules/sysexits (sysexits.h): Likewise.
18017         * modules/unistd (unistd.h): Likewise.
18018
18019 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18020
18021         * modules/closein-tests (Makefile.am): Distribute
18022         `test-closein.sh'.
18023
18024 2007-05-17  Bruno Haible  <bruno@clisp.org>
18025
18026         * tests/test-printf-posix.output: Renamed from
18027         tests/test-fprintf-posix.out.
18028         * modules/fprintf-posix-tests: Update.
18029         * modules/printf-posix-tests: Update.
18030         * modules/vfprintf-posix-tests: Update.
18031         * modules/vprintf-posix-tests: Update.
18032         * tests/test-fprintf-posix.sh: Update.
18033         * tests/test-printf-posix.sh: Update.
18034         * tests/test-vfprintf-posix.sh: Update.
18035         * tests/test-vprintf-posix.sh: Update.
18036         Reported by Ralf Wildenhues.
18037
18038 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
18041         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18042         GCC 4.2, which otherwise issues a lot of warnings.
18043         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
18044         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
18045         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
18046         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
18047         it should no longer be needed.
18048         * lib/string_.h: Likewise.
18049         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
18050         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
18051         * modules/inttypes (inttypes.h): Likewise.
18052         * modules/math (math.h): Likewise.
18053         * modules/search (search.h): Likewise.
18054         * modules/signal (signal.h): Likewise.
18055         * modules/stdint (stdint.h): Likewise.
18056         * modules/stdio (stdio.h): Likewise.
18057         * modules/stdlib (stdlib.h): Likewise.
18058         * modules/string (string.h): Likewise.
18059         * modules/sys_time (sys/time.h): Likewise.
18060         * modules/time (time.h): Likewise.
18061         * modules/wchar (wchar.h): Likewise.
18062         * modules/wctype (wtype.h): Likewise.
18063
18064 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
18065
18066         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
18067
18068 2007-05-13  Bruno Haible  <bruno@clisp.org>
18069
18070         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
18071         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18072         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
18073         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18074         (gl_PREREQ_STRTOK_R): Don't require it here.
18075
18076 2007-05-13  Bruno Haible  <bruno@clisp.org>
18077
18078         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
18079         when used in C++ mode.
18080
18081 2007-05-12  Bruno Haible  <bruno@clisp.org>
18082
18083         * lib/linebuffer.h: Tweak doc.
18084         * lib/linebuffer.c: Likewise.
18085
18086 2007-05-12  James Youngman  <jay@gnu.org>
18087
18088         * lib/linebuffer.c (readlinebuffer_delim): New function,
18089         like readlinebuffer, but use a caller-specified delimiter.
18090         (readlinebuffer): Just call readlinebuffer_delim with '\n'
18091         as the delimiter.
18092         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
18093
18094 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18095
18096         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
18097         * modules/openat (Files): Remove openat-die.c.
18098         (Depends-on): Add openat-die.
18099         * modules/openat-die: New module.
18100
18101 2007-05-06  Bruno Haible  <bruno@clisp.org>
18102
18103         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
18104         Update with info about Cygwin.
18105         * doc/functions/fprintf.texi: Update.
18106         * doc/functions/printf.texi: Update.
18107         * doc/functions/snprintf.texi: Update.
18108         * doc/functions/sprintf.texi: Update.
18109         * doc/functions/vfprintf.texi: Update.
18110         * doc/functions/vprintf.texi: Update.
18111         * doc/functions/vsnprintf.texi: Update.
18112         * doc/functions/vsprintf.texi: Update.
18113         Reported by Eric Blake.
18114
18115 2007-05-06  Bruno Haible  <bruno@clisp.org>
18116
18117         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
18118         padding ourselves for the floating-point directives.
18119         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
18120         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
18121         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18122         gl_PRINTF_FLAG_ZERO and test its result. Invoke
18123         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
18124         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18125         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18126         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18127         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18128         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18129         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18130         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18131         * tests/test-snprintf-posix.h (test_function): Also check the width
18132         and some flags in the %f directive.
18133         * tests/test-sprintf-posix.h (test_function): Likewise.
18134         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18135         * tests/test-vasprintf-posix.c (test_function): Likewise.
18136         * doc/functions/fprintf.texi: Update.
18137         * doc/functions/printf.texi: Update.
18138         * doc/functions/snprintf.texi: Update.
18139         * doc/functions/sprintf.texi: Update.
18140         * doc/functions/vfprintf.texi: Update.
18141         * doc/functions/vprintf.texi: Update.
18142         * doc/functions/vsnprintf.texi: Update.
18143         * doc/functions/vsprintf.texi: Update.
18144
18145 2007-05-06  Bruno Haible  <bruno@clisp.org>
18146
18147         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
18148         pass the ' flag character to sprintf or snprintf.
18149         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
18150         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
18151         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18152         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
18153         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
18154         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18155         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18156         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18157         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18158         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18159         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18160         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18161         * tests/test-snprintf-posix.h (test_function): Also check the grouping
18162         flag.
18163         * tests/test-sprintf-posix.h (test_function): Likewise.
18164         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18165         * tests/test-vasprintf-posix.c (test_function): Likewise.
18166         * doc/functions/fprintf.texi: Update.
18167         * doc/functions/printf.texi: Update.
18168         * doc/functions/snprintf.texi: Update.
18169         * doc/functions/sprintf.texi: Update.
18170         * doc/functions/vfprintf.texi: Update.
18171         * doc/functions/vprintf.texi: Update.
18172         * doc/functions/vsnprintf.texi: Update.
18173         * doc/functions/vsprintf.texi: Update.
18174
18175 2007-05-01  Bruno Haible  <bruno@clisp.org>
18176
18177         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
18178
18179 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
18180
18181         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
18182         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
18183
18184 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18185
18186         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
18187         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
18188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
18189
18190 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
18191
18192         * lib/argp-help.c (struct hol_entry): New member `ord'.
18193         (HOL_ENTRY_PTRCMP): Use ord for comparison
18194         (hol_sort): Initialize ord.
18195
18196 2007-05-01  Bruno Haible  <bruno@clisp.org>
18197
18198         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
18199         Reported by Eric Blake.
18200         * doc/gnulib.texi (Function Substitutes): Update.
18201
18202 2007-05-01  Bruno Haible  <bruno@clisp.org>
18203
18204         * doc/functions.texi: Remove file, now redundant through
18205         doc/functions/*.texi.
18206
18207 2007-05-01  Bruno Haible  <bruno@clisp.org>
18208
18209         * modules/argp (Depends-on): Add sleep.
18210
18211 2007-05-01  Bruno Haible  <bruno@clisp.org>
18212
18213         * modules/sleep-tests: New file.
18214         * tests/test-sleep.c: New file.
18215
18216         * modules/sleep: New file.
18217         * lib/sleep.c: New file.
18218         * m4/sleep.m4: New file.
18219         * lib/unistd_.h (sleep): New declaration.
18220         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
18221         HAVE_SLEEP.
18222         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
18223         * doc/functions/sleep.texi: Document the sleep module.
18224
18225 2007-05-01  Bruno Haible  <bruno@clisp.org>
18226
18227         * lib/sigprocmask.h: Remove file.
18228         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
18229         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
18230         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
18231         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
18232         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
18233         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
18234         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
18235         HAVE_SIGSET_T as a shell variable.
18236         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
18237         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
18238         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
18239         (Depends-on): Add signal. Remove verify.
18240         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
18241         (Include): Mention <signal.h> instead of sigprocmask.h.
18242         * NEWS: Mention the change.
18243         * lib/fatal-signal.c: Don't include sigprocmask.h.
18244
18245 2007-05-01  Bruno Haible  <bruno@clisp.org>
18246
18247         * modules/signal: New file.
18248         * lib/signal_.h: New file.
18249         * m4/signal_h.m4: New file.
18250
18251 2007-05-01  Bruno Haible  <bruno@clisp.org>
18252
18253         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
18254         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
18255         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
18256         HAVE_WCTYPE_CTMP_BUG into wctype.h.
18257
18258 2007-05-01  Bruno Haible  <bruno@clisp.org>
18259
18260         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
18261         configure time.
18262         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
18263         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
18264         * modules/sys_stat (Makefile.am): Substitute their values into
18265         sys/stat.h.
18266
18267 2007-05-01  Bruno Haible  <bruno@clisp.org>
18268
18269         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
18270         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
18271         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
18272
18273 2007-05-01  Bruno Haible  <bruno@clisp.org>
18274
18275         * doc/header/assert.texi: Undo last change: don't mention the gnulib
18276         'assert' module here.
18277
18278 2007-05-01  Bruno Haible  <bruno@clisp.org>
18279
18280         * doc/functions/*.texi: New files.
18281         * doc/functions/google-ranking.txt: New file.
18282         * doc/gnulib.texi (Function Substitutes): New chapter.
18283         (ctime, inet_ntoa): Remove sections.
18284         * doc/ctime.texi: Remove file.
18285         * doc/inet_ntoa.texi: Remove file.
18286         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
18287         dependencies.
18288         (%.info): New rule, specifying a --reference-limit.
18289
18290 2007-05-01  Bruno Haible  <bruno@clisp.org>
18291
18292         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
18293
18294 2007-05-01  Bruno Haible  <bruno@clisp.org>
18295
18296         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
18297         the portability of 'mkdir' to mingw systems.
18298
18299 2007-05-01  Bruno Haible  <bruno@clisp.org>
18300
18301         * doc/headers/google-ranking.txt: New file.
18302
18303 2007-04-30  Eric Blake  <ebb9@byu.net>
18304
18305         Prefer fseeko to fseek.
18306         * modules/getpass (Depends-on): Add fseeko.
18307         * lib/getpass.c (getpass): Use fseeko, not fseek.
18308
18309 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
18310
18311         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
18312         assumes the sorting is stable, while most qsort implementations
18313         are not.  Use argument addresses to ensure they never compare as
18314         equal.
18315
18316         * tests/test-argp-2.sh (usage-indent test): Fix output
18317         (func_compare): Restore diff options
18318         * tests/test-argp.c: Restore #include "progname.h"
18319
18320 2007-04-29  Bruno Haible  <bruno@clisp.org>
18321
18322         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
18323         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18324         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
18325         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18326         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
18327         (configure.ac): Define CHECK_SNPRINTF_POSIX.
18328         (TESTS, check_PROGRAMS): Add test-snprintf.
18329         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
18330         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
18331         (TESTS, check_PROGRAMS): Add test-vsnprintf.
18332         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
18333         assertions that fail on HP-UX, OSF/1, or IRIX.
18334         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
18335
18336 2007-04-29  Bruno Haible  <bruno@clisp.org>
18337
18338         * MODULES.html.sh (posix_functions): Remove 'contents'.
18339
18340 2007-04-29  Karl Berry  <karl@gnu.org>
18341
18342         * config/srclist.txt (gendocs_template_min): new entry.
18343
18344 2007-04-29  Bruno Haible  <bruno@clisp.org>
18345
18346         Work around fpurge bug on BSD systems.
18347         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
18348         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
18349         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
18350         fpurge to rpl_fpurge if the system already has this function.
18351         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
18352         the case where the system already has this function. Correct invariants
18353         on BSD systems.
18354         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
18355         BSD systems.
18356
18357 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
18358
18359         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
18360         proposed by Sven Verdoolaege.
18361
18362         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
18363         options.
18364         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
18365         (usage and help tests): Update
18366
18367 2007-04-29  Bruno Haible  <bruno@clisp.org>
18368
18369         * tests/test-fflush.c (main): Use a file of size 17, not 10.
18370         Print more information in case of failure. Disable a test on BeOS.
18371
18372 2007-04-29  Bruno Haible  <bruno@clisp.org>
18373
18374         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
18375         This helps debugging on systems on which no gdb is available.
18376
18377 2007-04-29  Bruno Haible  <bruno@clisp.org>
18378
18379         * lib/freading.h: Improve comments.
18380         * lib/fwriting.h: Likewise.
18381         * tests/test-freading.c (main): Don't check freading immediately after
18382         repositioning. Needed for glibc.
18383
18384 2007-04-29  Bruno Haible  <bruno@clisp.org>
18385
18386         * lib/freading.c (freading): Trivial simplification.
18387
18388 2007-04-28  Bruno Haible  <bruno@clisp.org>
18389
18390         * tests/test-fwriting.c (main): Also test the interaction between
18391         fflush and fwriting.
18392         * modules/fwriting-tests (Depends-on): Add fflush.
18393
18394         * tests/test-freading.c (main): Also test the interaction between
18395         fflush and freading.
18396         * modules/freading-tests (Depends-on): Add fflush.
18397
18398 2007-04-28  Bruno Haible  <bruno@clisp.org>
18399
18400         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
18401         fseeko and ftello.
18402         Suggested by Eric Blake.
18403
18404 2007-04-28  Jim Meyering  <jim@meyering.net>
18405
18406         Avoid false-negative in gl_STDINT_H's C99 conformance test.
18407         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
18408         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
18409
18410 2007-04-27  Eric Blake  <ebb9@byu.net>
18411
18412         * doc/headers/assert.texi (assert.h): Document assert module use.
18413
18414 2007-04-27  Bruno Haible  <bruno@clisp.org>
18415
18416         * doc/headers/*.texi: New files.
18417         * doc/gnulib.texi (Header File Substitutes): New chapter.
18418         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
18419         dependencies.
18420         (standards.info ,standards.html, standards.dvi): Update dependencies.
18421         (mostlyclean, clean): New targets.
18422
18423 2007-04-27  Bruno Haible  <bruno@clisp.org>
18424
18425         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
18426         * modules/sysexits (Files, Makefile.am): Update.
18427
18428         * lib/sys_socket_.h: Renamed from lib/socket_.h.
18429         * modules/sys_socket (Files, Makefile.am): Update.
18430
18431         * lib/sys_stat_.h: Renamed from lib/stat_.h.
18432         * modules/sys_stat (Files, Makefile.am): Update.
18433
18434 2007-04-27  Eric Blake  <ebb9@byu.net>
18435
18436         * lib/freading.h: Improve comments.
18437         * lib/fwriting.h: Likewise.
18438         * lib/fflush.c: Likewise.
18439
18440         Fix closein for mingw.
18441         * modules/closein-tests: Add tests for closein.
18442         * tests/test-closein.c: New file.
18443         * tests/test-closein.sh: Likewise.
18444         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
18445         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
18446
18447 2007-04-27  Bruno Haible  <bruno@clisp.org>
18448
18449         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
18450         version is < 6.
18451         * lib/math_.h [__DECC]: Likewise.
18452         * lib/stdio_.h [__DECC]: Likewise.
18453         * lib/stdlib_.h [__DECC]: Likewise.
18454         * lib/string_.h [__DECC]: Likewise.
18455         * lib/time_.h [__DECC]: Likewise.
18456         * lib/wchar_.h [__DECC]: Likewise.
18457         * lib/wctype_.h [__DECC]: Likewise.
18458
18459 2007-04-27  Bruno Haible  <bruno@clisp.org>
18460
18461         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
18462
18463 2007-04-27  Bruno Haible  <bruno@clisp.org>
18464
18465         * lib/fflush.c: Add comments.
18466         * modules/fpurge-tests (Depends-on): Add fflush.
18467         * modules/freadable-tests (Depends-on): Likewise.
18468         * modules/fwritable-tests (Depends-on): Likewise.
18469
18470 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
18471
18472         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
18473         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
18474         Report by Bruno Haible <bruno@clisp.org>.
18475
18476 2007-04-26  Eric Blake  <ebb9@byu.net>
18477
18478         Fix fflush on mingw.
18479         * modules/fflush (Depends-on): Add freading.
18480         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
18481         but unread data.
18482
18483 2007-04-26  Eric Blake  <ebb9@byu.net>
18484         and Bruno Haible  <bruno@clisp.org>
18485
18486         Implement freading and fwriting.
18487         * lib/freading.c: New file.
18488         * lib/freading.h: Likewise.
18489         * m4/freading.m4: Likewise.
18490         * modules/freading: Likewise.
18491         * modules/freading-tests: Likewise.
18492         * tests/test-freading.c: Likewise.
18493         * lib/fwriting.c: New file.
18494         * lib/fwriting.h: Likewise.
18495         * m4/fwriting.m4: Likewise.
18496         * modules/fwriting: Likewise.
18497         * modules/fwriting-tests: Likewise.
18498         * tests/test-fwriting.c: Likewise.
18499         * MODULES.html.sh (File stream based Input/Output): Mention them.
18500
18501 2007-04-26  Bruno Haible  <bruno@clisp.org>
18502
18503         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
18504         'long' when we assume it.
18505         Suggested by Eric Blake.
18506
18507 2007-04-26  Bruno Haible  <bruno@clisp.org>
18508
18509         Ensure fseeko, ftello are declared on glibc systems.
18510         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
18511         * modules/fseeko (configure.ac-early): Likewise.
18512         * modules/ftello (configure.ac-early): Likewise.
18513         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
18514         AC_FUNC_FSEEKO for this.
18515         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
18516         (gl_CHECK_FSEEKO): Remove macro.
18517
18518 2007-04-26  Bruno Haible  <bruno@clisp.org>
18519
18520         * tests/test-fflush.c (main): Also check the ftell result after
18521         fflush and fseek/fseeko.
18522         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
18523         file descriptor position cache in the stream.
18524         * lib/fseeko.c (rpl_fseeko): Likewise.
18525
18526 2007-04-26  Bruno Haible  <bruno@clisp.org>
18527
18528         * modules/fflush-tests (Depends-on): Add fseeko.
18529
18530 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
18531             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18532
18533         * lib/argz_.h: ensure error_t definition is obtained in same
18534         mechanism system argz.h would have.
18535         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
18536         argz facilities are known bad.  Err on the side of caution if
18537         cross-compiling.
18538
18539 2007-04-25  Eric Blake  <ebb9@byu.net>
18540
18541         * lib/fpurge.c (includes): Use stdlib.h for free.
18542         * tests/test-fflush.c (main): Also test fflush-fseeko.
18543
18544 2007-04-25  Bruno Haible  <bruno@clisp.org>
18545
18546         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
18547         * lib/fseeko.c: New file.
18548         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
18549         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
18550         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
18551         gl_FUNC_FSEEKO.
18552         (gl_FUNC_FSEEKO): Invoke it.
18553         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
18554         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
18555         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
18556
18557 2007-04-25  Bruno Haible  <bruno@clisp.org>
18558
18559         * modules/fflush (Depends-on): Add ftello.
18560
18561 2007-04-25  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/ftello-tests: New file.
18564         * tests/test-ftello.c: New file.
18565
18566         * modules/ftello: New file.
18567         * m4/ftello.m4: New file.
18568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
18569         HAVE_FTELLO.
18570         * lib/stdio_.h (ftello): New declaration.
18571         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
18572         HAVE_FTELLO.
18573
18574 2007-04-25  Bruno Haible  <bruno@clisp.org>
18575
18576         * modules/fseeko-tests: New file.
18577         * tests/test-fseeko.c: New file.
18578
18579         * modules/fseeko: New file.
18580         * m4/fseeko.m4: New file.
18581         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
18582         HAVE_FSEEKO.
18583         * lib/stdio_.h (fseeko): New declaration.
18584         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
18585         HAVE_FSEEKO.
18586
18587 2007-04-25  Bruno Haible  <bruno@clisp.org>
18588
18589         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
18590
18591 2007-04-25  Bruno Haible  <bruno@clisp.org>
18592
18593         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
18594         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
18595         * tests/test-unistd.c: Likewise.
18596         * tests/test-fcntl.c: Likewise.
18597
18598 2007-04-23  Eric Blake  <ebb9@byu.net>
18599
18600         * lib/fflush.c: Fix missing include.
18601         Reported by Bruno Haible.
18602
18603 2007-04-23  Bruno Haible  <bruno@clisp.org>
18604
18605         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
18606         Reported by Eric Blake.
18607
18608 2007-04-23  Bruno Haible  <bruno@clisp.org>
18609
18610         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
18611
18612 2007-04-23  Bruno Haible  <bruno@clisp.org>
18613
18614         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
18615
18616 2007-04-23  Bruno Haible  <bruno@clisp.org>
18617
18618         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
18619         Needed on HP-UX 11.
18620
18621 2007-04-16  Eric Blake  <ebb9@byu.net>
18622
18623         Make fflush rely on fpurge.
18624         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
18625         open coding all variants.
18626         * modules/fflush (Depends-on): Add fpurge and unistd.
18627         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
18628         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
18629
18630         Fix --with-tests compilation on cygwin.
18631         * modules/argmatch-tests (Makefile.am): List gnulib library first
18632         in LDADD.
18633         * modules/argp-tests (Makefile.am): Likewise.
18634         * modules/array-list-tests (Makefile.am): Likewise.
18635         * modules/array-oset-tests (Makefile.am): Likewise.
18636         * modules/avltree-list-tests (Makefile.am): Likewise.
18637         * modules/avltree-oset-tests (Makefile.am): Likewise.
18638         * modules/avltreehash-list-tests (Makefile.am): Likewise.
18639         * modules/carray-list-tests (Makefile.am): Likewise.
18640         * modules/dirname-tests (Makefile.am): Likewise.
18641         * modules/frexp-tests (Makefile.am): Likewise.
18642         * modules/isnanl-tests (Makefile.am): Likewise.
18643         * modules/linked-list-tests (Makefile.am): Likewise.
18644         * modules/linkedhash-list-tests (Makefile.am): Likewise.
18645         * modules/lock-tests (Makefile.am): Likewise.
18646         * modules/rbtree-list-tests (Makefile.am): Likewise.
18647         * modules/rbtree-oset-tests (Makefile.am): Likewise.
18648         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
18649         * modules/tls-tests (Makefile.am): Likewise.
18650         * modules/tsearch-tests (Makefile.am): Likewise.
18651         * modules/xvasprintf-tests (Makefile.am): Likewise.
18652
18653         Fix fpurge for cygwin.
18654         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
18655         value.
18656         * modules/fpurge-tests (Depends-on): Clean up trash.
18657
18658 2007-04-16  Simon Josefsson  <simon@josefsson.org>
18659
18660         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
18661
18662         * m4/autobuild.m4: Re-indent.
18663
18664 2007-04-13  Bruno Haible  <bruno@clisp.org>
18665
18666         * modules/fpurge-tests: New file.
18667         * tests/test-fpurge.c: New file.
18668
18669         * modules/fpurge: New file.
18670         * lib/fpurge.h: New file.
18671         * lib/fpurge.c: New file.
18672         * m4/fpurge.m4: New file.
18673
18674 2007-04-13  Bruno Haible  <bruno@clisp.org>
18675
18676         * modules/fbufmode-tests: New file.
18677         * tests/test-fbufmode.c: New file.
18678
18679         * modules/fbufmode: New file.
18680         * lib/fbufmode.h: New file.
18681         * lib/fbufmode.c: New file.
18682         * m4/fbufmode.m4: New file.
18683
18684 2007-04-13  Bruno Haible  <bruno@clisp.org>
18685
18686         * modules/fwritable-tests: New file.
18687         * tests/test-fwritable.c: New file.
18688
18689         * modules/fwritable: New file.
18690         * lib/fwritable.h: New file.
18691         * lib/fwritable.c: New file.
18692         * m4/fwritable.m4: New file.
18693
18694 2007-04-13  Bruno Haible  <bruno@clisp.org>
18695
18696         * modules/freadable-tests: New file.
18697         * tests/test-freadable.c: New file.
18698
18699         * modules/freadable: New file.
18700         * lib/freadable.h: New file.
18701         * lib/freadable.c: New file.
18702         * m4/freadable.m4: New file.
18703
18704 2007-04-13  Bruno Haible  <bruno@clisp.org>
18705
18706         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
18707         MOSTLYCLEANFILES.
18708
18709 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
18712         gzip bootstrap.conf to avoid dragging in i18n machinery.
18713         (gnulib_tool_option): Use it.
18714
18715 2007-04-13  Bruno Haible  <bruno@clisp.org>
18716
18717         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
18718         %F directives.
18719         * tests/test-vasprintf-posix.c (test_function): Likewise.
18720         * tests/test-snprintf-posix.h (test_function): Likewise.
18721         * tests/test-sprintf-posix.h (test_function): Likewise.
18722         * tests/test-fprintf-posix.h (test_function): Likewise.
18723         * tests/test-printf-posix.h (test_function): Likewise.
18724         * tests/test-fprintf-posix.out: Likewise.
18725
18726 2007-04-13  Bruno Haible  <bruno@clisp.org>
18727
18728         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
18729         * modules/tls-tests (configure.ac): Likewise.
18730         Reported by Arto C. Nirkko <anirkko@insel.ch>.
18731
18732 2007-04-13  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/tls.c (glthread_tls_get): Fix return type.
18735         Patch by Arto C. Nirkko <anirkko@insel.ch>.
18736
18737 2007-04-12  Eric Blake  <ebb9@byu.net>
18738
18739         * modules/gettime (Depends-on): Remove gettime.
18740         Reported by Dmitry V. Levin.
18741
18742 2007-04-12  Bruno Haible  <bruno@clisp.org>
18743
18744         * modules/fflush (Include): Mention <stdio.h>.
18745         * modules/strtoimax (Include): Mention <inttypes.h>.
18746         * modules/strtoumax (Include): Likewise.
18747
18748 2007-04-12  Eric Blake  <ebb9@byu.net>
18749
18750         * .cvsignore: New file.
18751         * .gitignore: Likewise.
18752
18753 2007-04-12  Bruno Haible  <bruno@clisp.org>
18754
18755         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
18756         not before, since $(LDADD) often contains libgnu.a.
18757         * modules/striconv-tests (test_striconv_LDADD): Likewise.
18758         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
18759         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
18760         Needed on Cygwin.
18761
18762 2007-04-12  Eric Blake  <ebb9@byu.net>
18763
18764         Work around glibc's failure to flush stdin on fclose.
18765         * lib/closein.c (close_stdin): Flush stdin before closing.
18766
18767         Work around glibc's failure to reset seekable stdin on exit.
18768         * modules/closein: New module.
18769         * lib/closein.c: New file.
18770         * lib/closein.h: Likewise.
18771         * m4/closein.m4: Likewise.
18772         * MODULES.html.sh (File stream based Input/Output): Document it.
18773
18774 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18775
18776         * gnulib-tool: Rename generated 'autobuild' script to
18777         'do-autobuild' in --create-megatestdir output.
18778
18779         * doc/gnulib.texi (Build robot for gnulib): Fix.
18780
18781 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18782
18783         * modules/sysexits (Depends-on): Add absolute-header.
18784
18785 2007-04-12  Eric Blake  <ebb9@byu.net>
18786
18787         No need to preserve errno on success.
18788         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
18789         Reported by Bruno Haible.
18790
18791 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18792
18793         * MODULES.html.sh (Support for maintaining and releasing
18794         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
18795
18796 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18797
18798         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
18799
18800 2007-04-12  Simon Josefsson  <simon@josefsson.org>
18801
18802         * modules/autobuild: New module.
18803
18804         * m4/autobuild.m4: New file.
18805
18806 2007-04-11  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
18809         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
18810         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
18811         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
18812         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18813         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18814         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18815         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18816         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18817         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18818         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
18819         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18820         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18821         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
18822         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18823         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18824         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
18825         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18826         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18827         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
18828         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18829         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18830         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
18831         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18832         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18833         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
18834         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18835         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
18836         Reported by Eric Blake.
18837
18838 2007-04-11  Bruno Haible  <bruno@clisp.org>
18839
18840         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
18841
18842 2007-04-10  Bruno Haible  <bruno@clisp.org>
18843
18844         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
18845         for NaN and Infinity. Needed on FreeBSD 6.1.
18846         * tests/test-vasnprintf-posix.c (test_function): Undo last change
18847         regarding results for "%010a" of Infinity and NaN.
18848         * tests/test-vasprintf-posix.c (test_function): Likewise.
18849         * tests/test-snprintf-posix.h (test_function): Likewise.
18850         * tests/test-sprintf-posix.h (test_function): Likewise.
18851         * tests/test-fprintf-posix.h (test_function): Likewise.
18852         * tests/test-printf-posix.h (test_function): Likewise.
18853         * tests/test-fprintf-posix.out: Likewise.
18854
18855 2007-04-10  Bruno Haible  <bruno@clisp.org>
18856
18857         * modules/locale-tests: New file.
18858         * tests/test-locale.c: New file.
18859
18860         * modules/locale: New file.
18861         * lib/locale_.h: New file.
18862         * m4/locale_h.m4: New file.
18863
18864 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
18865             Bruno Haible  <bruno@clisp.org>
18866
18867         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
18868         be determined, test for availability of the copysignf, copysign,
18869         copysignl functions.
18870         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
18871         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
18872         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
18873
18874 2007-04-09  Eric Blake  <ebb9@byu.net>
18875
18876         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
18877         * modules/stdio (Makefile.am): Support fflush.
18878         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18879         * modules/fflush: New file.
18880         * lib/fflush.c: Likewise.
18881         * m4/fflush.m4: Likewise.
18882         * modules/fflush-tests: New test.
18883         * tests/test-fflush.c: Likewise.
18884         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
18885
18886 2007-04-06  Bruno Haible  <bruno@clisp.org>
18887
18888         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
18889         (VASNPRINTF): Use signbit for faster determination whether to print a
18890         minus sign.
18891         * modules/vasnprintf (Files): Remove lib/float+.h.
18892         * modules/fprintf-posix (Depends-on): Add signbit.
18893         * modules/snprintf-posix (Depends-on): Likewise.
18894         * modules/sprintf-posix (Depends-on): Likewise.
18895         * modules/vasnprintf-posix (Depends-on): Likewise.
18896         * modules/vasprintf-posix (Depends-on): Likewise.
18897         * modules/vfprintf-posix (Depends-on): Likewise.
18898         * modules/vsnprintf-posix (Depends-on): Likewise.
18899         * modules/vsprintf-posix (Depends-on): Likewise.
18900
18901 2007-04-06  Bruno Haible  <bruno@clisp.org>
18902
18903         * tests/test-frexp.c (main): Test also the sign bit of zero results.
18904         * tests/test-frexpl.c (main): Likewise.
18905         * tests/test-ldexpl.c (main): Likewise.
18906         * modules/frexp-tests (Depends-on): Add signbit.
18907         * modules/frexpl-tests (Depdends-on): Likewise.
18908         * modules/ldexpl-tests (Depdends-on): Likewise.
18909
18910 2007-04-06  Bruno Haible  <bruno@clisp.org>
18911
18912         * modules/signbit-tests: New file.
18913         * tests/test-signbit.c: New file.
18914
18915         * modules/signbit: New file.
18916         * lib/signbitf.c: New file.
18917         * lib/signbitd.c: New file.
18918         * lib/signbitl.c: New file.
18919         * m4/signbit.m4: New file.
18920         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
18921         (signbit): New macro.
18922         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
18923         REPLACE_SIGNBIT.
18924         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
18925         REPLACE_FREXPL into math.h.
18926
18927 2007-04-06  Bruno Haible  <bruno@clisp.org>
18928
18929         * modules/isnanf-nolibm-tests: New file.
18930         * tests/test-isnanf.c: New file.
18931
18932         * modules/isnanf-nolibm: New file.
18933         * lib/isnanf.h: New file.
18934         * lib/isnanf.c: New file.
18935         * lib/isnan.c: Consider the USE_FLOAT macro.
18936         * m4/isnanf.m4: New file.
18937
18938 2007-04-06  Bruno Haible  <bruno@clisp.org>
18939
18940         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
18941         (Link): New section.
18942
18943         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
18944
18945 2007-04-06  Bruno Haible  <bruno@clisp.org>
18946
18947         Assume the 'long double' type.
18948         * m4/longdouble.m4: Remove file.
18949         * config/srclist.txt: Don't mention longdouble.m4.
18950         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
18951         * lib/float+.h: Likewise.
18952         * lib/frexp.c: Likewise.
18953         * lib/printf-args.h: Likewise.
18954         * lib/printf-args.c: Likewise.
18955         * lib/printf-frexp.c: Likewise.
18956         * lib/printf-parse.c: Likewise.
18957         * lib/vasnprintf.c: Likewise.
18958         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
18959         * m4/intl.m4: Likewise.
18960         * m4/isnanl.m4: Likewise.
18961         * m4/printf.m4: Likewise.
18962         * m4/printf-frexpl.m4: Likewise.
18963         * m4/vasnprintf.m4: Likewise.
18964         * modules/allocsa (Files): Remove m4/longdouble.m4.
18965         * modules/gettext (Files): Likewise.
18966         * modules/relocatable-prog-wrapper (Files): Likewise.
18967         * modules/vasnprintf (Files): Likewise.
18968         * modules/isnanl (Files): Likewise.
18969         (Include): Simplify.
18970         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
18971         (Include): Simplify.
18972         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
18973         (Include): Simplify.
18974         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
18975         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18976         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
18977         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18978         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
18979         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18980         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
18981         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18982         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
18983         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18984         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
18985         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
18986         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
18987         * tests/test-isnanl.c: Likewise.
18988         * tests/test-snprintf-posix.h: Likewise.
18989         * tests/test-sprintf-posix.h: Likewise.
18990         * tests/test-vasnprintf-posix.c: Likewise.
18991         * tests/test-vasnprintf-posix2.c: Likewise.
18992         * tests/test-vasprintf-posix.c: Likewise.
18993
18994 2007-04-06  Bruno Haible  <bruno@clisp.org>
18995
18996         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
18997         * lib/math_.h [__DECC]: Include the overridden include file through
18998         #include_next, outside the double-inclusion guard.
18999         * lib/stdio_.h [__DECC]: Likewise.
19000         * lib/stdlib_.h [__DECC]: Likewise.
19001         * lib/string_.h [__DECC]: Likewise.
19002         * lib/time_.h [__DECC]: Likewise.
19003         * lib/wchar_.h [__DECC]: Likewise.
19004         * lib/wctype_.h [__DECC]: Likewise.
19005         * lib/inttypes_.h [__DECC]: Likewise.
19006         Reported by Albert Chin <china@thewrittenword.com> in
19007         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
19008
19009 2007-04-04  Eric Blake  <ebb9@byu.net>
19010
19011         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
19012         1.5.x.
19013
19014 2007-04-04  Bruno Haible  <bruno@clisp.org>
19015
19016         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
19017         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
19018
19019 2007-04-04  Bruno Haible  <bruno@clisp.org>
19020
19021         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
19022         results for "%010a" of Infinity and NaN.
19023         * tests/test-vasprintf-posix.c (test_function): Likewise.
19024         * tests/test-snprintf-posix.h (test_function): Likewise.
19025         * tests/test-sprintf-posix.h (test_function): Likewise.
19026         * tests/test-fprintf-posix.h (test_function): Remove these tests.
19027         * tests/test-printf-posix.h (test_function): Likewise.
19028         * tests/test-fprintf-posix.out: Update.
19029         Needed for FreeBSD 6.1.
19030
19031 2007-04-04  Bruno Haible  <bruno@clisp.org>
19032
19033         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
19034         directly used by the gnulib modules nor by gnulib-tool.
19035
19036 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19037
19038         * DEPENDENCIES: Give overall description of version dependency
19039         desirability.  Use more-typical names for apps.
19040         Add shell, coreutils, diffutils, grep, tar, gzip.
19041
19042 2007-04-04  Simon Josefsson  <simon@josefsson.org>
19043
19044         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
19045
19046 2007-04-04  Karl Berry  <karl@gnu.org>
19047
19048         * MODULES.html.sh (func_module): missing '.
19049
19050 2007-04-03  Bruno Haible  <bruno@clisp.org>
19051
19052         * modules/argmatch-tests (Makefile.am): New variable
19053         test_argmatch_LDADD.
19054         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
19055         * modules/array-list-tests (Makefile.am): New variable
19056         test_array_list_LDADD.
19057         * modules/array-oset-tests (Makefile.am): New variable
19058         test_array_oset_LDADD.
19059         * modules/avltree-list-tests (Makefile.am): New variable
19060         test_avltree_list_LDADD.
19061         * modules/avltree-oset-tests (Makefile.am): New variable
19062         test_avltree_oset_LDADD.
19063         * modules/avltreehash-list-tests (Makefile.am): New variable
19064         test_avltreehash_list_LDADD.
19065         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
19066         test_canonicalize_lgpl_LDADD.
19067         * modules/carray-list-tests (Makefile.am): New variable
19068         test_carray_list_LDADD.
19069         * modules/dirname-tests (Makefile.am): New variable
19070         test_dirname_LDADD.
19071         * modules/linked-list-tests (Makefile.am): New variable
19072         test_linked_list_LDADD.
19073         * modules/linkedhash-list-tests (Makefile.am): New variable
19074         test_linkedhash_list_LDADD.
19075         * modules/rbtree-list-tests (Makefile.am): New variable
19076         test_rbtree_list_LDADD.
19077         * modules/rbtree-oset-tests (Makefile.am): New variable
19078         test_rbtree_oset_LDADD.
19079         * modules/rbtreehash-list-tests (Makefile.am): New variable
19080         test_rbtreehash_list_LDADD.
19081         * modules/xvasprintf-tests (Makefile.am): New variable
19082         test_xvasprintf_LDADD.
19083         Reported by Eric Blake.
19084
19085 2007-04-03  Eric Blake  <ebb9@byu.net>
19086
19087         * DEPENDENCIES: Weaken m4 requirements.
19088
19089 2007-04-03  Bruno Haible  <bruno@clisp.org>
19090
19091         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
19092         * modules/isnanl-tests (configure.ac): Likewise.
19093
19094 2007-04-03  Ben Pfaff  <blp@gnu.org>
19095
19096         * modules/iconv_open: Add $(srcdir)/ to source directory
19097         references in Makefile fragments that call gperf, to fix VPATH
19098         builds.
19099
19100 2007-04-03  Bruno Haible  <bruno@clisp.org>
19101
19102         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
19103         * lib/ldexpl.c: Undo last change.
19104
19105 2007-04-03  Bruno Haible  <bruno@clisp.org>
19106
19107         * modules/printf-frexpl (Depends-on): Undo last change.
19108         (Files): Add m4/ldexpl.m4.
19109
19110 2007-04-03  Bruno Haible  <bruno@clisp.org>
19111
19112         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
19113         * modules/isnanl (Link): New section.
19114
19115         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
19116         * modules/frexp (Link): New section.
19117
19118         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
19119         * modules/frexpl (Link): New section.
19120
19121         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
19122         * modules/ldexpl (Link): New section.
19123
19124 2007-04-03  Bruno Haible  <bruno@clisp.org>
19125
19126         * modules/TEMPLATE-EXTENDED: New file.
19127         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
19128
19129 2007-04-03  Bruno Haible  <bruno@clisp.org>
19130
19131         * DEPENDENCIES: New file.
19132         Suggested by Simon Josefsson.
19133
19134 2007-04-03  Bruno Haible  <bruno@clisp.org>
19135
19136         * doc/gnulib.texi: Escape @.
19137
19138 2007-04-03  James Youngman  <jay@gnu.org>
19139         and Paul Eggert  <eggert@cs.ucla.edu>
19140
19141         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
19142         birthtime on all systems that have birthtime, not just those which
19143         use st_birthtimensec rather than st_birthtim.  Putting zero in
19144         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
19145         that the birth time is not available for files on an NFS mount.
19146
19147 2007-04-03  Simon Josefsson  <simon@josefsson.org>
19148
19149         * modules/memxor: Move back from crypto/, suggested by Bruno.
19150         * modules/crypto/hmac-sha1: Fix memxor dependency.
19151
19152         * modules/crypto/gc: Moved from ../.
19153
19154 2007-04-02  Eric Blake  <ebb9@byu.net>
19155
19156         * lib/ldexpl.c (includes): Avoid libm.
19157
19158         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
19159
19160 2007-04-02  Bruno Haible  <bruno@clisp.org>
19161
19162         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
19163         on IRIX.
19164
19165 2007-04-02  Bruno Haible  <bruno@clisp.org>
19166
19167         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
19168         x86 or x86_64 platforms running MacOS X.
19169         Reported by Ryan Schmidt <@ryandesign.com>.
19170
19171 2007-04-02  Bruno Haible  <bruno@clisp.org>
19172
19173         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
19174         i386.
19175
19176 2007-04-01  Simon Josefsson  <simon@josefsson.org>
19177
19178         * modules/crypto/arcfour: Moved from ../.
19179         * modules/crypto/arcfour-tests: Moved from ../.
19180         * modules/crypto/arctwo: Moved from ../.
19181         * modules/crypto/arctwo-tests: Moved from ../.
19182         * modules/crypto/des: Moved from ../.
19183         * modules/crypto/des-tests: Moved from ../.
19184         * modules/crypto/gc-arcfour: Moved from ../.
19185         * modules/crypto/gc-arcfour-tests: Moved from ../.
19186         * modules/crypto/gc-arctwo: Moved from ../.
19187         * modules/crypto/gc-arctwo-tests: Moved from ../.
19188         * modules/crypto/gc-des: Moved from ../.
19189         * modules/crypto/gc-des-tests: Moved from ../.
19190         * modules/crypto/gc-hmac-md5: Moved from ../.
19191         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
19192         * modules/crypto/gc-hmac-sha1: Moved from ../.
19193         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
19194         * modules/crypto/gc-md2: Moved from ../.
19195         * modules/crypto/gc-md2-tests: Moved from ../.
19196         * modules/crypto/gc-md4: Moved from ../.
19197         * modules/crypto/gc-md4-tests: Moved from ../.
19198         * modules/crypto/gc-md5: Moved from ../.
19199         * modules/crypto/gc-md5-tests: Moved from ../.
19200         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
19201         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
19202         * modules/crypto/gc-random: Moved from ../.
19203         * modules/crypto/gc-rijndael: Moved from ../.
19204         * modules/crypto/gc-rijndael-tests: Moved from ../.
19205         * modules/crypto/gc-sha1: Moved from ../.
19206         * modules/crypto/gc-sha1-tests: Moved from ../.
19207         * modules/crypto/gc-tests: Moved from ../.
19208         * modules/crypto/hmac-md5: Moved from ../.
19209         * modules/crypto/hmac-md5-tests: Moved from ../.
19210         * modules/crypto/hmac-sha1: Moved from ../.
19211         * modules/crypto/hmac-sha1-tests: Moved from ../.
19212         * modules/crypto/md2: Moved from ../.
19213         * modules/crypto/md2-tests: Moved from ../.
19214         * modules/crypto/md4: Moved from ../.
19215         * modules/crypto/md4-tests: Moved from ../.
19216         * modules/crypto/md5: Moved from ../.
19217         * modules/crypto/md5-tests: Moved from ../.
19218         * modules/crypto/memxor: Moved from ../.
19219         * modules/crypto/rijndael: Moved from ../.
19220         * modules/crypto/rijndael-tests: Moved from ../.
19221         * modules/crypto/sha1: Moved from ../.
19222
19223 2007-03-30  James Youngman  <jay@gnu.org>
19224
19225         * tests/test-stat-time.c (prepare_test): use chmod() rather than
19226         rename() to change the ctime of a file (because ctime is unaffected
19227         by rename on jfs2 on AIX 5.1).
19228         (main): Start by doing cleanup, in case a previous run failed leaving
19229         test files behind.
19230
19231 2007-03-31  Bruno Haible  <bruno@clisp.org>
19232
19233         Support old proprietary implementations of iconv.
19234         * modules/iconv_open: New file.
19235         * lib/iconv_.h: New file.
19236         * m4/iconv_h.m4: New file.
19237         * lib/iconv_open.c: New file.
19238         * lib/iconv_open-aix.gperf: New file.
19239         * lib/iconv_open-hpux.gperf: New file.
19240         * lib/iconv_open-irix.gperf: New file.
19241         * lib/iconv_open-osf.gperf: New file.
19242         * m4/iconv_open.m4: New file.
19243         * modules/linebreak (Depends-on): Add iconv_open.
19244         * modules/striconv (Depends-on): Likewise.
19245         * modules/striconveh (Depends-on): Likewise.
19246         * modules/unicodeio (Depends-on): Likewise.
19247         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
19248         (iconv_t)(-1).
19249         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
19250         conversion if cd is (iconv_t)(-1).
19251         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
19252         is not possible.
19253
19254 2007-03-31  Bruno Haible  <bruno@clisp.org>
19255
19256         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19257         work on Solaris either. Protect also second use of "autodetect_jp".
19258
19259 2007-03-31  Bruno Haible  <bruno@clisp.org>
19260
19261         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
19262         the function is not present.
19263
19264 2007-03-31  Bruno Haible  <bruno@clisp.org>
19265
19266         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
19267         the function is not present.
19268
19269 2007-03-31  Bruno Haible  <bruno@clisp.org>
19270
19271         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
19272         a bug in HP-UX iconv_open().
19273
19274 2007-03-31  Bruno Haible  <bruno@clisp.org>
19275
19276         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
19277         (Mathematics <math.h>): New section, add fpieee.
19278         (Input/output <stdio.h>): Add fseterr.
19279         (Mathematics <math.h>): New section, add printf-frexp.
19280         (Container data structures): Add sublist.
19281         (Core language properties): Add fpucw, inline.
19282         (Functions for greatest-width integer types <inttypes.h>): Add
19283         imaxabs, imaxdiv, inttypes.
19284         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
19285         isnanl-nolibm, ldexp.
19286         (Mathematics <math.h>): New section, add printf-frexpl.
19287         (Support for systems lacking POSIX:2001): Add fprintf-posix,
19288         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
19289         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
19290         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
19291         (Unicode string functions): Add unistr/u*-mbtoucr.
19292         (Java): Add javacomp-script, javaexec-script.
19293         (C#): Add csharpcomp-script, csharpexec-script.
19294         (Support for building libraries and executables): Add havelib,
19295         relocatable-*.
19296         (Support for maintaining and releasing projects): Renamed from
19297         'Support for maintaining and release projects'. Add announce-gen.
19298
19299 2007-03-31  Bruno Haible  <bruno@clisp.org>
19300
19301         * README: Talk primarily about git.
19302         (git and CVS): Renamed from CVS.
19303         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
19304         gnulib is available through git.
19305         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
19306
19307 2007-03-30  Bruno Haible  <bruno@clisp.org>
19308
19309         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
19310         * lib/poll_.h: Likewise.
19311         * lib/stat_.h: Likewise.
19312         * lib/sys_time_.h: Likewise.
19313         * lib/sysexit_.h: Likewise.
19314         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
19315         * lib/stdbool_.h: Likewise.
19316         * lib/byteswap_.h: Add double-inclusion guard.
19317
19318 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
19319
19320         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
19321
19322 2007-03-30  Karl Berry  <karl@gnu.org>
19323
19324         * config/srclist-update: double space after USA in the license
19325         substitution, since that's how it's usually (?) written.
19326
19327 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19328
19329         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
19330         reported by Bruno Haible.
19331
19332 2007-03-29  Bruno Haible  <bruno@clisp.org>
19333
19334         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
19335         a bug in AIX iconv().
19336
19337 2007-03-29  Bruno Haible  <bruno@clisp.org>
19338
19339         * modules/ldexpl-tests: New file.
19340         * tests/test-ldexpl.c: New file.
19341
19342 2007-03-29  Bruno Haible  <bruno@clisp.org>
19343
19344         * lib/ldexpl.c: Include fpucw.h.
19345         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
19346         multiplication.
19347         * modules/ldexpl (Depends-on): Add fpucw.
19348
19349 2007-03-29  Bruno Haible  <bruno@clisp.org>
19350
19351         * modules/ldexpl: New file.
19352         * m4/ldexpl.m4: New file.
19353         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
19354         set.
19355         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
19356         REPLACE_LDEXPL.
19357         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
19358         REPLACE_LDEXPL.
19359         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19360         gl_FUNC_LDEXPL_WORKS.
19361         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
19362         * modules/mathl (Files): Remove lib/ldexpl.c.
19363         (Depends-on): Add ldexpl.
19364
19365 2007-03-29  Bruno Haible  <bruno@clisp.org>
19366
19367         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
19368
19369 2007-03-29  Bruno Haible  <bruno@clisp.org>
19370
19371         * tests/test-striconveh.c (main): Don't assume that a direct conversion
19372         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
19373         and possibly also HP-UX.
19374         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19375         work on AIX, IRIX, HP-UX, OSF/1.
19376         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
19377         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
19378         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
19379         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
19380         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
19381         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
19382
19383 2007-03-29  Bruno Haible  <bruno@clisp.org>
19384
19385         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
19386
19387 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
19388
19389         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
19390         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
19391
19392 2007-03-29  Eric Blake  <ebb9@byu.net>
19393
19394         * lib/acl-internal.h: Remove redundant include.
19395         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
19396         Cygwin when a file is locked.
19397
19398 2007-03-29  Bruno Haible  <bruno@clisp.org>
19399
19400         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
19401         file.
19402         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
19403
19404 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
19405
19406         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
19407         try to remove a parent directory if the child couldn't be removed
19408         (except for the first rmdir, which could fail because the child
19409         doesn't exist).  Problem reported by Jeff Blaine in
19410         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
19411
19412 2007-03-28  Bruno Haible  <bruno@clisp.org>
19413
19414         * lib/striconveh.c (utf8conv_carefully): New function.
19415         (mem_cd_iconveh_internal): Invoke it.
19416
19417 2007-03-28  Bruno Haible  <bruno@clisp.org>
19418
19419         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
19420         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
19421         input.
19422         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
19423         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
19424         unistr/u8-uctomb.
19425
19426 2007-03-28  Bruno Haible  <bruno@clisp.org>
19427
19428         * modules/unistr/u8-mbtoucr: New file.
19429         * lib/unistr/u8-mbtoucr.c: New file.
19430         * modules/unistr/u16-mbtoucr: New file.
19431         * lib/unistr/u16-mbtoucr.c: New file.
19432         * modules/unistr/u16-mbtoucr: New file.
19433         * lib/unistr/u16-mbtoucr.c: New file.
19434         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
19435
19436 2007-03-27  Simon Josefsson  <simon@josefsson.org>
19437             Bruno Haible  <bruno@clisp.org>
19438
19439         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
19440         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
19441         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
19442
19443         * m4/stdio_h.m4: Add stubs for vasprintf too.
19444
19445         * modules/stdio: Support vasprintf in sed command.
19446
19447         * modules/vasprintf: Depend on stdio for prototypes.  Remove
19448         vasprintf.h.  Add stdio module indicator.
19449
19450         * lib/stdio_.h: Declare asprintf and vasprintf, based on
19451         vasprintf.h.
19452
19453         * lib/vasprintf.h: File removed.
19454
19455         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
19456         * lib/vasprintf.c: Ditto.
19457         * lib/xvasprintf.c: Ditto.
19458         * tests/test-vasprintf-posix.c: Ditto.
19459         * tests/test-vasprintf.c: Ditto.
19460
19461 2007-03-27  Bruno Haible  <bruno@clisp.org>
19462
19463         Make vasnprintf multithread-safe.
19464         * lib/vasnprintf.c (decimal_point_char): New function.
19465         (VASNPRINTF): Use it.
19466         Suggested by Simon Josefsson.
19467
19468 2007-03-27  Eric Blake  <ebb9@byu.net>
19469
19470         Support sub-second birthtime on cygwin.
19471         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
19472         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
19473         (get_stat_birthtime): Also work with st_birthtim.
19474
19475 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
19476
19477         * lib/stat-time.h (USE_BIRTHTIME): Remove.
19478         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
19479         (get_stat_birthtime_ns): Do not try to use "spare" fields.
19480         (get_stat_birthtime_ns): Simplify compile-time tests.
19481         (get_stat_birthtime): Change the API to look like
19482         get_stat_mtime etc., except return a negative tv_nsec on error.
19483         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
19484         Don't check for "spare" fields.
19485         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
19486         or for struct stat.st_birthtime, as these tests aren't used.
19487         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
19488
19489 2007-03-27  Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/stat-time.h: Include <sys/stat.h>.
19492
19493 2007-03-27  James Youngman  <jay@gnu.org>
19494
19495         * lib/stat-time.h (get_stat_birthtime): New function for
19496           retrieving st_birthtime as provided by UFS2 (hence *BSD).
19497         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
19498           and its variants.
19499         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
19500         * modules/stat-time-test: New file.
19501         * tests/test-stat-time.c: New test, devised by Bruno Haible.
19502
19503 2007-03-26  Bruno Haible  <bruno@clisp.org>
19504
19505         Better support of signalling NaNs.
19506         * lib/atanl.c: Include isnanl.h.
19507         (atanl): Perform test for NaN at the beginning of the function and
19508         through a call to isnanl.
19509         * lib/cosl.c: Include isnanl.h.
19510         (cosl): Perform test for NaN at the beginning of the function and
19511         through a call to isnanl.
19512         * lib/ldexpl.c: Include isnanl.h.
19513         (ldexpl): Perform test for NaN through a call to isnanl.
19514         * lib/logl.c: Include isnanl.h.
19515         (logl): Perform test for NaN at the beginning of the function and
19516         through a call to isnanl.
19517         * lib/sinl.c: Include isnanl.h.
19518         (sinl): Perform test for NaN at the beginning of the function and
19519         through a call to isnanl.
19520         * lib/sqrtl.c: Include isnanl.h.
19521         (sqrtl): Perform test for NaN at the beginning of the function and
19522         through a call to isnanl.
19523         * lib/tanl.c: Include isnanl.h.
19524         (tanl): Perform test for NaN at the beginning of the function and
19525         through a call to isnanl.
19526         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
19527         * modules/mathl (Depends-on): Add isnanl.
19528
19529 2007-03-26  Eric Blake  <ebb9@byu.net>
19530
19531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
19532         regression in logic sense of previous patch.
19533
19534 2007-03-26  Bruno Haible  <bruno@clisp.org>
19535
19536         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
19537         unportable shell command "if ! ...".
19538         Reported by Ralf Wildenhues.
19539
19540 2007-03-25  Bruno Haible  <bruno@clisp.org>
19541
19542         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
19543         <sysexits.h> file, and only add EX_CONFIG.
19544         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
19545         absolute file name and whether it is sufficient. Substitute also
19546         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
19547         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
19548         ABSOLUTE_SYSEXITS_H into sysexits.h.
19549
19550 2007-03-25  Bruno Haible  <bruno@clisp.org>
19551
19552         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
19553         hints is NULL.
19554
19555 2007-03-25  Bruno Haible  <bruno@clisp.org>
19556
19557         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
19558         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
19559
19560 2007-03-25  Bruno Haible  <bruno@clisp.org>
19561
19562         * lib/vasnprintf.c: Include langinfo.h.
19563         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
19564         multithread-safe.
19565         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
19566         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
19567         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19568         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19569         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19570         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19571         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19572         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
19573         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19574         Reported by Simon Josefsson.
19575
19576 2007-03-25  Bruno Haible  <bruno@clisp.org>
19577
19578         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
19579         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
19580         * modules/vasnprintf (Depends-on): Add stdint.
19581
19582 2007-03-25  Bruno Haible  <bruno@clisp.org>
19583
19584         * modules/fpieee: New file.
19585         * m4/fpieee.m4: New file.
19586         * modules/isnan-nolibm (Depends-on): Add fpieee.
19587         * modules/isnanl-nolibm (Depends-on): Add fpieee.
19588         * modules/isnanl (Depends-on): Add fpieee.
19589
19590 2007-03-25  Bruno Haible  <bruno@clisp.org>
19591
19592         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
19593
19594 2007-03-25  Bruno Haible  <bruno@clisp.org>
19595
19596         Avoid test failures on IRIX 6.5.
19597         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
19598         (main): Use it.
19599         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
19600         macros.
19601         (main): Use them.
19602
19603 2007-03-25  Bruno Haible  <bruno@clisp.org>
19604
19605         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
19606         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
19607         exists but doesn't work.
19608         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
19609         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
19610         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
19611         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
19612
19613 2007-03-25  Bruno Haible  <bruno@clisp.org>
19614
19615         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
19616         returns inf. Needed on IRIX 6.5.
19617
19618 2007-03-25  Bruno Haible  <bruno@clisp.org>
19619
19620         * tests/test-frexpl.c: Include isnanl-nolibm.h.
19621         (main): Use isnanl instead of x != x idiom.
19622         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
19623
19624         * tests/test-frexp.c: Include isnan.h.
19625         (main): Use isnan instead of x != x idiom.
19626         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
19627
19628 2007-03-25  Bruno Haible  <bruno@clisp.org>
19629
19630         * tests/test-frexp.c (NaN): New function/macro.
19631         (main): Use it instead of 0.0 / 0.0.
19632         * tests/test-isnan.c (NaN): New function/macro.
19633         (main): Use it instead of 0.0 / 0.0.
19634         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
19635         (test_function): Use it instead of 0.0 / 0.0.
19636         * tests/test-vasprintf-posix.c (NaN): New function/macro.
19637         (test_function): Use it instead of 0.0 / 0.0.
19638         * tests/test-snprintf-posix.h (NaN): New function/macro.
19639         (test_function): Use it instead of 0.0 / 0.0.
19640         * tests/test-sprintf-posix.h (NaN): New function/macro.
19641         (test_function): Use it instead of 0.0 / 0.0.
19642         * tests/test-fprintf-posix.h (NaN): New function/macro.
19643         (test_function): Use it instead of 0.0 / 0.0.
19644         * tests/test-printf-posix.h (NaN): New function/macro.
19645         (test_function): Use it instead of 0.0 / 0.0.
19646
19647         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
19648
19649 2007-03-25  Bruno Haible  <bruno@clisp.org>
19650
19651         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
19652
19653 2007-03-25  Bruno Haible  <bruno@clisp.org>
19654
19655         * lib/regexec.c (merge_state_with_log): Make static.
19656
19657 2007-03-25  Bruno Haible  <bruno@clisp.org>
19658
19659         * lib/trigl.c (kernel_rem_pio2): Make static.
19660
19661 2007-03-25  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/sincosl.c (sincosl_table): Make static.
19664
19665 2007-03-25  Bruno Haible  <bruno@clisp.org>
19666
19667         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
19668         if the compiler does not support C99.
19669
19670 2007-03-25  Bruno Haible  <bruno@clisp.org>
19671
19672         * modules/time (Makefile.am): Ensure all rule action lines start with a
19673         tab.
19674
19675 2007-03-24  Bruno Haible  <bruno@clisp.org>
19676
19677         * modules/tsearch-tests: New file.
19678         * tests/test-tsearch.sh: New file.
19679         * tests/test-tsearch.c: New file, mostly copied from glibc.
19680
19681         * modules/search-tests: New file.
19682         * tests/test-search.c: New file.
19683
19684         * modules/search: New file.
19685         * lib/search_.h: New file, incorporating lib/tsearch.h.
19686         * m4/search_h.m4: New file.
19687         * lib/tsearch.h: Remove file.
19688         * lib/tsearch.c: Include search.h instead of tsearch.h.
19689         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
19690         HAVE_TSEARCH.
19691         * modules/tsearch (Files): Remove lib/tsearch.h.
19692         (Depends-on): Add search.
19693         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
19694         (Include): Change tsearch.h into search.h.
19695
19696 2007-03-24  Bruno Haible  <bruno@clisp.org>
19697
19698         * modules/fpucw: New file.
19699         * lib/fpucw.h: New file.
19700         * lib/frexp.c: Include fpucw.h.
19701         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
19702         (FUNC): Use them.
19703         * lib/printf-frexp.c: Include fpucw.h.
19704         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
19705         (FUNC): Use them.
19706         * lib/vasnprintf.c: Include fpucw.h.
19707         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
19708         'long double' calculations.
19709         * tests/test-frexpl.c: Include fpucw.h.
19710         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
19711         * tests/test-printf-frexpl.c: Include fpucw.h.
19712         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
19713         * modules/frexpl (Depends-on): Add fpucw.
19714         * modules/printf-frexpl (Depends-on): Likewise.
19715         * modules/fprintf-posix (Depends-on): Likewise.
19716         * modules/snprintf-posix (Depends-on): Likewise.
19717         * modules/sprintf-posix (Depends-on): Likewise.
19718         * modules/vasnprintf-posix (Depends-on): Likewise.
19719         * modules/vasprintf-posix (Depends-on): Likewise.
19720         * modules/vfprintf-posix (Depends-on): Likewise.
19721         * modules/vsnprintf-posix (Depends-on): Likewise.
19722         * modules/vsprintf-posix (Depends-on): Likewise.
19723         * modules/frexpl-tests (Depends-on): Likewise.
19724         * modules/printf-frexpl-tests (Depends-on): Likewise.
19725
19726 2007-03-24  Bruno Haible  <bruno@clisp.org>
19727
19728         * lib/float+.h: New file.
19729         * lib/isnan.c: Include float+.h.
19730         (SIZE): New macro.
19731         (FUNC): Compare only SIZE bytes of the value.
19732         * lib/vasnprintf.c: Include float+.h.
19733         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
19734         SIZEOF_LDBL or SIZEOF_DBL bytes.
19735         * modules/isnan-nolibm (Files): Add lib/float+.h.
19736         * modules/isnanl-nolibm (Files): Add lib/float+.h.
19737         * modules/isnanl (Files): Add lib/float+.h.
19738         * modules/vasnprintf (Files): Add lib/float+.h.
19739
19740 2007-03-24  Bruno Haible  <bruno@clisp.org>
19741
19742         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
19743         include isnanl-nolibm.h.
19744
19745 2007-03-24  Bruno Haible  <bruno@clisp.org>
19746
19747         * tests/test-read-file.c (main): Don't produce spurious output for
19748         expected situations. Make the test fail if it encountered unexpected
19749         results.
19750
19751 2007-03-24  Bruno Haible  <bruno@clisp.org>
19752
19753         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
19754         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
19755
19756 2007-03-24  Bruno Haible  <bruno@clisp.org>
19757
19758         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
19759
19760 2007-03-24  Bruno Haible  <bruno@clisp.org>
19761
19762         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
19763         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
19764
19765         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
19766         * modules/utf8-ucs4: Turn into a symbolic link to module
19767         unistr/u8-mbtouc.
19768
19769         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
19770         utf8-ucs4-unsafe.
19771         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
19772         unistr/u8-mbtouc-unsafe.
19773
19774         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
19775         * modules/utf16-ucs4: Turn into a symbolic link to module
19776         unistr/u16-mbtouc.
19777
19778         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
19779         utf16-ucs4-unsafe.
19780         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
19781         unistr/u16-mbtouc-unsafe.
19782
19783         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
19784         * modules/ucs4-utf8: Turn into a symbolic link to module
19785         unistr/u8-ubtomb.
19786
19787         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
19788         * modules/ucs4-utf16: Turn into a symbolic link to module
19789         unistr/u16-ubtomb.
19790
19791 2007-03-24  Bruno Haible  <bruno@clisp.org>
19792
19793         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
19794         Enable the function only if HAVE_INLINE.
19795         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
19796         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
19797         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
19798         Enable the function only if HAVE_INLINE.
19799         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
19800         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
19801         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
19802         Enable the function only if HAVE_INLINE.
19803         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
19804         Enable the function only if HAVE_INLINE.
19805         * modules/utf8-ucs4: Update.
19806         * modules/utf8-ucs4-unsafe: Update.
19807         * modules/utf16-ucs4: Update.
19808         * modules/utf16-ucs4-unsafe: Update.
19809         * modules/ucs4-utf8: Update.
19810         * modules/ucs4-utf16: Update.
19811
19812 2007-03-24  Bruno Haible  <bruno@clisp.org>
19813
19814         * lib/utf8-ucs4.h: Remove file.
19815         * lib/utf8-ucs4-unsafe.h: Remove file.
19816         * lib/utf16-ucs4.h: Remove file.
19817         * lib/utf16-ucs4-unsafe.h: Remove file.
19818         * lib/ucs4-utf8.h: Remove file.
19819         * lib/ucs4-utf16.h: Remove file.
19820         * lib/unistr.h: Include their previous contents.
19821         * m4/utf-ucs4.m4: Remove file.
19822         * m4/ucs4-utf.m4: Remove file.
19823         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
19824         (Depends-on): Add unistr/base.
19825         (configure.ac): Remove gl_UTF_UCS4.
19826         (Makefile.am): Update.
19827         (Include): Change to unistr.h.
19828         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
19829         (Depends-on): Add unistr/base.
19830         (configure.ac): Remove gl_UTF_UCS4.
19831         (Makefile.am): Update.
19832         (Include): Change to unistr.h.
19833         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
19834         (Depends-on): Add unistr/base.
19835         (configure.ac): Remove gl_UTF_UCS4.
19836         (Makefile.am): Update.
19837         (Include): Change to unistr.h.
19838         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
19839         (Depends-on): Add unistr/base.
19840         (configure.ac): Remove gl_UTF_UCS4.
19841         (Makefile.am): Update.
19842         (Include): Change to unistr.h.
19843         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
19844         (Depends-on): Add unistr/base.
19845         (configure.ac): Remove gl_UCS4_UTF.
19846         (Makefile.am): Update.
19847         (Include): Change to unistr.h.
19848         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
19849         (Depends-on): Add unistr/base.
19850         (configure.ac): Remove gl_UCS4_UTF.
19851         (Makefile.am): Update.
19852         (Include): Change to unistr.h.
19853         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
19854         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
19855         utf8-ucs4-unsafe.h.
19856         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
19857         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
19858         utf16-ucs4-unsafe.h.
19859         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
19860         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
19861         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
19862         * lib/unistr/u8-strchr.c: Likewise.
19863         * lib/unistr/u8-strrchr.c: Likewise.
19864         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
19865         * lib/unistr/u16-strchr.c: Likewise.
19866         * lib/unistr/u16-strrchr.c: Likewise.
19867         * lib/striconveh.c: Update.
19868         * lib/linebreak.c: Update.
19869
19870 2007-03-24  Bruno Haible  <bruno@clisp.org>
19871
19872         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
19873         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
19874
19875 2007-03-22  Bruno Haible  <bruno@clisp.org>
19876
19877         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
19878
19879 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
19880
19881         * MODULES.html.sh (File system functions): New module write-any-file.
19882         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
19883         * m4/write-any-file.m4: New files.
19884
19885 2007-03-23  Eric Blake  <ebb9@byu.net>
19886
19887         * gnulib-tool: Rearrange space-tab sequences, since some editors
19888         like to eat them.
19889
19890 2007-03-23  Eric Blake  <ebb9@byu.net>
19891
19892         * lib/version-etc.c (version_etc_va): Update license wording to
19893         be more concise.  Recommended by Richard Stallman.
19894
19895 2007-03-22  Bruno Haible  <bruno@clisp.org>
19896
19897         * lib/poll.c (MSG_PEEK): New fallback definition.
19898
19899 2007-03-22  Bruno Haible  <bruno@clisp.org>
19900
19901         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
19902         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
19903         (main): Update.
19904         Fixes a compilation error on BeOS.
19905
19906 2007-03-22  Bruno Haible  <bruno@clisp.org>
19907
19908         * modules/frexpl-tests: New file.
19909         * tests/test-frexpl.c: New file.
19910
19911         * modules/frexpl: New file.
19912         * m4/frexpl.m4: New file.
19913         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
19914         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
19915         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
19916         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
19917         (Depends-on): Add frexpl. Remove isnanl-nolibm.
19918         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
19919
19920 2007-03-22  Bruno Haible  <bruno@clisp.org>
19921
19922         * lib/frexpl.c: Share code with lib/frexp.c.
19923         * modules/mathl (Files): Add lib/frexp.c.
19924         (Depends-on): Add isnanl-nolibm.
19925
19926 2007-03-22  Bruno Haible  <bruno@clisp.org>
19927
19928         * modules/printf-frexp (Files): Add m4/frexp.m4.
19929         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
19930         only if the found frexp function actually works.
19931
19932 2007-03-22  Bruno Haible  <bruno@clisp.org>
19933
19934         * lib/frexp.c: Remove older implementation that uses divisions.
19935
19936 2007-03-21  Bruno Haible  <bruno@clisp.org>
19937
19938         * modules/frexp-tests: New file.
19939         * tests/test-frexp.c: New file.
19940
19941         * modules/frexp: New file.
19942         * lib/frexp.c: New file.
19943         * m4/frexp.m4: New file.
19944         * lib/math_.h (frexp): New declaration.
19945         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
19946         REPLACE_FREXP.
19947         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
19948
19949 2007-03-21  Bruno Haible  <bruno@clisp.org>
19950
19951         * modules/isnanl-tests: New file.
19952         * tests/test-isnanl.c: New file.
19953
19954         * modules/isnanl: New file.
19955         * lib/isnanl.h: New file.
19956         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
19957         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
19958         gl_FUNC_ISNANL_WORKS.
19959         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
19960         New macros.
19961
19962 2007-03-21  Bruno Haible  <bruno@clisp.org>
19963
19964         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
19965         lib/isnanl.h.
19966         (Include): Update.
19967         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
19968         * lib/vasnprintf.c: Update.
19969         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
19970         tests/test-isnanl.h, remove tests/test-isnanl.c.
19971         (Makefile.am): Update.
19972         * tests/test-isnanl-nolibm.c: New file.
19973         * tests/test-isnanl.h: New file.
19974         * tests/test-isnanl.c: Remove file.
19975
19976 2007-03-21  Jim Meyering  <jim@meyering.net>
19977
19978         When trying to open ".", treat ESTALE like EACCES.
19979         * lib/savewd.c (savewd_save): Resort to forking not just upon
19980         failure with EACCES, but also when errno is ESTALE.
19981
19982 2007-03-20  Bruno Haible  <bruno@clisp.org>
19983
19984         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
19985         Needed on AIX 5.1. Reported by Matthew Woehlke.
19986
19987 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
19988
19989         Suggestions by Bruno Haible:
19990         * lib/acl-internal.h: Include "gettext.h" rather than rolling
19991         our own.
19992         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
19993         * modules/acl (Depends-on): Add gettext.
19994
19995 2007-03-19  Bruno Haible  <bruno@clisp.org>
19996
19997         * modules/iconvme: Remove file.
19998         * lib/iconvme.h: Remove file.
19999         * lib/iconvme.c: Remove file.
20000         * m4/iconvme.m4: Remove file.
20001
20002 2007-03-19  Bruno Haible  <bruno@clisp.org>
20003
20004         * doc/relocatable-maint.texi: Break long shell script line.
20005         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20006
20007 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20008
20009         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
20010         handle file_has_acl.
20011         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
20012         * lib/acl.c: Move header inclusions and related macro defns into
20013         lib/acl-internal.h.
20014         (S_ISLNK): Remove defn, since that's now done for us.
20015         (file_has_acl): Move to lib/file-has-acl.c.
20016         Call acl_trivial if available.  This is the crucial part of the fix.
20017         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
20018         shared within the library.  Rewrite a bit, partly to make it compatible
20019         with the GNU coding style.
20020         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
20021         Remove unnecessary double-quotes.
20022         Don't test for acl_to_text; the build will catch that.
20023         Replace acl_entries if it doesn't exist and it is needed.
20024         Check for -lsec and acl_trivial (as used on Solaris 10).
20025         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
20026         lib/file-has-acl.c.
20027         (Depends-on): Add sys_stat, for S_ISLNK.
20028
20029 2007-03-19  Ben Pfaff  <blp@gnu.org>
20030
20031         * doc/gnulib.texi: Fix typos.
20032         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20033
20034 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20035
20036         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
20037         If size is zero here, buf must be zero.
20038
20039 2007-03-19  Simon Josefsson  <simon@josefsson.org>
20040
20041         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
20042         <bruno@clisp.org>.
20043
20044 2007-03-18  Bruno Haible  <bruno@clisp.org>
20045
20046         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
20047         Suggested by Eric Blake.
20048
20049 2007-03-18  Ben Pfaff  <blp@gnu.org>
20050
20051         * doc/relocatable.texi: Recommend using as prefix a directory
20052         that does not exist and will never be created.  Based on
20053         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
20054         and others.
20055
20056 2007-03-17  Bruno Haible  <bruno@clisp.org>
20057
20058         * lib/fchownat.c: Include lchown.h.
20059
20060 2007-03-17  Bruno Haible  <bruno@clisp.org>
20061
20062         Fix endless loop when the given allocated size was > INT_MAX.
20063         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
20064         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
20065         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
20066         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
20067         * lib/sprintf.c (sprintf): Likewise.
20068
20069 2007-03-17  Bruno Haible  <bruno@clisp.org>
20070
20071         * tests/test-argp-2.sh (func_compare): Output a context diff.
20072
20073 2007-03-17  Bruno Haible  <bruno@clisp.org>
20074
20075         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
20076         locale's decimal-point character.
20077
20078 2007-03-17  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
20081         before comparing it. Needed because on some platforms (e.g. x86) a
20082         'long double' occupies less bytes than sizeof (long double).
20083
20084 2007-03-17  Bruno Haible  <bruno@clisp.org>
20085
20086         * tests/test-crc.c (main): Make printf statements 64-bit clean.
20087         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
20088         * tests/test-getaddrinfo.c (simple): Likewise.
20089         * tests/test-read-file.c (main): Likewise.
20090
20091 2007-03-17  Bruno Haible  <bruno@clisp.org>
20092
20093         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
20094
20095 2007-03-17  Bruno Haible  <bruno@clisp.org>
20096
20097         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
20098         unused variable.
20099
20100 2007-03-17  Bruno Haible  <bruno@clisp.org>
20101
20102         * tests/test-c-strcasecmp.c: Include c-strcase.h.
20103         * tests/test-c-strncasecmp.c: Likewise.
20104
20105 2007-03-17  Bruno Haible  <bruno@clisp.org>
20106
20107         * modules/stdlib (Depends-on): Add unistd.
20108         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
20109         Needed for MacOS X 10.3.
20110
20111 2007-03-17  Bruno Haible  <bruno@clisp.org>
20112
20113         * lib/unistr/u-strdup.h: Include <stdlib.h>.
20114
20115 2007-03-17  Bruno Haible  <bruno@clisp.org>
20116
20117         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
20118
20119 2007-03-17  Bruno Haible  <bruno@clisp.org>
20120
20121         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
20122         to reflect files copied from gnulib (with or without modifications).
20123         Suggested by Jim Meyering.
20124
20125 2007-03-17  Eric Blake  <ebb9@byu.net>
20126
20127         * NEWS: Document stdlib change from 2007-02-18.
20128
20129 2007-03-17  Jim Meyering  <jim@meyering.net>
20130
20131         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
20132         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
20133         someone uses a name containing shell meta-characters.
20134         Reported by Alfred M. Szmidt.
20135
20136         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
20137
20138 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20139
20140         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
20141         and copy gettext configuration files only if configure.ac contains
20142         a use of AM_GNU_GETTEXT_VERSION.
20143
20144 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20145
20146         * build-aux/bootstrap (gnulib_name): New variable.
20147         (gnulib_tool_options): Use it.
20148
20149 2007-03-13  Simon Josefsson  <simon@josefsson.org>
20150
20151         * tests/test-des.c: Use new namespace.
20152
20153 2007-03-15  Bruno Haible  <bruno@clisp.org>
20154
20155         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
20156         Reported by James Youngman <jay@gnu.org>.
20157
20158 2007-03-15  Bruno Haible  <bruno@clisp.org>
20159
20160         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
20161         declared prototype. Needed with cc on OSF/1 5.1.
20162
20163 2007-03-15  Bruno Haible  <bruno@clisp.org>
20164
20165         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
20166         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
20167         (struct gl_list_implementation): Add dispose_fn argument to the
20168         'create_empty', 'create' methods.
20169         (struct gl_list_impl_base): Add field 'dispose_fn'.
20170         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
20171         argument.
20172         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
20173         dispose_fn argument.
20174         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
20175         dispose_fn on the dropped values.
20176         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
20177         dispose_fn argument.
20178         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
20179         dropped values.
20180         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
20181         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20182         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
20183         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20184         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
20185         argument.
20186         (gl_tree_list_free): Call dispose_fn on the dropped values.
20187         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
20188         the dropped values.
20189         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20190         Add dispose_fn argument.
20191         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
20192         Call dispose_fn on the dropped values.
20193         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
20194         Add dispose_fn argument.
20195         (gl_sublist_create): Initialize the 'dispose_fn' field.
20196         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
20197         * tests/test-array_list.c (main): Update.
20198         * tests/test-carray_list.c (main): Update.
20199         * tests/test-avltree_list.c (main): Update.
20200         * tests/test-rbtree_list.c (main): Update.
20201         * tests/test-avltreehash_list.c (main): Update.
20202         * tests/test-rbtreehash_list.c (main): Update.
20203         * tests/test-linked_list.c (main): Update.
20204         * tests/test-linkedhash_list.c (main): Update.
20205         * tests/test-array_oset.c (main): Update.
20206
20207 2007-03-15  Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
20210         (gl_oset_create_empty): Add dispose_fn argument.
20211         (struct gl_oset_implementation): Add dispose_fn argument to
20212         'create_empty' method.
20213         (struct gl_oset_impl_base): Add dispose_fn field.
20214         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
20215         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
20216         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
20217         values.
20218         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
20219         (gl_tree_oset_free): Call dispose_fn on the dropped values.
20220         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20221         dropped value.
20222         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20223         dropped value.
20224         * tests/test-array_oset.c (main): Update.
20225         * tests/test-avltree_oset.c (main): Update.
20226         * tests/test-rbtree_oset.c (main): Update.
20227         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
20228
20229 2007-03-13  Bruno Haible  <bruno@clisp.org>
20230
20231         * tests/test-stdbool.c (i): Update after last patch.
20232
20233 2007-03-12  Bruno Haible  <bruno@clisp.org>
20234
20235         * lib/quotearg.c: Include <wctype.h> early, before the definition of
20236         the iswprint macro. Needed on Solaris 2.5.1.
20237
20238 2007-03-12  Bruno Haible  <bruno@clisp.org>
20239
20240         * tests/test-printf-frexp.c (main): Declare x as volatile.
20241
20242 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20243
20244         * doc/gnulib.texi (Build robot for gnulib): New section.
20245
20246 2007-03-12  Jim Meyering  <jim@meyering.net>
20247
20248         * build-aux/bootstrap: New file.
20249         * build-aux/bootstrap.conf: New file, from coreutils.
20250
20251 2007-03-11  Bruno Haible  <bruno@clisp.org>
20252
20253         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
20254
20255 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20256
20257         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
20258         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
20259         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
20260
20261 2007-03-11  Bruno Haible  <bruno@clisp.org>
20262
20263         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
20264         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
20265
20266 2007-03-11  Bruno Haible  <bruno@clisp.org>
20267
20268         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
20269         formula. Needed for SunPRO C 5.0.
20270
20271 2007-03-11  Bruno Haible  <bruno@clisp.org>
20272
20273         * modules/long-options (Depends-on): Add getopt.
20274
20275 2007-03-11  Bruno Haible  <bruno@clisp.org>
20276
20277         * modules/modechange (Depends-on): Add stdbool.
20278
20279 2007-03-11  Bruno Haible  <bruno@clisp.org>
20280
20281         * modules/i-ring (Depends-on): Add stdbool.
20282
20283 2007-03-11  Bruno Haible  <bruno@clisp.org>
20284
20285         * modules/gc-des (Depends-on): Add stdbool.
20286
20287 2007-03-11  Bruno Haible  <bruno@clisp.org>
20288
20289         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
20290
20291 2007-03-11  Bruno Haible  <bruno@clisp.org>
20292
20293         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
20294
20295 2007-03-11  Bruno Haible  <bruno@clisp.org>
20296
20297         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
20298
20299 2007-03-11  Bruno Haible  <bruno@clisp.org>
20300
20301         * lib/vasnprintf.c (sprintf): Undefine.
20302
20303 2007-03-11  Bruno Haible  <bruno@clisp.org>
20304
20305         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
20306         initializers in SunPRO C and Compaq C compilers.
20307
20308 2007-03-11  Bruno Haible  <bruno@clisp.org>
20309
20310         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
20311         decrementing code ANSI C compliant.
20312
20313 2007-03-11  Bruno Haible  <bruno@clisp.org>
20314
20315         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
20316         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
20317
20318 2007-03-11  Bruno Haible  <bruno@clisp.org>
20319
20320         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
20321         <stdbool.h> substitute doesn't pass.
20322
20323 2007-03-11  Bruno Haible  <bruno@clisp.org>
20324
20325         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
20326
20327 2007-03-11  Bruno Haible  <bruno@clisp.org>
20328
20329         * gnulib-tool (func_create_megatestdir): Create also an autobuild
20330         script, for submission to autobuild.josefsson.org.
20331
20332 2007-03-10  Bruno Haible  <bruno@clisp.org>
20333
20334         * modules/canonicalize-lgpl-tests: New file.
20335         * tests/test-canonicalize-lgpl.sh: New file.
20336         * tests/test-canonicalize-lgpl.c: New file.
20337
20338         * modules/c-strcase-tests: New file.
20339         * tests/test-c-strcase.sh: New file.
20340         * tests/test-c-strcasecmp.c: New file.
20341         * tests/test-c-strncasecmp.c: New file.
20342
20343         * modules/atexit-tests: New file.
20344         * tests/test-atexit.sh: New file.
20345         * tests/test-atexit.c: New file.
20346
20347 2007-03-10  Bruno Haible  <bruno@clisp.org>
20348
20349         * tests/test-binary-io.sh: Use temporary filenames that are not so
20350         likely to clash with those of other tests (in a parallel make).
20351         * tests/test-binary-io.c: Likewise.
20352
20353 2007-03-10  Bruno Haible  <bruno@clisp.org>
20354
20355         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
20356         fallback; use #error instead.
20357         Suggested by Simon Josefsson.
20358
20359 2007-03-10  Bruno Haible  <bruno@clisp.org>
20360
20361         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
20362         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
20363         first and the last.
20364
20365 2007-03-10  Bruno Haible  <bruno@clisp.org>
20366
20367         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
20368
20369 2007-03-10  Bruno Haible  <bruno@clisp.org>
20370
20371         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
20372         "make distcheck".
20373         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
20374         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
20375         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
20376
20377 2007-03-10  Bruno Haible  <bruno@clisp.org>
20378
20379         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
20380         variable.
20381         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
20382         variable.
20383
20384 2007-03-09  Eric Blake  <ebb9@byu.net>
20385         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
20386
20387         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
20388         types are not being provided by gnulib.
20389         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
20390         types are supported.
20391
20392 2007-03-10  Bruno Haible  <bruno@clisp.org>
20393
20394         * lib/stdio_.h (__attribute__): New macro.
20395         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
20396         vsprintf): Specify __attribute__ __format__ for GCC.
20397         Suggested by Eric Blake.
20398
20399 2007-03-09  Bruno Haible  <bruno@clisp.org>
20400
20401         * modules/printf-posix-tests: New file.
20402         * tests/test-printf-posix.sh: New file.
20403         * tests/test-printf-posix.c: New file.
20404
20405         * modules/printf-posix: New file.
20406         * lib/printf.c: New file.
20407         * m4/printf-posix-rpl.m4: New file.
20408         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
20409         REPLACE_PRINTF.
20410         * lib/stdio_.h (printf): New declaration.
20411         (format, __format__, ____printf____, ____scanf____, ____strftime____,
20412         ____strfmon____): New macros.
20413         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
20414         REPLACE_PRINTF.
20415
20416 2007-03-09  Bruno Haible  <bruno@clisp.org>
20417
20418         * tests/test-vasnprintf-posix2.sh: New file.
20419         * tests/test-vasnprintf-posix2.c: New file.
20420         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
20421         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
20422         (Makefile.am): Activate test-vasnprintf-posix2.sh.
20423
20424         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
20425         a locale dependent decimal point, rather than always '.'.
20426
20427 2007-03-09  Eric Blake  <ebb9@byu.net>
20428
20429         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
20430         spite of platforms like Tandem/NSK that define it to -1.
20431
20432 2007-03-08  Bruno Haible  <bruno@clisp.org>
20433
20434         * modules/vprintf-posix-tests: New file.
20435         * tests/test-vprintf-posix.sh: New file.
20436         * tests/test-vprintf-posix.c: New file.
20437         * tests/test-printf-posix.h: New file.
20438
20439         * modules/vprintf-posix: New file.
20440         * lib/vprintf.c: New file.
20441         * m4/vprintf-posix.m4: New file.
20442         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
20443         REPLACE_VPRINTF.
20444         * lib/stdio_.h (vprintf): New declaration.
20445         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
20446         REPLACE_VPRINTF.
20447
20448 2007-03-08  Bruno Haible  <bruno@clisp.org>
20449
20450         * modules/fprintf-posix-tests: New file.
20451         * tests/test-fprintf-posix.sh: New file.
20452         * tests/test-fprintf-posix.c: New file.
20453
20454         * modules/fprintf-posix: New file.
20455         * lib/fprintf.c: New file.
20456         * m4/fprintf-posix.m4: New file.
20457         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
20458         REPLACE_FPRINTF.
20459         * lib/stdio_.h (fprintf): New declaration.
20460         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
20461         REPLACE_FPRINTF.
20462
20463 2007-03-08  Bruno Haible  <bruno@clisp.org>
20464
20465         * modules/vfprintf-posix-tests: New file.
20466         * tests/test-vfprintf-posix.sh: New file.
20467         * tests/test-vfprintf-posix.c: New file.
20468         * tests/test-fprintf-posix.h: New file.
20469         * tests/test-fprintf-posix.out: New file.
20470
20471         * modules/vfprintf-posix: New file.
20472         * lib/vfprintf.c: New file.
20473         * m4/vfprintf-posix.m4: New file.
20474         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
20475         REPLACE_VFPRINTF.
20476         * lib/stdio_.h (vfprintf): New declaration.
20477         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
20478         REPLACE_VFPRINTF.
20479
20480 2007-03-08  Bruno Haible  <bruno@clisp.org>
20481
20482         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
20483
20484 2007-03-08  Bruno Haible  <bruno@clisp.org>
20485
20486         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
20487         instead of 'expr' invocations.
20488         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20489         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20490         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20491         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20492         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20493         Suggested by Paul Eggert.
20494
20495 2007-03-08  Bruno Haible  <bruno@clisp.org>
20496
20497         * modules/fseterr-tests: New file.
20498         * tests/test-fseterr.c: New file.
20499
20500         * modules/fseterr: New file.
20501         * lib/fseterr.h: New file.
20502         * lib/fseterr.c: New file.
20503
20504 2007-03-08  Bruno Haible  <bruno@clisp.org>
20505
20506         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
20507         * lib/getopt_.h: Likewise.
20508         * lib/mbswidth.h: Likewise.
20509         * lib/setenv.h: Likewise.
20510         * lib/vasnprintf.h: Likewise.
20511         * lib/vasprintf.h: Likewise.
20512         * lib/verror.h: Likewise.
20513         * lib/xsetenv.h: Likewise.
20514         * lib/xvasprintf.h: Likewise.
20515
20516 2007-03-08  Jim Meyering  <jim@meyering.net>
20517
20518         * users.txt: Add parted.
20519
20520         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
20521
20522 2007-03-07  Bruno Haible  <bruno@clisp.org>
20523
20524         * m4/printf.m4: Make the shell script snippets copy&pastable.
20525
20526 2007-03-02  Bruno Haible  <bruno@clisp.org>
20527
20528         * lib/netinet_in_.h: New file.
20529         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
20530         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
20531         * modules/netinet_in (Files): Add lib/netinet_in_.h.
20532         (Depends-on): Add absolute-header.
20533         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
20534         into netinet/in.h.
20535
20536 2007-03-03  Bruno Haible  <bruno@clisp.org>
20537
20538         * lib/sys_select_.h: New file.
20539         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
20540         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
20541         * modules/sys_select (Files): Add lib/sys_select_.h.
20542         (Depends-on): Add absolute-header.
20543         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
20544         into sys/select.h.
20545
20546 2007-03-02  Bruno Haible  <bruno@clisp.org>
20547
20548         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
20549         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
20550         values.
20551         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
20552         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
20553         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
20554         * modules/sys_socket (Depends-on): Add absolute-header.
20555         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
20556         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
20557         (Include): Remove requirement of inclusion of <sys/types.h>.
20558
20559 2007-03-02  Bruno Haible  <bruno@clisp.org>
20560
20561         * lib/byteswap_.h (bswap_32): Fix formula.
20562
20563 2007-03-06  Bruno Haible  <bruno@clisp.org>
20564
20565         * modules/sprintf-posix-tests: New file.
20566         * tests/test-sprintf-posix.c: New file.
20567
20568         * modules/sprintf-posix: New file.
20569         * lib/sprintf.c: New file.
20570         * m4/sprintf-posix.m4: New file.
20571         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
20572         REPLACE_SPRINTF.
20573         * lib/stdio_.h (sprintf): New declaration.
20574         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
20575         REPLACE_SPRINTF.
20576
20577 2007-03-06  Bruno Haible  <bruno@clisp.org>
20578
20579         * modules/vsprintf-posix-tests: New file.
20580         * tests/test-vsprintf-posix.c: New file.
20581         * tests/test-sprintf-posix.h: New file.
20582
20583         * modules/vsprintf-posix: New file.
20584         * lib/vsprintf.c: New file.
20585         * m4/vsprintf-posix.m4: New file.
20586         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
20587         REPLACE_VSPRINTF.
20588         * lib/stdio_.h (vsprintf): New declaration.
20589         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
20590         REPLACE_VSPRINTF.
20591
20592 2007-03-06  Bruno Haible  <bruno@clisp.org>
20593
20594         * modules/vsnprintf (Depend-on): Remove minmax.
20595
20596 2007-03-06  Bruno Haible  <bruno@clisp.org>
20597
20598         * modules/snprintf-posix-tests: New file.
20599         * tests/test-snprintf-posix.c: New file.
20600
20601         * modules/snprintf-posix: New file.
20602         * m4/snprintf-posix.m4: New file.
20603         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
20604         gl_FUNC_SNPRINTF.
20605         (gl_FUNC_SNPRINTF): Invoke it.
20606         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
20607         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
20608         is set.
20609         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
20610
20611 2007-03-06  Bruno Haible  <bruno@clisp.org>
20612
20613         * modules/vsnprintf-posix-tests: New file.
20614         * tests/test-vsnprintf-posix.c: New file.
20615         * tests/test-snprintf-posix.h: New file.
20616
20617         * modules/vsnprintf-posix: New file.
20618         * m4/vsnprintf-posix.m4: New file.
20619         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
20620         gl_FUNC_VSNPRINTF.
20621         (gl_FUNC_VSNPRINTF): Invoke it.
20622         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
20623         * lib/stdio_.h (vsnprintf): Define as a replacement if
20624         REPLACE_VSNPRINTF is set.
20625         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
20626
20627 2007-03-06  Bruno Haible  <bruno@clisp.org>
20628
20629         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
20630         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
20631
20632 2007-03-06  Bruno Haible  <bruno@clisp.org>
20633
20634         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
20635         (asinl): Declare also if HAVE_DECL_ASINL is set.
20636         (atanl): Declare also if HAVE_DECL_ATANL is set.
20637         (ceill): Declare also if HAVE_DECL_CEILL is set.
20638         (cosl): Declare also if HAVE_DECL_COSL is set.
20639         (expl): Declare also if HAVE_DECL_EXPL is set.
20640         (floorl): Declare also if HAVE_DECL_FLOORL is set.
20641         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
20642         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
20643         (logl): Declare also if HAVE_DECL_LOGL is set.
20644         (sinl): Declare also if HAVE_DECL_SINL is set.
20645         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
20646         (tanl): Declare also if HAVE_DECL_TANL is set.
20647         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
20648         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
20649         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
20650         declaration of frexpl, ldexpl.
20651         * modules/printf-frexpl (Depends-on): Add math.
20652         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
20653
20654 2007-03-05  Bruno Haible  <bruno@clisp.org>
20655
20656         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
20657         frexpl and ldexpl are declared.
20658         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
20659
20660 2007-03-05  Bruno Haible  <bruno@clisp.org>
20661
20662         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
20663         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
20664
20665 2007-03-05  Bruno Haible  <bruno@clisp.org>
20666
20667         * lib/stdio_.h: Include <stddef.h>.
20668
20669 2007-03-05  Bruno Haible  <bruno@clisp.org>
20670
20671         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
20672
20673 2007-03-05  Bruno Haible  <bruno@clisp.org>
20674
20675         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
20676         NetBSD 4, from Ralf Wildenhues.
20677
20678 2007-03-04  Bruno Haible  <bruno@clisp.org>
20679
20680         * lib/vasprintf.h: Update #if logic for the case when the functions
20681         exist but are overridden.
20682
20683 2007-03-04  Bruno Haible  <bruno@clisp.org>
20684
20685         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
20686         implementations: glibc-2.4 and MacOS X 10.3.
20687         * tests/test-vasnprintf-posix.c (test_function): Test also the case
20688         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
20689         * tests/test-vasprintf-posix.c (test_function): Likewise.
20690
20691 2007-03-04  Bruno Haible  <bruno@clisp.org>
20692
20693         * modules/vasprintf-posix-tests: New file.
20694         * tests/test-vasprintf-posix.c: New file.
20695
20696         * modules/vasprintf-posix: New file.
20697         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
20698         defined.
20699         * m4/vasprintf-posix.m4: New file.
20700         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
20701         gl_FUNC_VASPRINTF.
20702         (gl_FUNC_VASPRINTF): Invoke it.
20703         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
20704         here.
20705         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
20706
20707 2007-03-04  Bruno Haible  <bruno@clisp.org>
20708
20709         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
20710         REPLACE_GETTIMEOFDAY.
20711         * modules/sys_time (Makefile.am): Likewise.
20712         * m4/sys_time_h.m4: Likewise.
20713         * m4/gettimeofday.m4: Likewise.
20714
20715 2007-03-04  Bruno Haible  <bruno@clisp.org>
20716
20717         * modules/vasnprintf-posix-tests: New file.
20718         * tests/test-vasnprintf-posix.c: New file.
20719
20720         * modules/vasnprintf-posix: New file.
20721         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
20722         printf-frexpl.h.
20723         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
20724         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
20725         REPLACE_VASNPRINTF is defined.
20726         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
20727         gl_FUNC_VASNPRINTF.
20728         (gl_FUNC_VASNPRINTF): Invoke it.
20729         * m4/vasnprintf-posix.m4: New file.
20730         * m4/printf.m4: New file.
20731
20732 2007-03-04  Bruno Haible  <bruno@clisp.org>
20733
20734         Compile progreloc.c only if --enable-relocatable is specified.
20735         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
20736         if --enable-relocatable was specified.
20737         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
20738         lib_SOURCES.
20739
20740 2007-03-04  Jim Meyering  <jim@meyering.net>
20741
20742         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
20743         Use it consistently, rather than enumerating errno constants.
20744
20745 2007-03-04  Bruno Haible  <bruno@clisp.org>
20746
20747         * modules/xvasprintf-tests: New file.
20748         * tests/test-xvasprintf.c: New file.
20749
20750         * modules/vasprintf-tests: New file.
20751         * tests/test-vasprintf.c: New file.
20752
20753         * modules/vasnprintf-tests: New file.
20754         * tests/test-vasnprintf.c: New file.
20755
20756         * modules/vsnprintf-tests: New file.
20757         * tests/test-vsnprintf.c: New file.
20758
20759         * modules/snprintf-tests: New file.
20760         * tests/test-snprintf.c: New file.
20761
20762 2007-03-04  Bruno Haible  <bruno@clisp.org>
20763
20764         Compile relocatable.c only if --enable-relocatable is specified.
20765         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
20766         gl_RELOCATABLE_LIBRARY.
20767         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
20768         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
20769         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
20770         gl_RELOCATABLE_LIBRARY.
20771         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
20772         (Makefile.am): Remove lib_SOURCES.
20773         * modules/relocatable-lib-lgpl (configure.ac): Invoke
20774         gl_RELOCATABLE_LIBRARY.
20775         (Makefile.am): Remove lib_SOURCES.
20776         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
20777         always.
20778         * modules/relocatable-prog-wrapper (configure.ac): Invoke
20779         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
20780
20781 2007-03-04  Bruno Haible  <bruno@clisp.org>
20782
20783         * modules/argmatch-tests: New file.
20784         * tests/test-argmatch.c: New file.
20785
20786         * tests/test-allocsa.c (main): Halve the number of loop runs.
20787
20788         * modules/alloca-opt-tests: New file.
20789         * tests/test-alloca-opt.c: New file.
20790
20791 2007-03-04  Jim Meyering  <jim@meyering.net>
20792
20793         Work around difference between Linux ACLs and Solaris 10 ZFS.
20794         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
20795         for EINVAL.
20796
20797 2007-03-03  Bruno Haible  <bruno@clisp.org>
20798
20799         * modules/relocatable-prog (Depends-on): Add back progreloc's
20800         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
20801
20802 2007-03-03  Bruno Haible  <bruno@clisp.org>
20803
20804         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
20805         * modules/relocatable-lib: New file.
20806
20807 2007-03-03  Bruno Haible  <bruno@clisp.org>
20808
20809         * modules/relocatable-prog: Renamed from modules/relocatable.
20810         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
20811
20812 2007-03-03  Bruno Haible  <bruno@clisp.org>
20813
20814         * modules/relocatable-script (Files): Add doc/relocatable.texi,
20815         m4/relocatable-lib.m4.
20816         (Depends-on): Remove 'relocatable'.
20817         (configure.ac): Add gl_RELOCATABLE_NOP.
20818
20819 2007-03-03  Bruno Haible  <bruno@clisp.org>
20820
20821         * modules/relocatable-prog-wrapper: New file.
20822         * modules/relocatable (Depends-on): Add it. Remove all other
20823         dependencies except progname.
20824         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
20825
20826         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
20827         (gl_FUNC_STRERROR): Nop.
20828         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
20829
20830         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
20831         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
20832
20833         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
20834         (gl_FUNC_READLINK): Update.
20835
20836         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
20837
20838 2007-03-03  Bruno Haible  <bruno@clisp.org>
20839
20840         * lib/xreadlink.c: Include <unistd.h> unconditionally.
20841         * modules/xreadlink (Depends-on): Add unistd.
20842         * modules/xreadlink-with-size (Depends-on): Likewise.
20843
20844 2007-03-03  Bruno Haible  <bruno@clisp.org>
20845
20846         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
20847         extracted from gt_FUNC_SETENV.
20848         (gt_FUNC_SETENV): Remove macro.
20849         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
20850         remove gt_FUNC_SETENV.
20851
20852 2007-03-03  Bruno Haible  <bruno@clisp.org>
20853
20854         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
20855         ENABLE_RELOCATABLE here.
20856         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
20857
20858 2007-03-03  Bruno Haible  <bruno@clisp.org>
20859
20860         * modules/rbtreehash-list-tests (Depends-on): Add progname.
20861         * tests/test-rbtreehash_list.c: Include progname.h.
20862         (main): Call set_program_name.
20863
20864         * modules/rbtree-oset-tests (Depends-on): Add progname.
20865         * tests/test-rbtree_oset.c: Include progname.h.
20866         (main): Call set_program_name.
20867
20868         * modules/rbtree-list-tests (Depends-on): Add progname.
20869         * tests/test-rbtree_list.c: Include progname.h.
20870         (main): Call set_program_name.
20871
20872         * modules/linked-list-tests (Depends-on): Add progname.
20873         * tests/test-linked_list.c: Include progname.h.
20874         (main): Call set_program_name.
20875
20876 2007-03-03  Bruno Haible  <bruno@clisp.org>
20877
20878         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
20879         All uses of __restrict changed to _Restrict_.
20880         * lib/glob_.h (__restrict): Remove macro.
20881
20882 2007-03-02  Bruno Haible  <bruno@clisp.org>
20883
20884         * modules/gettext (configure.ac): Require gettext infrastructure
20885         from version 0.16.1.
20886
20887 2007-03-02  Bruno Haible  <bruno@clisp.org>
20888
20889         * modules/linkedhash-list-tests (Depends-on): Add progname.
20890         * tests/test-linkedhash_list.c: Include progname.h.
20891         (main): Call set_program_name.
20892
20893         * modules/carray-list-tests (Depends-on): Add progname.
20894         * tests/test-carray_list.c: Include progname.h.
20895         (main): Call set_program_name.
20896
20897         * modules/avltreehash-list-tests (Depends-on): Add progname.
20898         * tests/test-avltreehash_list.c: Include progname.h.
20899         (main): Call set_program_name.
20900
20901         * modules/avltree-oset-tests (Depends-on): Add progname.
20902         * tests/test-avltree_oset.c: Include progname.h.
20903         (main): Call set_program_name.
20904
20905         * modules/avltree-list-tests (Depends-on): Add progname.
20906         * tests/test-avltree_list.c: Include progname.h.
20907         (main): Call set_program_name.
20908
20909         * modules/array-oset-tests (Depends-on): Add progname.
20910         * tests/test-array_oset.c: Include progname.h.
20911         (main): Call set_program_name.
20912
20913         * modules/array-list-tests (Depends-on): Add progname.
20914         * tests/test-array_list.c: Include progname.h.
20915         (main): Call set_program_name.
20916
20917         * modules/argp-tests (Depends-on): Add progname.
20918         * tests/test-argp.c: Include argp.h first. Include progname.h.
20919         (main): Call set_program_name.
20920
20921 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * doc/gnulib-tool.texi (Initial import): Reword description of
20924         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
20925         limited effect even if defined after the first system include.
20926
20927 2007-03-01  Bruno Haible  <bruno@clisp.org>
20928
20929         * build-aux/config.libpath: Update to libtool-1.5.22.
20930         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20931
20932 2007-03-01  Bruno Haible  <bruno@clisp.org>
20933
20934         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
20935         foo_CFLAGS.
20936         Reported by Ralf Wildenhues.
20937
20938 2007-03-01  Bruno Haible  <bruno@clisp.org>
20939
20940         * build-aux/install-reloc: Remove object files left over by some
20941         compilers.
20942         Reported by Ralf Wildenhues.
20943
20944 2007-03-01  Bruno Haible  <bruno@clisp.org>
20945
20946         * build-aux/install-reloc: Break long lines.
20947
20948 2007-03-01  Bruno Haible  <bruno@clisp.org>
20949
20950         * doc/relocatable.texi: Document that it may not work on OpenBSD.
20951         Reported by Ralf Wildenhues.
20952
20953 2007-03-01  Bruno Haible  <bruno@clisp.org>
20954
20955         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
20956         include ordering constraints.
20957
20958 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20959
20960         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
20961         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
20962         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
20963         as another example.
20964         * lib/time_.h: Fix misspelling.
20965         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20966         Require gl_HEADER_TIME_H_DEFAULTS.
20967         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
20968         * m4/time_r.m4 (gl_TIME_R): Likewise.
20969         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
20970
20971 2007-03-01  Bruno Haible  <bruno@clisp.org>
20972
20973         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
20974         * m4/utimens.m4 (gl_UTIMENS): Likewise.
20975
20976 2007-03-01  Jim Meyering  <jim@meyering.net>
20977
20978         * modules/xreadlink (Maintainer): Add my name.
20979         * modules/xreadlink-with-size (Depends-on): Alphabetize.
20980
20981 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
20982             Bruno Haible  <bruno@clisp.org>
20983
20984         * build-aux/install-reloc: Compile also c-ctype.c.
20985         * build-aux/relocatable.sh.in: New file.
20986         * doc/relocatable.texi: New file.
20987         * doc/relocatable-maint.texi: New file.
20988         * doc/gnulib.texi: Include relocatable-maint.texi.
20989         * lib/progreloc.c: Include unistd.h unconditionally.
20990         * lib/relocwrapper.c: Include unistd.h unconditionally.
20991         Include c-ctype.h.
20992         (add_dotbin): Use c_tolower.
20993         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
20994         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
20995         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
20996         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
20997         to m4/relocatable-lib.m4.
20998         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
20999         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
21000         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
21001         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
21002         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
21003         * modules/relocatable: New file.
21004         * modules/relocatable-lib: New file.
21005         * modules/relocatable-script: New file.
21006
21007 2007-02-28  Bruno Haible  <bruno@clisp.org>
21008
21009         Import --enable-relocatable infrastructure.
21010         * build-aux/config.libpath: New file, from GNU gettext.
21011         * build-aux/install-reloc: New file, from GNU gettext.
21012         * build-aux/reloc-ldflags: New file, from GNU gettext.
21013         * lib/relocatable.h: New file, from GNU gettext.
21014         * lib/relocatable.c: New file, from GNU gettext.
21015         * lib/relocwrapper.c: New file, from GNU gettext.
21016         * m4/relocatable.m4: New file, from GNU gettext.
21017
21018 2007-02-28  Bruno Haible  <bruno@clisp.org>
21019
21020         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
21021
21022         * modules/xreadlink: New file, from GNU gettext with modifications.
21023         * lib/xreadlink.c: New file, from GNU gettext.
21024         * lib/xreadlink.h: Add comments.
21025         (xreadlink): New declaration.
21026
21027         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
21028         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
21029         lib/xreadlink-with-size.c.
21030         (configure.ac): Remove gl_XREADLINK invocation.
21031         (Makefile.am): Augment lib_SOURCES.
21032         * m4/xreadlink.m4: Remove file.
21033         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
21034         (xreadlink_with_size): Renamed from xreadink.
21035         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
21036         * modules/canonicalize (Depends-on): Replace xreadlink with
21037         xreadlink-with-size.
21038         * lib/canonicalize.c (canonicalize_filename_mode): Update.
21039
21040 2007-02-25  Jim Meyering  <jim@meyering.net>
21041
21042         * build-aux/announce-gen: When complaining about excess arguments,
21043         list them.
21044
21045 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21046
21047         * README: Document signed integer overflow situation more
21048         accurately.
21049
21050 2007-02-25  Bruno Haible  <bruno@clisp.org>
21051
21052         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
21053         'a' or 'A' conversion.
21054
21055 2007-02-25  Bruno Haible  <bruno@clisp.org>
21056
21057         * modules/filename: Renamed from modules/pathname.
21058         (Files): Replace lib/pathname.h with lib/filename.h. Replace
21059         lib/concatpath.c with lib/concat-filename.c.
21060         (Makefile.am): Update.
21061         (Include): Replace pathname.h with filename.h.
21062         * lib/filename.h: Renamed from lib/pathname.h.
21063         (concatenated_filename): Renamed from concatenated_pathname.
21064         * lib/concat-filename.c: Renamed from lib/concatpath.c.
21065         (concatenated_filename): Renamed from concatenated_pathname.
21066         * lib/findprog.c: Include filename.h instead of pathname.h.
21067         (find_in_path): Update.
21068         * lib/javacomp.c: Include filename.h instead of pathname.h.
21069         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
21070         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
21071         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
21072         is_oldgcj_14_13_usable, is_javac_usable): Update.
21073         * lib/javaexec.c: Include filename.h instead of pathname.h.
21074         (execute_java_class): Update.
21075         * modules/findprog: Update.
21076         * modules/javacomp: Update.
21077         * modules/javaexec: Update.
21078         * MODULES.html.sh (File system functions): Add 'filename', remove
21079         'pathname'.
21080
21081 2007-02-25  Bruno Haible  <bruno@clisp.org>
21082
21083         * modules/printf-frexpl-tests: New file.
21084         * tests/test-printf-frexpl.c: New file.
21085
21086         * modules/printf-frexpl: New file.
21087         * lib/printf-frexpl.h: New file.
21088         * lib/printf-frexpl.c: New file.
21089         * m4/printf-frexpl.m4: New file.
21090
21091 2007-02-25  Bruno Haible  <bruno@clisp.org>
21092
21093         * modules/printf-frexp-tests: New file.
21094         * tests/test-printf-frexp.c: New file.
21095
21096         * modules/printf-frexp: New file.
21097         * lib/printf-frexp.h: New file.
21098         * lib/printf-frexp.c: New file.
21099         * m4/printf-frexp.m4: New file.
21100
21101 2007-02-25  Bruno Haible  <bruno@clisp.org>
21102
21103         Assume automake >= 1.10 for the tests.
21104         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
21105         * modules/arctwo-tests: Likewise.
21106         * modules/argp-tests: Likewise.
21107         * modules/avltree-list-tests: Likewise.
21108         * modules/avltree-oset-tests: Likewise.
21109         * modules/avltreehash-list-tests: Likewise.
21110         * modules/carray-list-tests: Likewise.
21111         * modules/crc-tests: Likewise.
21112         * modules/des-tests: Likewise.
21113         * modules/gc-arcfour-tests: Likewise.
21114         * modules/gc-arctwo-tests: Likewise.
21115         * modules/gc-des-tests: Likewise.
21116         * modules/gc-hmac-md5-tests: Likewise.
21117         * modules/gc-hmac-sha1-tests: Likewise.
21118         * modules/gc-md2-tests: Likewise.
21119         * modules/gc-md4-tests: Likewise.
21120         * modules/gc-md5-tests: Likewise.
21121         * modules/gc-pbkdf2-sha1-tests: Likewise.
21122         * modules/gc-rijndael-tests: Likewise.
21123         * modules/gc-sha1-tests: Likewise.
21124         * modules/gc-tests: Likewise.
21125         * modules/getaddrinfo-tests: Likewise.
21126         * modules/hmac-md5-tests: Likewise.
21127         * modules/hmac-sha1-tests: Likewise.
21128         * modules/linked-list-tests: Likewise.
21129         * modules/linkedhash-list-tests: Likewise.
21130         * modules/lock-tests: Likewise.
21131         * modules/md2-tests: Likewise.
21132         * modules/md4-tests: Likewise.
21133         * modules/md5-tests: Likewise.
21134         * modules/rbtree-list-tests: Likewise.
21135         * modules/rbtree-oset-tests: Likewise.
21136         * modules/rbtreehash-list-tests: Likewise.
21137         * modules/read-file-tests: Likewise.
21138         * modules/rijndael-tests: Likewise.
21139         * modules/stdint-tests: Likewise.
21140         * modules/tls-tests: Likewise.
21141
21142 2007-02-24  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
21145         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
21146         function; instead check whether isnan with a double argument links.
21147         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
21148         function; instead check whether isnan with a 'long double' argument
21149         links.
21150         Reported by Eric Blake <ebb9@byu.net>.
21151
21152 2007-02-24  Bruno Haible  <bruno@clisp.org>
21153
21154         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
21155         defined.
21156         * lib/isnanl.c: Remove all code. Just include isnan.c.
21157         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
21158
21159 2007-02-25  Jim Meyering  <jim@meyering.net>
21160
21161         Avoid conflicting types for 'unsetenv' on FreeBSD.
21162         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
21163         conflicting with FreeBSD's (5.0 and 6.1) function declaration
21164         in stdlib.h.
21165
21166 2007-02-24  Bruno Haible  <bruno@clisp.org>
21167
21168         * modules/isnanl-nolibm-tests: New file.
21169         * tests/test-isnanl.c: New file.
21170
21171         * modules/isnanl-nolibm: New file.
21172         * lib/isnanl.h: New file.
21173         * lib/isnanl.c: New file.
21174         * m4/isnanl.m4: New file.
21175
21176 2007-02-24  Bruno Haible  <bruno@clisp.org>
21177
21178         * modules/isnan-nolibm-tests: New file.
21179         * tests/test-isnan.c: New file.
21180
21181         * modules/isnan-nolibm: New file.
21182         * lib/isnan.h: New file.
21183         * lib/isnan.c: New file.
21184         * m4/isnan.m4: New file.
21185
21186 2007-02-24  Bruno Haible  <bruno@clisp.org>
21187
21188         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
21189         assume that an exponent fits in 20 bits.
21190
21191 2007-02-24  Jim Meyering  <jim@meyering.net>
21192
21193         * m4/regex.m4: Update the description of the configure-time option,
21194         --without-included-regex, to state accurately what the defaults are,
21195         and perhaps to give people an idea why using this option is risky.
21196
21197 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
21200         loops on small arguments.  This attempts to avoid the problem
21201         Bruno Haible reported for AIX 4.3.2 in
21202         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
21203
21204 2007-02-23  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
21207         Needed for help2man.
21208
21209 2007-02-23  Karl Berry  <karl@gnu.org>
21210
21211         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
21212         exists, foo.h should be cvs-ignored, not committed.
21213
21214 2007-02-23  Eric Blake  <ebb9@byu.net>
21215
21216         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
21217         * lib/stat-time.h (includes): Likewise.
21218         * lib/utimecmp.c (includes): Likewise.
21219         * lib/utimens.h (includes): Likewise.
21220         * lib/getdate.y (includes): Also include "timespec.h" for use
21221         internal to the module.
21222         * modules/utimens (Depends-on): Revert yesterday's patch.
21223         * modules/nanosleep (Depends-on): Add missing dependency.
21224
21225 2007-02-22  Bruno Haible  <bruno@clisp.org>
21226
21227         * lib/glob.c: Don't include getlogin_r.h.
21228
21229 2007-02-22  Jim Meyering  <jim@meyering.net>
21230
21231         * modules/utimens (Depends-on): Add timespec, required for
21232         utimens.h's inclusion of timespec.h.
21233
21234 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
21235
21236         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
21237         long unreadable paths in GNU/Linux.  Problem reported by Andreas
21238         Schwab in
21239         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
21240         I'll try to think of a better way to fix the Solaris problem.
21241
21242         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
21243         like glibc; on Solaris 10, it fails with errno == EINVAL.
21244         POSIX says the behavior is unspecified if the first argument is NULL,
21245         so play it safe and never pass NULL to the system getcwd.
21246
21247 2007-02-21  Jim Meyering  <jim@meyering.net>
21248
21249         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
21250         of gettimeofday.  It would conflict with the one now always
21251         provided via sys_time_.h.  Reported by Matthew Woehlke, as
21252         an IRIX 6.5 build failure.
21253
21254 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21255
21256         Minor fixups to port to Solaris 10 with Sun C 5.8.
21257         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
21258         * modules/getcwd (Depends-on): Add dirfd.
21259         * lib/putenv.c (putenv): #undef it.
21260         (rpl_putenv): New decl.
21261         (malloc, free): Include <stdlib.h> rather than prototyping separately.
21262
21263 2007-02-20  Bruno Haible  <bruno@clisp.org>
21264
21265         * modules/stdio-tests: New file.
21266         * tests/test-stdio.c: New file.
21267
21268         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
21269         (Depends-on): Add stdio.
21270         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21271         (Include): Use <stdio.h> instead of vsnprintf.h.
21272         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21273         HAVE_DECL_VSNPRINTF.
21274         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
21275
21276         * modules/snprintf (Files): Remove lib/snprintf.h.
21277         (Depends-on): Add stdio.
21278         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21279         (Include): Use <stdio.h> instead of snprintf.h.
21280         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21281         HAVE_DECL_SNPRINTF.
21282         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
21283         * lib/getaddrinfo.c: Likewise.
21284
21285         * modules/stdio: New file.
21286         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
21287         * lib/snprintf.h: Remove file.
21288         * lib/vsnprintf.h: Remove file.
21289         * lib/.cppi-disable: Remove snprintf.h.
21290         * m4/stdio_h.m4: New file.
21291         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
21292
21293 2007-02-20  Jim Meyering  <jim@meyering.net>
21294
21295         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
21296         used by e.g., mingw.  From Bruno Haible.
21297
21298 2007-02-19  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
21301         warnings.
21302         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21303
21304 2007-02-19  Bruno Haible  <bruno@clisp.org>
21305
21306         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
21307         from mingw users.
21308
21309 2007-02-19  Bruno Haible  <bruno@clisp.org>
21310
21311         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
21312         warnings.
21313         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
21314
21315 2007-02-19  Jim Meyering  <jim@meyering.net>
21316
21317         Don't use FD after a successful "fdopendir (fd)".
21318         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
21319         Reset it by calling dirfd on the just-obtained DIR*.
21320
21321         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
21322         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
21323
21324 2007-02-18  Bruno Haible  <bruno@clisp.org>
21325
21326         * lib/readlink.c: Include <unistd.h>.
21327         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
21328         HAVE_READLINK.
21329         * modules/readlink (Depends-on): Add unistd.
21330         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21331         (Include): Add <unistd.h>.
21332
21333         * lib/getlogin_r.h: Remove file.
21334         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
21335         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
21336         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
21337         HAVE_DECL_GETLOGIN_R.
21338         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
21339         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21340         (Include): Use <unistd.h> instead of getlogin_r.h.
21341
21342         * lib/getcwd.h: Remove file.
21343         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
21344         * lib/xgetcwd.c: Likewise.
21345         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
21346         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
21347         * modules/getcwd (Files): Remove lib/getcwd.h.
21348         (Depends-on): Add unistd.
21349         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21350         (Include): Use <unistd.h> instad of getcwd.h.
21351
21352         * lib/ftruncate.c: Include <unistd.h> first.
21353         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
21354         Set HAVE_FTRUNCATE.
21355         * modules/ftruncate (Depends-on): Add unistd.
21356         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21357
21358         * lib/fchdir.c: Include <unistd.h> first.
21359         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
21360         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
21361         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
21362         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21363         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
21364
21365         * lib/dup2.c: Include <unistd.h> first.
21366         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
21367         HAVE_DUP2.
21368         * modules/dup2 (Depends-on): Add unistd.
21369         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21370
21371         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
21372         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
21373         REPLACE_CHOWN. Don't define chown as a macro here.
21374         * modules/chown (Depends-on): Add unistd.
21375         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21376
21377         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
21378         Add definition for GL_LINK_WARNING.
21379         (chown, dup2): New declarations.
21380         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
21381         link warning.
21382         (ftruncate): New declaration.
21383         (getcwd): New declaration, taken from old getcwd.h.
21384         (getlogin_r): New declaration, taken from old getlogin_r.h.
21385         (readlink): New declaration.
21386         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
21387         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
21388         (gl_PREREQ_UNISTD): Remove macro.
21389         (gl_UNISTD_MODULE_INDICATOR): New macro.
21390         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
21391         many new variables. Don't set UNISTD_H.
21392         * modules/unistd (Description): Change.
21393         (Depends-on): Add link-warning.
21394         (configure.ac): Update.
21395         (Makefile.am): Create unistd.h always. Substitute many new variables
21396         into it.
21397
21398 2007-02-18  Bruno Haible  <bruno@clisp.org>
21399
21400         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
21401         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
21402         HAVE_GETSUBOPT.
21403         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
21404         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
21405         * lib/getsubopt.h: Remove file.
21406         * modules/getsubopt (Files): Remove lib/getsubopt.h.
21407         (Depends-on): Add stdlib.
21408         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21409         (Includes): Use <stdlib.h> instead of getsubopt.h.
21410         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
21411         Set HAVE_GETSUBOPT.
21412         * lib/getsubopt.c: Don't include getsubopt.h.
21413
21414 2007-02-18  Bruno Haible  <bruno@clisp.org>
21415
21416         * modules/fchdir (Depends-on): Add dup2.
21417
21418 2007-02-18  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/stdlib_.h: Handle glibc's special invocation convention
21421         specially.
21422
21423 2007-02-18  Bruno Haible  <bruno@clisp.org>
21424
21425         * modules/stdlib-tests: New file.
21426         * tests/test-stdlib.c: New file.
21427
21428         * modules/mkstemp (Files): Remove lib/mkstemp.h.
21429         (Depends-on): Add stdlib.
21430         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21431         (Includes): Use <stdlib.h> instead of mkstemp.h.
21432         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
21433         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
21434         * lib/mkstemp.c: Don't include mkstemp.h.
21435         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
21436         * lib/stdlib--.h: Don't include mkstemp.h.
21437
21438         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
21439         (Depends-on): Add stdlib.
21440         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21441         (Includes): Use <stdlib.h> instead of mkdtemp.h.
21442         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
21443         HAVE_MKDTEMP.
21444         * lib/mkdtemp.c: Don't include mkdtemp.h.
21445         * lib/clean-temp.c: Don't include mkdtemp.h.
21446
21447         * modules/exit (Files): Remove lib/exit.h.
21448         (Depends-on): Add stdlib.
21449         (Makefile.am): Remove lib_SOURCES.
21450         (Include): Use <stdlib.h> instead of exit.h.
21451         * lib/argmatch.c: Don't include exit.h.
21452         * lib/execute.c: Likewise.
21453         * lib/pagealign_alloc.c: Likewise.
21454         * lib/pipe.c: Likewise.
21455         * lib/wait-process.c: Likewise.
21456         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
21457         * lib/exitfail.c: Likewise.
21458         * lib/savewd.c: Likewise.
21459         * lib/xsetenv.c: Likewise.
21460
21461         * modules/stdlib: New file.
21462         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
21463         and extra comments about mkstemp().
21464         * lib/exit.h: Remove file.
21465         * lib/mkdtemp.h: Remove file.
21466         * lib/mkstemp.h: Remove file.
21467         * m4/stdlib_h.m4: New file.
21468         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
21469
21470 2007-02-18  Bruno Haible  <bruno@clisp.org>
21471
21472         * modules/math-tests: New file.
21473         * tests/test-math.c: New file.
21474
21475         * modules/math: New file.
21476         * modules/mathl (Files): Remove lib/mathl.h.
21477         (Depends-on): Add math.
21478         (Makefile.am): Don't mention mathl.h.
21479         (Include): Use <math.h> instead of mathl.h.
21480         * lib/math_.h: New file.
21481         * lib/mathl.h: Remove file.
21482         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
21483         mathl.h.
21484         * lib/asinl.c: Likewise.
21485         * lib/atanl.c: Likewise.
21486         * lib/ceill.c: Likewise.
21487         * lib/cosl.c: Likewise.
21488         * lib/expl.c: Likewise.
21489         * lib/floorl.c: Likewise.
21490         * lib/frexpl.c: Likewise.
21491         * lib/ldexpl.c: Likewise.
21492         * lib/logl.c: Likewise.
21493         * lib/sincosl.c: Likewise.
21494         * lib/sinl.c: Likewise.
21495         * lib/sqrtl.c: Likewise.
21496         * lib/tanl.c: Likewise.
21497         * lib/trigl.c: Likewise.
21498         * m4/math_h.m4: New file.
21499         * MODULES.html.sh (Mathematics): Add math.
21500
21501 2007-02-17  Bruno Haible  <bruno@clisp.org>
21502
21503         * modules/wctype-tests: New file.
21504         * tests/test-wctype.c: New file.
21505
21506         * modules/wchar-tests: New file.
21507         * tests/test-wchar.c: New file.
21508
21509         * modules/unistd-tests: New file.
21510         * tests/test-unistd.c: New file.
21511
21512         * modules/time-tests: New file.
21513         * tests/test-time.c: New file.
21514
21515         * modules/sysexits-tests: New file.
21516         * tests/test-sysexits.c: New file.
21517
21518         * modules/sys_time-tests: New file.
21519         * tests/test-sys_time.c: New file.
21520
21521         * modules/sys_stat-tests: New file.
21522         * tests/test-sys_stat.c: New file.
21523
21524         * modules/sys_socket-tests: New file.
21525         * tests/test-sys_socket.c: New file.
21526
21527         * modules/sys_select-tests: New file.
21528         * tests/test-sys_select.c: New file.
21529
21530         * modules/string-tests: New file.
21531         * tests/test-string.c: New file.
21532
21533         * modules/stdbool-tests: New file.
21534         * tests/test-stdbool.c: New file.
21535
21536         * modules/netinet_in-tests: New file.
21537         * tests/test-netinet_in.c: New file.
21538
21539         * modules/inttypes-tests: New file.
21540         * tests/test-inttypes.c: New file.
21541
21542         * modules/fcntl-tests: New file.
21543         * tests/test-fcntl.c: New file.
21544
21545         * modules/byteswap-tests: New file.
21546         * tests/test-byteswap.c: New file.
21547
21548         * modules/arpa_inet-tests: New file.
21549         * tests/test-arpa_inet.c: New file.
21550
21551 2007-02-17  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
21554         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
21555         if the corresponding module is not enabled. Emit link warnings if
21556         the function is used nevertheless.
21557         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
21558         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
21559         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
21560         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
21561         * modules/inttypes (Depends-on): Add link-warning.
21562         (Makefile.am): Copy the contents of build-aux/link-warning.h into
21563         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
21564         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
21565         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
21566         * modules/imaxdiv (configure.ac): Likewise.
21567         * modules/strtoimax (configure.ac): Likewise.
21568         * modules/strtoumax (configure.ac): Likewise.
21569
21570 2007-02-17  Bruno Haible  <bruno@clisp.org>
21571
21572         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
21573         gl_STRING_MODULE_INDICATOR_DEFAULTS.
21574         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
21575         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
21576
21577 2007-02-17  Bruno Haible  <bruno@clisp.org>
21578
21579         * modules/link-warning: New file.
21580         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
21581         * lib/string_.h (GL_LINK_WARNING): Remove definition.
21582         * modules/string (Depends-on): Add link-warning.
21583         (Makefile.am): Copy the contents of build-aux/link-warning.h into
21584         string.h.
21585         * MODULES.html.sh (Support for building libraries and executables): Add
21586         link-warning.
21587
21588 2007-02-17  Bruno Haible  <bruno@clisp.org>
21589
21590         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
21591         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
21592         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
21593         long lines.
21594
21595 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
21596             Bruno Haible  <bruno@clisp.org>
21597
21598         * modules/tmpfile: New file.
21599         * lib/tmpfile.c: New file.
21600         * m4/tmpfile.m4: New file.
21601         * MODULES.html.sh (func_all_modules): New section "Input/output".
21602
21603 2007-02-15  Bruno Haible  <bruno@clisp.org>
21604
21605         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
21606         (supports_delete_on_close): New function.
21607         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
21608
21609 2007-02-14  Bruno Haible  <bruno@clisp.org>
21610
21611         * modules/mbspcasecmp-tests: New file.
21612         * tests/test-mbspcasecmp.sh: New file.
21613         * tests/test-mbspcasecmp.c: New file.
21614
21615         New module mbspcasecmp.
21616         * modules/mbspcasecmp: New file.
21617         * lib/mbspcasecmp.c: New file.
21618         * lib/string_.h (strncasecmp): Change warning message.
21619         (mbspcasecmp): New declaration.
21620         * m4/mbspcasecmp.m4: New file.
21621         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21622         GNULIB_MBSPCASECMP.
21623         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
21624         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
21625
21626 2007-02-14  Bruno Haible  <bruno@clisp.org>
21627
21628         * modules/mbsncasecmp-tests: New file.
21629         * tests/test-mbsncasecmp.sh: New file.
21630         * tests/test-mbsncasecmp.c: New file.
21631
21632         New module mbsncasecmp.
21633         * modules/mbsncasecmp: New file.
21634         * lib/mbsncasecmp.c: New file.
21635         * lib/string_.h (mbsncasecmp): New declaration.
21636         * m4/mbsncasecmp.m4: New file.
21637         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21638         GNULIB_MBSNCASECMP.
21639         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
21640         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
21641
21642 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
21643
21644         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
21645         Verify that it doesn't overlap with our flags.
21646         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
21647         do not have the desired effect in multibyte locales; instead, use
21648         mbscasecmp.
21649         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
21650         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
21651         we don't require GNU fnmatch ourselves (if our users require it, they
21652         should do so explicitly).
21653
21654         Fix regex code so it doesn't rely on strcasecmp.
21655         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
21656         Otherwise, include gnulib's langinfo.h.
21657         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
21658         undesirable behavior in non-C locales.  Instead, rely on localecharset.
21659         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
21660         * modules/regex (FILES): Remove m4/codeset.m4.
21661         (Depends-on): Add localcharset.  Remove strcase.
21662
21663 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21664
21665         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
21666         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
21667
21668 2007-02-13  Bruno Haible  <bruno@clisp.org>
21669
21670         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
21671         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21672
21673 2007-02-12  Bruno Haible  <bruno@clisp.org>
21674
21675         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
21676         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
21677         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
21678         time warning rather than a link error.
21679
21680 2007-02-12  Bruno Haible  <bruno@clisp.org>
21681
21682         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
21683         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
21684         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21685
21686 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
21689         args, not 2.
21690
21691 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
21692
21693         New module 'time', so that apps can include <time.h> as per
21694         POSIX and GNU instead of separate include files like time_r.h
21695         and timegm.h.  This implementation tries out a simpler approach
21696         for replacing decls in standard include files (as compared to
21697         the string module), somewhat as an experiment.
21698
21699         * config/srclist.txt: Comment out mktime.c for now.
21700         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
21701         since it doesn't apply any more.  Use generic wording instead.
21702         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
21703         'time'.
21704         * lib/time_.h, m4/time_h.m4, modules/time: New files.
21705         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
21706         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
21707         Don't include <sys/types.h>; no longer needed since we assume C89.
21708         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
21709         * lib/strftime.c: Likewise.
21710         * lib/time_r.c: Likewise.
21711         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
21712         * lib/nanosleep.c: Include <time.h> first, to check interface.
21713         * lib/strptime.c: Likewise.
21714         * lib/time_r.c: Likewise.
21715         * lib/timegm.c: Likewise.
21716         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
21717         needed.
21718         * lib/timegm.c: Don't include timegm.h; no longer needed.
21719         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
21720         time.h now handles any problems in that area.
21721         (struct timespec, nanosleep): Remove; time.h now arranges for these.
21722         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
21723         that time.h defines struct timespec.
21724         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
21725         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
21726         handles that.
21727         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
21728         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
21729         needed.  Set REPLACE_LOCALTIME.
21730         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
21731         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
21732         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
21733         nanosleep; time_h.m4 now does that.  Don't require
21734         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
21735         module handles this now.
21736         * modules/getdate (Depends-on): Remove timespec.  Add time.
21737         * modules/nanosleep (Depends-on): Likewise.
21738         * modules/stat-time (Depends-on): Likewise.
21739         * modules/nanosleep (Include): Include time.h, not timespec.h.
21740         * modules/strptime (Files): Remove lib/strptime.h.
21741         (Depends-on): Add extensions, time.
21742         (Include): Include time.h, not strptime.h.
21743         * modules/time_r (Files): Remove lib/time_r.h.
21744         (Depends-on): Add time.
21745         (Include): Include time.h, not time_r.h.
21746         * modules/timegm: Likewise.
21747         * modules/timespec (Description): Now does timespec-related decls
21748         of our own, instead of struct timespec itself.
21749         (Depends-on): Add time; remove extensions.
21750         (Maintainer): Add self.
21751         * modules/utimecmp (Depends-on): Add time; remove timespec.
21752         * modules/utimens (Depends-on): Likewise.
21753         * modules/xnanosleep (Depends-on): Likewise.
21754
21755 2007-02-11  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/c-strstr.c: Include allocsa.h.
21758         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
21759         * lib/c-strcasestr.c: Include allocsa.h.
21760         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
21761         * lib/strcasestr.c: Include allocsa.h.
21762         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
21763         * lib/mbsstr.c: Include allocsa.h.
21764         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
21765         allocsa/freesa instead of malloc/free.
21766         * lib/mbscasestr.c: Include allocsa.h.
21767         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
21768         allocsa/freesa instead of malloc/free.
21769         * modules/c-strstr (Depends-on): Add allocsa.
21770         * modules/c-strcasestr (Depends-on): Likewise.
21771         * modules/strcasestr (Depends-on): Likewise.
21772         * modules/mbsstr (Depends-on): Likewise.
21773         * modules/mbscasestr (Depends-on): Likewise.
21774
21775 2007-02-11  Bruno Haible  <bruno@clisp.org>
21776
21777         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
21778
21779         * modules/mbsspn-tests: New file.
21780         * tests/test-mbsspn.sh: New file.
21781         * tests/test-mbsspn.c: New file.
21782
21783 2007-02-11  Bruno Haible  <bruno@clisp.org>
21784
21785         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
21786
21787         * modules/mbspbrk-tests: New file.
21788         * tests/test-mbspbrk.sh: New file.
21789         * tests/test-mbspbrk.c: New file.
21790
21791 2007-02-11  Bruno Haible  <bruno@clisp.org>
21792
21793         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
21794         unneeded cast.
21795
21796         * modules/mbscspn-tests: New file.
21797         * tests/test-mbscspn.sh: New file.
21798         * tests/test-mbscspn.c: New file.
21799
21800 2007-02-11  Bruno Haible  <bruno@clisp.org>
21801
21802         * modules/mbscasecmp-tests: New file.
21803         * tests/test-mbscasecmp.sh: New file.
21804         * tests/test-mbscasecmp.c: New file.
21805
21806 2007-02-11  Bruno Haible  <bruno@clisp.org>
21807
21808         Ensure O(n) worst-case complexity of mbscasestr.
21809         * lib/mbscasestr.c: Include stdbool.h.
21810         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
21811         functions.
21812         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
21813         the bookkeeping indicates that it's worth it.
21814         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
21815
21816         * modules/mbscasestr-tests: New file.
21817         * tests/test-mbscasestr1.c: New file.
21818         * tests/test-mbscasestr2.sh: New file.
21819         * tests/test-mbscasestr2.c: New file.
21820         * tests/test-mbscasestr3.sh: New file.
21821         * tests/test-mbscasestr3.c: New file.
21822         * tests/test-mbscasestr4.sh: New file.
21823         * tests/test-mbscasestr4.c: New file.
21824         * m4/locale-tr.m4: New file.
21825
21826 2007-02-11  Bruno Haible  <bruno@clisp.org>
21827
21828         Ensure O(n) worst-case complexity of mbsstr.
21829         * lib/mbsstr.c: Include stdbool.h.
21830         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
21831         functions.
21832         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
21833         bookkeeping indicates that it's worth it.
21834         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
21835
21836         * modules/mbsstr-tests: New file.
21837         * tests/test-mbsstr1.c: New file.
21838         * tests/test-mbsstr2.sh: New file.
21839         * tests/test-mbsstr2.c: New file.
21840         * tests/test-mbsstr3.sh: New file.
21841         * tests/test-mbsstr3.c: New file.
21842         * m4/locale-fr.m4: New file.
21843
21844 2007-02-11  Bruno Haible  <bruno@clisp.org>
21845
21846         * lib/mbsrchr.c (mbsrchr): Fix bug.
21847
21848         * modules/mbsrchr-tests: New file.
21849         * tests/test-mbsrchr.sh: New file.
21850         * tests/test-mbsrchr.c: New file.
21851
21852 2007-02-11  Bruno Haible  <bruno@clisp.org>
21853
21854         * lib/mbschr.c (mbschr): Fix bug.
21855
21856         * modules/mbschr-tests: New file.
21857         * tests/test-mbschr.sh: New file.
21858         * tests/test-mbschr.c: New file.
21859         * m4/locale-zh.m4: New file.
21860
21861 2007-02-11  Bruno Haible  <bruno@clisp.org>
21862
21863         Support for copying multibyte string iterators.
21864         * lib/mbiter.h: Include <string.h>.
21865         (mbiter_multi_copy): New function.
21866         (mbi_copy): New macro.
21867         * lib/mbuiter.h: Include <string.h>.
21868         (mbuiter_multi_copy): New function.
21869         (mbui_copy): New macro.
21870
21871 2007-02-11  Bruno Haible  <bruno@clisp.org>
21872
21873         New module mbslen.
21874         * modules/mbslen: New file.
21875         * lib/mbslen.c: New file.
21876         * lib/string_.h (mbslen): New declaration.
21877         * m4/mbslen.m4: New file.
21878         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21879         GNULIB_MBSLEN.
21880         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
21881         * MODULES.html.sh (Internationalization functions): Add mbslen.
21882
21883 2007-02-11  Bruno Haible  <bruno@clisp.org>
21884
21885         Ensure O(n) worst-case complexity of strcasestr substitute.
21886         * lib/strcasestr.c: Include stdbool.h.
21887         (knuth_morris_pratt): New function.
21888         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
21889         bookkeeping indicates that it's worth it.
21890         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
21891
21892         * modules/strcasestr-tests: New file.
21893         * tests/test-strcasestr.c: New file.
21894
21895 2007-02-11  Bruno Haible  <bruno@clisp.org>
21896
21897         Ensure O(n) worst-case complexity of c_strcasestr.
21898         * lib/c-strcasestr.c: Include stdbool.h, string.h.
21899         (knuth_morris_pratt): New function.
21900         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
21901         the bookkeeping indicates that it's worth it.
21902         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
21903
21904         * modules/c-strcasestr-tests: New file.
21905         * tests/test-c-strcasestr.c: New file.
21906
21907 2007-02-11  Bruno Haible  <bruno@clisp.org>
21908
21909         Ensure O(n) worst-case complexity of c_strstr.
21910         * lib/c-strstr.c: Include stdbool.h, string.h.
21911         (knuth_morris_pratt): New function.
21912         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
21913         bookkeeping indicates that it's worth it.
21914         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
21915
21916         * lib/c-strstr.c: Complete rewrite for maintainability.
21917
21918         * modules/c-strstr-tests: New file.
21919         * tests/test-c-strstr.c: New file.
21920
21921 2007-02-11  Bruno Haible  <bruno@clisp.org>
21922
21923         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
21924         5.2.1 and earlier, whereby \055 was treated just like the range
21925         delimiter '-'.
21926         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21927
21928 2007-02-08  Bruno Haible  <bruno@clisp.org>
21929
21930         * modules/regex (Depends-on): Add stdbool.
21931         Reported by Dalibor Topic <robilad@kaffe.org>.
21932
21933 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
21934
21935         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
21936         Prefer returning from main to exiting from it.
21937         Remove unnecessary parens after sizeof.
21938
21939 2007-02-05  Bruno Haible  <bruno@clisp.org>
21940
21941         New module mbssep.
21942         * modules/mbssep: New file.
21943         * lib/mbssep.c: New file.
21944         * lib/string_.h (strsep): Add a conditional link warning.
21945         (mbssep): New declaration.
21946         * m4/mbssep.m4: New file.
21947         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21948         GNULIB_MBSSEP.
21949         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
21950         * MODULES.html.sh (Internationalization functions): Add mbssep.
21951
21952 2007-02-05  Bruno Haible  <bruno@clisp.org>
21953
21954         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
21955         Optimize search in case of 1 delimiter.
21956
21957 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
21958
21959         * lib/acl.h: Include sys/types.h before sys/acl.h.
21960
21961 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
21962
21963         Merge upstream fix for glibc bugzilla #3957:
21964
21965         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
21966
21967         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
21968         bit for RE_HAT_LISTS_NOT_NEWLINE.
21969         (build_charclass_op): Remove bogus comment.
21970
21971 2007-02-05  Simon Josefsson  <simon@josefsson.org>
21972
21973         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
21974
21975 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
21976
21977         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
21978         * lib/memmem.c [!defined _LIBC]: Include config.h.
21979
21980 2007-02-04  Bruno Haible  <bruno@clisp.org>
21981
21982         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
21983         warning message.
21984
21985 2007-02-04  Bruno Haible  <bruno@clisp.org>
21986
21987         New module mbstok_r.
21988         * modules/mbstok_r: New file.
21989         * lib/mbstok_r.c: New file.
21990         * lib/string_.h (strtok_r): Change argument names to match the
21991         comments. Add a conditional link warning.
21992         (mbstok_r): New declaration.
21993         * m4/mbstok_r.m4: New file.
21994         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
21995         GNULIB_MBSTOK_R.
21996         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
21997         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
21998
21999 2007-02-04  Bruno Haible  <bruno@clisp.org>
22000
22001         New module mbsspn.
22002         * modules/mbsspn: New file.
22003         * lib/mbsspn.c: New file.
22004         * lib/string_.h (strspn): Add a conditional link warning.
22005         (mbsspn): New declaration.
22006         * m4/mbsspn.m4: New file.
22007         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22008         GNULIB_MBSSPN.
22009         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
22010         * MODULES.html.sh (Internationalization functions): Add mbsspn.
22011
22012 2007-02-04  Bruno Haible  <bruno@clisp.org>
22013
22014         New module mbspbrk.
22015         * modules/mbspbrk: New file.
22016         * lib/mbspbrk.c: New file.
22017         * lib/string_.h (strpbrk): Add a conditional link warning.
22018         (mbspbrk): New declaration.
22019         * m4/mbspbrk.m4: New file.
22020         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22021         GNULIB_MBSPBRK.
22022         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
22023         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
22024
22025 2007-02-04  Bruno Haible  <bruno@clisp.org>
22026
22027         New module mbscspn.
22028         * modules/mbscspn: New file.
22029         * lib/mbscspn.c: New file.
22030         * lib/string_.h (strcspn): Add a conditional link warning.
22031         (mbscspn): New declaration.
22032         * m4/mbscspn.m4: New file.
22033         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22034         GNULIB_MBSCSPN.
22035         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
22036         * MODULES.html.sh (Internationalization functions): Add mbscspn.
22037
22038 2007-02-04  Bruno Haible  <bruno@clisp.org>
22039
22040         New module mbscasestr, reduced goal of strcasestr.
22041         * modules/mbscasestr: New file.
22042         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
22043         (mbscasestr): Renamed from strcasestr.
22044         * lib/strcasestr.c: Don't include mbuiter.h.
22045         (strcasestr): Remove support for multibyte locales.
22046         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
22047         Change the conditional link warning.
22048         (mbscasestr): New declaration.
22049         * m4/mbscasestr.m4: New file.
22050         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
22051         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
22052         REPLACE_STRCASESTR.
22053         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
22054         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22055         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22056         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
22057         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
22058         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22059         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
22060         (Depends-on): Remove mbuiter.
22061         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
22062
22063 2007-02-04  Bruno Haible  <bruno@clisp.org>
22064
22065         Simplify handling of strncasecmp.
22066         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
22067         the conditional link warning.
22068         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22069         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
22070         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
22071         * modules/strcase (configure.ac): Don't invoke
22072         gl_STRING_MODULE_INDICATOR.
22073         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
22074
22075 2007-02-04  Bruno Haible  <bruno@clisp.org>
22076
22077         New module mbscasecmp, reduced goal of strcasecmp.
22078         * modules/mbscasecmp: New file.
22079         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
22080         (mbscasecmp): Renamed from strcasecmp.
22081         * lib/strcasecmp.c: Don't include mbuiter.h.
22082         (strcasecmp): Remove support for multibyte locales.
22083         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
22084         Change the conditional link warning.
22085         (mbscasecmp): New declaration.
22086         * m4/mbscasecmp.m4: New file.
22087         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
22088         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
22089         REPLACE_STRCASECMP.
22090         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
22091         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22092         GNULIB_MBSCASECMP.
22093         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
22094         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
22095         * modules/strcase (Files): Remove m4/mbrtowc.m4.
22096         (Depends-on): Remove mbuiter.
22097         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
22098
22099 2007-02-04  Bruno Haible  <bruno@clisp.org>
22100
22101         New module mbsstr. Remove module strstr.
22102         * modules/mbsstr: New file.
22103         * modules/strstr: Remove file.
22104         * lib/mbsstr.c: Renamed from lib/strstr.c.
22105         (mbsstr): Renamed from strstr.
22106         * lib/string_.h (strstr): Remove declaration. Change the conditional
22107         link warning.
22108         (mbsstr): New declaration.
22109         * m4/mbsstr.m4: New file.
22110         * m4/strstr.m4: Remove file.
22111         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
22112         REPLACE_STRSTR.
22113         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
22114         Don't initialize GNULIB_STRSTR.
22115         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
22116         substitute GNULIB_STRSTR and REPLACE_STRSTR.
22117         * MODULES.html.sh (Internationalization functions): Add mbsstr.
22118         (Support for systems lacking ANSI C 89): Remove strstr.
22119
22120 2007-02-04  Bruno Haible  <bruno@clisp.org>
22121
22122         New module mbsrchr.
22123         * modules/mbsrchr: New file.
22124         * lib/mbsrchr.c: New file.
22125         * lib/string_.h (strrchr): Add a conditional link warning.
22126         (mbsrchr): New declaration.
22127         * m4/mbsrchr.m4: New file.
22128         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22129         GNULIB_MBSRCHR.
22130         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
22131         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
22132
22133 2007-02-04  Bruno Haible  <bruno@clisp.org>
22134
22135         New module mbschr.
22136         * modules/mbschr: New file.
22137         * lib/mbschr.c: New file.
22138         * lib/string_.h (strchr): Add a conditional link warning.
22139         (mbschr): New declaration.
22140         * m4/mbschr.m4: New file.
22141         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22142         GNULIB_MBSCHR.
22143         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
22144         * MODULES.html.sh (Internationalization functions): Add mbschr.
22145
22146 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22147
22148         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
22149
22150         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
22151
22152 2007-02-04  Bruno Haible  <bruno@clisp.org>
22153
22154         New module description section 'configure.ac-early'.
22155         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
22156         (func_get_autoconf_early_snippet): New function.
22157         (func_import, func_create_testdir): Use it. Remove special cases for
22158         modules 'extensions' and 'lock'.
22159         * modules/extensions (configure.ac-early): Require
22160         gl_USE_SYSTEM_EXTENSIONS.
22161         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
22162
22163 2007-02-04  Bruno Haible  <bruno@clisp.org>
22164
22165         Make use of gcj-4.3's -fsource and -ftarget option.
22166         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
22167         and if so try the options -fsource and -ftarget.
22168         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
22169         source_version, ftarget_option, target_version arguments.
22170         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
22171         (is_envjavac_oldgcj_14_14_usable): Renamed from
22172         is_envjavac_gcj_14_14_usable.
22173         (is_envjavac_oldgcj_14_13_usable): Renamed from
22174         is_envjavac_gcj_14_13_usable.
22175         (is_gcj_present): Update.
22176         (is_gcj_43, is_gcj43_usable): New functions.
22177         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
22178         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
22179         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
22180         try the options -fsource and -ftarget.
22181
22182 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22183
22184         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
22185         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
22186         larger value.
22187
22188 2007-02-03  Jim Meyering  <jim@meyering.net>
22189
22190         Give tools a better chance to allocate space for very large buffers.
22191         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
22192
22193         Make pwd and readlink work also when run with an unreadable parent dir
22194         on systems with openat support.
22195         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
22196         provided getcwd function, even when we have openat support.
22197         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
22198
22199 2007-02-02  Bruno Haible  <bruno@clisp.org>
22200
22201         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22202         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
22203         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
22204         portability problems if one of these functions is only used on specific
22205         platforms.
22206         Reported by Paul Eggert.
22207
22208 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
22211         is causing more trouble than it's curing.
22212         * lib/regex_internal.h (__mempcpy): Remove.
22213         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
22214         (and make the code a tad smaller to boot).
22215         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
22216
22217 2007-02-02  Jim Meyering  <jim@meyering.net>
22218
22219         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
22220         section, not in the Makefile.am: one.
22221
22222 2007-02-02  Eric Blake  <ebb9@byu.net>
22223
22224         * lib/strchrnul.c: Always include config.h first.
22225
22226         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
22227         gnulib strstr is not necessary here.
22228
22229 2007-02-02  Simon Josefsson  <simon@josefsson.org>
22230
22231         * m4/socklen.m4: Fix typo.
22232
22233 2007-02-02  Eric Blake  <ebb9@byu.net>
22234
22235         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
22236         * modules/netinet_in (Makefile.am): Likewise.
22237
22238 2007-02-01  Bruno Haible  <bruno@clisp.org>
22239
22240         * lib/string_.h (GL_LINK_WARNING): New macro.
22241         (strcasecmp, strstr, strcasestr): If provided by the system,
22242         conditionally define as a macro that leads to a warning instead of to
22243         an error.
22244         (strncasecmp): Conditionally define as a macro that leads to a warning.
22245
22246 2007-02-01  Karl Berry  <karl@gnu.org>
22247
22248         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
22249
22250 2007-02-01  Bruno Haible  <bruno@clisp.org>
22251
22252         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
22253         renamings.
22254
22255 2007-02-01  Eric Blake  <ebb9@byu.net>
22256
22257         * modules/regex (Depends-on): Revert dependence on mempcpy.
22258         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
22259         module's definition of mempcpy.
22260         Reported by Paul Eggert.
22261
22262 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22263
22264         * lib/string_.h: If the gnulib module XYZ is not present, undefine
22265         the symbol XYZ before redefining it.  This fixes a problem with
22266         programs that don't use XYZ, when compiled on systems that define
22267         XYZ to something else.
22268
22269 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
22270
22271         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
22272         occurs when "mkdir -m foo" creates a setgid directory that is (1)
22273         writeable to group or other and (2) is intended to have a special
22274         mode bit that is set or cleared.  In such a case, the directory
22275         should be neither group- nor other-writeable until the special
22276         mode bits are right.
22277
22278 2007-01-31  Eric Blake  <ebb9@byu.net>
22279
22280         * modules/mountlist (Depends-on): Add strstr.
22281
22282         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
22283         bug.
22284         * modules/string (Makefile.am): Remove redundant replacement.
22285         * modules/regex (Depends-on): Add mempcpy.
22286
22287 2007-01-31  Bruno Haible  <bruno@clisp.org>
22288
22289         New module description field 'Link'.
22290         * gnulib-tool (func_usage): Document --extract-link-directive.
22291         (sed_extract_prog): Recognize 'Link' directive.
22292         (func_get_link_directive): New function.
22293         (func_import): Show summary of link directives.
22294         Handle --extract-link-directive option.
22295         * modules/acl (Link): New section.
22296         * modules/clock-time (Link): New section.
22297         * modules/euidaccess (Link): New section.
22298         * modules/gettext (Link): New section.
22299         * modules/iconv (Link): New section.
22300         * modules/lock (Link): New section.
22301         * modules/nanosleep (Link): New section.
22302         * modules/readline (Link): New section.
22303
22304 2007-01-27  Bruno Haible  <bruno@clisp.org>
22305
22306         Enforce the use of gnulib modules for unportable <string.h> functions.
22307         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
22308         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
22309         (gl_HEADER_STRING_H_BODY): Require it.
22310         * lib/string_.h: If the gnulib module XYZ is not present, redefine
22311         the symbol XYZ to one that gives a link error.
22312         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
22313         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
22314         * modules/mempcpy (configure.ac): Likewise.
22315         * modules/memrchr (configure.ac): Likewise.
22316         * modules/stpcpy (configure.ac): Likewise.
22317         * modules/stpncpy (configure.ac): Likewise.
22318         * modules/strcase (configure.ac): Likewise.
22319         * modules/strcasestr (configure.ac): Likewise.
22320         * modules/strchrnul (configure.ac): Likewise.
22321         * modules/strdup (configure.ac): Likewise.
22322         * modules/strndup (configure.ac): Likewise.
22323         * modules/strnlen (configure.ac): Likewise.
22324         * modules/strpbrk (configure.ac): Likewise.
22325         * modules/strsep (configure.ac): Likewise.
22326         * modules/strstr (configure.ac): Likewise.
22327         * modules/strtok_r (configure.ac): Likewise.
22328
22329 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
22330
22331         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
22332
22333 2007-01-30  Jim Meyering  <jim@meyering.net>
22334
22335         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
22336
22337 2007-01-29  Bruno Haible  <bruno@clisp.org>
22338
22339         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
22340         * lib/execute.c: Likewise.
22341         * lib/pipe.c: Likewise.
22342         * lib/printf-args.h: Likewise.
22343         * lib/printf-args.c: Likewise.
22344         * lib/printf-parse.c: Likewise.
22345         * lib/vasnprintf.c: Likewise.
22346
22347 2007-01-29  Eric Blake  <ebb9@byu.net>
22348
22349         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
22350         declaration.
22351
22352 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
22353
22354         * lib/strptime.h (strptime): Use 'restrict' for args where
22355         POSIX requires this.
22356         * lib/strptime.c (strptime): Likewise.
22357         Change license notice from LGPL to GPL, since gnulib-tool will
22358         change this as needed.
22359         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
22360         defined.
22361         Include "strptime.h" first, to check interface.
22362         Do not #undef _LIBC and _NL_CURRENT.
22363         Do not include <stdlib.h>; no longer needed.
22364         Include "time_r.h" and declare ptime_locale_status
22365         only if _LIBC is not defined.
22366         (__P): Remove unused macro.
22367         (match_string): Bring back glibc version, but use it only if _LIBC
22368         is defined.
22369         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
22370         Remove unnecessary assertion and abort() call.
22371         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
22372         * m4/strptime.m4: Fix serial number comment.
22373         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
22374         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
22375         (Depends-on): Add time_r.
22376
22377 2007-01-29  Bruno Haible  <bruno@clisp.org>
22378
22379         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22380         strptime.
22381         * modules/strptime (Depends-on): Add stdbool.
22382         * lib/strptime.h: Include <time.h> always. Add comments.
22383
22384 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22385
22386         * modules/strptime: New file.
22387         * lib/strptime.h: New file.
22388         * lib/strptime.c: New file.
22389         * m4/strptime.m4: New file.
22390
22391 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22392
22393         * MODULES.html.sh: New module mpsort.
22394         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
22395
22396         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
22397         a circularity problem with HP-UX ia64 reported by Bob Proulx in
22398         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
22399         All uses changed.
22400         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
22401         All uses changed.
22402         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
22403         to _Restrict_.
22404         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
22405         the parameter matches the prototype.
22406
22407 2007-01-28  Jim Meyering  <jim@meyering.net>
22408
22409         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
22410         sys/time.h here, reverting that part of the previous patch:
22411         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
22412
22413 2007-01-28  Bruno Haible  <bruno@clisp.org>
22414
22415         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
22416         value of $(SYS_TIME_H).
22417         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
22418         remove it conditionally, too. [added by Jim Meyering]
22419         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
22420         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
22421         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
22422         GETTIMEOFDAY_REPLACEMENT to 1.
22423
22424 2007-01-28  Bruno Haible  <bruno@clisp.org>
22425
22426         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
22427         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
22428         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
22429         Set UNISTD_H instead of UNISTD_H2.
22430         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
22431
22432 2007-01-28  Bruno Haible  <bruno@clisp.org>
22433
22434         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
22435         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
22436
22437 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22438
22439         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
22440         (func_create_testdir): Ensure C locale for `grep' and `tr'
22441         character ranges.
22442         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
22443         ACLOCAL_AMFLAGS parsing state machine.
22444
22445 2007-01-27  Bruno Haible  <bruno@clisp.org>
22446
22447         * modules/unistr/base: Update.
22448
22449 2007-01-27  Bruno Haible  <bruno@clisp.org>
22450
22451         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
22452         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
22453         * modules/unistr/u32-mbtouc-unsafe: Renamed from
22454         modules/unistr/u32-mbtouc.
22455         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
22456         * lib/unistr.h: Update.
22457         * lib/linebreak.c: Update.
22458         * modules/unistr/u32-mbtouc: Renamed from
22459         modules/unistr/u32-mbtouc-safe.
22460         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
22461         * lib/unistr.h: Update.
22462         * lib/unistr/u32-to-u8.c: Update.
22463         * lib/unistr/u32-to-u16.c: Update.
22464
22465 2007-01-27  Bruno Haible  <bruno@clisp.org>
22466
22467         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
22468         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
22469         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
22470         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
22471         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
22472         * modules/unistr/u16-mbtouc-unsafe: Renamed from
22473         modules/unistr/u16-mbtouc.
22474         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
22475         * lib/unistr.h: Update.
22476         * lib/linebreak.c: Update.
22477         * modules/linebreak: Update.
22478         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
22479         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
22480         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
22481         * modules/unistr/u16-mbtouc: Renamed from
22482         modules/unistr/u16-mbtouc-safe.
22483         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
22484         * lib/unistr.h: Update.
22485         * lib/unistr/u16-to-u8.c: Update.
22486         * modules/unistr/u16-to-u8: Update.
22487         * lib/unistr/u16-to-u32.c: Update.
22488         * modules/unistr/u16-to-u32: Update.
22489
22490 2007-01-27  Bruno Haible  <bruno@clisp.org>
22491
22492         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
22493         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
22494         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
22495         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
22496         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
22497         * modules/unistr/u8-mbtouc-unsafe: Renamed from
22498         modules/unistr/u8-mbtouc.
22499         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
22500         * lib/unistr.h: Update.
22501         * lib/striconveh.c: Update.
22502         * modules/striconveh: Update.
22503         * lib/linebreak.c: Update.
22504         * modules/linebreak: Update.
22505         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
22506         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
22507         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
22508         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
22509         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
22510         * lib/unistr.h: Update.
22511         * lib/striconveh.c: Update.
22512         * modules/striconveh: Update.
22513         * lib/unistr/u8-to-u16.c: Update.
22514         * modules/unistr/u8-to-u16: Update.
22515         * lib/unistr/u8-to-u32.c: Update.
22516         * modules/unistr/u8-to-u32: Update.
22517
22518 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22519
22520         Sync from Libtool.
22521         * lib/argz.c: Do not include strings.h nor memory.h, include
22522         string.h unconditionally.  Patch by Simon Josefsson.
22523
22524 2007-01-27  Bruno Haible  <bruno@clisp.org>
22525
22526         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
22527         from gl_HEADER_STRING_H_BODY.
22528         (gl_HEADER_STRING_H_BODY): Require it.
22529         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
22530         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
22531         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
22532         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
22533         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
22534         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
22535         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22536         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
22537         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
22538         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
22539         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
22540         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
22541         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
22542         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22543         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
22544
22545 2007-01-27  Bruno Haible  <bruno@clisp.org>
22546
22547         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
22548         check_PROGRAMS into noinst_PROGRAMS.
22549         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
22550         check_PROGRAMS in this case.
22551         (func_import): Set for_test to false.
22552         (func_create_testdir): Set for_test to true.
22553
22554 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
22555             Bruno Haible  <bruno@clisp.org>
22556
22557         * modules/strcasestr (Files): Remove lib/strcasestr.h.
22558         (Depends-on): Add string.
22559         (Includes): Use <string.h> instead of strcasestr.h.
22560         * modules/string (Makefile.am): Also substitute the value of
22561         REPLACE_STRCASESTR.
22562         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
22563         assume strcasestr is declared in <string.h> not <strings.h>. Also
22564         set REPLACE_STRCASESTR.
22565         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
22566         REPLACE_STRCASESTR.
22567         * lib/strcasestr.h: Remove file.
22568         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
22569         * lib/string_.h (strcasestr): New declaration.
22570
22571 2007-01-27  Bruno Haible  <bruno@clisp.org>
22572
22573         * lib/string_.h: Use 'extern'.
22574
22575 2007-01-27  Jim Meyering  <jim@meyering.net>
22576
22577         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
22578         of set-but-not-used local, "q".
22579
22580         * lib/mempcpy.c: Include <config.h> before <string.h>.
22581         This fixes a compilation error on HP-UX, due to the system's
22582         "restrict"-using mempcpy prototype.
22583
22584 2007-01-26  Bruno Haible  <bruno@clisp.org>
22585
22586         Small optimization.
22587         * lib/javacomp.c: Include c-strstr.h.
22588          (is_envjavac_gcj): Use c_strstr instead of strstr.
22589         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
22590
22591 2007-01-26  Bruno Haible  <bruno@clisp.org>
22592
22593         * MODULES.html.sh (Unicode string functions): Add the new modules.
22594
22595         * modules/uniconv/u32-strconv-to-locale: New file.
22596         * lib/uniconv/u32-strconv-to-locale.c: New file.
22597
22598         * modules/uniconv/u16-strconv-to-locale: New file.
22599         * lib/uniconv/u16-strconv-to-locale.c: New file.
22600
22601         * modules/uniconv/u8-strconv-to-locale: New file.
22602         * lib/uniconv/u8-strconv-to-locale.c: New file.
22603
22604         * modules/uniconv/u32-strconv-from-locale: New file.
22605         * lib/uniconv/u32-strconv-from-locale.c: New file.
22606
22607         * modules/uniconv/u16-strconv-from-locale: New file.
22608         * lib/uniconv/u16-strconv-from-locale.c: New file.
22609
22610         * modules/uniconv/u8-strconv-from-locale: New file.
22611         * lib/uniconv/u8-strconv-from-locale.c: New file.
22612
22613         * modules/uniconv/u32-strconv-to-enc: New file.
22614         * lib/uniconv/u32-strconv-to-enc.c: New file.
22615         * modules/uniconv/u32-strconv-to-enc-tests: New file.
22616         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
22617
22618         * modules/uniconv/u16-strconv-to-enc: New file.
22619         * lib/uniconv/u16-strconv-to-enc.c: New file.
22620         * lib/uniconv/u-strconv-to-enc.h: New file.
22621         * modules/uniconv/u16-strconv-to-enc-tests: New file.
22622         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
22623
22624         * modules/uniconv/u8-strconv-to-enc: New file.
22625         * lib/uniconv/u8-strconv-to-enc.c: New file.
22626         * modules/uniconv/u8-strconv-to-enc-tests: New file.
22627         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
22628
22629         * modules/uniconv/u32-strconv-from-enc: New file.
22630         * lib/uniconv/u32-strconv-from-enc.c: New file.
22631         * modules/uniconv/u32-strconv-from-enc-tests: New file.
22632         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
22633
22634         * modules/uniconv/u16-strconv-from-enc: New file.
22635         * lib/uniconv/u16-strconv-from-enc.c: New file.
22636         * modules/uniconv/u16-strconv-from-enc-tests: New file.
22637         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
22638
22639         * modules/uniconv/u8-strconv-from-enc: New file.
22640         * lib/uniconv/u8-strconv-from-enc.c: New file.
22641         * lib/uniconv/u-strconv-from-enc.h: New file.
22642         * modules/uniconv/u8-strconv-from-enc-tests: New file.
22643         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
22644
22645         * modules/uniconv/u32-conv-from-enc: New file.
22646         * lib/uniconv/u32-conv-from-enc.c: New file.
22647         * modules/uniconv/u32-conv-from-enc-tests: New file.
22648         * tests/uniconv/test-u32-conv-from-enc.c: New file.
22649
22650         * modules/uniconv/u16-conv-from-enc: New file.
22651         * lib/uniconv/u16-conv-from-enc.c: New file.
22652         * lib/uniconv/u-conv-from-enc.h: New file.
22653         * modules/uniconv/u16-conv-from-enc-tests: New file.
22654         * tests/uniconv/test-u16-conv-from-enc.c: New file.
22655
22656         * modules/uniconv/u8-conv-from-enc: New file.
22657         * lib/uniconv/u8-conv-from-enc.c: New file.
22658         * modules/uniconv/u8-conv-from-enc-tests: New file.
22659         * tests/uniconv/test-u8-conv-from-enc.c: New file.
22660
22661         * modules/uniconv/base: New file.
22662         * lib/uniconv.h: New file.
22663
22664 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22665
22666         * doc/gnulib-tool.texi (Initial import): Update to match current
22667         behavior with strdup module.
22668         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
22669         * lib/memmem.h: Remove; all uses removed.  This is now done
22670         by <string.h>.
22671         * lib/mempcpy.h: Likewise.
22672         * lib/memrchr.h: Likewise.
22673         * lib/stpcpy.h: Likewise.
22674         * lib/stpncpy.h: Likewise.
22675         * lib/strcase.h: Likewise.
22676         * lib/strchrnul.h: Likewise.
22677         * lib/strdup.h: Likewise.
22678         * lib/strndup.h: Likewise.
22679         * lib/strnlen.h: Likewise.
22680         * lib/strpbrk.h: Likewise.
22681         * lib/strsep.h: Likewise.
22682         * lib/strstr.h: Likewise.
22683         * lib/strtok_r.h: Likewise.
22684         * lib/string_.h: New file.
22685         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
22686         Rely on <string.h> instead.
22687         * lib/canon-host.c: Likewise.
22688         * lib/chdir-long.c: Likewise.
22689         * lib/concatpath.c: Likewise.
22690         * lib/exclude.c: Likewise.
22691         * lib/fchdir.c: Likewise.
22692         * lib/getaddrinfo.c: Likewise.
22693         * lib/getcwd.c: Likewise.
22694         * lib/getsubopt.c: Likewise.
22695         * lib/glob.c: Likewise.
22696         * lib/hard-locale.c: Likewise.
22697         * lib/iconvme.c: Likewise.
22698         * lib/javacomp.c: Likewise.
22699         * lib/mempcpy.c: Likewise.
22700         * lib/memrchr.c: Likewise.
22701         * lib/regex_internal.h: Likewise.
22702         * lib/stpncpy.c: Likewise.
22703         * lib/strcasecmp.c: Likewise.
22704         * lib/strchrnul.c: Likewise.
22705         * lib/strdup.c: Likewise.
22706         * lib/striconv.c: Likewise.
22707         * lib/striconveh.c: Likewise.
22708         * lib/striconveha.c: Likewise.
22709         * lib/strncasecmp.c: Likewise.
22710         * lib/strndup.c: Likewise.
22711         * lib/strnlen.c: Likewise.
22712         * lib/strsep.c: Likewise.
22713         * lib/strstr.c: Likewise.
22714         * lib/strtok_r.c: Likewise.
22715         * lib/userspec.c: Likewise.
22716         * lib/w32spawn.h: Likewise.
22717         * lib/xstrndup.c: Likewise.
22718         * lib/mountlist.c (strstr): Remove decl.
22719         * m4/string_h.m4: New file.
22720         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
22721         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
22722         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
22723         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
22724         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
22725         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
22726         Set REPLACE_STRCASECMP if necessary.
22727         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
22728         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
22729         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
22730         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
22731         HAVE_DECL_STRDUP if necessary.
22732         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
22733         since gl_FUNC_STRNDUP does that now.
22734         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
22735         Check for decl here...
22736         (gl_PREREQ_STRNLEN): ... not here.
22737         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
22738         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
22739         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
22740         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
22741         necessary.
22742         * modules/string: New file.
22743         * modules/memmem (Files): Remove special-purpose include file.
22744         (Depends-on): Add string.
22745         (Include): Include <string.h>, not the removed file.
22746         * modules/mempcpy: Likewise.
22747         * modules/memrchr: Likewise.
22748         * modules/stpcpy: Likewise.
22749         * modules/stpncpy: Likewise.
22750         * modules/strcase: Likewise.
22751         * modules/strchrnul: Likewise.
22752         * modules/strdup: Likewise.
22753         * modules/strndup: Likewise.
22754         * modules/strnlen: Likewise.
22755         * modules/strpbrk: Likewise.
22756         * modules/strsep: Likewise.
22757         * modules/strstr: Likewise.
22758         * modules/strtok_r: Likewise.
22759         * tests/test-dirname.c: Don't include "strdup.h", since
22760         <string.h> now suffices.
22761         * tests/test-memmem.c: Don't include "memmem.h", since
22762         <string.h> now suffices.
22763
22764 2007-01-25  Bruno Haible  <bruno@clisp.org>
22765
22766         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
22767         *resultp is 0.
22768
22769         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
22770         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
22771         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
22772         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
22773
22774         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
22775         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
22776         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
22777         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
22778         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
22779         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
22780
22781 2007-01-24  Bruno Haible  <bruno@clisp.org>
22782
22783         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
22784         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
22785         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
22786         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
22787         gl_FUNC_FTS_CORE.
22788         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
22789         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
22790         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22791         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
22792         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
22793         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
22794         gl_FUNC_FCHOWNAT.
22795         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
22796         gl_FUNC_STRFTIME.
22797         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
22798         Reported by Ralf Wildenhues.
22799
22800 2007-01-24  Bruno Haible  <bruno@clisp.org>
22801
22802         Drop AC_REQUIRE calls that are redundant with the module dependencies.
22803         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
22804         gl_GETADDRINFO.
22805         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
22806         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
22807         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
22808
22809 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
22810
22811         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
22812         Don't use 'exit'; just return from 'main'.
22813         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
22814
22815         * lib/fnmatch_.h: Readjust white space and comments to match
22816         glibc, to avoid spurious diffs.
22817
22818 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22819
22820         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
22821         2004-12-01 change by Jakub Jelinek, since this code won't compile
22822         if !LIBC.  Problem reported by Bob Proulx.
22823
22824 2007-01-23  Bruno Haible  <bruno@clisp.org>
22825
22826         * lib/striconveh.c: Include c-strcaseeq.h.
22827         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
22828         * modules/striconveh (Depends-on): Add c-strcaseeq.
22829
22830 2007-01-23  Bruno Haible  <bruno@clisp.org>
22831
22832         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
22833
22834         * modules/c-strcaseeq: New file.
22835         * lib/c-strcaseeq.h: New file.
22836
22837         * modules/streq: New file.
22838         * lib/streq.h: New file.
22839
22840 2007-01-23  Bruno Haible  <bruno@clisp.org>
22841
22842         * modules/striconveha-tests: New file.
22843         * tests/test-striconveha.c: New file.
22844
22845         * lib/striconveha.h: Include <stdbool.h>.
22846         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
22847         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
22848         (mem_iconveha_notranslit): Renamed from mem_iconveha.
22849         (mem_iconveha): New function.
22850         (str_iconveha_notranslit): Renamed from str_iconveha.
22851         (str_iconveha): New function.
22852         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
22853         c-strcase.
22854
22855 2007-01-23  Bruno Haible  <bruno@clisp.org>
22856
22857         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
22858         encodings without forgiving before trying any encoding with handler.
22859         (str_iconveha): Try all encodings without forgiving before trying any
22860         encoding with handler.
22861
22862 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22863
22864         Import the following changes from libc.
22865
22866         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22867
22868         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
22869
22870         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
22871
22872         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
22873         normal_bracket label.
22874
22875         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
22876
22877         [BZ #361]
22878         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
22879         to normal_bracket after fetching the next character.
22880
22881 2007-01-22  Bruno Haible  <bruno@clisp.org>
22882
22883         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
22884         argument.
22885         * lib/striconveh.c (iconv_carefully_1): New function.
22886         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
22887         argument.
22888         (str_cd_iconveh): Update.
22889         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
22890         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
22891         * tests/test-striconveh.c (MAGIC): New macro.
22892         (new_offsets): New function.
22893         (main): Test call with and without offsets.
22894
22895 2007-01-22  Bruno Haible  <bruno@clisp.org>
22896
22897         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
22898         * modules/sys_select (Makefile.am): Likewise.
22899         * modules/sys_socket (Makefile.am): Likewise.
22900         * modules/sys_time (Makefile.am): Likewise.
22901
22902 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22903
22904         * modules/gettimeofday (License): Change from GPL to LGPL, since
22905         gettimeofday is a library function.
22906
22907 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22908
22909         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
22910
22911 2007-01-21  Bruno Haible  <bruno@clisp.org>
22912
22913         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
22914
22915 2007-01-21  Bruno Haible  <bruno@clisp.org>
22916
22917         * modules/striconveha: New file.
22918         * lib/striconveha.h: New file.
22919         * lib/striconveha.c: New file.
22920         * MODULES.html.sh (Internationalization functions): Add striconveha.
22921         * lib/striconv.c (str_iconv): Optimize the case of an empty input
22922         string.
22923         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
22924
22925 2007-01-21  Bruno Haible  <bruno@clisp.org>
22926
22927         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
22928         * lib/striconveh.c (str_iconveh): Likewise.
22929
22930 2007-01-21  Bruno Haible  <bruno@clisp.org>
22931
22932         * lib/striconveh.h (mem_iconveh): New declaration.
22933         * lib/striconveh.c (mem_iconveh): New function.
22934         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
22935
22936 2007-01-21  Bruno Haible  <bruno@clisp.org>
22937
22938         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
22939
22940         * lib/striconveh.h (mem_cd_iconveh): Change specification.
22941         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
22942         original result buffer.
22943         (str_cd_iconveh): Update.
22944         * tests/test-striconveh.c (main): Update.
22945
22946         * lib/striconv.h (mem_cd_iconv): Change specification.
22947         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
22948         result buffer.
22949         (str_cd_iconv): Update.
22950         * tests/test-striconv.c (main): Update.
22951
22952 2007-01-21  Bruno Haible  <bruno@clisp.org>
22953
22954         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
22955
22956 2007-01-20  Jim Meyering  <jim@meyering.net>
22957
22958         * lib/userspec.c (parse_with_separator): If a user or group string
22959         starts with "+", skip the corresponding name-to-ID look-up, since
22960         such a look-up must fail: user and group names may not include "+".
22961
22962 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
22963
22964         * lib/poll.c: Include sys/time.h and time.h unconditionally,
22965         since we now assume the sys_time module.
22966         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
22967         check for sys/time.h; no longer needed.
22968         * modules/poll (Depends-on): Depend on sys_time.
22969
22970 2007-01-18  Bruno Haible  <bruno@clisp.org>
22971
22972         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
22973         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
22974
22975         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
22976         gettimeofday.
22977
22978         * tests/test-gettimeofday.c: Include <time.h>.
22979         (dummy): Remove variable.
22980
22981         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
22982         gl_HEADER_SYS_TIME_H.
22983         (gl_HEADER_SYS_TIME_H): New macro.
22984
22985         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
22986         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22987         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
22988         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
22989         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22990         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
22991         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
22992         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22993         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
22994         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
22995         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
22996
22997         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
22998         last change; it caused a compilation error when cross-compiling to
22999         Cygwin.
23000
23001 2007-01-18  Jim Meyering  <jim@meyering.net>
23002
23003         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
23004         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
23005         than the race-prone "test -d sys || mkdir sys".
23006         (configure.ac): Use AC_PROG_MKDIR_P.
23007         * modules/sys_select: Likewise.
23008         * modules/sys_socket: Likewise.
23009         * modules/sys_time: Likewise.
23010
23011 2007-01-18  Eric Blake  <ebb9@byu.net>
23012
23013         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
23014         replace gettimeofday.
23015         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
23016         name, to avoid infinite recursion.
23017
23018 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
23019
23020         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
23021         module sys_time.
23022         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
23023         assume timespec.h defines struct timeval.
23024         * lib/settime.c: Likewise.
23025         * lib/utimens.c: Likewise.
23026         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
23027         since we now assume the gettimeofday module.
23028         * lib/tempname.c (__gen_tempname): Likewise.
23029         * lib/gettimeofday.h: Remove.
23030         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
23031         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
23032         Include <time.h>, for 'time()'.
23033         (localtime_buffer_addr): Also use this workaround if
23034         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
23035         to simplify the uses.  All uses changed.
23036         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
23037         that #undef is inside {}, and 'const' follows type name consistently.
23038         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
23039         (gettimeofday): Do not use the maximum possible value for
23040         tv->tv_usec, since that might break usages other than ls.c.
23041         Instead, we'll leave ls.c alone.  This undoes today's patch
23042         by Bruno.  Add a compile-time warning for 1s-clock resolution;
23043         we've never observed the problem but might as well keep the
23044         canary.
23045         * lib/nanosleep.c: Include timespec.h first, for interface check.
23046         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
23047         now assume the sys_time module.
23048         * lib/tempname.c: Likewise.
23049         * lib/timespec.h: Likewise.
23050         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
23051         needed.
23052         * lib/strftime.c: Likewise.
23053         * lib/timespec.h: Likewise.
23054         * lib/posixtm.c: Include posixtm.h first, for interface check.
23055         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
23056         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
23057         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
23058         * lib/sys_time_.h: New file.
23059         * lib/timespec.h (struct timespec): Use long int, not long.
23060         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23061         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
23062         Remove obsolescent call to AC_HEADER_TIME.
23063         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
23064         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23065         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23066         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
23067         Likewise.
23068         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
23069         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
23070         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
23071         into the sys_time module.  Check for gettimeofday just once.
23072         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
23073         for gettimeofday signature to just check the signature.  Merely
23074         compile it, since linking doesn't test signature.  Improve test for
23075         whether gettimeofday.o is actually needed.
23076         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
23077         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
23078         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
23079         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23080         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
23081         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
23082         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
23083         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
23084         than worrying about sys/time.h.
23085         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23086         Don't bother worrying about TIME_WITH_SYS_TIME.
23087         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
23088         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
23089         * m4/sys_time_h.m4: New file.
23090         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
23091         Don't include sys/time.h.  Return from main rather than exiting.
23092         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
23093         all uses changed.
23094         * modules/gethrxtime (Depends-on): Add sys_time.
23095         * modules/gettime (Depends-on): Likewise.
23096         * modules/gettimeofday (Depends-on): Likewise.
23097         * modules/nanosleep (Depends-on): Likewise.
23098         * modules/settime (Depends-on): Likewise.
23099         * modules/tempname (Depends-on): Likewise.
23100         * modules/utimens (Depends-on): Likewise.
23101         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
23102         (Include:) Change back to <sys/time.h>.
23103         (Maintainer:) Add self.
23104         * modules/sys_time: New file.
23105         * modules/tempname (Depends-on): Add gettimeofday.
23106         * tests/test-gettimeofday.c: Include <sys/time.h>
23107         rather than gettimeofday.h.
23108
23109 2007-01-17  Bruno Haible  <bruno@clisp.org>
23110
23111         * gnulib-tool (func_get_license): Revert last patch. Instead, let
23112         the license default to GPL.
23113         (func_create_testdir): Don't complain if a module is LGPL and its
23114         tests module depends on GPLed modules.
23115
23116 2007-01-17  Bruno Haible  <bruno@clisp.org>
23117
23118         * lib/gettimeofday.c (gettimeofday): Add code for the case
23119         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
23120         maximum possible value for tv->tv_usec, rather than the minimum one.
23121
23122 2005-10-08  Martin Lambers  <marlam@marlam.de>
23123 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23124 2007-01-16  Bruno Haible  <bruno@clisp.org>
23125
23126         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
23127         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
23128         gl_FUNC_GETTIMEOFDAY.
23129         (Include): Add gettimeofday.h.
23130         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
23131         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
23132         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
23133         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
23134         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
23135         * lib/gettimeofday.h: New file.
23136         * lib/gettimeofday.c: Include <sys/timeb.h>.
23137         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
23138         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23139         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
23140         fall back on time().
23141
23142         * tests/test-gettimeofday.c: New file.
23143         * modules/gettimeofday-tests: New file.
23144
23145 2007-01-16  Eric Blake  <ebb9@byu.net>
23146
23147         * modules/fnmatch (Depends-on): Depend on wchar.
23148         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
23149         * m4/fnmatch.m4: Likewise.
23150         * modules/mbchar (Makefile.am): Assume <wchar.h>.
23151         * m4/mbchar.m4: Likewise.
23152         * modules/mbswidth (Depends-on): Depend on wchar.
23153         * lib/mbswidth.c: Assume <wchar.h>.
23154         * m4/mbswidth.m4: Likewise.
23155         * modules/quotearg (Depends-on): Depend on wchar.
23156         * lib/quotearg.c: Assume <wchar.h>.
23157         * m4/quotearg.m4: Likewise.
23158         * modules/regex (Depends-on): Depend on wchar.
23159         * lib/regex_internal.h: Assume <wchar.h>.
23160         * m4/regex.m4: Likewise.
23161         * modules/stdint (Depends-on): Depend on wchar.
23162         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
23163         * m4/stdint.m4: Likewise.
23164         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
23165         * modules/strftime (Depends-on): Depend on wchar.
23166         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
23167         * modules/strtol (Depends-on): Depend on wchar.
23168         * lib/strtol.c: Assume <wchar.h>.
23169         * modules/wcwidth (Depends-on): Depend on wchar.
23170         * lib/wcwidth.h: Assume <wchar.h>.
23171         * m4/wcwidth.m4: Likewise.
23172
23173 2007-01-16  Bruno Haible  <bruno@clisp.org>
23174
23175         * modules/csharpexec-script: New, created from...
23176         * modules/csharpexec: ... this.
23177
23178 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23179
23180         * modules/javaexec-script: New, created from...
23181         * modules/javaexec: ... this.
23182
23183 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23184
23185         * modules/poll (Dependencies): Add sys_select.
23186
23187 2007-01-15  Jim Meyering  <jim@meyering.net>
23188
23189         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
23190         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
23191         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
23192         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
23193
23194 2007-01-15  Bruno Haible  <bruno@clisp.org>
23195
23196         * modules/striconveh: New file.
23197         * lib/striconveh.h: New file.
23198         * lib/striconveh.c: New file.
23199         * MODULES.html.sh (Internationalization functions): Add striconveh.
23200
23201         * modules/striconveh-tests: New file.
23202         * tests/test-striconveh.c: New file.
23203
23204 2007-01-15  Bruno Haible  <bruno@clisp.org>
23205
23206         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
23207         not from GNU libiconv or GNU libc.
23208
23209 2007-01-15  Bruno Haible  <bruno@clisp.org>
23210
23211         * doc/gnulib-intro.texi (Copyright): Explain the different license
23212         terms for module descriptions, autoconf macros, tests, documentation.
23213
23214 2007-01-14  Bruno Haible  <bruno@clisp.org>
23215
23216         * modules/striconv-tests: New file.
23217         * tests/test-striconv.c: New file.
23218
23219 2007-01-14  Bruno Haible  <bruno@clisp.org>
23220
23221         * modules/iconv-tests: New file.
23222         * tests/test-iconv.c: New file.
23223
23224 2007-01-14  Bruno Haible  <bruno@clisp.org>
23225
23226         * gnulib-tool (func_get_license): For test modules, use the license of
23227         the main module.
23228
23229 2007-01-14  Bruno Haible  <bruno@clisp.org>
23230
23231         * modules/iconv (Include): Clarify that <iconv.h> can only be included
23232         if iconv is found to exist.
23233
23234 2007-01-14  Bruno Haible  <bruno@clisp.org>
23235
23236         * modules/c-ctype-tests: New file.
23237         * tests/test-c-ctype.c: New file.
23238
23239 2007-01-14  Bruno Haible  <bruno@clisp.org>
23240
23241         * modules/binary-io-tests: New file.
23242         * tests/test-binary-io.sh: New file.
23243         * tests/test-binary-io.c: New file.
23244
23245 2007-01-14  Bruno Haible  <bruno@clisp.org>
23246
23247         * modules/array-oset-tests: New file.
23248         * tests/test-array_oset.c: New file.
23249
23250 2007-01-14  Bruno Haible  <bruno@clisp.org>
23251
23252         * modules/array-list-tests: New file.
23253         * tests/test-array_list.c: New file.
23254
23255 2007-01-14  Bruno Haible  <bruno@clisp.org>
23256
23257         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
23258         and make.
23259         Reported by Simon Josefsson in
23260         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
23261
23262 2007-01-14  Bruno Haible  <bruno@clisp.org>
23263
23264         * modules/allocsa-tests: New file.
23265         * tests/test-allocsa.c: New file.
23266
23267 2007-01-14  Bruno Haible  <bruno@clisp.org>
23268
23269         * modules/fchdir (Depends-on): Add absolute-header.
23270         * modules/unistd (Depends-on): Likewise.
23271
23272 2006-12-30  Bruno Haible  <bruno@clisp.org>
23273
23274         * modules/fchdir: New file.
23275         * modules/unistd (Files): Add lib/unistd_.h.
23276         (Makefile.am): Generate unistd.h from unistd_.h.
23277         * lib/fchdir.c: New file.
23278         * lib/dirent_.h: New file.
23279         * lib/unistd_.h: New file.
23280         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
23281         * m4/fchdir.m4: New file.
23282         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
23283         (gl_HEADER_UNISTD): Invoke it.
23284         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
23285         function.
23286         * lib/backupfile.c (opendir, closedir): Undefine.
23287         * lib/chown.c (open, close): Undefine.
23288         * lib/clean-temp.c (open, close): Undefine.
23289         * lib/copy-file.c (open, close): Undefine.
23290         * lib/execute.c (open, close): Undefine.
23291         * lib/fsusage.c (open, close): Undefine.
23292         * lib/gc-gnulib.c (open, close): Undefine.
23293         * lib/getcwd.c (opendir, closedir): Undefine.
23294         * lib/glob.c (opendir, closedir): Undefine.
23295         * lib/javacomp.c (open, close): Undefine.
23296         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
23297         * lib/openat-proc.c (open, close): Undefine.
23298         * lib/pagealign_alloc.c (open, close): Undefine.
23299         * lib/pipe.c (open, close): Undefine.
23300         * lib/progreloc.c (open, close): Undefine.
23301         * lib/savedir.c (opendir, closedir): Undefine.
23302         * lib/utime.c (open, close): Undefine.
23303         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
23304
23305 2007-01-10  Bruno Haible  <bruno@clisp.org>
23306
23307         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
23308
23309 2007-01-12  Eric Blake  <ebb9@byu.net>
23310
23311         Provide a robust <wchar.h>.  Further simplifications are now
23312         possible in other modules, but not included here.
23313         * modules/wchar: New module.
23314         * m4/wchar.m4: New file.
23315         * lib/wchar_.h: Likewise.
23316         * modules/mbchar (Depends-on): Depend on wchar, as the first use
23317         of the new module.
23318         * MODULES.html.sh (Extended multibyte and wide character utilities):
23319         New section.
23320
23321 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
23322
23323         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
23324         to a reasonable default for memory allocation.
23325         (xreadlink): Don't allocate a huge buffer, to work around a buggy
23326         file system that reports garbage st_size values for symlinks.
23327         Problem reported by Liyang Hu.
23328
23329 2007-01-11  Simon Josefsson  <simon@josefsson.org>
23330
23331         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
23332         Emacs .#* auto-save files).
23333
23334 2007-01-11  Bruno Haible  <bruno@clisp.org>
23335
23336         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
23337         directory.
23338
23339 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23340
23341         Use @...@ consistently in lib/wctype_.h.
23342         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
23343         on it being set to 1 or 0.
23344         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
23345         go back to AC_SUBSTing it.
23346         * modules/wctype (Makefile.am): Undo previous change.
23347
23348 2007-01-10  Eric Blake  <ebb9@byu.net>
23349
23350         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
23351         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
23352         * modules/wctype (Makefile.am): Likewise.
23353         Reported by Chris McGuire.
23354
23355 2007-01-10  Jim Meyering  <jim@meyering.net>
23356
23357         fts.c: a small readability/maintainability improvement
23358         * lib/fts.c (fts_read): Make this code slightly more readable and
23359         maintainable by hoisting the "sp->fts_cur = p" assignments to
23360         immediately follow the statements that set P.  Derived from
23361         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
23362
23363 2007-01-10  Eric Blake  <ebb9@byu.net>
23364
23365         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
23366         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
23367         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23368         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
23369         Reported by Chris McGuire.
23370
23371 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23372
23373         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
23374         in sed script.
23375
23376 2007-01-09  Bruno Haible  <bruno@clisp.org>
23377
23378         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
23379         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
23380         variables.
23381         (func_module): Use them.
23382
23383 2007-01-09  Bruno Haible  <bruno@clisp.org>
23384
23385         * modules/unistr/base: New file.
23386         * lib/unistr.h: New file.
23387
23388         * modules/unistr/u8-to-u16: New file.
23389         * lib/unistr/u8-to-u16.c: New file.
23390
23391         * modules/unistr/u8-to-u32: New file.
23392         * lib/unistr/u8-to-u32.c: New file.
23393
23394         * modules/unistr/u16-to-u8: New file.
23395         * lib/unistr/u16-to-u8.c: New file.
23396
23397         * modules/unistr/u16-to-u32: New file.
23398         * lib/unistr/u16-to-u32.c: New file.
23399
23400         * modules/unistr/u32-to-u8: New file.
23401         * lib/unistr/u32-to-u8.c: New file.
23402
23403         * modules/unistr/u32-to-u16: New file.
23404         * lib/unistr/u32-to-u16.c: New file.
23405
23406         * modules/unistr/u8-check: New file.
23407         * modules/unistr/u16-check: New file.
23408         * modules/unistr/u32-check: New file.
23409         * lib/unistr/u8-check.c: New file.
23410         * lib/unistr/u16-check.c: New file.
23411         * lib/unistr/u32-check.c: New file.
23412
23413         * modules/unistr/u8-chr: New file.
23414         * modules/unistr/u16-chr: New file.
23415         * modules/unistr/u32-chr: New file.
23416         * lib/unistr/u8-chr.c: New file.
23417         * lib/unistr/u16-chr.c: New file.
23418         * lib/unistr/u32-chr.c: New file.
23419
23420         * modules/unistr/u8-cmp: New file.
23421         * modules/unistr/u16-cmp: New file.
23422         * modules/unistr/u32-cmp: New file.
23423         * lib/unistr/u8-cmp.c: New file.
23424         * lib/unistr/u16-cmp.c: New file.
23425         * lib/unistr/u32-cmp.c: New file.
23426
23427         * modules/unistr/u8-cpy: New file.
23428         * modules/unistr/u16-cpy: New file.
23429         * modules/unistr/u32-cpy: New file.
23430         * lib/unistr/u8-cpy.c: New file.
23431         * lib/unistr/u16-cpy.c: New file.
23432         * lib/unistr/u32-cpy.c: New file.
23433         * lib/unistr/u-cpy.h: New file.
23434
23435         * modules/unistr/u8-cpy-alloc: New file.
23436         * modules/unistr/u16-cpy-alloc: New file.
23437         * modules/unistr/u32-cpy-alloc: New file.
23438         * lib/unistr/u8-cpy-alloc.c: New file.
23439         * lib/unistr/u16-cpy-alloc.c: New file.
23440         * lib/unistr/u32-cpy-alloc.c: New file.
23441         * lib/unistr/u-cpy-alloc.h: New file.
23442
23443         * modules/unistr/u8-endswith: New file.
23444         * modules/unistr/u16-endswith: New file.
23445         * modules/unistr/u32-endswith: New file.
23446         * lib/unistr/u8-endswith.c: New file.
23447         * lib/unistr/u16-endswith.c: New file.
23448         * lib/unistr/u32-endswith.c: New file.
23449         * lib/unistr/u-endswith.h: New file.
23450
23451         * modules/unistr/u8-mblen: New file.
23452         * modules/unistr/u16-mblen: New file.
23453         * modules/unistr/u32-mblen: New file.
23454         * lib/unistr/u8-mblen.c: New file.
23455         * lib/unistr/u16-mblen.c: New file.
23456         * lib/unistr/u32-mblen.c: New file.
23457
23458         * modules/unistr/u8-mbtouc: New file.
23459         * modules/unistr/u16-mbtouc: New file.
23460         * modules/unistr/u32-mbtouc: New file.
23461         * lib/unistr/u8-mbtouc.c: New file.
23462         * lib/unistr/u16-mbtouc.c: New file.
23463         * lib/unistr/u32-mbtouc.c: New file.
23464
23465         * modules/unistr/u8-mbtouc-safe: New file.
23466         * modules/unistr/u16-mbtouc-safe: New file.
23467         * modules/unistr/u32-mbtouc-safe: New file.
23468         * lib/unistr/u8-mbtouc-safe.c: New file.
23469         * lib/unistr/u16-mbtouc-safe.c: New file.
23470         * lib/unistr/u32-mbtouc-safe.c: New file.
23471
23472         * modules/unistr/u8-move: New file.
23473         * modules/unistr/u16-move: New file.
23474         * modules/unistr/u32-move: New file.
23475         * lib/unistr/u8-move.c: New file.
23476         * lib/unistr/u16-move.c: New file.
23477         * lib/unistr/u32-move.c: New file.
23478         * lib/unistr/u-move.h: New file.
23479
23480         * modules/unistr/u8-next: New file.
23481         * modules/unistr/u16-next: New file.
23482         * modules/unistr/u32-next: New file.
23483         * lib/unistr/u8-next.c: New file.
23484         * lib/unistr/u16-next.c: New file.
23485         * lib/unistr/u32-next.c: New file.
23486
23487         * modules/unistr/u8-prev: New file.
23488         * modules/unistr/u16-prev: New file.
23489         * modules/unistr/u32-prev: New file.
23490         * lib/unistr/u8-prev.c: New file.
23491         * lib/unistr/u16-prev.c: New file.
23492         * lib/unistr/u32-prev.c: New file.
23493
23494         * modules/unistr/u8-set: New file.
23495         * modules/unistr/u16-set: New file.
23496         * modules/unistr/u32-set: New file.
23497         * lib/unistr/u8-set.c: New file.
23498         * lib/unistr/u16-set.c: New file.
23499         * lib/unistr/u32-set.c: New file.
23500         * lib/unistr/u-set.h: New file.
23501
23502         * modules/unistr/u8-startswith: New file.
23503         * modules/unistr/u16-startswith: New file.
23504         * modules/unistr/u32-startswith: New file.
23505         * lib/unistr/u8-startswith.c: New file.
23506         * lib/unistr/u16-startswith.c: New file.
23507         * lib/unistr/u32-startswith.c: New file.
23508         * lib/unistr/u-startswith.h: New file.
23509
23510         * modules/unistr/u8-stpcpy: New file.
23511         * modules/unistr/u16-stpcpy: New file.
23512         * modules/unistr/u32-stpcpy: New file.
23513         * lib/unistr/u8-stpcpy.c: New file.
23514         * lib/unistr/u16-stpcpy.c: New file.
23515         * lib/unistr/u32-stpcpy.c: New file.
23516         * lib/unistr/u-stpcpy.h: New file.
23517
23518         * modules/unistr/u8-stpncpy: New file.
23519         * modules/unistr/u16-stpncpy: New file.
23520         * modules/unistr/u32-stpncpy: New file.
23521         * lib/unistr/u8-stpncpy.c: New file.
23522         * lib/unistr/u16-stpncpy.c: New file.
23523         * lib/unistr/u32-stpncpy.c: New file.
23524         * lib/unistr/u-stpncpy.h: New file.
23525
23526         * modules/unistr/u8-strcat: New file.
23527         * modules/unistr/u16-strcat: New file.
23528         * modules/unistr/u32-strcat: New file.
23529         * lib/unistr/u8-strcat.c: New file.
23530         * lib/unistr/u16-strcat.c: New file.
23531         * lib/unistr/u32-strcat.c: New file.
23532         * lib/unistr/u-strcat.h: New file.
23533
23534         * modules/unistr/u8-strchr: New file.
23535         * modules/unistr/u16-strchr: New file.
23536         * modules/unistr/u32-strchr: New file.
23537         * lib/unistr/u8-strchr.c: New file.
23538         * lib/unistr/u16-strchr.c: New file.
23539         * lib/unistr/u32-strchr.c: New file.
23540
23541         * modules/unistr/u8-strcmp: New file.
23542         * modules/unistr/u16-strcmp: New file.
23543         * modules/unistr/u32-strcmp: New file.
23544         * lib/unistr/u8-strcmp.c: New file.
23545         * lib/unistr/u16-strcmp.c: New file.
23546         * lib/unistr/u32-strcmp.c: New file.
23547
23548         * modules/unistr/u8-strcpy: New file.
23549         * modules/unistr/u16-strcpy: New file.
23550         * modules/unistr/u32-strcpy: New file.
23551         * lib/unistr/u8-strcpy.c: New file.
23552         * lib/unistr/u16-strcpy.c: New file.
23553         * lib/unistr/u32-strcpy.c: New file.
23554         * lib/unistr/u-strcpy.h: New file.
23555
23556         * modules/unistr/u8-strcspn: New file.
23557         * modules/unistr/u16-strcspn: New file.
23558         * modules/unistr/u32-strcspn: New file.
23559         * lib/unistr/u8-strcspn.c: New file.
23560         * lib/unistr/u16-strcspn.c: New file.
23561         * lib/unistr/u32-strcspn.c: New file.
23562         * lib/unistr/u-strcspn.h: New file.
23563
23564         * modules/unistr/u8-strdup: New file.
23565         * modules/unistr/u16-strdup: New file.
23566         * modules/unistr/u32-strdup: New file.
23567         * lib/unistr/u8-strdup.c: New file.
23568         * lib/unistr/u16-strdup.c: New file.
23569         * lib/unistr/u32-strdup.c: New file.
23570         * lib/unistr/u-strdup.h: New file.
23571
23572         * modules/unistr/u8-strlen: New file.
23573         * modules/unistr/u16-strlen: New file.
23574         * modules/unistr/u32-strlen: New file.
23575         * lib/unistr/u8-strlen.c: New file.
23576         * lib/unistr/u16-strlen.c: New file.
23577         * lib/unistr/u32-strlen.c: New file.
23578         * lib/unistr/u-strlen.h: New file.
23579
23580         * modules/unistr/u8-strmblen: New file.
23581         * modules/unistr/u16-strmblen: New file.
23582         * modules/unistr/u32-strmblen: New file.
23583         * lib/unistr/u8-strmblen.c: New file.
23584         * lib/unistr/u16-strmblen.c: New file.
23585         * lib/unistr/u32-strmblen.c: New file.
23586
23587         * modules/unistr/u8-strmbtouc: New file.
23588         * modules/unistr/u16-strmbtouc: New file.
23589         * modules/unistr/u32-strmbtouc: New file.
23590         * lib/unistr/u8-strmbtouc.c: New file.
23591         * lib/unistr/u16-strmbtouc.c: New file.
23592         * lib/unistr/u32-strmbtouc.c: New file.
23593
23594         * modules/unistr/u8-strncat: New file.
23595         * modules/unistr/u16-strncat: New file.
23596         * modules/unistr/u32-strncat: New file.
23597         * lib/unistr/u8-strncat.c: New file.
23598         * lib/unistr/u16-strncat.c: New file.
23599         * lib/unistr/u32-strncat.c: New file.
23600         * lib/unistr/u-strncat.h: New file.
23601
23602         * modules/unistr/u8-strncmp: New file.
23603         * modules/unistr/u16-strncmp: New file.
23604         * modules/unistr/u32-strncmp: New file.
23605         * lib/unistr/u8-strncmp.c: New file.
23606         * lib/unistr/u16-strncmp.c: New file.
23607         * lib/unistr/u32-strncmp.c: New file.
23608
23609         * modules/unistr/u8-strncpy: New file.
23610         * modules/unistr/u16-strncpy: New file.
23611         * modules/unistr/u32-strncpy: New file.
23612         * lib/unistr/u8-strncpy.c: New file.
23613         * lib/unistr/u16-strncpy.c: New file.
23614         * lib/unistr/u32-strncpy.c: New file.
23615         * lib/unistr/u-strncpy.h: New file.
23616
23617         * modules/unistr/u8-strnlen: New file.
23618         * modules/unistr/u16-strnlen: New file.
23619         * modules/unistr/u32-strnlen: New file.
23620         * lib/unistr/u8-strnlen.c: New file.
23621         * lib/unistr/u16-strnlen.c: New file.
23622         * lib/unistr/u32-strnlen.c: New file.
23623         * lib/unistr/u-strnlen.h: New file.
23624
23625         * modules/unistr/u8-strpbrk: New file.
23626         * modules/unistr/u16-strpbrk: New file.
23627         * modules/unistr/u32-strpbrk: New file.
23628         * lib/unistr/u8-strpbrk.c: New file.
23629         * lib/unistr/u16-strpbrk.c: New file.
23630         * lib/unistr/u32-strpbrk.c: New file.
23631         * lib/unistr/u-strpbrk.h: New file.
23632
23633         * modules/unistr/u8-strrchr: New file.
23634         * modules/unistr/u16-strrchr: New file.
23635         * modules/unistr/u32-strrchr: New file.
23636         * lib/unistr/u8-strrchr.c: New file.
23637         * lib/unistr/u16-strrchr.c: New file.
23638         * lib/unistr/u32-strrchr.c: New file.
23639
23640         * modules/unistr/u8-strspn: New file.
23641         * modules/unistr/u16-strspn: New file.
23642         * modules/unistr/u32-strspn: New file.
23643         * lib/unistr/u8-strspn.c: New file.
23644         * lib/unistr/u16-strspn.c: New file.
23645         * lib/unistr/u32-strspn.c: New file.
23646         * lib/unistr/u-strspn.h: New file.
23647
23648         * modules/unistr/u8-strstr: New file.
23649         * modules/unistr/u16-strstr: New file.
23650         * modules/unistr/u32-strstr: New file.
23651         * lib/unistr/u8-strstr.c: New file.
23652         * lib/unistr/u16-strstr.c: New file.
23653         * lib/unistr/u32-strstr.c: New file.
23654         * lib/unistr/u-strstr.h: New file.
23655
23656         * modules/unistr/u8-strtok: New file.
23657         * modules/unistr/u16-strtok: New file.
23658         * modules/unistr/u32-strtok: New file.
23659         * lib/unistr/u8-strtok.c: New file.
23660         * lib/unistr/u16-strtok.c: New file.
23661         * lib/unistr/u32-strtok.c: New file.
23662         * lib/unistr/u-strtok.h: New file.
23663
23664         * modules/unistr/u8-uctomb: New file.
23665         * modules/unistr/u16-uctomb: New file.
23666         * modules/unistr/u32-uctomb: New file.
23667         * lib/unistr/u8-uctomb.c: New file.
23668         * lib/unistr/u16-uctomb.c: New file.
23669         * lib/unistr/u32-uctomb.c: New file.
23670
23671         * MODULES.html.sh (Unicode string functions): Add the new modules.
23672
23673 2007-01-08  Bruno Haible  <bruno@clisp.org>
23674
23675         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
23676         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
23677         subdirectories.
23678
23679 2007-01-08  Karl Berry  <karl@gnu.org>
23680
23681         * doc/error.texi: mention that main() fns must set program_name
23682         when progname is used.
23683
23684 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
23685
23686         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
23687         WCTYPE_H is empty, for the benefit of builds from non-distclean
23688         directories.  Problem reported by Eric Blake in
23689         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
23690
23691 2007-01-08  Bruno Haible  <bruno@clisp.org>
23692
23693         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
23694         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
23695         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
23696         PROVIDE_CANONICALIZE_FILENAME_MODE.
23697         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
23698
23699 2007-01-08  Bruno Haible  <bruno@clisp.org>
23700
23701         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
23702         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
23703         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
23704         * lib/fts.c: Likewise.
23705         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
23706
23707 2006-12-25  Bruno Haible  <bruno@clisp.org>
23708
23709         * modules/utf8-ucs4-safe: New file.
23710         * lib/utf8-ucs4-safe.h: New file.
23711         * lib/unistr/utf8-ucs4-safe.c: New file.
23712
23713         * modules/utf16-ucs4-safe: New file.
23714         * lib/utf16-ucs4-safe.h: New file.
23715         * lib/unistr/utf16-ucs4-safe.c: New file.
23716
23717         * MODULES.html.sh (Unicode string functions): Add the new modules.
23718
23719 2007-01-08  Bruno Haible  <bruno@clisp.org>
23720
23721         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
23722         (Depends-on): Add unitypes.
23723         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
23724         (u8_mbtouc_aux): Move out to separate file.
23725         (u8_mbtouc): Use ucs4_t, uint8_t types.
23726         * lib/unistr/utf8-ucs4.c: New file.
23727
23728         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
23729         (Depends-on): Add unitypes.
23730         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
23731         (u16_mbtouc_aux): Move out to separate file.
23732         (u16_mbtouc): Use ucs4_t, uint16_t types.
23733         * lib/unistr/utf16-ucs4.c: New file.
23734
23735         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
23736         (Depends-on): Add unitypes.
23737         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
23738         (u8_uctomb_aux): Move out to separate file.
23739         (u8_uctomb): Use ucs4_t, uint8_t types.
23740         * lib/unistr/ucs4-utf8.c: New file.
23741
23742         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
23743         (Depends-on): Add unitypes.
23744         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
23745         (u16_uctomb_aux): Move out to separate file.
23746         (u16_uctomb): Use ucs4_t, uint16_t types.
23747         * lib/unistr/ucs4-utf16.c: New file.
23748
23749 2006-12-25  Bruno Haible  <bruno@clisp.org>
23750
23751         * modules/unitypes: New file.
23752         * lib/unitypes.h: New file.
23753         * MODULES.html.sh (func_all_modules): New section "Unicode string
23754         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
23755         this section. Add unitypes.
23756
23757 2007-01-08  Bruno Haible  <bruno@clisp.org>
23758
23759         Avoid variable names that conflict with those from libtool.
23760         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
23761         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
23762         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
23763         library_names_spec to acl_library_names_spec, hardcode_* to
23764         acl_hardcode_*.
23765         Reported by Ralf Wildenhues.
23766
23767 2007-01-08  Bruno Haible  <bruno@clisp.org>
23768
23769         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
23770         definition.
23771         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
23772         definition.
23773         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
23774         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
23775         definition.
23776         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
23777         definition.
23778         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
23779         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
23780         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
23781         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
23782         definition.
23783         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
23784         definition.
23785         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
23786         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
23787         GC_USE_<algorithm>.
23788         * lib/gc-libgcrypt.c: Likewise.
23789         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
23790         * modules/gc-arctwo (configure.ac): Likewise.
23791         * modules/gc-des (configure.ac): Likewise.
23792         * modules/gc-hmac-md5 (configure.ac): Likewise.
23793         * modules/gc-hmac-sha1 (configure.ac): Likewise.
23794         * modules/gc-md2 (configure.ac): Likewise.
23795         * modules/gc-md4 (configure.ac): Likewise.
23796         * modules/gc-md5 (configure.ac): Likewise.
23797         * modules/gc-random (configure.ac): Likewise.
23798         * modules/gc-rijndael (configure.ac): Likewise.
23799         * modules/gc-sha1 (configure.ac): Likewise.
23800
23801 2007-01-08  Bruno Haible  <bruno@clisp.org>
23802
23803         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
23804         macro definition.
23805         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
23806         definition.
23807         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
23808         definition.
23809         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
23810         * modules/fcntl-safer (configure.ac): Likewise.
23811         * modules/fopen-safer (configure.ac): Likewise.
23812         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
23813         GNULIB_FWRITEERROR macro definition.
23814
23815 2007-01-08  Bruno Haible  <bruno@clisp.org>
23816
23817         * m4/gnulib-common.m4: New file.
23818         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
23819         (func_get_filelist): Add m4/gnulib-common.m4.
23820
23821 2007-01-08  Bruno Haible  <bruno@clisp.org>
23822
23823         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
23824         command.
23825
23826 2007-01-08  Jim Meyering  <jim@meyering.net>
23827
23828         Use a more robust test for a "can't happen" condition.
23829         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
23830         narrowed the st_size value.  Presuming the "can't happen" condition
23831         is true, that narrowing could conceivably convert an invalid st_size
23832         value into a valid one.  Instead, use a change based on Matthew
23833         Woehlke's original patch.
23834
23835         Slight readability improvement: use an assert-like macro
23836         in place of literal "abort ()" uses.
23837         * lib/fts.c (fts_assert): Define.
23838         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
23839         Use this macro instead of a bare 'abort'.
23840
23841 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
23842
23843         Don't worry about using IRIX 5.3's wctype.h broken definitions;
23844         simply work around them.
23845         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
23846         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
23847         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
23848         declaring.
23849         Don't bother to define as macros, since the standard doesn't require it.
23850         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
23851         longer worry about IRIX 5.3.
23852         (HAVE_WCTYPE_CTMP_BUG): Remove.
23853
23854 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23855
23856         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
23857         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
23858         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
23859         Problems reported by Georg Schwarz for IRIX 5.3.
23860
23861         * gnulib-tool (autoconf_minversion): Take the maximum version number
23862         found, not the minimum.  Problem reported by James Youngman.
23863
23864 2007-01-03  Karl Berry  <karl@gnu.org>
23865
23866         * doc/error.texi: new file, explaining interaction with progname.
23867         * doc/gnulib.texi: include it.  Update copyright.
23868
23869 2007-01-03  Simon Josefsson  <simon@josefsson.org>
23870
23871         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
23872         AC_CANONICAL_HOST, to improve autobuild outputs.
23873
23874 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
23875             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23876
23877         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
23878         sockets, server sockets, and other file descriptors.  Count errors
23879         to compute the return value.  Reorder the code a bit to be easier
23880         to follow.  Don't set event bits that were not requested (except
23881         POLLERR and POLLHUP).
23882
23883 2007-01-01  Bruno Haible  <bruno@clisp.org>
23884
23885         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
23886
23887 2007-01-03  Jim Meyering  <jim@meyering.net>
23888
23889         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
23890
23891 2007-01-02  Bruno Haible  <bruno@clisp.org>
23892
23893         * modules/settime (Include): Require timespec.h.
23894         * modules/nanosleep (Include): Likewise.
23895
23896 2007-01-01  Bruno Haible  <bruno@clisp.org>
23897
23898         * gnulib-tool (func_emit_copyright_notice): Bump year.
23899         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
23900
23901 2007-01-01  Bruno Haible  <bruno@clisp.org>
23902
23903         Improve support for OpenBSD.
23904         * build-aux/config.rpath (libname_spec): Export.
23905         (library_names_spec): New variable. Export.
23906         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
23907         library_names_spec from the config.rpath output. Locate shared library
23908         through the name pattern in library_names_spec.
23909
23910 2007-01-01  Eric Blake  <ebb9@byu.net>
23911
23912         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
23913
23914 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
23915
23916         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
23917         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
23918         assume the C locale, and avoid an "eval" that could cause trouble.
23919         Problem with SORT reported by Bob Proulx.
23920
23921         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
23922         Define.  Trivial patch from Henning Nielsen Lund, originally
23923         sent to bug-grep@gnu.org today.
23924
23925 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
23926
23927         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
23928         struct stat.  Problem reported by Henning Nielsen Lund.
23929         * lib/acl.c: Include acl.h first, to check interface.  Don't
23930         bother to include sys/types.h and sys/stat.h again.
23931
23932 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23933
23934         Import the following change from libc; problem reported by
23935         Sven Verdoolaege.
23936
23937         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
23938
23939         [BZ #1373]
23940         * lib/argp.h: Remove __NTH for __argp_usage inline function.
23941
23942 2006-12-28  Jim Meyering  <jim@meyering.net>
23943
23944         * build-aux/announce-gen: Do not assume that the package
23945         builds any of tar.gz, tar.bz2, and .xdelta files.
23946         Suggestion from Simon Josefsson.
23947
23948 2006-12-28  Simon Josefsson  <simon@josefsson.org>
23949
23950         * modules/announce-gen: New file.
23951
23952 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
23953
23954         * lib/mbchar.h: Just include <wctype.h>; the wctype module
23955         handles its gotchas now.
23956         * lib/mbswidth.c: Likewise.
23957         * lib/wcwidth.h: Likewise.
23958         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
23959         and iswcntrl; the wctype module does this stuff now.
23960         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23961         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23962         * modules/mbchar (Depends-on): Add wctype.
23963         * modules/mbswidth (Depends-on): Likewise.
23964         * modules/wcwidth (Depends-on): Likewise.
23965
23966 2006-12-27  Eric Blake  <ebb9@byu.net>
23967
23968         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
23969         module uses more than what <wctype.h> is required to provide.
23970
23971 2006-12-26  Eric Blake  <ebb9@byu.net>
23972
23973         * gnulib-tool (sed_extract_prog): Avoid space-tab.
23974
23975 2006-12-26  Eric Blake  <ebb9@byu.net>
23976
23977         * modules/absolute-header: New module.
23978         * modules/fcntl (Depends-on): Depend on it.
23979         * modules/inttypes (Depends-on): Likewise.
23980         * modules/stdint (Depends-on): Likewise.
23981         * modules/sys_stat (Depends-on): Likewise.
23982         * modules/wctype (Depends-on): Likewise.
23983         * MODULES.html.sh (Support for building libraries and
23984         executables): Document it.
23985
23986 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
23987
23988         * gnulib-tool (SED): Remove, undoing previous change.
23989         The problem was that it broke coreutils on Solaris, because
23990         "sed --posix" leaked into a makefile.
23991         (sed): New alias, if 'alias' and GNU sed.
23992
23993 2006-12-24  Jim Meyering  <jim@meyering.net>
23994
23995         Work around an fchownat bug in glibc-2.4:
23996         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
23997         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
23998         in spite of the -P option.
23999         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
24000         New macros.
24001         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
24002         * modules/openat (Files): Add lib/fchownat.c.
24003         * lib/openat.c (fchownat): Don't define here.  Move to...
24004         * lib/fchownat.c: ...this new file.
24005
24006 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24007
24008         Fix bug reported by Bruno Haible in
24009         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
24010         where quotearg.c didn't compile on Mac OS X 10.2 because it
24011         lacks <wchar.h> and wint_t.
24012         * lib/wctype_.h (__wctype_wint_t): New type.
24013         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
24014         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
24015         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
24016         Arg is now of type __wctype_wint_t, not wint_t.
24017         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
24018         substitute HAVE_WINT_T.
24019         * modules/wctype (Files): Add m4/wint_t.m4.
24020         (wctype.h): Substitute HAVE_WINT_T.
24021
24022 2006-12-23  Bruno Haible  <bruno@clisp.org>
24023
24024         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
24025
24026 2006-12-23  Bruno Haible  <bruno@clisp.org>
24027
24028         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
24029         S_ISLNK.
24030         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
24031         mingw.
24032
24033 2006-12-22  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/copy-file.c: Include acl.h.
24036         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
24037         Close the file descriptors only after being done with copy_acl.
24038         * modules/copy-file (Depends-on): Add acl.
24039
24040 2006-12-22  Bruno Haible  <bruno@clisp.org>
24041
24042         * gnulib-tool (SED): New variable.
24043         Use $SED instead of sed everywhere.
24044
24045 2006-12-22  Bruno Haible  <bruno@clisp.org>
24046
24047         * modules/no-c++: New file.
24048         * m4/no-c++.m4: New file.
24049         * MODULES.html.sh (Support for building libraries and executables):
24050         Add no-c++.
24051
24052 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
24053
24054         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24055         Include <limits.h>, and use its INT_MAX to rewrite the
24056         j loop so that it does not overflow 'int'.  Problem reported by
24057         Ralf Wildenhues in
24058         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
24059         Play it safe by shifting left by 1 rather than multiplying by 2,
24060         as GCC is less likely to optimize this away when the value
24061         is signed (when it assumes overflow leads to undefined behavior).
24062         Also, don't assume time_t uses two's complement.
24063
24064 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
24065
24066         * MODULES.html.sh: New module wctype.
24067         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
24068         * lib/fnmatch.c: Don't bother to include <wchar.h> before
24069         <wctype.h>, since the new wctype module should fix this.
24070         * lib/quotearg.c: Include <wctype.h> unconditionally, since
24071         the wctype module should arrange for it.
24072         * lib/regex_internal.h: Likewise.
24073         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
24074         since the wctype module should handle this now.
24075         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
24076         * modules/fnmatch (Depends-on): Add wctype.
24077         * modules/quotearg (Depends-on): Likewise.
24078         * modules/regex (Depends-on): Likewise.
24079
24080 2006-12-19  Bruno Haible  <bruno@clisp.org>
24081
24082         * lib/strdup.h [C++]: Wrap definitions in extern "C".
24083         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
24084
24085 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24086
24087         * modules/savewd (Depends-on): Fix dependency on fcntl.
24088
24089 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24090
24091         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
24092         conforms to C99, rather than relying on the user's environment
24093         setting of STDINT_H.
24094
24095 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24096         and Eric Blake  <ebb9@byu.net>
24097
24098         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
24099         This is more consistent with the other defines here.
24100         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
24101         Port to z/OS.  Problem reported by Paul Gilmartin.
24102         Change local vars to use gl_ prefix rather than ac_.
24103         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
24104         with other defines.
24105         * modules/double-slash-root: New module.
24106         * modules/dirname (Files): Remove m4/double-slash-root.m4.
24107         (Depends-on): Add double-slash-root.
24108         * MODULES.html.sh (File system functions): Mention new module.
24109
24110 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
24111
24112         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
24113         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
24114         This is for the benefit of gzip, which doesn't do i18n.
24115
24116 2006-12-12  Jim Meyering  <jim@meyering.net>
24117
24118         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
24119         Reported by Andreas Schwab <schwab@suse.de>.
24120
24121 2006-12-12  Bruno Haible  <bruno@clisp.org>
24122
24123         Merge these changes.
24124         2006-09-05  Bruno Haible  <bruno@clisp.org>
24125         * lib/iconvme.c (iconv_string): No need to save and restore errno when
24126         iconv_alloc succeeded.
24127         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
24128         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
24129         test for " && dest " at the end - dest is always != NULL there. Call
24130         iconv with 4xNULL arguments initially, to reset the state. Call iconv
24131         with 2xNULL arguments, also to flush the state storage. Handle the
24132         IRIX iconv behaviour. Realloc the final result, to throw away unused
24133         memory.
24134
24135 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
24136
24137         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
24138         and fchmodat unconditionally, since glibc 2.4 has them.
24139         Problem reported by Arkadiusz Miskiewicz.
24140
24141 2006-12-10  Bruno Haible  <bruno@clisp.org>
24142
24143         * gnulib-tool (func_import): Show the include files only for those
24144         modules that are copied and specified.
24145         Reported by Karl Berry.
24146
24147 2006-12-08  Jim Meyering  <jim@meyering.net>
24148
24149         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
24150         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
24151
24152         * build-aux/announce-gen: Add two new options, both optional:
24153         --bootstrap-tools=TOOL_LIST
24154               a comma-separated list of tools, e.g.,
24155               autoconf,automake,bison,gnulib
24156         --gnulib-snapshot-date=DATE
24157               if gnulib is in the bootstrap tool list,
24158               then report this as the snapshot date.
24159               If not specified, use the current date/time.
24160               If you specify a date here, be sure it's UTC.
24161
24162 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24163
24164         * tests/test-argp-2.sh: Fix test to match actual output.
24165         (func_compare): Fix sed script to be portable.
24166
24167 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
24168
24169         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
24170         workaround for this case.  It is not autoconfigured now; offhand
24171         it's hard to see how to autoconfigure it.
24172
24173 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24174
24175         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
24176         a directory that is about to be chowned.  Such a directory's
24177         initial file permissions should permit the owner only and this
24178         should not be changed until after the chown, since the group and
24179         other bits would be incorrect if they granted permission before
24180         the chown.
24181
24182         Fix porting problem for iswctype reported by Georg Schwarz in:
24183         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
24184         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
24185         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
24186         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
24187         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24188
24189 2006-12-03  Jim Meyering  <jim@meyering.net>
24190
24191         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
24192         p->fts_statp may not yet be defined.
24193         (fts_read): Instead, set it in the caller, once p->fts_statp is
24194         sure to be defined, and corresponds to a top-level directory.
24195         This bug made du -x fail.  Here's the coreutils test case:
24196         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
24197         Reported by Mike Frysinger.
24198
24199 2006-12-01  Jim Meyering  <jim@meyering.net>
24200
24201         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
24202         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
24203         Reported by Simon Josefsson.
24204
24205 2006-11-30  Jim Meyering  <jim@meyering.net>
24206
24207         * m4/warning.m4: Use the all-permissive copyright notice
24208         recommended by RMS (rather than LGPL).
24209         * m4/vararrays.m4: Likewise.
24210         * m4/flexmember.m4: Likewise.
24211
24212 2006-11-29  Bruno Haible  <bruno@clisp.org>
24213
24214         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24215         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
24216         using +=.
24217         Reported by Simon Josefsson <simon@josefsson.org>.
24218
24219 2006-11-28  James Youngman <jay@gnu.org>
24220
24221         * README: Advise users that they might find the bug-gnulib@gnu.org
24222         and autotools-announce@gnu.org mailing lists useful.
24223
24224 2006-11-28  Bruno Haible  <bruno@clisp.org>
24225
24226         * m4/ptrdiff_max.m4: Remove file.
24227
24228 2006-11-21  Bruno Haible  <bruno@clisp.org>
24229
24230         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
24231         _AC_COMPUTE_INT.
24232         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24233         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
24234         _AC_COMPUTE_INT.
24235         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24236         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
24237         _AC_COMPUTE_INT.
24238         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24239
24240 2006-11-28  Jim Meyering  <jim@meyering.net>
24241
24242         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
24243         warning from "gcc -Wshadow" about shadowing the builtin.
24244
24245 2006-11-27  Bruno Haible  <bruno@clisp.org>
24246
24247         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
24248         _AC_COMPUTE_INT.
24249         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24250
24251 2006-11-27  Bruno Haible  <bruno@clisp.org>
24252             Paul Eggert  <eggert@cs.ucla.edu>
24253
24254         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
24255
24256 2006-11-26  Bruno Haible  <bruno@clisp.org>
24257
24258         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24259         noinst_LTLIBRARIES.
24260
24261 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24262             Bruno Haible  <bruno@clisp.org>
24263
24264         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
24265         if compiling with "gcc -ansi".
24266
24267 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24268
24269         Fix some incompatibilities with gcc -ansi -pedantic.
24270         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
24271         if compiling pedantically with GCC, unless it's C99 or later.
24272         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
24273         it mishandles gcc -ansi -pedantic as well.
24274         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
24275         if gcc -pedantic.
24276         * lib/regexec.c (check_node_accept_bytes): Don't use auto
24277         initializers for struct if -pedantic, unless it's C99 or later.
24278
24279 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
24280
24281         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
24282         Don't close an fd more than once. Identical atimes indicate
24283         success, not failure.
24284
24285 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
24286
24287         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
24288
24289 2006-11-23  Jim Meyering  <jim@meyering.net>
24290
24291         * build-aux/announce-gen: New file.  From coreutils.
24292
24293 2006-11-22  Jim Meyering  <jim@meyering.net>
24294
24295         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
24296         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
24297         (fts_read): Use a temporary to narrow the overused st_size member
24298         before using it in a switch statement.  Reported by Matthew Woehlke.
24299
24300         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
24301         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
24302
24303 2006-11-20  Bruno Haible  <bruno@clisp.org>
24304
24305         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
24306         changequote instead of pairs of brackets.
24307         Reported by Andreas Schwab <schwab@suse.de>.
24308
24309 2006-11-21  Jim Meyering  <jim@meyering.net>
24310
24311         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
24312         so as to remain compatible with older compilers.
24313         Patch from Michael Deutschmann.
24314
24315 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24316
24317         * MODULES.html.sh (File system functions): Add openat.
24318
24319         * lib/openat.h (rpl_fstatat): New macro, if
24320         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
24321         (fstatat): Define to rpl_fstatat under the same conditions,
24322         unless COMPILING_FSTATAT.
24323         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
24324         seems to have the bug.
24325         * lib/fstatat.c: New file.
24326         * modules/openat (Files): Add it.
24327
24328 2006-11-20  Bruno Haible  <bruno@clisp.org>
24329
24330         * Makefile: New file.
24331
24332 2006-11-20  Jim Meyering  <jim@meyering.net>
24333
24334         The beginnings of syntax-related checks for gnulib.
24335         * lib/Makefile: New file.
24336         * lib/t-idcache: New script.  Ensure that the two halves of
24337         idcache.c stay in sync.
24338
24339         * lib/idcache.c: Adjust comments in user- and group- portions to
24340         be more accurate, and to be consistent with one another.
24341
24342 2006-11-20  Jim Meyering  <jim@meyering.net>
24343
24344         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
24345         continue using the flexible array member (thus, this module performs
24346         half as many malloc calls), with the addition that...
24347         (getgroup, getuser): Consistently record a non-match via an empty
24348         "name" string, and map an empty string match to a NULL return value.
24349         * modules/idcache (Depends-on): Re-add flexmember.
24350
24351         * lib/idcache.c (getuser): Remove all uses of the register keyword.
24352         (getuidbyname, getgroup, getgidbyname): Likewise.
24353
24354         Use cleaner syntax: NULL rather than 0.
24355         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
24356
24357 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24358
24359         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
24360         It mishandled the case where the group was missing.
24361         Problem reported by Greg Schafer.
24362         * modules/idcache: Likewise.
24363
24364 2006-11-18  Jim Meyering  <jim@meyering.net>
24365
24366         * check-module (%exempt_header): Add exception for some
24367         conditionally-included headers.
24368
24369         * modules/i-ring (Depends-on): Add verify.
24370         (License): Change to LGPL.
24371
24372 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24373
24374         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
24375         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
24376         and inttostr.h.  Use snprintf rather than uinttostr, so that
24377         LGPLed code doesn't depend on GPLed.
24378
24379 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24380
24381         * modules/inline (License): Change from GPL to LGPL.
24382
24383 2006-11-17  Jim Meyering  <jim@meyering.net>
24384
24385         * modules/d-type (License): Switch to LGPL.
24386
24387 2006-11-15  Bruno Haible  <bruno@clisp.org>
24388
24389         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
24390
24391 2006-11-15  Eric Blake  <ebb9@byu.net>
24392
24393         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
24394         the module dependency.
24395
24396 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24397             Bruno Haible  <bruno@clisp.org>
24398
24399         * gnulib-tool (func_create_testdir): Add license consistency check.
24400
24401 2006-11-15  Eric Blake  <ebb9@byu.net>
24402
24403         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
24404         random "(cached)" in configure output.
24405
24406 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24407
24408         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
24409         test for conforming inttypes.h is both announced and cached.
24410
24411         * MODULES.html.sh (seen_modules, seen_files): New variables.
24412         (func_module): Rewrite to use a few less gnulib-tool and sed
24413         invocations.  Avoid a couple of quadratic algorithms for ...
24414         (missed_modules, missed_files): ... these, with ...
24415         (func_append, func_tmpdir): ... these new functions, from
24416         gnulib-tool.  Analogously, install traps for cleanup.
24417
24418         * tests/test-gc.c (main): Remove unused variables.
24419         * tests/test-read-file.c: Include stdlib.h, for 'free'.
24420
24421 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
24422
24423         * modules/inttostr (License): Change to LGPL.
24424
24425 2006-11-14  Eric Blake  <ebb9@byu.net>
24426
24427         * modules/tempname (License): Change to LGPL.
24428
24429 2006-11-14  Eric Blake  <ebb9@byu.net>
24430
24431         * doc/functions.texi (Function Portability): *printf functions on
24432         Cygwin now understand all POSIX size specifiers.
24433
24434 2006-11-14  Bruno Haible  <bruno@clisp.org>
24435
24436         * modules/c-ctype (License): Change to LGPL.
24437
24438 2006-11-12  Bruno Haible  <bruno@clisp.org>
24439
24440         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24441         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
24442         for GNOME libraries, for which the include files are installed in
24443         subdirectories of $prefix/include.
24444
24445 2006-11-12  Bruno Haible  <bruno@clisp.org>
24446
24447         * m4/lib-link.m4: Require at least autoconf-2.54.
24448         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
24449         name to underscores for the --with option.
24450
24451 2006-11-13  Bruno Haible  <bruno@clisp.org>
24452
24453         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
24454         the tests directory.
24455         Reported by Ralf Wildenhues.
24456
24457 2006-11-13  Bruno Haible  <bruno@clisp.org>
24458
24459         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
24460         (func_emit_initmacro_end): Undo the override here.
24461         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
24462         Works around the famous automake error in coreutils.
24463
24464 2006-11-13  Eric Blake  <ebb9@byu.net>
24465
24466         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
24467         element, not its node.
24468
24469 2006-11-12  Bruno Haible  <bruno@clisp.org>
24470
24471         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
24472         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
24473
24474 2006-11-12  Bruno Haible  <bruno@clisp.org>
24475
24476         * gnulib-tool: New option --local-symlink.
24477         (func_usage): Document it.
24478         (lsymbolic): New variable.
24479         (func_import, func_create_testdir): If --symlink was not specified,
24480         test whether --local-symlink was specified and the file comes from
24481         the local_gnulib_dir.
24482
24483 2006-11-12  Bruno Haible  <bruno@clisp.org>
24484
24485         * gnulib-tool (func_ln): New function.
24486         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
24487
24488 2006-11-12  Bruno Haible  <bruno@clisp.org>
24489
24490         Finish support for source files in subdirectories.
24491         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
24492         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
24493         AUTOMAKE_OPTIONS.
24494         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
24495
24496 2006-11-12  Bruno Haible  <bruno@clisp.org>
24497
24498         * gnulib-tool (func_get_automake_snippet): Synthesize also an
24499         EXTRA_lib_SOURCES augmentation.
24500         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
24501
24502 2006-11-12  Jim Meyering  <jim@meyering.net>
24503
24504         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
24505         file descriptors.  This also averts a failure on systems with
24506         native openat support when a traversed directory lacks "x" access.
24507         * lib/fts_.h: Include "i-ring.h"
24508         (struct FTS) [fts_fd_ring]: New member.
24509         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
24510         (FCHDIR): Add parentheses.
24511         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
24512         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
24513         When descending, rather than simply closing the previous
24514         fts_cwd_fd value, push that file descriptor onto the ring.
24515         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
24516         (fts_open): Initialize the new fd_ring member.
24517         (fts_close): Clear the ring.
24518         (fts_safe_changedir): When possible, use our new fd_ring to skip
24519         the diropen and fstat and dev/ino comparison that would normally
24520         accompany a virtual `chdir ("..")'.
24521
24522         * modules/fts (Depends-on): Add i-ring.
24523         * modules/i-ring: New module.
24524         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
24525         * m4/i-ring.m4: New file.
24526
24527 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24528
24529         * gnulib-tool (func_create_testdir): Fix replacement of
24530         `build-aux' in configure.ac.  Run autotools in gltests
24531         subdirectory.
24532         (func_create_testdir, func_create_megatestdir, test): There is
24533         no need for '--force' in most autotool invocations in a new
24534         tree.  Actually fail the whole test if any of the tools, or the
24535         configure or make stages fail.
24536
24537         Sync from Automake.
24538         * build-aux/gnupload: Revert last change.  Add pointer to upload
24539         instructions of the GNU Maintenance Instructions.
24540         Suggestion by Karl Berry.
24541
24542 2006-11-10  Jim Meyering  <jim@meyering.net>
24543
24544         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
24545
24546 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24547
24548         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
24549         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
24550         (bind_textdomain_codeset) [! ENABLE_NLS]:
24551         Evaluate all the arguments.  That way, callers get compatible behavior
24552         if the arguments have side effects.  Also, it avoids some GCC
24553         diagnostics in some cases; Joel E. Denny reported problems when Bison
24554         was configured with --enable-gcc-warnigs.
24555
24556 2006-11-10  Jim Meyering  <jim@meyering.net>
24557
24558         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
24559         relevant options in CFLAGS (like -O, -fno-inline) are taken into
24560         account.
24561
24562 2006-11-10  Jim Meyering  <jim@meyering.net>
24563
24564         * modules/inline: New file/module.
24565         * modules/xalloc (Files): Remove m4/inline.m4.
24566         (Depends-on): Add inline, instead.
24567         * modules/oset: Likewise.
24568         * modules/list: Likewise.
24569
24570 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24571
24572         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
24573         Problem reported by Matthew Woehlke.
24574
24575 2006-11-09  Bruno Haible  <bruno@clisp.org>
24576
24577         * lib/tempname.c (gen_tempname): Remove variant that invokes
24578         __gen_tempname.
24579         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
24580         __gen_tempname.
24581
24582 2006-11-08  Bruno Haible  <bruno@clisp.org>
24583
24584         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
24585         to 'yes' instead of 'cross-compiling'.
24586
24587 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
24588
24589         * lib/quotearg.h (quotearg_free): New decl.
24590         * lib/quotearg.c (quotearg_free): New function.
24591         (slot0, nslots, slotvec0, slotvec):
24592         Now file-scope so that quotearg_free can get at them.
24593
24594 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24595
24596         Sync from Automake.
24597         * build-aux/gnupload: Add missing 'gnu' to example URL.
24598         Report by Karl Berry.
24599
24600 2006-11-08  Bruno Haible  <bruno@clisp.org>
24601
24602         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
24603         Suggested by Paul Eggert.
24604
24605 2006-11-08  Jim Meyering  <jim@meyering.net>
24606
24607         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
24608         It's already included if !_LIBC.
24609         (fts_safe_changedir): Add a comment.
24610
24611 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
24612
24613         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
24614         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
24615         Matthew Woehlke.
24616
24617         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
24618         definitions up, to avoid colliding with change below.
24619         (static_inline) [HAVE_INLINE]: New macro.
24620         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
24621         Provide extern decls when !HAVE_INLINE.  Do not define unless
24622         static_inline is defined, either by us or by xmalloc.c.  Use
24623         static_inline rather than static inline.
24624         (XCALLOC): Optimize sizeof(T) = 1 case.
24625         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
24626
24627 2006-11-07  Bruno Haible  <bruno@clisp.org>
24628
24629         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
24630         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
24631         AC_C_INLINE.
24632         * modules/xalloc (Files): Add m4/inline.m4.
24633
24634 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24635
24636         * README: Fix typo.
24637         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
24638         (Miscellanous Notes): ...from this.
24639
24640 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
24641
24642         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
24643         Mention that offsetof should be used instead of sizeof.
24644         From Bruno Haible.
24645
24646 2006-11-07  Bruno Haible  <bruno@clisp.org>
24647
24648         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
24649
24650 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
24651
24652         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
24653         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
24654         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
24655         (gl_tree_add_before, gl_tree_add_after):
24656         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
24657         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
24658         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
24659         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
24660         (gl_linked_add_after, gl_linked_add_at): Likewise.
24661         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
24662         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
24663         (gl_tree_add_before, gl_tree_add_after): Likewise.
24664         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
24665         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
24666         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
24667
24668 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24669
24670         * lib/gl_oset.h: Use C comment style, not C++ comment style.
24671
24672 2006-11-06  Bruno Haible  <bruno@clisp.org>
24673
24674         * m4/inline.m4: New file.
24675         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
24676         * modules/list (Files): Add m4/inline.m4.
24677         * modules/oset (Files): Likewise.
24678
24679 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
24680
24681         * lib/idcache.c: Include <stddef.h>, for offsetof.
24682         (struct userid.name): Change from char * to a flexible array member.
24683         All uses changed.
24684         * modules/idcache (Depends-on): Add flexmember.
24685
24686         * MODULES.html.sh (Core language properties): New module flexmember.
24687         * modules/flexmember, m4/flexmember.m4: New files.
24688
24689         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
24690         inline functions that are identical with the old xnmalloc_inline,
24691         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
24692         that we can avoid some unnecessary integer multiplications and
24693         divisions in the common case where the element size is known at
24694         compile time.
24695         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
24696         needed.
24697         (xnboundedmalloc): Remove.
24698         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
24699         arguments, for consistency with rest of this header.
24700         (xcharalloc): Rewrite using XNMALLOC.
24701         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
24702         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
24703         versions have been moved to lib/xalloc.h and renamed to be the
24704         non-*_inline versions.
24705         (xmalloc, xrealloc): Implement without reference to the xnmalloc
24706         and xnrealloc functions, since those functions are now inline and
24707         now call us.
24708         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
24709         renaming described above.
24710         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
24711         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
24712         captures the dependency in AC_C_INLINE.
24713
24714         New module canonicalize-lgpl, proposed by Charles Wilson in
24715         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
24716         with a few small changes afterwards.
24717         * MODULES.html.sh (File system functions): New module
24718         canonicalize-lgpl.
24719         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
24720         and canonicalize_file_name.
24721         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
24722         * modules/canonicalize-lgpl: New files.
24723
24724 2006-11-05  Bruno Haible  <bruno@clisp.org>
24725
24726         * gnulib-tool (func_import, func_create_testdir): Create directories
24727         also for files in subdirectories of lib/.
24728
24729 2006-11-05  Bruno Haible  <bruno@clisp.org>
24730
24731         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
24732         ANSI C compliant.
24733
24734 2006-11-03  Bruno Haible  <bruno@clisp.org>
24735
24736         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
24737         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
24738         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
24739         (xnboundedmalloc): New inline function.
24740         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
24741         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
24742         xmalloc.
24743         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
24744         xmalloc.
24745         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
24746         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
24747         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
24748         xmalloc.
24749         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
24750         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
24751         xmalloc.
24752         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
24753         gl_tree_add_after): Use XMALLOC instead of xmalloc.
24754         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
24755         xmalloc.
24756         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
24757         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
24758         gl_tree_add_after): Use XMALLOC instead of xmalloc.
24759         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
24760         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
24761         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
24762         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
24763
24764 2006-11-03  Bruno Haible  <bruno@clisp.org>
24765
24766         * lib/c-ctype.h [C++]: Define functions without name mangling.
24767         * lib/fwriteerror.h [C++]: Likewise.
24768         * lib/gcd.h [C++]: Likewise.
24769         * lib/linebreak.h [C++]: Likewise.
24770
24771 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24772
24773         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
24774         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
24775         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
24776         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24777         Check for functions and headers just once.
24778         Check for declaration of canonicalize_file_name.
24779         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
24780
24781 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24782
24783         * gnulib-tool (func_import): Fix typo in actioncmd.
24784
24785 2006-11-02  Bruno Haible  <bruno@clisp.org>
24786
24787         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
24788         newline sequence in the Makefile.am snippet as a space, like "make"
24789         does.
24790         Reported by Roger Persson <perrog@gmail.com>.
24791
24792 2006-11-01  Bruno Haible  <bruno@clisp.org>
24793
24794         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
24795         already declared in <string.h>.
24796         * lib/strcase.h (strncasecmp): Don't declare it if yes.
24797
24798 2006-11-01  Bruno Haible  <bruno@clisp.org>
24799
24800         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
24801         * lib/strcase.h: Include <string.h>.
24802         (strcasecmp): Define to rpl_strcasecmp here.
24803
24804 2006-11-01  Bruno Haible  <bruno@clisp.org>
24805
24806         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
24807
24808 2006-11-01  Eric Blake  <ebb9@byu.net>
24809
24810         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
24811
24812         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
24813
24814 2006-10-29  Bruno Haible  <bruno@clisp.org>
24815
24816         Make it compile in C++ mode.
24817         * lib/full-write.c (full_rw): Add a cast.
24818
24819 2006-11-01  Bruno Haible  <bruno@clisp.org>
24820
24821         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
24822         be POSIX compliant.
24823         Reported by Roger Persson <perrog@gmail.com>.
24824
24825 2006-11-01  Eric Blake  <ebb9@byu.net>
24826
24827         * lib/getopt_.h: Fix comments.
24828
24829 2006-10-31  Eric Blake  <ebb9@byu.net>
24830
24831         * modules/tmpdir (Depends-on): Add sys_stat.
24832         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
24833         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
24834         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
24835         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
24836         tempname.
24837
24838 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
24839
24840         Avoid some C++ diagnostics reported by Bruno Haible.
24841         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
24842         xmalloc.
24843         (quotearg_alloc): Use xcharalloc rather than xmalloc.
24844         (struct slotvec): Move to top level.
24845         (quotearg_n_options): Rewrite to avoid xmalloc.
24846         * lib/xalloc.h (xcharalloc): New function.
24847         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
24848         [defined __cplusplus]: Add function template that provides result
24849         type propagation.  This part of the change is from Bruno Haible.
24850
24851 2006-10-29  Bruno Haible  <bruno@clisp.org>
24852
24853         Make it compile in C++ mode.
24854         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
24855         * lib/strnlen1.c (strnlen1): Cast memchr result.
24856         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
24857         * lib/clean-temp.c (string_equals, string_hash): Add casts.
24858         (create_temp_dir): Rename local variable 'template'.
24859         (compile_csharp_using_sscli): Add cast.
24860         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
24861         * lib/findprog.c (find_in_path): Likewise.
24862         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
24863         * lib/wait-process.c (register_slave_subprocess): Likewise.
24864
24865 2006-10-22  Bruno Haible  <bruno@clisp.org>
24866
24867         * modules/tsearch: New file.
24868         * lib/tsearch.h: New file.
24869         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
24870         * m4/tsearch.m4: New file.
24871         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
24872
24873 2006-10-29  Eric Blake  <ebb9@byu.net>
24874
24875         * lib/arcfour.c: Assume config.h.
24876         * lib/arctwo.c: Likewise.
24877         * lib/base64.c: Likewise.
24878         * lib/check-version.c: Likewise.
24879         * lib/crc.c: Likewise.
24880         * lib/des.c: Likewise.
24881         * lib/gc-gnulib.c: Likewise.
24882         * lib/gc-libgcrypt.c: Likewise.
24883         * lib/gc-pbkdf2-sha1.c: Likewise.
24884         * lib/getaddrinfo.c: Likewise.
24885         * lib/getdelim.c: Likewise.
24886         * lib/getline.c: Likewise.
24887         * lib/hmac-md5.c: Likewise.
24888         * lib/hmac-sha1.c: Likewise.
24889         * lib/iconvme.c: Likewise.
24890         * lib/md2.c: Likewise.
24891         * lib/md4.c: Likewise.
24892         * lib/memxor.c: Likewise.
24893         * lib/read-file.c: Likewise.
24894         * lib/readline.c: Likewise.
24895         * lib/rijndael-alg-fst.c: Likewise.
24896         * lib/rijndael-api-fst.c: Likewise.
24897         * lib/xgetdomainname.c: Likewise.
24898
24899 2006-10-28  Eric Blake  <ebb9@byu.net>
24900
24901         * lib/xstrndup.c: Assume config.h.
24902
24903 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
24904
24905         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
24906         stat-macros.h is now for our own macros, whereas stat_h is for
24907         macros in the <sys/stat.h> name space.
24908         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
24909         (STAT_MACROS_H): Remove.
24910         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
24911         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
24912         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
24913         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
24914         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
24915         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
24916         Move these macros to ...
24917         * lib/stat_.h: here.  Don't include stat-macros.h.
24918         * lib/canonicalize.c: Don't include stat-macros.h.
24919         * lib/chown.c: Likewise.
24920         * lib/euidaccess.c: Likewise.
24921         * lib/file-type.c: Likewise.
24922         * lib/filemode.c: Likewise.
24923         * lib/glob.c: Likewise.
24924         * lib/isapipe.c: Likewise.
24925         * lib/lchown.c: Likewise.
24926         * lib/lstat.c: Likewise.
24927         * lib/mkdir-p.c: Likewise.
24928         * lib/rmdir.c: Likewise.
24929         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
24930         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
24931         unless mkdir isn't declared, to speed up 'configure'.
24932         Always create sys/stat.h, since it's unlikely any real sys/stat.h
24933         would define all the S_* symbols.
24934         * modules/canonicalize (Depends-on):
24935         Depend on sys_stat, not stat-macros.
24936         * modules/chown: Likewise.
24937         * modules/euidaccess: Likewise.
24938         * modules/filemode: Likewise.
24939         * modules/file-type: Likewise.
24940         * modules/glob: Likewise.
24941         * modules/isapipe: Likewise.
24942         * modules/lchown: Likewise.
24943         * modules/lstat: Likewise.
24944         * modules/mkancesdirs: Likewise.
24945         * modules/rmdir: Likewise.
24946         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
24947         * modules/modechange: Likewise.
24948         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
24949         (configure.ac): Remove gl_STAT_MACROS.
24950         * modules/sys_stat (Depends-on): Remove stat-macros.
24951
24952 2006-10-27  Bruno Haible  <bruno@clisp.org>
24953
24954         * m4/signed.m4: Remove file.
24955         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
24956         invocation.
24957         * modules/vasnprintf (Files): Remove m4/signed.m4.
24958
24959 2006-10-27  Bruno Haible  <bruno@clisp.org>
24960
24961         Update to GNU gettext 0.16.
24962         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
24963         m4/inttypes-h.m4, m4/signed.m4.
24964         * m4/gettext.m4: Update to GNU gettext 0.16.
24965         * m4/intl.m4: New file, from GNU gettext.
24966         * m4/intldir.m4: New file, from GNU gettext.
24967         * config/srclist.txt: Update
24968
24969 2006-10-27  Eric Blake  <ebb9@byu.net>
24970
24971         * MODULES.html.sh: Document tempname.
24972         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
24973         dependencies.
24974         (Files): Move lib/tempname.c...
24975         * modules/tempname: ...to this new module.
24976         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
24977         (gl_PREREQ_TEMPNAME): Move...
24978         * m4/tempname.m4: ...to this new file.
24979         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
24980         * modules/sys_stat (Depends-on): Add stat-macros.
24981         * lib/stat_.h (includes): Pick up stat macros.
24982         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
24983         if stat macros are broken.
24984         * lib/tempname.c (includes): No need to include "stat-macros.h".
24985         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
24986         (direxists, __path_search) [!_LIBC]: Don't compile these in
24987         gnulib; the tmpdir module covers that.
24988         * lib/tempname.h: New file.
24989
24990 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
24991
24992         * COPYING: Explain how gnulib-tool converts licence headers.
24993         Almost all wording by Eric Blake.
24994
24995 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
24996
24997         * lib/mbchar.h (is_basic_table): Make read-only.
24998         * lib/mbchar.c (is_basic_table): Likewise.
24999         Reported by John Darrington.
25000
25001 2006-10-25  Bruno Haible  <bruno@clisp.org>
25002
25003         * lib/progname.h (set_program_name): Undefine before defining.
25004
25005 2006-10-25  Bruno Haible  <bruno@clisp.org>
25006
25007         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
25008         false for non-gcc C++ compilers.
25009         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25010
25011 2006-10-24  Bruno Haible  <bruno@clisp.org>
25012
25013         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
25014         iconv implementations like Irix iconv.
25015
25016 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25017
25018         * modules/vararrays: New file.
25019         * m4/vararrays.m4: New file, taken from diffutils.
25020         * MODULES.html.sh: New module vararrays.
25021
25022 2006-10-24  Karl Berry  <karl@gnu.org>
25023
25024         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
25025         Don't call GNU Unix.
25026
25027 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25028
25029         * users.txt: Add Libtool.
25030
25031         Sync from Libtool:
25032
25033         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25034
25035         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
25036         to gnulib's policy of including config.h unconditionally.
25037
25038 2006-10-24  Bruno Haible  <bruno@clisp.org>
25039
25040         * modules/wcwidth (Files): Add m4/wint_t.m4.
25041         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
25042         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
25043
25044 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25045
25046         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
25047         to pacify GCC with some -W flags enabled.  Problem reported by
25048         Bruno Haible.
25049
25050 2006-10-24  Jim Meyering  <jim@meyering.net>
25051
25052         * MODULES.html.sh: Remove uinttostr.  It's not a module.
25053         Reported by Karl Berry.
25054
25055 2006-10-23  Bruno Haible  <bruno@clisp.org>
25056
25057         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
25058
25059 2006-10-24  Bruno Haible  <bruno@clisp.org>
25060
25061         * lib/gl_list.h: Use C comment style, not C++ comment style.
25062
25063 2006-10-23  Eric Blake  <ebb9@byu.net>
25064
25065         * lib/getaddrinfo.c (includes): Add missing include.
25066
25067 2006-10-23  Bruno Haible  <bruno@clisp.org>
25068             Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         Ability to rename obstack_free.
25071         * lib/obstack.h (__obstack_free): New macro. Declare instead of
25072         obstack_free.
25073         (obstack_free): Invoke the __obstack_free macro.
25074         * lib/obstack.c (obstack_free): Use __obstack_free macro.
25075
25076 2006-10-23  Bruno Haible  <bruno@clisp.org>
25077             Paul Eggert  <eggert@cs.ucla.edu>
25078
25079         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
25080         __argc, __argv from the declaration. (They are defined as macros on
25081         mingw.)
25082
25083 2006-10-22  Bruno Haible  <bruno@clisp.org>
25084
25085         * doc/gnulib-intro.texi: New file.
25086         * doc/gnulib.texi: Include it.
25087
25088 2006-10-21  Bruno Haible  <bruno@clisp.org>
25089
25090         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
25091         "Introduction", "Miscellanous Notes", "Particular Modules".
25092
25093 2006-10-21  Bruno Haible  <bruno@clisp.org>
25094
25095         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25096         Change mostlyclean-local rule to avoid sh syntax error from bash
25097         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
25098
25099 2006-10-23  Jim Meyering  <jim@meyering.net>
25100
25101         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
25102         in place of snprintf.
25103
25104         * modules/inttostr (Files): Add lib/uinttostr.c.
25105         * lib/uinttostr.c (inttostr): New file/function.
25106         * lib/inttostr.h (uinttostr): Declare.
25107         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
25108         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25109         Add uinttostr.
25110         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
25111
25112 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25113
25114         * lib/canonicalize.c (ELOOP): Define if not already defined.
25115         Problem reported by Bruno Haible in
25116         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
25117
25118 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25119
25120         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
25121         Problem reported by Perry Smith and Ville Laurikari.
25122
25123         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
25124         uses.
25125
25126 2006-10-19  Bruno Haible  <bruno@clisp.org>
25127
25128         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
25129         for mingw.
25130
25131 2006-10-19  Bruno Haible  <bruno@clisp.org>
25132
25133         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
25134         Needed for mingw.
25135
25136 2006-10-19  Bruno Haible  <bruno@clisp.org>
25137
25138         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
25139
25140 2006-10-19  Bruno Haible  <bruno@clisp.org>
25141
25142         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
25143         it.
25144
25145 2006-10-19  Bruno Haible  <bruno@clisp.org>
25146
25147         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
25148         invocation.
25149
25150 2006-10-19  Bruno Haible  <bruno@clisp.org>
25151
25152         * gnulib-tool (func_create_testdir): Don't include ftruncate and
25153         mountlist by default.
25154
25155 2006-10-16  Bruno Haible  <bruno@clisp.org>
25156
25157         * lib/c-strstr.c: Include c-strstr.h.
25158
25159 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25160
25161         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
25162         in a slash.
25163
25164 2006-10-18  Bruno Haible  <bruno@clisp.org>
25165
25166         * lib/lock.h [C++]: Wrap definitions in extern "C".
25167
25168 2006-10-18  Bruno Haible  <bruno@clisp.org>
25169
25170         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
25171         gl_LIBOBJS list.
25172
25173 2006-10-18  Bruno Haible  <bruno@clisp.org>
25174
25175         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
25176
25177 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
25178
25179         * lib/xstrtol.h: Include gettext.h.
25180         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
25181         Problem reported by Eric Blake.
25182         * modules/xstrtol (Depends-on): Add gettext-h.
25183
25184 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
25185
25186         * lib/strftime.c (advance): New macro.
25187         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
25188         incomplete type, so you can't add 0 to it.  Problem and patch
25189         reported by Eelco Dolstra for dietlibc.
25190
25191 2006-10-18  Jim Meyering  <jim@meyering.net>
25192
25193         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
25194         type for a local, and rename it: s/up/user_proc/.
25195
25196 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25197
25198         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
25199         READ_UTMP_USER_PROCESS.
25200         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
25201
25202 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25203
25204         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
25205         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
25206
25207 2006-10-17  Eric Blake  <ebb9@byu.net>
25208
25209         * lib/sigprocmask.c (sigprocmask): Fix typo.
25210
25211         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
25212
25213         * modules/clean-temp (Makefile.am): Don't add to make output...
25214         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
25215         config.h.
25216
25217 2006-10-17  Bruno Haible  <bruno@clisp.org>
25218
25219         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
25220         differently if DEFAULT_TEXT_DOMAIN is set.
25221
25222 2006-10-16  Bruno Haible  <bruno@clisp.org>
25223
25224         * lib/clean-temp.c: Include fwriteerror.h.
25225
25226 2006-10-16  Bruno Haible  <bruno@clisp.org>
25227
25228         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
25229
25230 2006-10-16  Bruno Haible  <bruno@clisp.org>
25231
25232         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
25233         * lib/sigprocmask.h: Include <sys/types.h>.
25234         (sigset_t): Use the system's definition if present.
25235
25236 2006-10-17  Eric Blake  <ebb9@byu.net>
25237
25238         * lib/xvasprintf.c (includes): Assume config.h.
25239         * lib/xasprintf.c (includes): Likewise.
25240
25241 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25242
25243         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
25244         at least as wide as intmax_t.
25245
25246 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
25247
25248         (Imported from Automake.)
25249         * build-aux/gnupload: Update to version 1.1 of directive file.
25250
25251 2006-10-16  Eric Blake  <ebb9@byu.net>
25252
25253         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
25254         match Automake 1.10a.
25255
25256 2006-10-14  Bruno Haible  <bruno@clisp.org>
25257
25258         * modules/sigprocmask: New file.
25259         * lib/sigprocmask.h: New file.
25260         * lib/sigprocmask.c: New file.
25261         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
25262         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
25263         request sigprocmask.o.
25264         (gl_PREREQ_SIGPROCMASK): New macro.
25265         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
25266         (Depends-on): Add sigprocmask.
25267         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
25268         gt_SIGNALBLOCKING. Test for 'raise' only once.
25269         * lib/fatal-signal.c: Include sigprocmask.h.
25270         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
25271         unblock_fatal_signals): Define always.
25272         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25273         sigprocmask.
25274
25275 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25276
25277         Sync from Automake.
25278         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
25279         which incorrectly sets the mode of an existing destination
25280         directory.  In some cases the unpatched install-sh could do the
25281         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
25282         system.  We hope this is rare in practice, but it's clearly worth
25283         fixing.  Problem reported by Alex Unleashed in
25284         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
25285         Also, don't bother to check for -m bugs unless we're using -m;
25286         suggested by Stepan Kasal.
25287
25288 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25289
25290         Sync from Automake.
25291         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
25292         `-c' flag, so they appear at the same position as in %FASTDEP%
25293         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
25294         which ignores unknown options only after the first non-option.
25295         Bug report against M4 by Nelson H. F. Beebe.
25296
25297 2006-10-13  Jim Meyering  <jim@meyering.net>
25298
25299         Fix a bug in yesterday's change.
25300         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
25301         p->fts_statp->st_dev would be used uninitialized.
25302         Ensures that we always call fts_stat on the very first entry.
25303         Miklos Szeredi reported that find -xdev stopped working.
25304
25305 2006-10-12  Bruno Haible  <bruno@clisp.org>
25306
25307         * gnulib-tool (func_get_automake_snippet): Append an automatically
25308         computed EXTRA_DIST augmentation.
25309         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
25310         * modules/alloca-opt (Makefile.am): Likewise.
25311         * modules/allocsa (Makefile.am): Likewise.
25312         * modules/arcfour (Makefile.am): Likewise.
25313         * modules/arctwo (Makefile.am): Likewise.
25314         * modules/argmatch (Makefile.am): Likewise.
25315         * modules/argz (Makefile.am): Likewise.
25316         * modules/atexit (Makefile.am): Likewise.
25317         * modules/backupfile (Makefile.am): Likewise.
25318         * modules/byteswap (Makefile.am): Likewise.
25319         * modules/c-strtod (Makefile.am): Likewise.
25320         * modules/c-strtold (Makefile.am): Likewise.
25321         * modules/calloc (Makefile.am): Likewise.
25322         * modules/canon-host (Makefile.am): Likewise.
25323         * modules/canonicalize (Makefile.am): Likewise.
25324         * modules/chdir-long (Makefile.am): Likewise.
25325         * modules/chdir-safer (Makefile.am): Likewise.
25326         * modules/check-version (Makefile.am): Likewise.
25327         * modules/chown (Makefile.am): Likewise.
25328         * modules/cloexec (Makefile.am): Likewise.
25329         * modules/close-stream (Makefile.am): Likewise.
25330         * modules/closeout (Makefile.am): Likewise.
25331         * modules/crc (Makefile.am): Likewise.
25332         * modules/csharpexec (Makefile.am): Likewise.
25333         * modules/cycle-check (Makefile.am): Likewise.
25334         * modules/des (Makefile.am): Likewise.
25335         * modules/dev-ino (Makefile.am): Likewise.
25336         * modules/dirfd (Makefile.am): Likewise.
25337         * modules/dirname (Makefile.am): Likewise.
25338         * modules/dup2 (Makefile.am): Likewise.
25339         * modules/eealloc (Makefile.am): Likewise.
25340         * modules/error (Makefile.am): Likewise.
25341         * modules/euidaccess (Makefile.am): Likewise.
25342         * modules/exclude (Makefile.am): Likewise.
25343         * modules/exitfail (Makefile.am): Likewise.
25344         * modules/fcntl-safer (Makefile.am): Likewise.
25345         * modules/fcntl (Makefile.am): Likewise.
25346         * modules/file-type (Makefile.am): Likewise.
25347         * modules/fileblocks (Makefile.am): Likewise.
25348         * modules/filemode (Makefile.am): Likewise.
25349         * modules/filenamecat (Makefile.am): Likewise.
25350         * modules/fnmatch (Makefile.am): Likewise.
25351         * modules/fopen-safer (Makefile.am): Likewise.
25352         * modules/fpending (Makefile.am): Likewise.
25353         * modules/fprintftime (Makefile.am): Likewise.
25354         * modules/free (Makefile.am): Likewise.
25355         * modules/fsusage (Makefile.am): Likewise.
25356         * modules/ftruncate (Makefile.am): Likewise.
25357         * modules/fts (Makefile.am): Likewise.
25358         * modules/gc-arcfour (Makefile.am): Likewise.
25359         * modules/gc-des (Makefile.am): Likewise.
25360         * modules/gc-hmac-md5 (Makefile.am): Likewise.
25361         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
25362         * modules/gc-md4 (Makefile.am): Likewise.
25363         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
25364         * modules/gc-sha1 (Makefile.am): Likewise.
25365         * modules/gc (Makefile.am): Likewise.
25366         * modules/getaddrinfo (Makefile.am): Likewise.
25367         * modules/getcwd (Makefile.am): Likewise.
25368         * modules/getdelim (Makefile.am): Likewise.
25369         * modules/getdomainname (Makefile.am): Likewise.
25370         * modules/getgroups (Makefile.am): Likewise.
25371         * modules/gethostname (Makefile.am): Likewise.
25372         * modules/gethrxtime (Makefile.am): Likewise.
25373         * modules/getline (Makefile.am): Likewise.
25374         * modules/getloadavg (Makefile.am): Likewise.
25375         * modules/getlogin_r (Makefile.am): Likewise.
25376         * modules/getndelim2 (Makefile.am): Likewise.
25377         * modules/getopt (Makefile.am): Likewise.
25378         * modules/getpagesize (Makefile.am): Likewise.
25379         * modules/getpass-gnu (Makefile.am): Likewise.
25380         * modules/getpass (Makefile.am): Likewise.
25381         * modules/getsubopt (Makefile.am): Likewise.
25382         * modules/gettime (Makefile.am): Likewise.
25383         * modules/gettimeofday (Makefile.am): Likewise.
25384         * modules/getugroups (Makefile.am): Likewise.
25385         * modules/getusershell (Makefile.am): Likewise.
25386         * modules/glob (Makefile.am): Likewise.
25387         * modules/group-member (Makefile.am): Likewise.
25388         * modules/hard-locale (Makefile.am): Likewise.
25389         * modules/hash (Makefile.am): Likewise.
25390         * modules/hmac-md5 (Makefile.am): Likewise.
25391         * modules/hmac-sha1 (Makefile.am): Likewise.
25392         * modules/human (Makefile.am): Likewise.
25393         * modules/idcache (Makefile.am): Likewise.
25394         * modules/imaxabs (Makefile.am): Likewise.
25395         * modules/imaxdiv (Makefile.am): Likewise.
25396         * modules/inet_ntop (Makefile.am): Likewise.
25397         * modules/inet_pton (Makefile.am): Likewise.
25398         * modules/intprops (Makefile.am): Likewise.
25399         * modules/inttostr (Makefile.am): Likewise.
25400         * modules/inttypes (Makefile.am): Likewise.
25401         * modules/isapipe (Makefile.am): Likewise.
25402         * modules/javaversion (Makefile.am): Likewise.
25403         * modules/lchmod (Makefile.am): Likewise.
25404         * modules/lchown (Makefile.am): Likewise.
25405         * modules/localcharset (Makefile.am): Likewise.
25406         * modules/long-options (Makefile.am): Likewise.
25407         * modules/lstat (Makefile.am): Likewise.
25408         * modules/malloc (Makefile.am): Likewise.
25409         * modules/mathl (Makefile.am): Likewise.
25410         * modules/mbchar (Makefile.am): Likewise.
25411         * modules/md2 (Makefile.am): Likewise.
25412         * modules/md4 (Makefile.am): Likewise.
25413         * modules/md5 (Makefile.am): Likewise.
25414         * modules/memcasecmp (Makefile.am): Likewise.
25415         * modules/memchr (Makefile.am): Likewise.
25416         * modules/memcmp (Makefile.am): Likewise.
25417         * modules/memcoll (Makefile.am): Likewise.
25418         * modules/memcpy (Makefile.am): Likewise.
25419         * modules/memmem (Makefile.am): Likewise.
25420         * modules/memmove (Makefile.am): Likewise.
25421         * modules/mempcpy (Makefile.am): Likewise.
25422         * modules/memrchr (Makefile.am): Likewise.
25423         * modules/memset (Makefile.am): Likewise.
25424         * modules/memxor (Makefile.am): Likewise.
25425         * modules/mkancesdirs (Makefile.am): Likewise.
25426         * modules/mkdir-p (Makefile.am): Likewise.
25427         * modules/mkdir (Makefile.am): Likewise.
25428         * modules/mkdtemp (Makefile.am): Likewise.
25429         * modules/mkstemp (Makefile.am): Likewise.
25430         * modules/mktime (Makefile.am): Likewise.
25431         * modules/modechange (Makefile.am): Likewise.
25432         * modules/mountlist (Makefile.am): Likewise.
25433         * modules/nanosleep (Makefile.am): Likewise.
25434         * modules/obstack (Makefile.am): Likewise.
25435         * modules/openat (Makefile.am): Likewise.
25436         * modules/pagealign_alloc (Makefile.am): Likewise.
25437         * modules/pathmax (Makefile.am): Likewise.
25438         * modules/physmem (Makefile.am): Likewise.
25439         * modules/poll (Makefile.am): Likewise.
25440         * modules/posixtm (Makefile.am): Likewise.
25441         * modules/posixver (Makefile.am): Likewise.
25442         * modules/putenv (Makefile.am): Likewise.
25443         * modules/quote (Makefile.am): Likewise.
25444         * modules/quotearg (Makefile.am): Likewise.
25445         * modules/raise (Makefile.am): Likewise.
25446         * modules/read-file (Makefile.am): Likewise.
25447         * modules/readline (Makefile.am): Likewise.
25448         * modules/readlink (Makefile.am): Likewise.
25449         * modules/readtokens (Makefile.am): Likewise.
25450         * modules/readutmp (Makefile.am): Likewise.
25451         * modules/realloc (Makefile.am): Likewise.
25452         * modules/regex (Makefile.am): Likewise.
25453         * modules/rename-dest-slash (Makefile.am): Likewise.
25454         * modules/rename (Makefile.am): Likewise.
25455         * modules/rijndael (Makefile.am): Likewise.
25456         * modules/rmdir (Makefile.am): Likewise.
25457         * modules/rpmatch (Makefile.am): Likewise.
25458         * modules/safe-read (Makefile.am): Likewise.
25459         * modules/safe-write (Makefile.am): Likewise.
25460         * modules/same-inode (Makefile.am): Likewise.
25461         * modules/same (Makefile.am): Likewise.
25462         * modules/save-cwd (Makefile.am): Likewise.
25463         * modules/savedir (Makefile.am): Likewise.
25464         * modules/setenv (Makefile.am): Likewise.
25465         * modules/settime (Makefile.am): Likewise.
25466         * modules/sha1 (Makefile.am): Likewise.
25467         * modules/sig2str (Makefile.am): Likewise.
25468         * modules/snprintf (Makefile.am): Likewise.
25469         * modules/stat-macros (Makefile.am): Likewise.
25470         * modules/stat-time (Makefile.am): Likewise.
25471         * modules/stdbool (Makefile.am): Likewise.
25472         * modules/stdint (Makefile.am): Likewise.
25473         * modules/stdlib-safer (Makefile.am): Likewise.
25474         * modules/stpcpy (Makefile.am): Likewise.
25475         * modules/stpncpy (Makefile.am): Likewise.
25476         * modules/strcase (Makefile.am): Likewise.
25477         * modules/strcasestr (Makefile.am): Likewise.
25478         * modules/strchrnul (Makefile.am): Likewise.
25479         * modules/strcspn (Makefile.am): Likewise.
25480         * modules/strdup (Makefile.am): Likewise.
25481         * modules/strerror (Makefile.am): Likewise.
25482         * modules/strftime (Makefile.am): Likewise.
25483         * modules/strndup (Makefile.am): Likewise.
25484         * modules/strnlen (Makefile.am): Likewise.
25485         * modules/strpbrk (Makefile.am): Likewise.
25486         * modules/strsep (Makefile.am): Likewise.
25487         * modules/strstr (Makefile.am): Likewise.
25488         * modules/strtod (Makefile.am): Likewise.
25489         * modules/strtoimax (Makefile.am): Likewise.
25490         * modules/strtok_r (Makefile.am): Likewise.
25491         * modules/strtol (Makefile.am): Likewise.
25492         * modules/strtoll (Makefile.am): Likewise.
25493         * modules/strtoul (Makefile.am): Likewise.
25494         * modules/strtoull (Makefile.am): Likewise.
25495         * modules/strtoumax (Makefile.am): Likewise.
25496         * modules/strverscmp (Makefile.am): Likewise.
25497         * modules/sys_socket (Makefile.am): Likewise.
25498         * modules/sys_stat (Makefile.am): Likewise.
25499         * modules/sysexits (Makefile.am): Likewise.
25500         * modules/time_r (Makefile.am): Likewise.
25501         * modules/timegm (Makefile.am): Likewise.
25502         * modules/timespec (Makefile.am): Likewise.
25503         * modules/tmpfile-safer (Makefile.am): Likewise.
25504         * modules/trim (Makefile.am): Likewise.
25505         * modules/unistd-safer (Makefile.am): Likewise.
25506         * modules/unlinkdir (Makefile.am): Likewise.
25507         * modules/unlocked-io (Makefile.am): Likewise.
25508         * modules/userspec (Makefile.am): Likewise.
25509         * modules/utime (Makefile.am): Likewise.
25510         * modules/utimecmp (Makefile.am): Likewise.
25511         * modules/utimens (Makefile.am): Likewise.
25512         * modules/vasnprintf (Makefile.am): Likewise.
25513         * modules/vasprintf (Makefile.am): Likewise.
25514         * modules/vsnprintf (Makefile.am): Likewise.
25515         * modules/xalloc (Makefile.am): Likewise.
25516         * modules/xgetcwd (Makefile.am): Likewise.
25517         * modules/xnanosleep (Makefile.am): Likewise.
25518         * modules/xreadlink (Makefile.am): Likewise.
25519         * modules/xstrtod (Makefile.am): Likewise.
25520         * modules/xstrtol (Makefile.am): Likewise.
25521         * modules/xstrtold (Makefile.am): Likewise.
25522         * modules/yesno (Makefile.am): Likewise.
25523         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
25524
25525 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25526
25527         * modules/error (Makefile.am): Distribute files through
25528         EXTRA_DIST, not lib_SOURCES.
25529
25530 2006-10-12  Eric Blake  <ebb9@byu.net>
25531
25532         * modules/error (Makefile.am): Distribute files in /lib.
25533         * modules/obstack (Makefile.am): Likewise.
25534
25535 2006-10-12  Bruno Haible  <bruno@clisp.org>
25536
25537         * modules/acl (Makefile.am): Distribute all files in lib/ through
25538         EXTRA_DIST.
25539         * modules/arcfour (Makefile.am): Likewise.
25540         * modules/arctwo (Makefile.am): Likewise.
25541         * modules/argmatch (Makefile.am): Likewise.
25542         * modules/argz (Makefile.am): Likewise.
25543         * modules/atexit (Makefile.am): Likewise.
25544         * modules/backupfile (Makefile.am): Likewise.
25545         * modules/c-strtod (Makefile.am): Likewise.
25546         * modules/c-strtold (Makefile.am): Likewise.
25547         * modules/calloc (Makefile.am): Likewise.
25548         * modules/canon-host (Makefile.am): Likewise.
25549         * modules/canonicalize (Makefile.am): Likewise.
25550         * modules/chdir-long (Makefile.am): Likewise.
25551         * modules/chdir-safer (Makefile.am): Likewise.
25552         * modules/check-version (Makefile.am): Likewise.
25553         * modules/chown (Makefile.am): Likewise.
25554         * modules/cloexec (Makefile.am): Likewise.
25555         * modules/close-stream (Makefile.am): Likewise.
25556         * modules/closeout (Makefile.am): Likewise.
25557         * modules/crc (Makefile.am): Likewise.
25558         * modules/cycle-check (Makefile.am): Likewise.
25559         * modules/des (Makefile.am): Likewise.
25560         * modules/dirfd (Makefile.am): Likewise.
25561         * modules/dirname (Makefile.am): Likewise.
25562         * modules/dup2 (Makefile.am): Likewise.
25563         * modules/euidaccess (Makefile.am): Likewise.
25564         * modules/exclude (Makefile.am): Likewise.
25565         * modules/exitfail (Makefile.am): Likewise.
25566         * modules/fcntl-safer (Makefile.am): Likewise.
25567         * modules/file-type (Makefile.am): Likewise.
25568         * modules/fileblocks (Makefile.am): Likewise.
25569         * modules/filemode (Makefile.am): Likewise.
25570         * modules/filenamecat (Makefile.am): Likewise.
25571         * modules/fnmatch (Makefile.am): Likewise.
25572         * modules/fopen-safer (Makefile.am): Likewise.
25573         * modules/fpending (Makefile.am): Likewise.
25574         * modules/fprintftime (Makefile.am): Likewise.
25575         * modules/free (Makefile.am): Likewise.
25576         * modules/fsusage (Makefile.am): Likewise.
25577         * modules/ftruncate (Makefile.am): Likewise.
25578         * modules/fts (Makefile.am): Likewise.
25579         * modules/gc (Makefile.am): Likewise.
25580         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
25581         * modules/getaddrinfo (Makefile.am): Likewise.
25582         * modules/getcwd (Makefile.am): Likewise.
25583         * modules/getdelim (Makefile.am): Likewise.
25584         * modules/getdomainname (Makefile.am): Likewise.
25585         * modules/getgroups (Makefile.am): Likewise.
25586         * modules/gethostname (Makefile.am): Likewise.
25587         * modules/gethrxtime (Makefile.am): Likewise.
25588         * modules/getline (Makefile.am): Likewise.
25589         * modules/getloadavg (Makefile.am): Likewise.
25590         * modules/getlogin_r (Makefile.am): Likewise.
25591         * modules/getopt (Makefile.am): Likewise.
25592         * modules/getpass (Makefile.am): Likewise.
25593         * modules/getpass-gnu (Makefile.am): Likewise.
25594         * modules/getsubopt (Makefile.am): Likewise.
25595         * modules/gettime (Makefile.am): Likewise.
25596         * modules/gettimeofday (Makefile.am): Likewise.
25597         * modules/getugroups (Makefile.am): Likewise.
25598         * modules/getusershell (Makefile.am): Likewise.
25599         * modules/glob (Makefile.am): Likewise.
25600         * modules/group-member (Makefile.am): Likewise.
25601         * modules/hard-locale (Makefile.am): Likewise.
25602         * modules/hash (Makefile.am): Likewise.
25603         * modules/hmac-md5 (Makefile.am): Likewise.
25604         * modules/hmac-sha1 (Makefile.am): Likewise.
25605         * modules/human (Makefile.am): Likewise.
25606         * modules/idcache (Makefile.am): Likewise.
25607         * modules/imaxabs (Makefile.am): Likewise.
25608         * modules/imaxdiv (Makefile.am): Likewise.
25609         * modules/inet_ntop (Makefile.am): Likewise.
25610         * modules/inet_pton (Makefile.am): Likewise.
25611         * modules/inttostr (Makefile.am): Likewise.
25612         * modules/isapipe (Makefile.am): Likewise.
25613         * modules/lchown (Makefile.am): Likewise.
25614         * modules/long-options (Makefile.am): Likewise.
25615         * modules/lstat (Makefile.am): Likewise.
25616         * modules/malloc (Makefile.am): Likewise.
25617         * modules/mathl (Makefile.am): Likewise.
25618         * modules/mbchar (Makefile.am): Likewise.
25619         * modules/md2 (Makefile.am): Likewise.
25620         * modules/md4 (Makefile.am): Likewise.
25621         * modules/md5 (Makefile.am): Likewise.
25622         * modules/memcasecmp (Makefile.am): Likewise.
25623         * modules/memchr (Makefile.am): Likewise.
25624         * modules/memcmp (Makefile.am): Likewise.
25625         * modules/memcoll (Makefile.am): Likewise.
25626         * modules/memcpy (Makefile.am): Likewise.
25627         * modules/memmem (Makefile.am): Likewise.
25628         * modules/memmove (Makefile.am): Likewise.
25629         * modules/mempcpy (Makefile.am): Likewise.
25630         * modules/memrchr (Makefile.am): Likewise.
25631         * modules/memset (Makefile.am): Likewise.
25632         * modules/memxor (Makefile.am): Likewise.
25633         * modules/mkancesdirs (Makefile.am): Likewise.
25634         * modules/mkdir (Makefile.am): Likewise.
25635         * modules/mkdir-p (Makefile.am): Likewise.
25636         * modules/mkdtemp (Makefile.am): Likewise.
25637         * modules/mkstemp (Makefile.am): Likewise.
25638         * modules/mktime (Makefile.am): Likewise.
25639         * modules/modechange (Makefile.am): Likewise.
25640         * modules/mountlist (Makefile.am): Likewise.
25641         * modules/nanosleep (Makefile.am): Likewise.
25642         * modules/openat (Makefile.am): Likewise.
25643         * modules/pagealign_alloc (Makefile.am): Likewise.
25644         * modules/physmem (Makefile.am): Likewise.
25645         * modules/poll (Makefile.am): Likewise.
25646         * modules/posixtm (Makefile.am): Likewise.
25647         * modules/posixver (Makefile.am): Likewise.
25648         * modules/putenv (Makefile.am): Likewise.
25649         * modules/quote (Makefile.am): Likewise.
25650         * modules/quotearg (Makefile.am): Likewise.
25651         * modules/raise (Makefile.am): Likewise.
25652         * modules/read-file (Makefile.am): Likewise.
25653         * modules/readline (Makefile.am): Likewise.
25654         * modules/readlink (Makefile.am): Likewise.
25655         * modules/readtokens (Makefile.am): Likewise.
25656         * modules/readutmp (Makefile.am): Likewise.
25657         * modules/realloc (Makefile.am): Likewise.
25658         * modules/regex (Makefile.am): Likewise.
25659         * modules/rename (Makefile.am): Likewise.
25660         * modules/rename-dest-slash (Makefile.am): Likewise.
25661         * modules/rijndael (Makefile.am): Likewise.
25662         * modules/rmdir (Makefile.am): Likewise.
25663         * modules/rpmatch (Makefile.am): Likewise.
25664         * modules/safe-read (Makefile.am): Likewise.
25665         * modules/safe-write (Makefile.am): Likewise.
25666         * modules/same (Makefile.am): Likewise.
25667         * modules/save-cwd (Makefile.am): Likewise.
25668         * modules/savedir (Makefile.am): Likewise.
25669         * modules/setenv (Makefile.am): Likewise.
25670         * modules/settime (Makefile.am): Likewise.
25671         * modules/sha1 (Makefile.am): Likewise.
25672         * modules/sig2str (Makefile.am): Likewise.
25673         * modules/snprintf (Makefile.am): Likewise.
25674         * modules/stdlib-safer (Makefile.am): Likewise.
25675         * modules/stpcpy (Makefile.am): Likewise.
25676         * modules/stpncpy (Makefile.am): Likewise.
25677         * modules/strcase (Makefile.am): Likewise.
25678         * modules/strcasestr (Makefile.am): Likewise.
25679         * modules/strchrnul (Makefile.am): Likewise.
25680         * modules/strcspn (Makefile.am): Likewise.
25681         * modules/strdup (Makefile.am): Likewise.
25682         * modules/strerror (Makefile.am): Likewise.
25683         * modules/strftime (Makefile.am): Likewise.
25684         * modules/strndup (Makefile.am): Likewise.
25685         * modules/strnlen (Makefile.am): Likewise.
25686         * modules/strpbrk (Makefile.am): Likewise.
25687         * modules/strsep (Makefile.am): Likewise.
25688         * modules/strstr (Makefile.am): Likewise.
25689         * modules/strtod (Makefile.am): Likewise.
25690         * modules/strtoimax (Makefile.am): Likewise.
25691         * modules/strtok_r (Makefile.am): Likewise.
25692         * modules/strtol (Makefile.am): Likewise.
25693         * modules/strtoll (Makefile.am): Likewise.
25694         * modules/strtoul (Makefile.am): Likewise.
25695         * modules/strtoull (Makefile.am): Likewise.
25696         * modules/strtoumax (Makefile.am): Likewise.
25697         * modules/strverscmp (Makefile.am): Likewise.
25698         * modules/time_r (Makefile.am): Likewise.
25699         * modules/timegm (Makefile.am): Likewise.
25700         * modules/tmpfile-safer (Makefile.am): Likewise.
25701         * modules/unistd-safer (Makefile.am): Likewise.
25702         * modules/unlinkdir (Makefile.am): Likewise.
25703         * modules/userspec (Makefile.am): Likewise.
25704         * modules/utime (Makefile.am): Likewise.
25705         * modules/utimecmp (Makefile.am): Likewise.
25706         * modules/utimens (Makefile.am): Likewise.
25707         * modules/vasnprintf (Makefile.am): Likewise.
25708         * modules/vasprintf (Makefile.am): Likewise.
25709         * modules/vsnprintf (Makefile.am): Likewise.
25710         * modules/xalloc (Makefile.am): Likewise.
25711         * modules/xgetcwd (Makefile.am): Likewise.
25712         * modules/xnanosleep (Makefile.am): Likewise.
25713         * modules/xreadlink (Makefile.am): Likewise.
25714         * modules/xstrtod (Makefile.am): Likewise.
25715         * modules/xstrtol (Makefile.am): Likewise.
25716         * modules/xstrtold (Makefile.am): Likewise.
25717         * modules/yesno (Makefile.am): Likewise.
25718
25719 2006-10-12  Jim Meyering  <jim@meyering.net>
25720
25721         * m4/getloadavg.m4: Revert the change below.
25722
25723         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
25724         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
25725         fail with a symlink, which is what coreutils' ./bootstrap now
25726         creates by default.
25727
25728 2006-10-12  Bruno Haible  <bruno@clisp.org>
25729
25730         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
25731         mingw.
25732         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
25733         MSVC and mingw explicitly.
25734
25735 2006-10-11  Simon Josefsson  <jas@extundo.com>
25736             Bruno Haible  <bruno@clisp.org>
25737
25738         Add support for multiple gnulib-tool invocations in the scope of a
25739         single configure.ac file.
25740         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
25741         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
25742         with the same contents as the _LIBADD variable.
25743         (func_emit_initmacro_start, func_emit_initmacro_end,
25744         func_emit_initmacro_done): New functions.
25745         (func_import, func_create_testdir): Invoke them. Allow the identifiers
25746         gl_LIBOBJS and gl_LTLIBOBJS.
25747
25748 2006-10-11  Bruno Haible  <bruno@clisp.org>
25749
25750         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
25751         (func_create_testdir): Don't create po/Makefile.am, don't invoke
25752         autoreconf. Instead, invoke autopoint explicitly but move back the
25753         *.m4 files from gnulib.
25754
25755 2006-10-11  Bruno Haible  <bruno@clisp.org>
25756
25757         * gnulib-tool (func_usage): Make module names after --create-testdir
25758         optional.
25759         (func_create_testdir): If no module was specified, use nearly all
25760         modules.
25761
25762 2006-10-12  Jim Meyering  <jim@meyering.net>
25763
25764         Big performance improvement for fts-based tools that use FTS_NOSTAT.
25765         Avoid spurious inode-mismatch problems on non-POSIX file systems.
25766         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
25767         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
25768         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
25769         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
25770         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
25771         (fts_set_stat_required): New function.
25772         (fts_open): Defer the calls to fts_stat, if possible or requested.
25773         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
25774         into fts_stat itself.
25775         (fts_read): Perform any required (deferred) fts_stat call.
25776         (fts_build): Likewise, for the directory we're about to open and read.
25777         In the readdir loop, carefully decide whether each entry will require
25778         an eventual call to fts_stat, using dirent.d_type info if available.
25779         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
25780         a command line argument into this function.  Update all callers.
25781         Map a return value of FTS_DOT to FTS_D for a command line argument.
25782         * modules/fts (Depends-on): Add d-type.  Alphabetize.
25783         Thanks to Miklos Szeredi for his tenacity and for the initial
25784         bug report about "find" failing on a FUSE-based file system.
25785
25786         * lib/fts.c (fts_open): Use consistent indentation.
25787
25788 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
25789
25790         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
25791         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
25792         reported by Jim Meyering.  All uses of cache variables renamed
25793         to match Autoconf's.
25794         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
25795         the other one.
25796
25797         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
25798         Fix misspelling in diagnostic.
25799
25800 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25801
25802         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
25803         defined.  Problem reported by Matthew Woehlke.
25804
25805         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
25806         Add support for Tandem NonStop R series.
25807         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
25808         Use new macro.
25809
25810         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
25811         (has_trailing_slash): Omit size arg; all callers changed.
25812         Omit 'inline', since it doesn't help performance and we'd
25813         need to configure it.
25814         Don't count //, ///, etc. as having a trailing slash.
25815         As a side effect, this removes a C99ism reported by Matthew Woehlke.
25816         (rpl_rename_dest_slash): On failure, use rename's errno rather
25817         than (in some cases) an incorrect or junk errno.
25818         Simplify code by removing need to compute length; this does
25819         cause it to make two passes instead of one over the file name,
25820         but it's worth it.
25821
25822         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
25823         change, since Autoconf's version may no longer be appropriate now
25824         that we are using CVS Autoconf's version.  Add support for Tandem.
25825
25826 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
25827             Bruno Haible  <bruno@clisp.org>
25828
25829         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
25830         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
25831         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
25832         gl_AC_TYPE_LONG_LONG.
25833
25834         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
25835         instead of HAVE_LONG_LONG.
25836         * lib/printf-args.c (printf_fetchargs): Likewise.
25837         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
25838         * lib/vasnprintf.c (VASNPRINTF): Likewise.
25839         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
25840         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
25841         gl_AC_TYPE_LONG_LONG.
25842
25843 2006-10-11  Bruno Haible  <bruno@clisp.org>
25844
25845         * m4/longlong.m4: Add comments.
25846         * m4/ulonglong.m4: Likewise.
25847
25848 2006-10-10  Bruno Haible  <bruno@clisp.org>
25849
25850         Make it possible to #define stpcpy, strdup to aliases.
25851         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
25852         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
25853
25854 2006-10-10  Bruno Haible  <bruno@clisp.org>
25855
25856         Make it possible to #define gcd to an alias.
25857         * lib/gcd.c: Include config.h.
25858
25859 2006-10-10  Bruno Haible  <bruno@clisp.org>
25860
25861         Make it possible to #define c_isascii to an alias.
25862         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
25863         defined. Undefine the macros before defining them, to avoid gcc
25864         warnings.
25865         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
25866         define NO_C_CTYPE_MACROS early.
25867
25868 2006-10-10  Bruno Haible  <bruno@clisp.org>
25869
25870         Make it possible to #define set_program_name to an alias.
25871         * lib/progname.c: Don't undefine set_program_name; instead, undefine
25872         ENABLE_RELOCATABLE early.
25873
25874 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25875
25876         Port to Tandem NSK OSS, which has 64-bit signed int but at most
25877         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
25878         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
25879         More generally, don't assume that 64-bit signed int is available
25880         if unsigned int is, and vice versa.
25881         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
25882         unsigned symbols, not on their signed counterparts.
25883         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
25884         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
25885         (UINT64_C, UINTMAX_C):
25886         Likewise.
25887         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
25888         unsigned counterparts.
25889         (Have_long_long, Unsigned): New macros.
25890         (Int): Renamed from INT.
25891         (strtoimax): Use the new macros.
25892         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
25893         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
25894         * modules/inttypes (inttypes.h): Substitute
25895         HAVE_UNSIGNED_LONG_LONG_INT.
25896         * modules/stdint (stdint.h): Likewise.
25897         (Files): Add m4/ulonglong.m4.
25898
25899 2006-10-10  Bruno Haible  <bruno@clisp.org>
25900
25901         Fix a gcc -Wshadow warning.
25902         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
25903         to 'bucket'.
25904         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
25905         gl_linked_indexof_from_to): Likewise.
25906         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
25907         Likewise.
25908         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
25909         Likewise.
25910         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
25911         Reported by Eric Blake.
25912
25913 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
25914
25915         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
25916         for NetBSD.  Problem reported by Bruno Haible.
25917
25918 2006-10-09  Jim Meyering  <jim@meyering.net>
25919
25920         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
25921         Patch from Bruno Haible.
25922
25923 2006-10-09  Jim Meyering  <jim@meyering.net>
25924
25925         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
25926         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
25927         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
25928
25929 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25930
25931         Don't include <config.h> twice; this doesn't work in some cases,
25932         e.g., when config.h has "#define intmax_t long long int" and
25933         we include <config.h>, <inttypes.h>, <config.h> in that order.
25934         Problem reported by Matthew Woehlke in:
25935         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
25936         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
25937         * lib/fts-cycle.c: Don't include config.h.
25938         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
25939         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
25940         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
25941         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
25942         inttypes.h.
25943         * lib/xstrtoumax.c: Likewise.
25944         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
25945         __strtol and the like, so that this module is more like its siblings.
25946         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
25947         Remove; no longer needed now that we assume gnulib inttypes.h.
25948
25949 2006-10-08  Bruno Haible  <bruno@clisp.org>
25950
25951         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
25952         option.
25953
25954 2006-10-07  Jim Meyering  <jim@meyering.net>
25955
25956         * modules/inttypes (inttypes.h): Revert what seems to have been
25957         an inadvertent part of today's change: use "|", not "/" in the
25958         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
25959
25960 2006-10-07  Bruno Haible  <bruno@clisp.org>
25961
25962         * modules/sublist: New file.
25963
25964 2006-10-07  Bruno Haible  <bruno@clisp.org>
25965
25966         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
25967         * modules/argz (argz.h): Likewise.
25968         * modules/arpa_inet (arpa/inet.h): Likewise.
25969         * modules/byteswap (byteswap.h): Likewise.
25970         * modules/configmake (configmake.h): Likewise.
25971         * modules/fcntl (fcntl.h): Likewise.
25972         * modules/fnmatch (fnmatch.h): Likewise.
25973         * modules/getopt (getopt.h): Likewise.
25974         * modules/glob (glob.h): Likewise.
25975         * modules/inttypes (inttypes.h): Likewise.
25976         * modules/netinet_in (netinet/in.h): Likewise.
25977         * modules/poll (poll.h): Likewise.
25978         * modules/stdbool (stdbool.h): Likewise.
25979         * modules/stdint (stdint.h): Likewise.
25980         * modules/sys_select (sys/select.h): Likewise.
25981         * modules/sys_socket (sys/socket.h): Likewise.
25982         * modules/sys_stat (sys/stat.h): Likewise.
25983         * modules/sysexits (sysexits.h): Likewise.
25984         * modules/unistd (unistd.h): Likewise.
25985         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25986         Add a "DO NOT EDIT" comment to the generated file.
25987         (func_import): Likewise for gnulib-comp.m4.
25988
25989 2006-10-07  Bruno Haible  <bruno@clisp.org>
25990
25991         * lib/gl_sublist.h: New file.
25992         * lib/gl_sublist.c: New file.
25993
25994 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25995
25996         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
25997         name (relative to the original working directory) and the file
25998         name component (relative to the temporary working directory).  All
25999         callers changed.
26000         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
26001         * lib/mkdir-p.c (make_dir_parents): Likewise.
26002         * lib/mkdir-p.h (make_dir_parents): Likewise.
26003
26004 2006-10-06  Eric Blake  <ebb9@byu.net>
26005
26006         Define several macros for use by the clean-temp module.
26007         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
26008         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
26009         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
26010
26011         * lib/clean-temp.h (close_stream_temp): New declaration.
26012         * lib/clean-temp.c (includes): Pull in headers according to what
26013         other modules are in use.
26014         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
26015
26016 2006-10-06  Bruno Haible  <bruno@clisp.org>
26017
26018         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
26019         instead of fopen, fwriteerror.
26020
26021 2006-10-06  Bruno Haible  <bruno@clisp.org>
26022
26023         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
26024         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
26025         int.
26026         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
26027         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
26028         Return an error indicator.
26029         Suggested by Eric Blake.
26030
26031 2006-10-06  Bruno Haible  <bruno@clisp.org>
26032
26033         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
26034         Reported by Eric Blake.
26035
26036 2006-10-06  Bruno Haible  <bruno@clisp.org>
26037
26038         * modules/closeout (Description): Mention stderr too.
26039
26040 2006-10-06  Bruno Haible  <bruno@clisp.org>
26041         and Paul Eggert  <eggert@cs.ucla.edu>
26042
26043         * lib/closeout.c (close_stdout): Also close stderr.
26044         * lib/closeout.h: Update comment.
26045
26046 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
26047
26048         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
26049         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
26050         * lib/dirchownmod.c: Include lchown.h.
26051         * lib/lchown.c: Don't include files that lchown.h now includes.
26052         Don't declare chown, since lchown.h now does that.
26053         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
26054         (lchown): Define to rpl_chown if lchown is declared but
26055         does not exist.  Declare using a prototype if lchown is not
26056         declared.  Add a copyright notice.
26057         * lib/mkstemp.h: Include <unistd.h>.
26058         * lib/openat.c: Include lchown.h.
26059
26060         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
26061         we now test for that separately.
26062         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
26063         rather than O_NOFOLLOW, when testing whether it's possible to
26064         avoid a race condition reliably.
26065         * lib/savewd.c (savewd_chdir): Likewise.
26066
26067         Remove macros that are no longer needed now that stdint.h is
26068         reliable.
26069         * lib/fsusage.c (UINTMAX_MAX): Remove.
26070         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
26071         * lib/utimecmp.c (SIZE_MAX): Remove.
26072
26073         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
26074
26075         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
26076         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
26077         O_NOATIME works.
26078
26079 2006-10-05  Bruno Haible  <bruno@clisp.org>
26080
26081         * lib/gl_list.h (gl_sortedlist_search_from_to,
26082         gl_sortedlist_indexof_from_to): New declarations.
26083         (gl_list_implementation): New fields sortedlist_search_from_to,
26084         sortedlist_indexof_from_to.
26085         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
26086         inline functions.
26087         * lib/gl_list.c (gl_sortedlist_search_from_to,
26088         gl_sortedlist_indexof_from_to): New functions.
26089         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
26090         function.
26091         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
26092         (gl_array_sortedlist_search_from_to): New function.
26093         (gl_array_list_implementation): Update.
26094         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
26095         function.
26096         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
26097         (gl_carray_sortedlist_search_from_to): New function.
26098         (gl_carray_list_implementation): Update.
26099         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
26100         gl_linked_sortedlist_indexof_from_to): New functions.
26101         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26102         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26103         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
26104         gl_tree_sortedlist_indexof_from_to): New functions.
26105         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26106         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26107         Update.
26108         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26109         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
26110         Update.
26111
26112 2006-10-05  Bruno Haible  <bruno@clisp.org>
26113
26114         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
26115         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
26116         (struct gl_list_implementation): Add fields search_from_to,
26117         indexof_from_to. Remove fields search, indexof.
26118         (gl_list_search): Use the search_from_to method.
26119         (gl_list_search_from, gl_list_search_from_to): New functions.
26120         (gl_list_indexof): Use the indexof_from_to method.
26121         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26122         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
26123         (gl_list_search_from, gl_list_search_from_to): New functions.
26124         (gl_list_indexof): Use the indexof_from_to method.
26125         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26126         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
26127         gl_array_indexof. Add start_index, end_index arguments.
26128         (gl_array_search_from_to): Renamed from gl_array_search. Add
26129         start_index, end_index arguments.
26130         (gl_array_remove, gl_array_list_implementation): Update.
26131         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
26132         gl_carray_indexof. Add start_index, end_index arguments.
26133         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
26134         start_index, end_index arguments.
26135         (gl_carray_remove, gl_carray_list_implementation): Update.
26136         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
26137         gl_linked_search. Add start_index, end_index arguments.
26138         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
26139         start_index, end_index arguments.
26140         (gl_linked_remove): Update.
26141         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26142         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26143         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
26144         field to 'size_t'.
26145         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
26146         gl_tree_search. Add start_index, end_index arguments.
26147         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26148         start_index, end_index arguments.
26149         (gl_tree_remove): Update.
26150         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26151         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26152         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
26153         function.
26154         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
26155         gl_tree_search. Add start_index, end_index arguments.
26156         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26157         start_index, end_index arguments.
26158         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26159         Update.
26160         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26161
26162 2006-10-05  Bruno Haible  <bruno@clisp.org>
26163
26164         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
26165
26166         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
26167         fwriteerror_temp): New declarations.
26168         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
26169         (descriptors): New variable.
26170         (cleanup): First, close the descriptors.
26171         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
26172         fclose_temp, fwriteerror_temp): New functions.
26173
26174 2006-10-04  Jim Meyering  <jim@meyering.net>
26175
26176         * lib/fts.c (fts_open): Tiny comment change.
26177
26178 2006-10-04  Bruno Haible  <bruno@clisp.org>
26179
26180         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
26181         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
26182         gl_LOCK_BODY.
26183         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
26184         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
26185         gl_LOCK_EARLY_BODY.
26186         (gl_LOCK): Require gl_LOCK_BODY.
26187
26188 2006-10-04  Bruno Haible  <bruno@clisp.org>
26189
26190         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
26191         (gl_oset_search_atleast): New declaration.
26192         (struct gl_oset_implementation): Add field 'search_atleast'.
26193         (gl_oset_search_atleast): New inline function.
26194         * lib/gl_oset.c (gl_oset_search_atleast): New function.
26195         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
26196         (gl_array_oset_implementation): Update.
26197         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
26198         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
26199         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
26200
26201 2006-10-04  Bruno Haible  <bruno@clisp.org>
26202
26203         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
26204
26205 2006-10-03  Bruno Haible  <bruno@clisp.org>
26206
26207         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
26208         from gl_avltreehash_list_implementation.
26209
26210 2006-10-03  Bruno Haible  <bruno@clisp.org>
26211
26212         * lib/gl_oset.c (gl_oset_add): Fix return type.
26213
26214 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
26215
26216         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
26217
26218 2006-10-02  Eric Blake  <ebb9@byu.net>
26219
26220         * modules/strnlen (Depends-on): Add extensions.
26221
26222 2006-10-02  Eric Blake  <ebb9@byu.net>
26223
26224         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
26225         definition in 2.60+.
26226
26227 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
26228
26229         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
26230         checks.
26231
26232 2006-10-02  Bruno Haible  <bruno@clisp.org>
26233
26234         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
26235         to the AUTOMAKE_OPTIONS.
26236         Reported by Jim Meyering.
26237
26238 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26239
26240         Work around bug in Solaris 10 /proc file system:
26241         /proc/self/fd/NNN/.. isn't the parent directory of
26242         the directory whose file descriptor is NNN.  This needs to
26243         be worked around at run time, not compile time, since a
26244         program might be built on Solaris 8, where things work, and
26245         run on Solaris 10.
26246         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
26247         to use the following interface instead:
26248         (OPENAT_BUFFER_SIZE): New macro.
26249         (openat_proc_name): New function.
26250         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
26251         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
26252         Likewise.
26253         * lib/openat-proc.c: New file.
26254         * modules/openat (Files): Add lib/openat-proc.c.
26255         (Depends-on): Add same-inode, stdbool.
26256         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
26257
26258 2006-09-29  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
26261         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
26262         argument. Set stdout_closed before testing for ferror, not after.
26263         (fwriteerror, fwriteerror_no_ebadf): New functions.
26264
26265 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26266
26267         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
26268
26269 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
26270
26271         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
26272         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
26273
26274 2006-09-28  Jim Meyering  <jim@meyering.net>
26275
26276         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
26277         Include <unistd.h>.
26278
26279 2006-09-28  Bruno Haible  <bruno@clisp.org>
26280
26281         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
26282         * modules/linkedhash-list (Depends-on): Likewise.
26283         * modules/rbtreehash-list (Depends-on): Likewise.
26284
26285 2006-09-28  Bruno Haible  <bruno@clisp.org>
26286
26287         * lib/strndup.h: Simplify the redefinition of strndup.
26288         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
26289         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
26290
26291 2006-09-28  Bruno Haible  <bruno@clisp.org>
26292
26293         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
26294         * lib/gl_linkedhash_list.c: Likewise.
26295         * lib/gl_rbtreehash_list.c: Likewise.
26296
26297 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26298
26299         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
26300         getaddrinfo.
26301
26302         * lib/__fpending.h: Don't include <stdio_ext.h> unless
26303         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
26304         it causes <stdio_ext.h> to cause a compile-time error.
26305         Problem reported by Nelson H. F. Beebe.
26306         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
26307         of HAVE_DECL___PENDING.
26308
26309         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
26310         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
26311         declaration.
26312
26313 2006-09-27  Jim Meyering  <jim@meyering.net>
26314
26315         This file could end up with a definition for a function
26316         named __strndup, rather than rpl_strndup on a system with
26317         incomplete weak_alias support.
26318         * lib/strndup.c (strndup): Rename from __strndup.
26319         Remove #defines that used to map __strndup to strndup.
26320         Don't use K&R prototypes.
26321         Remove LIBC-related code, since this file is not sync'd with glibc.
26322         * lib/strndup.h: Revamp, accordingly.
26323         * m4/strndup.m4: Modernize.
26324
26325 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
26326
26327         * modules/savewd (Depends-on): Add 'raise'.
26328         * lib/savewd.c: Include <signal.h>, for 'raise'.
26329
26330 2006-09-26  Jim Meyering  <jim@meyering.net>
26331
26332         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
26333         when we detect Darwin 8.7.0's acl_get_file bug.
26334         Rearrange to perform the new (below) run-test while $LIBS
26335         contains any acl-related library.  Set USE_ACL at the end.
26336         (gl_ACL_GET_FILE): New function.
26337
26338 2006-09-26  Eric Blake  <ebb9@byu.net>
26339
26340         * lib/verror.c: Include <config.h> unconditionally.
26341
26342 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
26343
26344         * modules/clock-time (Maintainer): Add self.
26345         * modules/getlogin_r (Depends-on): Add extensions.
26346
26347 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26348
26349         * modules/clock-time: New module.
26350         * modules/nanosleep (Depends-on): Add clock-time.
26351         * modules/gethrxtime (Depends-on): Likewise.
26352         * modules/gettime (Depends-on): Likewise.
26353         * modules/settime (Depends-on): Likewise.
26354
26355         * modules/fts-lgpl: Depend on openat.
26356         * modules/mkancesdirs: Depend on savewd.
26357         * modules/mkdir-p: Likewise.
26358
26359 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26360
26361         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
26362
26363         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
26364         `gl_have_arbitrary_file_name_length_limit' to
26365         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
26366         actually works between configure runs.
26367
26368 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26369             Bruno Haible  <bruno@clisp.org>
26370
26371         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
26372
26373 2006-09-25  Jim Meyering  <jim@meyering.net>
26374
26375         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
26376         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
26377
26378 2006-09-25  Eric Blake  <ebb9@byu.net>
26379
26380         * gnulib-tool (func_import, func_create_testdir): Fix typos in
26381         exec's in 2006-09-18 patch when shuffling fds.
26382
26383 2006-09-25  Bruno Haible  <bruno@clisp.org>
26384
26385         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
26386         Reported by Jim Meyering.
26387
26388 2006-09-24  Jim Meyering  <jim@meyering.net>
26389
26390         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
26391         compare a pointer against a literal "0".  That caused failures with
26392         at least HP-UX's hpcc.
26393
26394 2006-09-22  Simon Josefsson  <jas@extundo.com>
26395
26396         * modules/gc-sha1:
26397         * modules/gc-md4:
26398         * modules/gc-hmac-sha1:
26399         * modules/gc-hmac-md5:
26400         * modules/gc-des:
26401         * modules/gc-arcfour: Distribute more files.
26402
26403 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26404
26405         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
26406         (gl_linked_iterator_from_to): Initialize struct completely.
26407         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
26408         (gl_tree_iterator_from_to): Likewise
26409         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
26410         * lib/gl_array_list.c [lint] (gl_array_iterator)
26411         (gl_array_iterator_from_to): Likewise.
26412         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
26413         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
26414         (gl_carray_iterator_from_to): Likewise.
26415
26416         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
26417         * lib/md4.c (md4_process_block): Remove unused variable.
26418         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
26419         parentheses for clarity.
26420
26421 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26422
26423         * modules/bison-i18n (Depends-on): Add gettext.
26424
26425 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26426
26427         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
26428         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
26429         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
26430         also add missing comma that caused broken test.
26431         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
26432         stdlib.h, for `abort'.
26433         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
26434         variables.
26435         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
26436         include unistd.h if present, for `rmdir'.
26437         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
26438         variables.
26439         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
26440         in the process include standard headers for prototypes.
26441         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
26442         gets declared on GNU/Linux.
26443         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
26444         unistd.h, for `rmdir'.
26445         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
26446
26447         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
26448         always true.
26449         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
26450
26451         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
26452
26453 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26454
26455         * gnulib-tool (func_version): Create output all at once.  This
26456         may help avoid triggering unnecessary SIGPIPEs, and at any
26457         rate it doesn't hurt.
26458
26459 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26460             Bruno Haible  <bruno@clisp.org>
26461
26462         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
26463         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
26464         * m4/signed.m4 (bh_C_SIGNED): Likewise.
26465
26466         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
26467         (gl_FUNC_VASPRINTF): Invoke it.
26468
26469 2006-09-22  Bruno Haible  <bruno@clisp.org>
26470
26471         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
26472         getloadavg.c as first argument.
26473
26474 2006-09-22  Bruno Haible  <bruno@clisp.org>
26475
26476         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
26477         at the beginning of the gl_INIT macro.
26478         * modules/getloadavg (configure.ac): Pass $gl_source_base to
26479         gl_GETLOADAVG.
26480
26481 2006-09-22  Bruno Haible  <bruno@clisp.org>
26482
26483         * gnulib-tool (func_create_megatestdir): Don't include the config-h
26484         module.
26485         Suggested by Ralf Wildenhues.
26486
26487 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26488
26489         Import this patch from libc:
26490
26491         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
26492
26493         * lib/regex_internal.c (re_string_reconstruct): Handle
26494         offset < pstr->valid_raw_len && pstr->offsets_needed case.
26495         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
26496         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
26497         re_string_context_at.
26498
26499         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
26500         now requires it.
26501         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
26502         gl_REGEX now does it for us.
26503         (gl_REGEX): Add test taken from
26504         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
26505
26506         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
26507         Check that large offsets work.  Modernize Autoconf usages.
26508         Prefer "yes" to mean a good thing rather than a bad.
26509         Don't put "#define mkstemp" in config.h, as this might interfere
26510         with standard system headers that "#define mkstemp mkstemp64".
26511
26512         * modules/mkstemp (Depends-on): Add extensions, so that
26513         mkstemp is visible on some platforms.
26514         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
26515         (Include): Change to "mkstemp.h" from <stdlib.h>.
26516         (Files): Add mkstemp.h.
26517
26518         * lib/mkstemp.h: New file, since some standard headers
26519         #define mkstemp.
26520         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
26521         Include "mkstemp.h".
26522         Make the _LIBC code resemble glibc original more,
26523         e.g., use K&R style.
26524         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
26525         (mkstemp): Remove, since mkstemp.h does this for us.
26526         * lib/stdlib--.h: Include mkstemp.h.
26527
26528         Import this patch from libc:
26529
26530         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
26531
26532         * lib/tempname.c (__gen_tempname): Change attempts_min
26533         into a macro.  Use preprocessor to decide how to initialize
26534         attempts [Coverity CID 67].
26535
26536 2006-09-20  Bruno Haible  <bruno@clisp.org>
26537
26538         * lib/mkdtemp.c: Import from libc.
26539         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
26540                 * sysdeps/posix/tempname.c (__gen_tempname): Change
26541                 attempts_min into a macro.  Use preprocessor to decide how to
26542                 initialize attempts [Coverity CID 67].
26543         2001-11-27  Paul Eggert  <eggert@twinsun.com>
26544                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
26545                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
26546
26547 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26548
26549         * gnulib-tool (func_exit): New function, to allow to pass the
26550         exit status portably through the trap.  Use everywhere.
26551         (--help, --version): Signal a write error.
26552         (trap): catch SIGPIPE, for write errors.
26553         Exit at the end of the trap, with the correct exit status.
26554
26555 2006-09-19  Karl Berry  <karl@gnu.org>
26556
26557         * doc/gnulib.texi: note about the license texinfo files.
26558
26559 2006-09-19  Eric Blake  <ebb9@byu.net>
26560
26561         * gnulib-tool: Avoid space-tab.
26562
26563 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
26564
26565         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
26566         that prevented coreutils 6.1 from building.  Problem reported
26567         by Petter Reinholdtsen.
26568
26569 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
26570
26571         * gnulib-tool (avoidlist): Fix typo that broke options like
26572         --avoid=lock that are used by coreutils bootstrap.
26573
26574 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
26575
26576         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
26577         more systematically.
26578
26579 2006-09-18  Jim Meyering  <jim@meyering.net>
26580
26581         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
26582
26583 2006-09-18  Bruno Haible  <bruno@clisp.org>
26584
26585         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
26586
26587 2006-09-18  Bruno Haible  <bruno@clisp.org>
26588
26589         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
26590         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
26591         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
26592         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
26593         * m4/gettext.m4: Require autoconf >= 2.52.
26594         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
26595         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
26596         of gl_cv_header_inttypes_h.
26597
26598 2006-09-18  Bruno Haible  <bruno@clisp.org>
26599
26600         * lib/javaversion.c: Include configmake.h.
26601
26602 2006-09-18  Bruno Haible  <bruno@clisp.org>
26603
26604         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
26605         avoid that the while loops be executed in a subshell.
26606
26607 2006-09-18  Bruno Haible  <bruno@clisp.org>
26608
26609         * MODULES.html.sh (func_module): Break long lines.
26610         Suggested by Bruce Korb <bkorb@gnu.org>.
26611
26612 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26613
26614         Speed up by a factor of 1.12.
26615         * gnulib-tool (nl): New variable.
26616         (func_import): Rewrite include directive extraction to only read each
26617         directive once.
26618
26619 2006-09-17  Bruno Haible  <bruno@clisp.org>
26620
26621         * modules/javaversion (Makefile.am): Remove DEFS setting.
26622         (Depends-on): Add configmake, for PKGDATADIR definition.
26623
26624 2006-09-17  Bruno Haible  <bruno@clisp.org>
26625
26626         * gnulib-tool (func_create_testdir): Rewrite all files at once.
26627
26628 2006-09-17  Bruno Haible  <bruno@clisp.org>
26629
26630         * gnulib-tool (func_append): New function, stolen from libtool.m4.
26631         (func_modules_transitive_closure, func_modules_add_dummy,
26632         func_modules_to_filelist, func_import, func_create_testdir,
26633         func_create_megatestdir, ...): Use it wherever possible.
26634         Suggested by Ralf Wildenhues.
26635
26636 2006-09-16  Karl Berry  <karl@gnu.org>
26637
26638         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
26639         to avoid sectioning errors.
26640         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
26641         [ifinfo]: blank line after @center-ed titles.
26642         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
26643         Spell FSF address consistently with others.
26644         (These changes approved by rms.)
26645
26646 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26647
26648         Speed up by a factor of 1.61.
26649         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
26650         already checked module names again.
26651
26652 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26653
26654         Speed up by a factor of 1.13.
26655         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
26656         for new_files, and the input to func_add_or_update.
26657
26658 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26659
26660         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
26661         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
26662
26663 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26664
26665         * modules/mkancesdirs (Depends-on): Add fcntl.
26666         * modules/savewd: New file.
26667         * MODULES.html.sh (File system functions): Add savewd.
26668
26669         * modules/configmake (Makefile.am): Add support for the
26670         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
26671
26672 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26673
26674         * m4/savewd.m4: New file.
26675
26676 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26677
26678         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
26679         (dirchownmod): New arg FD.  All callers changed.
26680         Use FD rather than opening the directory ourself, as opening is
26681         now the caller's responsibility.
26682         * lib/dirchownmod.h: Likewise.
26683         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
26684         hosts that require <sys/types.h> before <sys/stat.h>.  Include
26685         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
26686         (test_dir): Remove.
26687         (mkancesdirs): Return length of prefix of FILE that has already
26688         been made, or -2 if there is a child doing the work.  Redo
26689         algorithm so that it is O(N) rather than O(N**2).  Optimize away
26690         ".", and treat ".." specially since it might stray back into
26691         already-created areas.  Use a subprocess if necessary.  New arg
26692         WD; all users changed.  MAKE_DIR function should now return 1
26693         if it creates a directory that is not readable.  Return -2 if
26694         a child process is spun off.
26695         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
26696         Adjust signature to match code.
26697         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
26698         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
26699         all users changed.
26700         * lib/savewd.c, lib/savewd.h: New files.
26701
26702 2006-09-15  Jim Meyering  <jim@meyering.net>
26703
26704         * modules/rename-dest-slash: New module.
26705         * MODULES.html.sh (posix_compat): Add it here.
26706
26707         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
26708
26709 2006-09-15  Jim Meyering  <jim@meyering.net>
26710
26711         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
26712         file.
26713
26714         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
26715
26716 2006-09-15  Jim Meyering  <jim@meyering.net>
26717
26718         * lib/rename-dest-slash.c (has_trailing_slash): Use
26719         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
26720         (rpl_rename_dest_slash): Perform the cheaper trailing slash
26721         test before testing whether SRC is a directory.
26722         Suggestions from Bruno Haible.
26723
26724         Avoid a warning about an unused variable.
26725         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
26726         into the #ifdef block where it's used.
26727
26728         * lib/rename-dest-slash.c: New file.
26729
26730 2006-09-14  Bruno Haible  <bruno@clisp.org>
26731
26732         * lib/allocsa.c: Include <config.h> unconditionally.
26733         * lib/asnprintf.c: Likewise.
26734         * lib/asprintf.c: Likewise.
26735         * lib/c-strcasecmp.c: Likewise.
26736         * lib/c-strcasestr.c: Likewise.
26737         * lib/c-strncasecmp.c: Likewise.
26738         * lib/c-strstr.c: Likewise.
26739         * lib/classpath.c: Likewise.
26740         * lib/clean-temp.c: Likewise.
26741         * lib/concatpath.c: Likewise.
26742         * lib/copy-file.c: Likewise.
26743         * lib/csharpcomp.c: Likewise.
26744         * lib/csharpexec.c: Likewise.
26745         * lib/execute.c: Likewise.
26746         * lib/fatal-signal.c: Likewise.
26747         * lib/findprog.c: Likewise.
26748         * lib/fwriteerror.c: Likewise.
26749         * lib/gl_array_list.c: Likewise.
26750         * lib/gl_array_oset.c: Likewise.
26751         * lib/gl_avltree_list.c: Likewise.
26752         * lib/gl_avltree_oset.c: Likewise.
26753         * lib/gl_avltreehash_list.c: Likewise.
26754         * lib/gl_carray_list.c: Likewise.
26755         * lib/gl_linked_list.c: Likewise.
26756         * lib/gl_linkedhash_list.c: Likewise.
26757         * lib/gl_list.c: Likewise.
26758         * lib/gl_oset.c: Likewise.
26759         * lib/gl_rbtree_list.c: Likewise.
26760         * lib/gl_rbtree_oset.c: Likewise.
26761         * lib/gl_rbtreehash_list.c: Likewise.
26762         * lib/imaxabs.c: Likewise.
26763         * lib/imaxdiv.c: Likewise.
26764         * lib/javacomp.c: Likewise.
26765         * lib/javaexec.c: Likewise.
26766         * lib/javaversion.c: Likewise.
26767         * lib/linebreak.c: Likewise.
26768         * lib/localcharset.c: Likewise.
26769         * lib/lock.c: Likewise.
26770         * lib/mbchar.c: Likewise.
26771         * lib/mbswidth.c: Likewise.
26772         * lib/mkdtemp.c: Likewise.
26773         * lib/pipe.c: Likewise.
26774         * lib/printf-args.c: Likewise.
26775         * lib/printf-parse.c: Likewise.
26776         * lib/progname.c: Likewise.
26777         * lib/progreloc.c: Likewise.
26778         * lib/readlink.c: Likewise.
26779         * lib/sh-quote.c: Likewise.
26780         * lib/stpcpy.c: Likewise.
26781         * lib/stpncpy.c: Likewise.
26782         * lib/strcasecmp.c: Likewise.
26783         * lib/strcasestr.c: Likewise.
26784         * lib/strcspn.c: Likewise.
26785         * lib/striconv.c: Likewise.
26786         * lib/strncasecmp.c: Likewise.
26787         * lib/strnlen1.c: Likewise.
26788         * lib/strstr.c: Likewise.
26789         * lib/strtok_r.c: Likewise.
26790         * lib/tls.c: Likewise.
26791         * lib/tmpdir.c: Likewise.
26792         * lib/unicodeio.c: Likewise.
26793         * lib/unsetenv.c: Likewise.
26794         * lib/vasnprintf.c: Likewise.
26795         * lib/vasprintf.c: Likewise.
26796         * lib/wait-process.c: Likewise.
26797         * lib/xallocsa.c: Likewise.
26798         * lib/xsetenv.c: Likewise.
26799         * lib/xstriconv.c: Likewise.
26800
26801 2006-09-13  Simon Josefsson  <jas@extundo.com>
26802
26803         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
26804         that internally, suggested by Ralf Wildenhues
26805         <Ralf.Wildenhues@gmx.de>.
26806
26807 2006-09-13  Simon Josefsson  <jas@extundo.com>
26808
26809         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
26810         @LIBOBJS@.
26811         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26812
26813 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26814
26815         * lib/_fpending.c: Include <config.h> unconditionally, since we no
26816         longer worry about uses that don't define HAVE_CONFIG_H.
26817         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
26818         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
26819         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
26820         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
26821         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
26822         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
26823         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
26824         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
26825         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
26826         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
26827         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
26828         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
26829         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
26830         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
26831         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
26832         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
26833         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
26834         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
26835         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
26836         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
26837         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
26838         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
26839         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
26840         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
26841         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
26842         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
26843         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
26844         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
26845         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
26846         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
26847         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
26848         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
26849         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
26850         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
26851         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
26852         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
26853         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
26854         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
26855         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
26856         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
26857         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
26858         Likewise.
26859
26860 2006-09-13  Eric Blake  <ebb9@byu.net>
26861
26862         * lib/getopt.c: Fix typo in last commit.
26863
26864 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26865
26866         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
26867         dgettext.
26868
26869 2006-09-12  Jim Meyering  <jim@meyering.net>
26870
26871         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
26872         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
26873         Reported by Nelson H. F. Beebe.
26874
26875 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26876
26877         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
26878         program_invocation_name and program_invocation_short_name are
26879         initialized.
26880         * lib/argp-namefrob.h: Move declarations of program_invocation_name
26881         and program_invocation_short_name to argp.h, so they are visible
26882         to user programs.
26883         * lib/argp.h: Likewise
26884
26885 2006-09-10  Bruno Haible  <bruno@clisp.org>
26886
26887         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26888         m4/inttypes_h.m4, m4/uintmax_t.m4.
26889
26890 2006-09-10  Bruno Haible  <bruno@clisp.org>
26891
26892         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
26893         gl_AC_TYPE_UINTMAX_T.
26894
26895 2006-09-10  Bruno Haible  <bruno@clisp.org>
26896
26897         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
26898
26899 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26900
26901         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
26902         convention.  Text proposed by Bruno Haible.
26903         (struct argp_option): Document the use of N_() wrappers.
26904
26905         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
26906         '\v', and translate the two parts separately, instead of feeding
26907         the whole string to gettext.  This allows to exclude
26908         '\v' from the strings visible to the translator by writing doc
26909         strings as N_("..") "\v" N_("..").
26910
26911 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
26912
26913         * config/srclist.txt: Undo latest change; the bug was fixed.
26914
26915 2006-09-09  Bruno Haible  <bruno@clisp.org>
26916
26917         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
26918         assignments if building a library without libtool.
26919         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
26920         in func_emit_lib_Makefile_am.
26921         (func_import): When building a static library libfoo.a, arrange to
26922         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
26923         (func_create_testdir): Likewise.
26924         * modules/gc (configure.ac, Makefile.am): If building statically,
26925         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
26926         * modules/iconvme (configure.ac, Makefile.am): Likewise.
26927         * modules/striconv (configure.ac, Makefile.am): Likewise.
26928         Based on a suggestion by Ralf Wildenhues.
26929
26930 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26931
26932         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
26933         Check for unistd.h too, since Autoconf doesn't assume POSIX.
26934         Also:
26935
26936         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26937         Add year_2050_test to catch glibc bug 2821
26938         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
26939
26940         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26941         Prefer #ifdef to #if.
26942
26943         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
26944         Return from 'main' instead of calling 'exit'.
26945
26946 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26947
26948         * lib/mktime.c (guess_time_tm): Fix bug where mktime
26949         returned the maximum time_t value rather than (time_t) -1.
26950         Problem originally reported by William Bardwell
26951         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
26952
26953         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
26954         Moved to here ...
26955         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
26956         ... from here.
26957
26958 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26959
26960         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
26961         2821 is fixed.
26962
26963 2006-09-08  Jim Meyering  <jim@meyering.net>
26964
26965         Don't make generated files read-only.  That would bother too many
26966         people.  However, do retain the ability to work when targets are
26967         read-only: remove the destination and temporary files before writing
26968         them (when generated via sed or echo), or by using the -f option for
26969         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
26970         * modules/alloca-opt, modules/argz, modules/arpa_inet:
26971         * modules/byteswap, modules/configmake, modules/fcntl:
26972         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
26973         * modules/localcharset, modules/netinet_in, modules/poll:
26974         * modules/stdbool, modules/stdint, modules/sys_select:
26975         * modules/sys_socket, modules/sys_stat, modules/sysexits:
26976
26977 2006-09-08  Jim Meyering  <jim@meyering.net>
26978
26979         Avoid new build failure on FreeBSD 6.0.
26980         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
26981         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
26982         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
26983
26984 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26985
26986         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
26987
26988 2006-09-07  Jim Meyering  <jim@meyering.net>
26989
26990         Fix global typo in last change: use chmod u-w, not chmod u-x.
26991         Spotted by Paul Eggert and Bruce Korb.
26992         * modules/alloca-opt, modules/argz, modules/arpa_inet:
26993         * modules/byteswap, modules/configmake, modules/fcntl:
26994         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
26995         * modules/localcharset, modules/netinet_in, modules/poll:
26996         * modules/stdbool, modules/stdint, modules/sys_select:
26997         * modules/sys_socket, modules/sys_stat, modules/sysexits:
26998
26999 2006-09-06  Jim Meyering  <jim@meyering.net>
27000
27001         Make generated files be read-only.
27002         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
27003         Ensure that each generated file is now read-only.
27004         * modules/argz: Likewise.
27005         * modules/arpa_inet: Likewise.
27006         * modules/byteswap: Likewise.
27007         * modules/configmake: Likewise.
27008         * modules/fcntl: Likewise.
27009         * modules/fnmatch: Likewise.
27010         * modules/getopt: Likewise.
27011         * modules/glob: Likewise.
27012         * modules/inttypes: Likewise.
27013         * modules/netinet_in: Likewise.
27014         * modules/poll: Likewise.
27015         * modules/stdbool: Likewise.
27016         * modules/stdint: Likewise.
27017         * modules/sys_select: Likewise.
27018         * modules/sys_socket: Likewise.
27019         * modules/sys_stat: Likewise.
27020         * modules/sysexits: Likewise.
27021         * modules/localcharset: Same as above, but continue using temporary
27022         file named "t-$@" (why different?) rather than the "$@-t" used
27023         everywhere else.
27024
27025         * modules/sysexits (Makefile.am): Replace literal occurrences
27026         of "sysexit.h" more readable, and more consistent, "$@".
27027
27028 2006-09-06  Bruno Haible  <bruno@clisp.org>
27029
27030         * modules/striconv: New file.
27031         * modules/xstriconv: New file.
27032         * MODULES.html.sh (Internationalization functions): Add striconv,
27033         xstriconv.
27034
27035 2006-09-06  Bruno Haible  <bruno@clisp.org>
27036
27037         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
27038         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
27039         not using libtool correctly.
27040
27041 2006-09-06  Bruno Haible  <bruno@clisp.org>
27042
27043         * lib/striconv.h: New file.
27044         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
27045         iconvstring.c.
27046         * lib/xstriconv.h: New file.
27047         * lib/xstriconv.c: New file.
27048
27049 2006-09-06  Bruno Haible  <bruno@clisp.org>
27050
27051         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27052         lib_..._LDFLAGS.
27053
27054 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27055
27056         * lib/argz_.h: Sync from Libtool.
27057
27058         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
27059                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27060
27061         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
27062
27063 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27064
27065         * modules/trim: New file.
27066
27067 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27068
27069         * lib/trim.h: New file.
27070         * lib/trim.c: New file.
27071
27072 2006-09-05  Bruno Haible  <bruno@clisp.org>
27073
27074         * MODULES.html.sh (String handling): Add trim.
27075
27076 2006-09-04  Karl Berry  <karl@gnu.org>
27077
27078         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
27079         until next release.
27080
27081 2006-09-03  Bruno Haible  <bruno@clisp.org>
27082
27083         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
27084         correctly.
27085
27086 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27087
27088         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
27089         not gl_GETLOADAVG.  Omit unneeded semicolons.
27090         Problems reported by Ralf Wildenhues in
27091         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27092         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
27093         at the end, which is the usual gnulib style.
27094
27095         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
27096         of doing all the work ourselves.
27097         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
27098         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
27099
27100 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27101
27102         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
27103         Problem reported by Ralf Wildenhues in
27104         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27105
27106         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
27107         HAVE_STRUCT_STATFS_F_FSTYPENAME.
27108
27109 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27110
27111         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
27112         yesterday's patch by changing test -n to test -z.
27113
27114 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27115
27116         * modules/getloadavg (Files): Add m4/getloadavg.m4.
27117         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
27118         the former is now obsolescent.
27119
27120         * modules/chdir-long (Depends-on): Add fcntl.
27121
27122 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27123
27124         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
27125         obsolescent, and programs should use gnulib instead.
27126         * m4/getloadavg.m4: New file, with contents taken from Autoconf
27127         but with prefixes changed.
27128
27129 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27130
27131         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
27132         or stdbool.h, because they might not exist while configuring.
27133
27134         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
27135         Don't include unistd.h or limits.h; not needed, since chdir-long.h
27136         does that for us.
27137         (O_DIRECTORY): Remove.
27138
27139 2006-08-31  Eric Blake  <ebb9@byu.net>
27140
27141         * gnulib-tool: Don't let emacs change spaces to TAB.
27142
27143 2006-08-31  Bruno Haible  <bruno@clisp.org>
27144
27145         * gnulib-tool: When calling func_import more than once, do it in a
27146         subshell.
27147         Reported by Eric Blake <ebb9@byu.net>.
27148
27149 2006-08-31  Bruno Haible  <bruno@clisp.org>
27150
27151         * gnulib-tool (nl): Remove variable.
27152         (sed_transform_lib_file): Use more robust test for config-h module.
27153         (func_import): Fix typo in 2006-08-25 patch.
27154
27155 2006-08-31  Bruno Haible  <bruno@clisp.org>
27156
27157         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
27158         specified, augment Makefile.am variables instead of assigning them.
27159
27160 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27161
27162         Work around a bug in both the Linux and SunOS 64-bit kernels:
27163         nanosleep mishandles sleeps for longer than 2**31 seconds.
27164         Problem reported by Frank v Waveren in
27165         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27166         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
27167         Check for nanosleep bug.
27168         (LIB_NANOSLEEP): Append clock_gettime library if needed.
27169
27170 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27171
27172         Work around a bug in both the Linux and SunOS 64-bit kernels:
27173         nanosleep mishandles sleeps for longer than 2**31 seconds.
27174         Problem reported by Frank v Waveren in
27175         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27176         * lib/nanosleep.c (BILLION): New constant.
27177         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
27178         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
27179         implementation.
27180
27181 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27182
27183         * modules/nanosleep (Depends-on): Add gettime.
27184
27185 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27186         and Simon Josefsson  <jas@extundo.com>
27187         and Oskar Liljeblad  <oskar@osk.mine.nu>
27188
27189         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
27190         * gnulib-tool (func_import): New license type 'unmodifiable license
27191         text'.
27192         * modules/fdl: Use it.  Longer description.
27193         * module/gpl, module/lgpl: New files.
27194
27195 2006-08-30  Jim Meyering  <jim@meyering.net>
27196
27197         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
27198         shadowing the parameter.
27199
27200 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27201
27202         Sync from Libtool:
27203
27204         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27205
27206         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
27207         sharing with gnulib.  Report by Eric Blake.
27208
27209 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27210
27211         * modules/isapipe: New file.
27212         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
27213
27214 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27215
27216         * modules/configmake (Makefile.am): Add a comment, and omit
27217         the CONFIGMAKE_ prefix from generated macro names.  Suggested
27218         by Bruno Haible.
27219
27220 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27221
27222         * m4/isapipe.m4: New file.
27223
27224 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27225
27226         * lib/isapipe.c, lib/isapipe.h: New files.
27227
27228 2006-08-29  Jim Meyering  <jim@meyering.net>
27229
27230         * modules/configmake (Makefile.am): Make configmake.h depend on
27231         Makefile.  Otherwise, a stale configmake.h could hang around.
27232
27233 2006-08-29  Eric Blake  <ebb9@byu.net>
27234
27235         * lib/error.c (error_at_line, print_errno_message): Match libc, after
27236         resolution of upstream bug 3044.
27237
27238 2006-08-29  Bruno Haible  <bruno@clisp.org>
27239
27240         * modules/localcharset (Depends-on): Add configmake.
27241         (Makefile.am): Remove setting of LIBDIR through DEFS.
27242
27243 2006-08-29  Bruno Haible  <bruno@clisp.org>
27244
27245         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
27246         defined.
27247
27248 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27249
27250         * modules/fcntl: New file.
27251         * modules/chdir-safer (Depends-on): Add fcntl.
27252         * modules/fts: Likewise.
27253         * modules/mkdir-p: Likewise.
27254
27255         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
27256         This undoes the most recent change, since we're now addressing the
27257         problem in a different way.
27258
27259         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
27260         into output, since the output might be called Makefile.am even
27261         if $makefile_name is something different.
27262         (func_import): Use $makefile_am rather than
27263         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
27264         empty.
27265
27266         * modules/inttypes (Files): Add m4/inttypes-h.m4.
27267
27268 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27269
27270         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
27271         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
27272         recent change to stdint.m4, since we're now addressing the problem in a
27273         different way.
27274
27275 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27276
27277         * m4/fcntl_h.m4: New file.
27278
27279 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27280
27281         * lib/fcntl_.h: New file.
27282         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
27283         the fcntl module.
27284         * lib/dirchownmod.c: Likewise.
27285         * lib/fts.c: Likewise.
27286
27287         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
27288         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
27289         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
27290         just before including <inttypes.h>, to avoid circular inclusion.
27291
27292 2006-08-28  Jim Meyering  <jim@meyering.net>
27293
27294         * doc/visibility.texi: Actually read and correct the grammar of the
27295         sentence affected by yesterday's change.
27296
27297 2006-08-28  Eric Blake  <ebb9@byu.net>
27298
27299         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
27300         needs wrapper.
27301
27302 2006-08-28  Eric Blake  <ebb9@byu.net>
27303
27304         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
27305
27306 2006-08-28  Eric Blake  <ebb9@byu.net>
27307
27308         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
27309
27310 2006-08-28  Bruno Haible  <bruno@clisp.org>
27311
27312         * modules/c-strstr: New file, from GNU gettext.
27313         * MODULES.html.sh (String handling): Add c-strstr.
27314
27315 2006-08-28  Bruno Haible  <bruno@clisp.org>
27316
27317         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
27318         macros.
27319         Reported by Eric Blake.
27320
27321 2006-08-28  Bruno Haible  <bruno@clisp.org>
27322
27323         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
27324         (VASNPRINTF): Return a string of length > INT_MAX without failing.
27325         * lib/vasprintf.c: Include errno.h, limits.h.
27326         (EOVERFLOW): New fallback definition.
27327         (vasprintf): Test here whether the string length is > INT_MAX.
27328         * lib/vsnprintf.c: Include errno.h, limits.h.
27329         (EOVERFLOW): New fallback definition.
27330         (vsnprintf): Fix bug when generated string was too long for the buffer.
27331         Test here whether the string length is > INT_MAX.
27332
27333 2006-08-28  Bruno Haible  <bruno@clisp.org>
27334
27335         * lib/inttypes_.h (SCNX*): Remove definitions.
27336         Reported by Eric Blake.
27337
27338 2006-08-28  Bruno Haible  <bruno@clisp.org>
27339
27340         * lib/c-strstr.h: New file, from GNU gettext.
27341         * lib/c-strstr.c: New file, from GNU gettext.
27342
27343 2006-08-28  Bruno Haible  <bruno@clisp.org>
27344
27345         * gnulib-tool: Reorder some statements.
27346
27347 2006-08-28  Bruno Haible  <bruno@clisp.org>
27348
27349         * gnulib-tool: New option --makefile-name.
27350         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
27351         $makefile_name.
27352         (func_import): Write $makefile_name to the cache file, and read it from
27353         there unless explicitly specified. Use $makefile_name as file name
27354         instead of Makefile.am. Adjust the recommendations accordingly.
27355
27356 2006-08-28  Bruno Haible  <bruno@clisp.org>
27357
27358         * gnulib-tool (func_verify_module): Check against misapplying patch.
27359
27360 2006-08-28  Bruno Haible  <bruno@clisp.org>
27361
27362         * gnulib-tool (func_relativize, func_relconcat): New functions.
27363         Give an error if --local-dir is given with --update.
27364         Remove trailing slashes from $local_gnulib_dir.
27365         (func_import): Store the relativized $local_gnulib_dir in
27366         gnulib-cache.m4, and read it from there if not specified explicitly.
27367
27368 2006-08-28  Bruno Haible  <bruno@clisp.org>
27369
27370         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
27371         is the current directory. Respect also $local_gnulib_dir.
27372
27373 2006-08-28  Bruno Haible  <bruno@clisp.org>
27374             Simon Josefsson  <jas@extundo.com>
27375
27376         BeOS portability.
27377         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
27378
27379 2006-08-27  Jim Meyering  <jim@meyering.net>
27380
27381         * doc/visibility.texi: Remove duplicate word: "pointer".
27382
27383 2006-08-26  Bruno Haible  <bruno@clisp.org>
27384
27385         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
27386         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
27387         (Makefile.am): Create inttypes.h from inttypes_.h.
27388         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
27389
27390         * modules/imaxabs: New file.
27391
27392         * modules/imaxdiv: New file.
27393
27394 2006-08-26  Bruno Haible  <bruno@clisp.org>
27395
27396         * m4/inttypes.m4: New file.
27397         * m4/_inttypes_h.m4: Remove file.
27398         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
27399         PRI_MACROS_BROKEN.
27400         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
27401
27402         * m4/imaxabs.m4: New file.
27403
27404         * m4/imaxdiv.m4: New file.
27405
27406 2006-08-26  Bruno Haible  <bruno@clisp.org>
27407
27408         * lib/inttypes_.h: New file.
27409         * lib/inttypes.h: Remove file.
27410         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
27411
27412         * lib/imaxabs.c: New file.
27413
27414         * lib/imaxdiv.c: New file.
27415
27416 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27417
27418         New config-h module, so that "make" output needn't be cluttered
27419         by -DHAVE_CONFIG_H.
27420         * MODULES.html.sh (Support for building libraries and executables):
27421         Add config-h.
27422         * modules/config-h: New file.
27423         * gnulib-tool (nl, sed_transform_lib_file): New vars.
27424         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
27425         the config-h module is used.
27426
27427         New configmake module, so that "make" output needn't be cluttered
27428         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
27429         * MODULES.html.sh (Support for building libraries and executables):
27430         Add configmake.
27431         * modules/configmake: New file.
27432
27433 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27434
27435         * m4/config-h.m4: New file.
27436
27437 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27438
27439         * config/srclist.txt: Add elisp-comp.
27440
27441 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27442
27443         * MODULES.html.sh (Support for building libraries and executables):
27444         Add elisp-comp.
27445         * build-aux/elisp-comp: New file.
27446         * modules/elisp-comp: New file.
27447
27448 2006-08-24  Bruno Haible  <bruno@clisp.org>
27449
27450         * gnulib-tool (func_create_testdir): Use non-default values of
27451         sourcebase and m4base.
27452
27453 2006-08-24  Bruno Haible  <bruno@clisp.org>
27454
27455         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
27456         HTML structure.
27457
27458 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27459
27460         * modules/openat (Depends-on): Add lchown.
27461
27462 2006-08-23  Bruno Haible  <bruno@clisp.org>
27463
27464         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
27465         of gl_LOCK_EARLY instead of gl_LOCK.
27466
27467 2006-08-23  Bruno Haible  <bruno@clisp.org>
27468
27469         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
27470         on OSF/1 to no.
27471         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
27472
27473 2006-08-23  Bruno Haible  <bruno@clisp.org>
27474
27475         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
27476         as unusable.
27477
27478         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
27479         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
27480         (gl_LOCK): New macro.
27481
27482 2006-08-22  Simon Josefsson  <jas@extundo.com>
27483
27484         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
27485         to md5 module.
27486
27487 2006-08-22  Simon Josefsson  <jas@extundo.com>
27488
27489         * MODULES.html.sh: Add "Support for maintaining and release
27490         projects".
27491
27492         * build-aux/gnupload: New file, from coreutils.
27493
27494 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27495
27496         Avoid the need for AC_LIBSOURCES in m4 macros.
27497         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
27498         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
27499         * modules/check-version (EXTRA_DIST): Add check-version.h.
27500         * modules/crc (EXTRA_DIST): Add crc.h.
27501         * modules/des (EXTRA_DIST): Add des.h.
27502         * modules/gc (EXTRA_DIST): Add gc.h.
27503         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
27504         * modules/getline (EXTRA_DIST): Add getline.h.
27505         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
27506         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
27507         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
27508         * modules/md2 (EXTRA_DIST): Add md2.h.
27509         * modules/md4 (EXTRA_DIST): Add md4.h.
27510         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
27511         * modules/read-file (EXTRA_DIST): Add read-file.h.
27512         * modules/readline (EXTRA_DIST): Add readline.h.
27513         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
27514         rijndael-api-fst.h.
27515
27516 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27517
27518         * m4/rijndael.m4 (gl_ARCFOUR):
27519         * m4/arctwo.m4 (gl_ARCTWO):
27520         * m4/check-version.m4 (gl_CHECK_VERSION):
27521         * m4/crc.m4 (gl_CRC):
27522         * m4/des.m4 (gl_DES):
27523         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
27524         * m4/gc.m4 (gl_GC):
27525         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
27526         * m4/getline.m4 (gl_FUNC_GETLINE):
27527         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
27528         * m4/hmac-md5.m4 (gl_HMAC_MD5):
27529         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
27530         * m4/md2.m4 (gl_MD2):
27531         * m4/md4.m4 (gl_MD4):
27532         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
27533         * m4/read-file.m4 (gl_FUNC_READ_FILE):
27534         * m4/readline.m4 (gl_FUNC_READLINE):
27535         * m4/rijndael.m4 (gl_RIJNDAEL):
27536         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
27537         to get the necessary .h files and whatnot.
27538
27539 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27540
27541         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
27542         gnulib rather than the other way around.
27543         * config/srclistvars.sh (COREUTILS): Remove.
27544
27545 2006-08-22  Jim Meyering  <jim@meyering.net>
27546
27547         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
27548
27549         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
27550
27551 2006-08-22  Eric Blake  <ebb9@byu.net>
27552
27553         * modules/regexprops-generic: New file.
27554         * MODULES.html.sh (Support for building documentation): List it.
27555
27556 2006-08-22  Eric Blake  <ebb9@byu.net>
27557
27558         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
27559         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
27560         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
27561         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
27562
27563 2006-08-22  Bruno Haible  <bruno@clisp.org>
27564
27565         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
27566         and lib_LTLIBRARIES like the other lib_* variables.
27567
27568 2006-08-22  Bruno Haible  <bruno@clisp.org>
27569
27570         * build-aux/x-to-1.in: New file, from GNU gettext.
27571
27572 2006-08-22  Bruno Haible  <bruno@clisp.org>
27573
27574         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
27575         <utmpx.h> exists.
27576
27577 2006-08-22  Bruno Haible  <bruno@clisp.org>
27578
27579         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
27580         <utmpx.h> exists.
27581
27582 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
27583
27584         BeOS portability.
27585         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
27586         exist.
27587         Problem reported by Bruno Haible.
27588
27589 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
27590
27591         Avoid the need for AC_LIBSOURCES in m4 macros.
27592         * modules/acl (EXTRA_DIST): Add acl.h.
27593         * modules/argmatch (Files): Add m4/argmatch.m4.
27594         (configure.ac): Add gl_ARGMATCH.
27595         (EXTRA_DIST): Renamed from lib_SOURCES, for
27596         consistency with the other modules.  Remove argmatch.c.
27597         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
27598         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
27599         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
27600         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
27601         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
27602         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
27603         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
27604         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
27605         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
27606         * modules/closeout (EXTRA_DIST): Add closeout.h.
27607         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
27608         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
27609         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
27610         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
27611         dirname.h; remove basename.c and stripslash.c.
27612         * modules/exclude (EXTRA_DIST): Add exclude.h.
27613         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
27614         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
27615         * modules/file-type (EXTRA_DIST): Add file-type.h.
27616         * modules/filemode (EXTRA_DIST): Add filemode.h.
27617         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
27618         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
27619         * modules/fpending (EXTRA_DIST): Add __fpending.h.
27620         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
27621         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
27622         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
27623         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
27624         * modules/getdate (EXTRA_DIST): Add getdate.c.
27625         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
27626         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
27627         * modules/getpass (EXTRA_DIST): Add getpass.h.
27628         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
27629         * modules/group-member (EXTRA_DIST): Add group-member.h.
27630         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
27631         * modules/hash (EXTRA_DIST): Add hash.h.
27632         * modules/human (EXTRA_DIST): Add human.h.
27633         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
27634         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
27635         * modules/lchown (EXTRA_DIST): Add lchown.h.
27636         * modules/long-options (EXTRA_DIST): Add long-options.h.
27637         * modules/lstat (EXTRA_DIST): Add lstat.h.
27638         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
27639         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
27640         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
27641         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
27642         * modules/memxor (EXTRA_DIST): Add memxor.h.
27643         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
27644         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
27645         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
27646         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
27647         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
27648         * modules/physmem (EXTRA_DIST): Add physmem.h.
27649         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
27650         * modules/posixver (EXTRA_DIST): Add posixver.h.
27651         * modules/quote (EXTRA_DIST): Add quote.h.
27652         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
27653         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
27654         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
27655         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
27656         regex_internal.h regexec.c.
27657         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
27658         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
27659         * modules/same (EXTRA_DIST): Add same.h.
27660         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
27661         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
27662         * modules/savedir (EXTRA_DIST): Add savedir.h.
27663         * modules/sha1 (EXTRA_DIST): Add sha1.h.
27664         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
27665         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
27666         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
27667         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
27668         * modules/strdup (EXTRA_DIST): Add strdup.h.
27669         * modules/strftime (EXTRA_DIST): Add strftime.h.
27670         * modules/strndup (EXTRA_DIST): Add strndup.h.
27671         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
27672         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
27673         * modules/time_r (EXTRA_DIST): Add time_r.h.
27674         * modules/timespec (EXTRA_DIST): Add timespec.h.
27675         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
27676         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
27677         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
27678         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
27679         * modules/userspec (EXTRA_DIST): Add userspec.h.
27680         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
27681         * modules/utimens (EXTRA_DIST): Add utimens.h.
27682         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
27683         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
27684         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
27685         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
27686         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
27687         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
27688         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
27689         * modules/yesno (EXTRA_DIST): Add yesno.h.
27690
27691 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
27692
27693         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
27694
27695         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
27696         * m4/dev-ino.m4, same-inode.m4: Remove.
27697
27698         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
27699         * m4/acl.m4 (AC_FUNC_ACL):
27700         * m4/backupfile.m4 (gl_BACKUPFILE):
27701         * m4/c-strtod.m4 (gl_C99_STRTOLD):
27702         * m4/canon-host.m4 (gl_CANON_HOST):
27703         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
27704         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
27705         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
27706         * m4/cloexec.m4 (gl_CLOEXEC):
27707         * m4/close-stream.m4 (gl_CLOSE_STREAM):
27708         * m4/closeout.m4 (gl_CLOSEOUT):
27709         * m4/dirfd.m4 (gl_FUNC_DIRFD):
27710         * m4/dirname.m4 (gl_DIRNAME):
27711         * m4/exclude.m4 (gl_EXCLUDE):
27712         * m4/exitfail.m4 (gl_EXITFAIL):
27713         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
27714         * m4/file-type.m4 (gl_FILE_TYPE):
27715         * m4/filemode.m4 (gl_FILEMODE):
27716         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
27717         * m4/fpending.m4 (gl_FUNC_FPENDING):
27718         * m4/fprintftime.m4 (gl_FPRINTFTIME):
27719         * m4/fts.m4 (gl_FUNC_FTS):
27720         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
27721         * m4/getdate.m4 (gl_GETDATE):
27722         * m4/gethrxtime.m4 (gl_GETHRXTIME):
27723         * m4/getpagesize.m4 (gl_GETPAGESIZE):
27724         * m4/getpass.m4 (gl_FUNC_GETPASS):
27725         * m4/gettime.m4 (gl_GETTIME):
27726         * m4/getugroups.m4 (gl_GETUGROUPS):
27727         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
27728         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
27729         * m4/hard-locale.m4 (gl_HARD_LOCALE):
27730         * m4/hash.m4 (gl_HASH):
27731         * m4/idcache.m4 (gl_IDCACHE):
27732         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
27733         * m4/lchown.m4 (gl_FUNC_LCHOWN):
27734         * m4/long-options.m4 (gl_LONG_OPTIONS):
27735         * m4/lstat.m4 (gl_FUNC_LSTAT):
27736         * m4/md5.m4 (gl_MD5):
27737         * m4/memcasecmp.m4 (gl_MEMCASECMP):
27738         * m4/memcoll.m4 (gl_MEMCOLL):
27739         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
27740         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
27741         * m4/memxor.m4 (gl_MEMXOR):
27742         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
27743         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
27744         * m4/modechange.m4 (gl_MODECHANGE):
27745         * m4/mountlist.m4 (gl_MOUNTLIST):
27746         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
27747         * m4/openat.m4 (gl_FUNC_OPENAT):
27748         * m4/pathmax.m4 (gl_PATHMAX):
27749         * m4/physmem.m4 (gl_PHYSMEM):
27750         * m4/posixtm.m4 (gl_POSIXTM):
27751         * m4/posixver.m4 (gl_POSIXVER):
27752         * m4/quote.m4 (gl_QUOTE):
27753         * m4/quotearg.m4 (gl_QUOTEARG):
27754         * m4/readtokens.m4 (gl_READTOKENS):
27755         * m4/readutmp.m4 (gl_READUTMP):
27756         * m4/regex.m4 (gl_REGEX):
27757         * m4/safe-read.m4 (gl_SAFE_READ):
27758         * m4/safe-write.m4 (gl_SAFE_WRITE):
27759         * m4/same.m4 (gl_SAME):
27760         * m4/save-cwd.m4 (gl_SAVE_CWD):
27761         * m4/savedir.m4 (gl_SAVEDIR):
27762         * m4/settime.m4 (gl_SETTIME):
27763         * m4/sha1.m4 (gl_SHA1):
27764         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
27765         * m4/stat-macros.m4 (gl_STAT_MACROS):
27766         * m4/stat-time.m4 (gl_STAT_TIME):
27767         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
27768         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
27769         * m4/strdup.m4 (gl_FUNC_STRDUP):
27770         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
27771         * m4/strndup.m4 (gl_FUNC_STRNDUP):
27772         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
27773         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
27774         * m4/time_r.m4 (gl_TIME_R):
27775         * m4/timespec.m4 (gl_TIMESPEC):
27776         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
27777         * m4/unlinkdir.m4 (gl_UNLINKDIR):
27778         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
27779         * m4/userspec.m4 (gl_USERSPEC):
27780         * m4/utimecmp.m4 (gl_UTIMECMP):
27781         * m4/utimens.m4 (gl_UTIMENS):
27782         * m4/xalloc.m4 (gl_XALLOC):
27783         * m4/xgetcwd.m4 (gl_XGETCWD):
27784         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
27785         * m4/xreadlink.m4 (gl_XREADLINK):
27786         * m4/xstrtod.m4 (gl_XSTRTOD):
27787         * m4/yesno.m4 (gl_YESNO):
27788         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
27789         to get the necessary .h files and whatnot.
27790
27791 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
27792             Bruno Haible  <bruno@clisp.org>
27793
27794         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
27795         /bin/sh understanding of '!' conditional negation.
27796
27797 2006-08-21  Jim Meyering  <jim@meyering.net>
27798
27799         * modules/openat (Depends-on): Really alphabetize.
27800
27801         * modules/acl (Depends-on): Add error and quote.
27802
27803         * check-module (find_included_lib_files): Add at-func.c to the
27804         ok-to-include-more-than-once white list.
27805
27806         * modules/openat (Depends-on): Add lstat.  Alphabetize.
27807
27808 2006-08-21  Bruno Haible  <bruno@clisp.org>
27809
27810         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27811         Emit a pkgdata_DATA variable only if some snippets add contents to it.
27812         Reported by Martin Lambers <marlam@marlam.de>.
27813
27814 2006-08-21  Bruno Haible  <bruno@clisp.org>
27815
27816         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
27817         specify an installation location, don't emit a noinst_LIBRARIES or
27818         noinst_LTLIBRARIES assignment.
27819
27820 2006-08-21  Bruno Haible  <bruno@clisp.org>
27821
27822         BeOS portability.
27823         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
27824         BeOS has mbrtowc() but no <wctype.h>.
27825
27826 2006-08-21  Bruno Haible  <bruno@clisp.org>
27827
27828         BeOS portability.
27829         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
27830         exist.
27831
27832 2006-08-21  Bruno Haible  <bruno@clisp.org>
27833
27834         BeOS portability.
27835         * lib/mbchar.h: Include <wctype.h> only if it exists.
27836
27837 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27838
27839         Remove files that are no longer needed by their respective modules.
27840         * m4/obstack.m4: Remove.
27841         * m4/strerror_r.m4: Remove.
27842         * m4/uint32_t.m4: Remove.
27843         * m4/uintptr_t.m4: Remove.
27844         * m4/ullong_max.m4: Remove.
27845         * m4/xstrtoimax.m4: Remove.
27846         * m4/xstrtoumax.m4: Remove.
27847
27848         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
27849         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
27850         dependencies now capture this.
27851
27852         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
27853         Do not use AC_LIBSOURCES, since gnulib modules now do this.
27854         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
27855         * m4/human.m4 (gl_HUMAN): Likewise.
27856         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
27857         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
27858
27859         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
27860
27861         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
27862         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
27863         stdint.
27864         * m4/human.m4 (gl_HUMAN): Likewise.
27865         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
27866         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
27867         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
27868         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
27869         * m4/xstrtol (gl_XSTRTOL): Likewise.
27870
27871         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
27872         AC_TYPE_LONG_LONG_INT.
27873         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
27874         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
27875         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
27876         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
27877
27878         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
27879         on stdbool.
27880
27881         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
27882         (gl_PREREQ_XSTRTOUL): Remove.
27883
27884         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
27885
27886         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
27887         mode.
27888
27889 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27890
27891         Add and change modules to make it easier for coreutils to use
27892         gnulib-tool.
27893         * modules/backupfile (Files): Remove m4/d-ino.m4.
27894         (Depends-on): Add d-ino.
27895         * modules/cycle-check (Depends-on): Add stdint.
27896         (lib_SOURCES): Add cycle-check.h.
27897         * modules/d-ino: New module.
27898         * modules/d-type: New module.
27899         * modules/error (Files): Remove m4/strerror_r.m4.
27900         * modules/filemode (Files): Add m4/st_dm_mode.m4.
27901         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
27902         m4/inttypes_h.m4, m4/uintmax_t.m4.
27903         (Depends-on): Add stdint.
27904         (lib_SOURCES): Add fsusage.h.
27905         * modules/getcwd (Files): Remove d-ino.m4.
27906         (Depends-on): Add d-ino.
27907         * modules/getndelim2 (Depends-on): Add stdint.
27908         * modules/glob (Files): Remove m4/d-type.m4.
27909         (Depends-on): Add d-type.
27910         * modules/host-os: New module.
27911         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
27912         m4/inttypes_h.m4, m4/uintmax_t.m4.
27913         * Depends-on: Add stdint.
27914         (lib_SOURCES): Add human.h.
27915         * modules/inttostr (Files): Remove m4/intmax_t.m4,
27916         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
27917         m4/uintmax_t.m4, m4/ulonglong.m4.
27918         (Depends-on): Add stdint.
27919         (EXTRA_DIST): Add inttostr.h.
27920         * modules/lchmod: New module.
27921         * modules/link-follow: New module.
27922         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
27923         (Depends-on): Add lchmod.
27924         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
27925         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
27926         (Depends-on): Add stdint.
27927         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
27928         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
27929         (Depends-on): Add stdint.
27930         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
27931         * modules/perl: New module.
27932         * modules/regex (Depends-on): Add stdint.
27933         * modules/rmdir-errno: New module.
27934         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
27935         m4/intmax_t.m4.
27936         (Depends-on): Add stdint.
27937         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
27938         m4/uintmax_t.m4.
27939         (Depends-on): Add stdint.
27940         * modules/unlink-busy: New module.
27941         * modules/utimecmp (Depends-on): Add stdint.
27942         * modules/uptime: New module.
27943         * modules/winsz-ioctl: New module.
27944         * modules/winsz-termios: New module.
27945         * modules/xnanosleep (Depends-on): Add nanosleep.
27946         * modules/ullong_max: Remove.
27947         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
27948         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
27949         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
27950         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
27951         (Depends-on): Add inttypes.
27952         (lib_SOURCES): Add xstrtol.h.
27953         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
27954         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
27955         * MODULES.html.sh: Move 'assert' into the assert section.
27956         Move 'dummy' into the linking section.
27957         Remove ullong_max.
27958         Add section for compatibility checks for POSIX:2001 functions,
27959         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
27960         winsz-ioctl, and winsz-termios into it.
27961         Add lchmod.
27962         Add top-level Misc section and put host-os, perl, and uptime
27963         into it.
27964
27965 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27966
27967         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
27968         now assume the stdint module.  Do not include inttypes.h.
27969         * lib/fsusage.h: Likewise.
27970         * lib/getndelim2.c: Likewise.
27971         * lib/human.h: Likewise.
27972         * lib/inttostr.h: Likewise.
27973         * lib/obstack.c: Likewise.
27974         * lib/regex_internal.h: Likewise.
27975         * lib/tempname.c: Likewise.
27976         * lib/utimecmp.c: Likewise.
27977         * lib/xstrtol.h: Likewise.
27978
27979         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
27980
27981         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
27982         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
27983         * lib/xtime.h: Likewise.
27984
27985 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27986
27987         * modules/openat (Files): Add lib/fchmodat.c.
27988         Fixes problem reported by Jay Youngman.
27989
27990 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27991
27992         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
27993         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
27994
27995 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
27996             Bruno Haible  <bruno@clisp.org>
27997
27998         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
27999         and is a script that invokes bison. Tighten the code. Add comments.
28000
28001 2006-08-18  Jim Meyering  <jim@meyering.net>
28002
28003         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
28004         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
28005         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
28006         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
28007
28008 2006-08-18  Bruno Haible  <bruno@clisp.org>
28009
28010         * modules/bison-i18n: New file.
28011         * MODULES.html.sh (Internationalization functions): Add it.
28012
28013 2006-08-18  Bruno Haible  <bruno@clisp.org>
28014
28015         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
28016         sys/statvfs.h. When getmntinfo was found, check its declaration and
28017         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
28018
28019 2006-08-18  Bruno Haible  <bruno@clisp.org>
28020
28021         * m4/bison-i18n.m4: New file, from bison.
28022
28023 2006-08-18  Bruno Haible  <bruno@clisp.org>
28024
28025         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
28026         (ME_DUMMY): Treat "kernfs" as a dummy.
28027         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
28028
28029 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28030
28031         Update from coreutils.
28032
28033         2006-08-15  Jim Meyering  <jim@meyering.net>
28034
28035         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
28036
28037         2006-01-17  Jim Meyering  <jim@meyering.net>
28038
28039         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
28040
28041         2006-01-11  Jim Meyering  <jim@meyering.net>
28042
28043         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
28044         Check for the lchmod function.
28045
28046 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28047
28048         Update from coreutils.
28049
28050         * lib/__fpending.h: Add copyright notice.
28051         * lib/fprintftime.h: Likewise.
28052         * lib/savedir.c: Use (C) in copyright notice.
28053         * lib/savedir.h: Likewise.
28054
28055         2006-08-15  Jim Meyering  <jim@meyering.net>
28056
28057         * lib/at-func.c: New file, with the logic of all emulated at-functions.
28058         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
28059         in support of the EXPECTED_ERRNO macro.
28060         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
28061         definitions.  Instead, define the appropriate symbols and include
28062         "at-func.c".
28063         * lib/mkdirat.c (mkdirat): Likewise.
28064         * lib/fchmodat.c (fchmodat): Likewise.
28065         (ENOSYS): Remove definition.
28066         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
28067         it.  Don't include "unistd--.h" -- it wasn't ever used.
28068
28069         2006-01-17  Jim Meyering  <jim@meyering.net>
28070
28071         Rewrite fts.c not to change the current working directory,
28072         by using openat, fstatat, fdopendir, etc..
28073
28074         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
28075         (HAVE_OPENAT_SUPPORT): Define.
28076         [_LIBC] (fchdir): Don't undef or define; no longer used.
28077         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
28078         Now, this `function' always succeeds, and consumes its file descriptor
28079         parameter -- so callers must not close such FDs.  Update callers.
28080         (diropen_fd, opendirat, cwd_advance_fd): New functions.
28081         (diropen): Add parameter, SP.  Adjust all callers.
28082         Implement using diropen_fd, rather than open.
28083         (fts_open): Initialize new member, fts_cwd_fd.
28084         Remove fts_rft-setting code.
28085         (fts_close): Close fts_cwd_fd, if necessary.
28086         (__opendir2): Define in terms of opendir or opendirat,
28087         depending on whether the FST_NOCHDIR flag is set.
28088         (fts_build): Since fts_safe_changedir consumes its FD, and since
28089         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
28090         and close the dup'd file descriptor upon failure.
28091         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
28092         (fts_safe_changedir): Tweak semantics to reflect that this function
28093         now calls cwd_advance_fd and hence consumes its FD argument.
28094         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
28095         [struct FTS] (fts_rft): Remove now-unused member.
28096         [struct FTS] (fts_cycle.state): Improve comment.
28097
28098         * lib/openat.c (openat_needs_fchdir): New function.
28099         * lib/openat.h (openat_needs_fchdir): Declare it.
28100
28101 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28102
28103         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
28104         Problem and fix reported by Pádraig Brady in
28105         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
28106
28107 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28108
28109         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
28110
28111 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28112
28113         * lib/memcoll.c (memcoll): Optimize for the common case where the
28114         arguments are bytewise equal.
28115
28116 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28117
28118         * doc/regexprops-generic.texi: Add a copyright notice.
28119
28120 2006-08-15  Bruno Haible  <bruno@clisp.org>
28121
28122         * modules/tmpdir (License): Change to LGPL.
28123
28124 2006-08-15  Bruno Haible  <bruno@clisp.org>
28125
28126         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
28127         module.
28128
28129 2006-08-14  Simon Josefsson  <jas@extundo.com>
28130
28131         * config/srclist.txt: Add gnupload.
28132
28133 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28134
28135         Change copyright notice from LGPL 2 to GPL 2, since that's the
28136         standard form used in the gnulib repository.
28137         * tests/test-lock.c: Likewise.
28138         * tests/test-stdint.c: Likewise.
28139         * tests/test-tls.c: Likewise.
28140
28141         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
28142         prelude-manager.  User shorter URLs for GNU projects, without '?'.
28143         Add copyright notice.
28144
28145         * check-module: Add copyright notice.  Output a copyright
28146         notice if "--version" is specified.
28147         * modules/COPYING: New file.
28148         * tests/test-getaddrinfo.c: Add copyright notice.
28149         * tests/test-verify.c: Likewise.
28150
28151 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28152
28153         Change copyright notice from LGPL 2 to GPL 2, since that's the
28154         standard form used in the gnulib repository.
28155         * lib/lock.c: LGPL -> GPL.
28156         * lib/lock.h: Likewise.
28157         * lib/strnlen1.c: Likewise.
28158         * lib/strnlen1.h: Likewise.
28159         * lib/tls.c: Likewise.
28160         * lib/tls.h: Likewise.
28161         * lib/tmpdir.c: Likewise.
28162
28163         * lib/TODO: Remove; this belongs only in coreutils.
28164
28165 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28166
28167         Add copyright notices to long-enough files that lack them, since
28168         otherwise the files aren't clearly free.  Use the same notice that
28169         getdate.texi already uses.
28170         * doc/alloca-opt.texi: Add copyright notice.
28171         * doc/alloca.texi: Likewise.
28172         * doc/ctime.texi: Likewise.
28173         * doc/functions.texi: Likewise.
28174         * doc/gcd.texi: Likewise.
28175         * doc/gnulib-tool.texi: Likewise.
28176         * doc/inet_ntoa.texi: Likewise.
28177         * doc/visibility.texi: Likewise.
28178
28179         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
28180         * doc/quote.texi: Add copyright notice.
28181
28182         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
28183         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
28184         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
28185         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
28186         is now obsolete, and give a pointer to the Sun list.
28187         Add copyright notice.
28188
28189 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28190
28191         * config/srclistvars.sh: Add copyright notice.
28192
28193 2006-08-14  Eric Blake  <ebb9@byu.net>
28194
28195         Import the following change from libc:
28196
28197         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
28198
28199         Upstream bug 2997.
28200         * lib/misc/error.c: Add space between program name and message if file
28201         name is missing.
28202
28203 2006-08-12  Karl Berry  <karl@gnu.org>
28204
28205         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
28206         remove, these originate in gnulib now.
28207
28208 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28209
28210         * doc/Makefile (standards.info standards.html standards.dvi):
28211         Also depend on make-stds.texi.
28212
28213 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28214
28215         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
28216         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
28217
28218         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
28219         in wchar_t.  Problem reported by Eric Blake.
28220
28221         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
28222         LEN is smaller than SIZE.  Suggested by Bruno Haible.
28223         Also, help the compiler to keep LEN in a register.
28224
28225 2006-08-11  Eric Blake  <ebb9@byu.net>
28226
28227         * users.txt: Sort.  Add tar.
28228
28229 2006-08-11  Bruno Haible  <bruno@clisp.org>
28230
28231         * users.txt: New file.
28232
28233 2006-08-11  Bruno Haible  <bruno@clisp.org>
28234
28235         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
28236         before <wchar.h>. Needed for OSF/1 and BSD/OS.
28237
28238 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28239
28240         * modules/snprintf (Depends-on): Remove minmax.
28241         (Maintainer): Add self and Bruno.
28242
28243 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28244
28245         * lib/.cppi-disable: Add snprintf.h, socket_.h.
28246         * lib/snprintf.c: Include <errno.h> and <limits.h>.
28247         (EOVERFLOW): Define if the system does not.
28248         Do not include "minmax.h"; it wasn't used.
28249         (snprintf): Don't assume size_t promotes to an unsigned type.
28250         Fix bug when generated string was too long for the buffer: the
28251         buffer's contents are supposed to be the initial prefix of the
28252         output.  Don't assume vasnprintf returns EOVERFLOW if the size
28253         exceeds INT_MAX; do the check ourselves.
28254
28255         Import the following changes from libc:
28256
28257         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
28258
28259         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
28260         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
28261         set wc to the byte which couldn't be converted.
28262         (re_string_reconstruct): Don't clear valid_raw_len before calling
28263         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
28264         tip_context using re_string_context_at.
28265
28266         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
28267
28268         * lib/posix/regex.h: g++ still cannot handled [restrict].
28269
28270         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
28271
28272         * lib/posix/regex.h: Remove special handling for VMS.
28273
28274 2006-08-10  Jim Meyering  <jim@meyering.net>
28275
28276         * modules/same-inode: New module.
28277         * modules/dev-ino: New module.
28278         * modules/cycle-check: Depend on these modules, rather than simply
28279         including their .h files.
28280         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
28281         required via m4/cycle-check.m4.
28282         * modules/same: Depend on new same-inode module, rather than
28283         including same-inode.h.
28284         * modules/chdir-safer: New file.
28285
28286         * modules/chown (Depends-on): Add stat-macros.
28287
28288 2006-08-10  Jim Meyering  <jim@meyering.net>
28289
28290         * m4/cycle-check.m4: New file.
28291         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
28292         * m4/dev-ino.m4, m4/same-inode.m4: New files.
28293
28294 2006-08-10  Eric Blake  <ebb9@byu.net>
28295
28296         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
28297         in from original proposal.
28298
28299 2006-08-10  Eric Blake  <ebb9@byu.net>
28300         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28301
28302         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
28303         namespace.
28304
28305 2006-08-10  Bruno Haible  <bruno@clisp.org>
28306
28307         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
28308         as well.
28309
28310 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28311
28312         Sync from coreutils.
28313
28314         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
28315
28316         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
28317         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
28318
28319 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28320
28321         * modules/restrict: Remove; no longer needed now that we assume
28322         Autoconf 2.59 or later.
28323         * MODULES.html.sh: Remove 'restrict'.
28324         * modules/argp (Depends-on): Remove 'restrict'.
28325         * modules/base64 (Depends-on): Likewise.
28326         * modules/gc (Depends-on): Likewise.
28327         * modules/getaddrinfo (Depends-on): Likewise.
28328         * modules/glob (Depends-on): Likewise.
28329         * modules/inet_ntop (Depends-on): Likewise.
28330         * modules/inet_pton (Depends-on): Likewise.
28331         * modules/memxor (Depends-on): Likewise.
28332         * modules/regex (Depends-on): Likewise.
28333         * modules/strtok_r (Depends-on): Likewise.
28334         * modules/time_r (Depends-on): Likewise.
28335
28336 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28337
28338         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
28339         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
28340         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28341         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
28342         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
28343         * m4/memxor.m4 (gl_MEMXOR): Likewise.
28344         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
28345         gl_C_RESTRICT replaced by AC_C_RESTRICT.
28346
28347         Merge from coreutils.
28348         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
28349         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
28350         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28351         * m4/time_r.m4 (gl_TIME_R): Likewise.
28352
28353 2006-08-09  Karl Berry  <karl@gnu.org>
28354
28355         * config/srclist.txt: no more gettext-tools, per Bruno.
28356
28357 2006-08-08  Eric Blake  <ebb9@byu.net>
28358
28359         * modules/verror: New module.
28360         * MODULES.html.sh: Document it.
28361
28362 2006-08-08  Eric Blake  <ebb9@byu.net>
28363
28364         * lib/verror.h, lib/verror.c: New files.
28365
28366 2006-08-08  Eric Blake  <ebb9@byu.net>
28367
28368         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
28369         verror_at_line output complies with GNU Coding Standards even when
28370         file is NULL.
28371
28372 2006-08-07  Bruno Haible  <bruno@clisp.org>
28373
28374         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
28375         versions of AIX.
28376         Reported by Ralf Wildenhues.
28377
28378 2006-08-07  Bruno Haible  <bruno@clisp.org>
28379
28380         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
28381         in an AC_DEFUN. Needed so that the autoconf snippets can use
28382         AC_REQUIRE.
28383
28384 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28385
28386         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28387         Initialize pkgdata_DATA.
28388         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
28389         overriding it.
28390
28391 2006-08-06  Eric Blake  <ebb9@byu.net>
28392
28393         * lib/error.h: Fold in some upstream changes from glibc.
28394         * lib/error.c: Likewise.
28395
28396 2006-08-04  Bruno Haible  <bruno@clisp.org>
28397
28398         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28399         Make the mostlyclean-local rule depend on mostlyclean-generic.
28400         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
28401
28402 2006-07-31  Bruno Haible  <bruno@clisp.org>
28403
28404         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
28405         <stdlib.h>, <string.h>.
28406
28407 2006-07-30  Bruno Haible  <bruno@clisp.org>
28408
28409         * modules/readlink (License): Change to LGPL.
28410
28411 2006-07-30  Bruno Haible  <bruno@clisp.org>
28412
28413         * modules/javaversion (Makefile.am): Distribute javaversion.java and
28414         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
28415         set PKGDATADIR to point to it.
28416
28417 2006-07-30  Bruno Haible  <bruno@clisp.org>
28418
28419         * modules/csharpexec (configure.ac): Comment out macro invocation.
28420         * modules/javaexec (configure.ac): Likewise.
28421         * modules/javacomp-script (configure.ac): Likewise.
28422
28423         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
28424
28425 2006-07-30  Bruno Haible  <bruno@clisp.org>
28426
28427         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
28428         linked-list.
28429
28430 2006-07-30  Bruno Haible  <bruno@clisp.org>
28431
28432         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
28433
28434 2006-07-30  Bruno Haible  <bruno@clisp.org>
28435
28436         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28437         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
28438         get removed.
28439
28440 2006-07-29  Bruno Haible  <bruno@clisp.org>
28441
28442         Make it possible for gnulib-tool to work with locally modified or
28443         augmented gnulib repositories.
28444         * gnulib-tool (func_usage): Document --local-dir option.
28445         (local_gnulib_dir): New variable.
28446         Handle --local-dir option.
28447         (func_lookup_file): New function.
28448         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
28449         (func_get_description, func_get_filelist, func_get_description,
28450         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
28451         func_get_automake_snippet, func_get_include_directive,
28452         func_get_license, func_get_maintainer): Use func_lookup_file.
28453         (func_import, func_create_testdir): Use func_lookup_file.
28454
28455 2006-07-29  Bruno Haible  <bruno@clisp.org>
28456
28457         * modules/setenv (Depends-on): Add unistd.
28458
28459 2006-07-29  Bruno Haible  <bruno@clisp.org>
28460
28461         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
28462
28463 2006-07-29  Bruno Haible  <bruno@clisp.org>
28464
28465         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
28466
28467 2006-07-29  Bruno Haible  <bruno@clisp.org>
28468
28469         * gnulib-tool (import, update): If there is no Makefile.am, look at
28470         aclocal.m4, instead of bailing out.
28471
28472 2006-07-29  Bruno Haible  <bruno@clisp.org>
28473
28474         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
28475         Categorize the options by when they are useful.
28476
28477 2006-07-29  Bruno Haible  <bruno@clisp.org>
28478
28479         * gnulib-tool (func_usage): Document option --no-libtool.
28480         Handle option --no-libtool.
28481         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
28482         for changed semantics of $libtool variable.
28483         (func_import): Likewise. If libtool is not used, show this through
28484         an option --no-libtool.
28485         (func_create_testdir): Update.
28486
28487 2006-07-29  Bruno Haible  <bruno@clisp.org>
28488
28489         * gnulib-tool (func_import): Extend error message about missing
28490         --doc-base.
28491
28492 2006-07-29  Bruno Haible  <bruno@clisp.org>
28493
28494         * gnulib-tool (func_import): Don't create the $docbase directory if
28495         there is no file to store there.
28496
28497 2006-07-29  Bruno Haible  <bruno@clisp.org>
28498
28499         * gnulib-tool (autoconf_minversion): If a --dir option is given and
28500         relevant, look for configure.ac there, not in the current directory.
28501         Also use a simple search for AC_PREREQ, not "autoconf --trace".
28502
28503 2006-07-29  Bruno Haible  <bruno@clisp.org>
28504
28505         * gnulib-tool (SORT): New variable.
28506         (func_usage): Undocument --assume-autoconf option.
28507         Remove --assume-autoconf option handling.
28508         (autoconf_minversion): Determine from the contents of configure.ac.
28509         (func_import): Remove autoconf_minversion handling.
28510         Suggested by Eric Blake.
28511
28512 2006-07-29  Bruno Haible  <bruno@clisp.org>
28513
28514         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
28515
28516 2006-07-29  Bruno Haible  <bruno@clisp.org>
28517
28518         * config/srclist.txt (*setenv.[ch]): Remove rules.
28519
28520 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28521
28522         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
28523
28524 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28525
28526         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
28527         arpa/inet.h.
28528
28529 2006-07-28  Simon Josefsson  <jas@extundo.com>
28530
28531         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
28532         * modules/inet_pton (Depends-on): Likewise.
28533
28534 2006-07-28  Simon Josefsson  <jas@extundo.com>
28535
28536         * m4/netinet_in_h.m4: New file.
28537
28538 2006-07-28  Simon Josefsson  <jas@extundo.com>
28539
28540         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
28541         #include's.
28542
28543 2006-07-28  Simon Josefsson  <jas@extundo.com>
28544
28545         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
28546         #include's.
28547
28548 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
28549
28550         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
28551         setgid on directories only if they set these bits.
28552         * lib/modechange.h: Remove obsolete comment about masks.
28553
28554 2006-07-28  Eric Blake  <ebb9@byu.net>
28555
28556         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
28557         macro expansion.
28558
28559 2006-07-28  Bruno Haible  <bruno@clisp.org>
28560
28561         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
28562
28563 2006-07-28  Bruno Haible  <bruno@clisp.org>
28564
28565         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
28566
28567 2006-07-28  Bruno Haible  <bruno@clisp.org>
28568
28569         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
28570         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
28571         Define fallbacks.
28572         Avoids link error on FreeBSD 4.x.
28573         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28574
28575         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
28576         encoding.
28577         * lib/mbswidth.c (iswcntrl): Likewise.
28578
28579 2006-07-27  Bruno Haible  <bruno@clisp.org>
28580
28581         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
28582         test.
28583
28584 2006-07-27  Bruno Haible  <bruno@clisp.org>
28585
28586         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
28587         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
28588         defined.
28589
28590 2006-07-26  Eric Blake  <ebb9@byu.net>
28591
28592         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
28593
28594 2006-07-26  Eric Blake  <ebb9@byu.net>
28595
28596         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
28597         like mingw that lack mkstemp.
28598         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
28599         avoid compilation warning on mingw.
28600
28601 2006-07-26  Bruno Haible  <bruno@clisp.org>
28602
28603         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
28604         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
28605         INT_FAST*_MIN, INTPTR_MIN.
28606
28607 2006-07-25  Bruno Haible  <bruno@clisp.org>
28608
28609         * modules/version-etc (Depends-on): Add stdarg.
28610
28611 2006-07-25  Bruno Haible  <bruno@clisp.org>
28612
28613         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
28614         complex commands.
28615
28616 2006-07-25  Bruno Haible  <bruno@clisp.org>
28617
28618         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
28619         defined in <stdarg.h> or config.h.
28620
28621 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
28624         (gl_STDIO_SAFER): Remove.
28625
28626 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
28627
28628         * MODULES.html.sh (File stream based Input/Output):
28629         Add fopen-safer, tmpfile-safer; remove stdio-safer.
28630         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
28631         * modules/fopen-safer, modules/tmpfile-safer: New files.
28632         * modules/stdio-safer: Remove.
28633
28634 2006-07-24  Bruno Haible  <bruno@clisp.org>
28635
28636         * modules/tmpdir: New file.
28637         * MODULES.html.sh (File system functions): Add it.
28638
28639 2006-07-24  Bruno Haible  <bruno@clisp.org>
28640
28641         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
28642         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
28643
28644 2006-07-24  Bruno Haible  <bruno@clisp.org>
28645
28646         * modules/clean-temp: New file.
28647
28648 2006-07-24  Bruno Haible  <bruno@clisp.org>
28649
28650         * m4/tmpdir.m4: New file, from GNU gettext.
28651
28652 2006-07-24  Bruno Haible  <bruno@clisp.org>
28653
28654         * lib/tmpdir.h: New file, from GNU gettext.
28655         * lib/tmpdir.c: New file, from GNU gettext.
28656
28657 2006-07-24  Bruno Haible  <bruno@clisp.org>
28658
28659         * lib/clean-temp.h: New file, from GNU gettext.
28660         * lib/clean-temp.c: New file, from GNU gettext.
28661
28662 2006-07-23  Eric Blake  <ebb9@byu.net>
28663
28664         * modules/stdio-safer (Files): Add tmpfile-safer.c.
28665         (Depends-on): Add binary-io.
28666
28667 2006-07-23  Eric Blake  <ebb9@byu.net>
28668
28669         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
28670
28671 2006-07-23  Eric Blake  <ebb9@byu.net>
28672
28673         * lib/tmpfile-safer.c: New file.
28674         * lib/stdio-safer.h (fopen_safer): Add prototype.
28675         * lib/stdio--.h (tmpfile): Make safer.
28676
28677 2006-07-23  Bruno Haible  <bruno@clisp.org>
28678
28679         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
28680         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
28681         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
28682         gl_linked_remove_at): Use it.
28683
28684 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28685         and Simon Josefsson <jas@extundo.com>
28686
28687         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
28688
28689         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
28690
28691 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28692
28693         * modules/close-stream: New file.
28694         * modules/closeout (Description): Make it clear that it exits
28695         with a diagnostic on error.
28696         (Depends-on): Add close-stream.  Remove fpending, stdbool.
28697         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
28698
28699 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28700
28701         * m4/close-stream.m4: New file.
28702
28703 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28704
28705         * lib/close-stream.c, lib/close-stream.h: New files.
28706
28707 2006-07-22  Bruno Haible  <bruno@clisp.org>
28708
28709         Merge from GNU gettext 0.15.
28710
28711         2006-05-01  Bruno Haible  <bruno@clisp.org>
28712
28713                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
28714
28715         2006-07-22  Bruno Haible  <bruno@clisp.org>
28716
28717                 * modules/javaversion: New file.
28718                 * MODULES.html.sh (Java): Add javaversion.
28719
28720         2006-03-12  Bruno Haible  <bruno@clisp.org>
28721
28722                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
28723
28724         2005-12-04  Bruno Haible  <bruno@clisp.org>
28725
28726                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
28727                 (untested).
28728
28729         2006-06-21  Bruno Haible  <bruno@clisp.org>
28730
28731                 Avoid warnings from recent versions of mcs.
28732                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
28733                 -o, -L, -r any more. Use options documented since mcs-1.0
28734                 instead. Similarly for -g.
28735
28736         2005-12-04  Bruno Haible  <bruno@clisp.org>
28737
28738                 * build-aux/csharpcomp.sh.in: Suffix for resources is
28739                 .resources, not .resource.
28740
28741         2005-07-09  Bruno Haible  <bruno@clisp.org>
28742
28743                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
28744                 add a .dll suffix.
28745                 Reported by Mark Junker <mjscod@gmx.de>.
28746
28747         2006-07-22  Bruno Haible  <bruno@clisp.org>
28748
28749                 * modules/gettext: Upgrade to gettext-0.15.
28750                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
28751                 m4/visibility.m4.
28752                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
28753
28754 2006-07-22  Bruno Haible  <bruno@clisp.org>
28755
28756         Merge from GNU gettext 0.15.
28757
28758         2006-03-25  Bruno Haible  <bruno@clisp.org>
28759
28760                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
28761
28762         2006-07-21  Bruno Haible  <bruno@clisp.org>
28763
28764                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
28765                 "1.1".
28766
28767         2006-05-09  Bruno Haible  <bruno@clisp.org>
28768
28769                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
28770                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
28771                 for the conftestver execution.
28772
28773         2006-05-01  Bruno Haible  <bruno@clisp.org>
28774
28775                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
28776                 optional target-version argument. Verify that the compiler
28777                 groks source of the specified source-version, or add -source
28778                 option as necessary. Verify that the compiler produces
28779                 bytecode in the specified target-version, or add -target and
28780                 -source options as necessary. Make the result of the test
28781                 available as variable CONF_JAVAC. Also log error output in
28782                 config.log.
28783
28784         2006-03-11  Bruno Haible  <bruno@clisp.org>
28785
28786                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
28787
28788         2006-05-09  Bruno Haible  <bruno@clisp.org>
28789
28790                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
28791                 CLASSPATH_SEPARATOR to a semicolon.
28792
28793         2006-03-12  Bruno Haible  <bruno@clisp.org>
28794
28795                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
28796                 available as variable CONF_JAVA, for subsequent autoconf
28797                 tests. Also log error output in config.log.
28798
28799         2006-07-19  Bruno Haible  <bruno@clisp.org>
28800
28801                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
28802                 that getline works on glibc2 systems. Needed to avoid trouble
28803                 in relocatable.c.
28804                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
28805
28806         2005-12-04  Bruno Haible  <bruno@clisp.org>
28807
28808                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
28809                 launcher (untested).
28810
28811         2005-12-04  Bruno Haible  <bruno@clisp.org>
28812
28813                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
28814
28815         2006-07-22  Bruno Haible  <bruno@clisp.org>
28816
28817                 * gettext.m4: Update from GNU gettext-0.15.
28818                 * nls.m4: Likewise.
28819                 * po.m4: Likewise.
28820                 * inttypes-pri.m4: Likewise.
28821                 * inttypes-h.m4: Renamed from inttypes.m4.
28822                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
28823
28824 2006-07-22  Bruno Haible  <bruno@clisp.org>
28825
28826         Merge from GNU gettext 0.15.
28827
28828         2005-07-05  Bruno Haible  <bruno@clisp.org>
28829
28830                 * printf-args.c (printf_fetchargs): Work around broken
28831                 definition of wint_t on mingw.
28832
28833         2005-02-12  Bruno Haible  <bruno@clisp.org>
28834
28835                 * xallocsa.h: Add extern "C" for C++.
28836
28837         2006-05-17  Bruno Haible  <bruno@clisp.org>
28838
28839                 Cygwin portability.
28840                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
28841
28842         2006-04-30  Bruno Haible  <bruno@clisp.org>
28843
28844                 * progreloc.c: Include <mach-o/dyld.h> if available.
28845                 (find_executable): Use _NSGetExecutablePath when possible.
28846
28847         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28848
28849                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
28850                 function.
28851
28852         2005-12-29  Bruno Haible  <bruno@clisp.org>
28853
28854                 * progreloc.c (set_program_name_and_installdir): Fix
28855                 compilation error.
28856
28857         2005-12-04  Bruno Haible  <bruno@clisp.org>
28858
28859                 Cygwin portability.
28860                 * progreloc.c: Include <windows.h> also on Cygwin.
28861                 (find_executable): Add support for Cygwin.
28862                 (set_program_name_and_installdir): Handle also platforms with
28863                 nonempty EXEEXT.
28864
28865         2006-07-11  Bruno Haible  <bruno@clisp.org>
28866
28867                 * javacomp.c: Fix a comment.
28868                 Reported by Jim Meyering.
28869
28870         2006-04-30  Bruno Haible  <bruno@clisp.org>
28871
28872                 * javacomp.h (compile_java_class): Add source_version,
28873                 target_version arguments.
28874                 * javacomp.c: Rewritten to choose only a compiler that
28875                 respects the specified source_version and target_version.
28876
28877         2006-06-27  Bruno Haible  <bruno@clisp.org>
28878
28879                 Assume correct S_ISDIR macro.
28880                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
28881
28882         2006-07-22  Bruno Haible  <bruno@clisp.org>
28883
28884                 * javaversion.h: New file, from GNU gettext.
28885                 * javaversion.c: New file, from GNU gettext.
28886                 * javaversion.java: New file, from GNU gettext.
28887                 * javaversion.class: New file, from GNU gettext.
28888
28889         2006-05-17  Bruno Haible  <bruno@clisp.org>
28890
28891                 Cygwin portability.
28892                 * javaexec.c (execute_java_class): Test for jview program
28893                 also on Cygwin.
28894
28895         2006-04-09  Bruno Haible  <bruno@clisp.org>
28896
28897                 * fatal-signal.c: Don't include string.h.
28898                 (at_fatal_signal): Use a copying loop instead of memcpy.
28899
28900         2005-12-04  Bruno Haible  <bruno@clisp.org>
28901
28902                 * csharpexec.c: Add support for 'clix' launcher (untested).
28903                 (execute_csharp_using_sscli): New function.
28904                 (execute_csharp_program): Call it.
28905
28906         2006-06-21  Bruno Haible  <bruno@clisp.org>
28907
28908                 Avoid warnings from recent versions of mcs.
28909                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
28910                 -o, -L, -r any more. Use options documented since mcs-1.0
28911                 instead. Similarly for -g.
28912
28913         2005-07-09  Bruno Haible  <bruno@clisp.org>
28914
28915                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
28916                 add a .dll suffix.
28917                 Reported by Mark Junker <mjscod@gmx.de>.
28918
28919         2006-06-17  Bruno Haible  <bruno@clisp.org>
28920
28921                 * config.charset: Update for NetBSD 3.0.
28922
28923         2006-05-17  Bruno Haible  <bruno@clisp.org>
28924
28925                 Cygwin portability.
28926                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
28927
28928         2006-05-16  Bruno Haible  <bruno@clisp.org>
28929
28930                 * localcharset.c [CYGWIN]: Include <windows.h>.
28931                 (get_charset_aliases): For Cygwin, return the same CPxxx
28932                 aliases list as under WIN32.
28933                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
28934                 the environment variables. Fall back to GetACP().
28935
28936         2006-04-05  Bruno Haible  <bruno@clisp.org>
28937
28938                 * config.charset: Update Juan Manuel Guerrero's address.
28939
28940         2005-02-12  Bruno Haible  <bruno@clisp.org>
28941
28942                 * allocsa.h: Add extern "C" for C++.
28943
28944         2005-02-10  Bruno Haible  <bruno@clisp.org>
28945
28946                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
28947                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
28948
28949         2006-07-22  Bruno Haible  <bruno@clisp.org>
28950
28951                 * gettext.h: Update to GNU gettext-0.15.
28952
28953 2006-07-22  Bruno Haible  <bruno@clisp.org>
28954
28955         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
28956         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
28957         lib-prefix.m4, longdouble.m4, ssize_t.m4.
28958
28959 2006-07-21  Eric Blake  <ebb9@byu.net>
28960
28961         * modules/stdlib-safer: New file.
28962         * MODULES.html.sh (File stream based Input/Output): Add
28963         stdlib-safer.
28964
28965 2006-07-21  Eric Blake  <ebb9@byu.net>
28966
28967         * lib/stdlib-safer.h: New file from coreutils, required by
28968         stdlib--.h.
28969
28970 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
28971
28972         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
28973
28974 2006-07-20  Bruno Haible  <bruno@clisp.org>
28975
28976         * gnulib-tool: Recognize new option --assume-autoconf.
28977         (autoconf_minversion): New variable.
28978         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
28979
28980 2006-07-20  Bruno Haible  <bruno@clisp.org>
28981
28982         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
28983
28984 2006-07-19  Derek R. Price  <derek@ximbiot.com>
28985
28986         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
28987         Reindent and repaginate.
28988
28989 2006-07-19  Derek Price  <derek@ximbiot.com>
28990
28991         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
28992         Correct grammar.
28993
28994 2006-07-17  Bruno Haible  <bruno@clisp.org>
28995
28996         * modules/list: New file.
28997         * modules/array-list: New file.
28998         * modules/carray-list, modules/carray-list-tests: New files.
28999         * modules/linked-list, modules/linked-list-tests: New files.
29000         * modules/avltree-list, modules/avltree-list-tests: New files.
29001         * modules/rbtree-list, modules/rbtree-list-tests: New files.
29002         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
29003         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
29004         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
29005         * modules/oset: New file.
29006         * modules/array-oset: New file.
29007         * modules/avltree-oset, modules/avltree-oset-tests: New files.
29008         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
29009         * tests/test-carray_list.c: New file.
29010         * tests/test-linked_list.c: New file.
29011         * tests/test-avltree_list.c: New file.
29012         * tests/test-rbtree_list.c: New file.
29013         * tests/test-linkedhash_list.c: New file.
29014         * tests/test-avltreehash_list.c: New file.
29015         * tests/test-rbtreehash_list.c: New file.
29016         * tests/test-avltree_oset.c: New file.
29017         * tests/test-rbtree_oset.c: New file.
29018         * MODULES.html.sh (Container data structures): New section.
29019
29020 2006-07-17  Bruno Haible  <bruno@clisp.org>
29021
29022         * m4/gl_list.m4: New file.
29023
29024 2006-07-17  Bruno Haible  <bruno@clisp.org>
29025
29026         * lib/gl_list.h: New file.
29027         * lib/gl_list.c: New file.
29028         * lib/gl_array_list.h: New file.
29029         * lib/gl_array_list.c: New file.
29030         * lib/gl_carray_list.h: New file.
29031         * lib/gl_carray_list.c: New file.
29032         * lib/gl_linked_list.h: New file.
29033         * lib/gl_linked_list.c: New file.
29034         * lib/gl_anylinked_list1.h: New file.
29035         * lib/gl_anylinked_list2.h: New file.
29036         * lib/gl_avltree_list.h: New file.
29037         * lib/gl_avltree_list.c: New file.
29038         * lib/gl_anyavltree_list1.h: New file.
29039         * lib/gl_anyavltree_list2.h: New file.
29040         * lib/gl_rbtree_list.h: New file.
29041         * lib/gl_rbtree_list.c: New file.
29042         * lib/gl_anyrbtree_list1.h: New file.
29043         * lib/gl_anyrbtree_list2.h: New file.
29044         * lib/gl_anytree_list1.h: New file.
29045         * lib/gl_anytree_list2.h: New file.
29046         * lib/gl_linkedhash_list.h: New file.
29047         * lib/gl_linkedhash_list.c: New file.
29048         * lib/gl_anyhash_list1.h: New file.
29049         * lib/gl_anyhash_list2.h: New file.
29050         * lib/gl_avltreehash_list.h: New file.
29051         * lib/gl_avltreehash_list.c: New file.
29052         * lib/gl_rbtreehash_list.h: New file.
29053         * lib/gl_rbtreehash_list.c: New file.
29054         * lib/gl_anytreehash_list1.h: New file.
29055         * lib/gl_anytreehash_list2.h: New file.
29056
29057         * lib/gl_oset.h: New file.
29058         * lib/gl_oset.c: New file.
29059         * lib/gl_array_oset.h: New file.
29060         * lib/gl_array_oset.c: New file.
29061         * lib/gl_avltree_oset.h: New file.
29062         * lib/gl_avltree_oset.c: New file.
29063         * lib/gl_rbtree_oset.h: New file.
29064         * lib/gl_rbtree_oset.c: New file.
29065         * lib/gl_anytree_oset.h: New file.
29066
29067 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29068
29069         * m4/mkancesdirs.m4: New file.
29070         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
29071         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
29072         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
29073         it.
29074
29075 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29076
29077         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
29078         * lib/mkancesdirs.h: New files.
29079         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
29080         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
29081         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
29082         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
29083         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
29084         callers changed.  Revamp internals significantly, by not
29085         attempting to create directories that are temporarily more
29086         permissive than the final results.  Do not attempt to use
29087         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
29088         This removes some race conditions, fixes some bugs, and simplifies
29089         things.  Use new dirchownmod function to do owner and mode changes.
29090         * lib/mkdir-p.h: Likewise.
29091         * lib/modechange.c (octal_to_mode): New function.
29092         (struct mode_change): New member mentioned.
29093         (make_node_op_equals): New arg mentioned.  All callers changed.
29094         (mode_compile): Keep track of which mode bits the user has explicitly
29095         mentioned.
29096         (mode_adjust): New arg DIR, so that we implement the X op correctly.
29097         New arg PMODE_BITS, to keep track of which mode bits the user
29098         mentioned; it treats S_ISUID and S_ISGID speciall.
29099         All callers changed.
29100         * lib/modechange.h: Likewise.
29101
29102 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29103
29104         * MODULES.html.sh: Add mkancestors.
29105         * modules/mkancesdirs: New module.
29106         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
29107         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
29108         The chdir-safer and afs files are now orphans; I'll remove them
29109         unless someone speaks up.
29110         Add lib/dirchownmod.c, lib/dirchownmod.h.
29111         (Depends-on): Remove alloca, chown, save-cwd, dirname.
29112         Add lchown, mkancesdirs.
29113         (Maintainer): Add self.
29114
29115 2006-07-15  Karl Berry  <karl@gnu.org>
29116
29117         * gnulib-tool: help message wording/arrangement.
29118
29119 2006-07-14  Simon Josefsson  <jas@extundo.com>
29120
29121         * doc/gnulib.texi (Libtool and Windows): New section.
29122
29123 2006-07-12  Simon Josefsson  <jas@extundo.com>
29124
29125         * modules/gendocs (License): Fix license, approved by Karl.
29126
29127 2006-07-12  Eric Blake  <ebb9@byu.net>
29128
29129         * MODULES.html.sh: Add gendocs.
29130
29131 2006-07-11  Eric Blake  <ebb9@byu.net>
29132
29133         * modules/fdl: New module, to install doc/fdl.texi.
29134         * MODULES.html.sh: Add new section for documentation modules.
29135         * gnulib-tool: Avoid space-tab.
29136         (--doc-base): New option, to manage files from doc.
29137
29138 2006-07-11  Eric Blake  <ebb9@byu.net>
29139
29140         * m4/absolute-header.m4: Fix comments to match recent change.
29141
29142 2006-07-11  Eric Blake  <ebb9@byu.net>
29143
29144         * gnulib-tool: List --doc-base before --tests-base.
29145
29146 2006-07-11  Derek R. Price  <derek@ximbiot.com>
29147
29148         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
29149
29150 2006-07-11  Bruno Haible  <bruno@clisp.org>
29151
29152         * README: Mention where to put documentation.
29153
29154 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29155
29156         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
29157
29158 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29159
29160         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
29161         to stdint.m4.
29162
29163 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29164
29165         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
29166         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
29167         "no/such/file/stdint.h" when there is no such file, so that
29168         the resulting C code can be parsed by dodgy compilers.
29169         Problems reported by Bob Proulx.
29170
29171 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29172
29173         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
29174         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29175         macros into the GNU _D_EXACT_NAMLEN.
29176         * lib/savedir.c:  Likewise.
29177         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
29178
29179 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29180         and Paul Eggert  <eggert@cs.ucla.edu>
29181
29182         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
29183         * m4/savedir.m4:
29184         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29185         macros into the GNU _D_EXACT_NAMLEN.
29186
29187 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29188
29189         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
29190         around the absolute name, to work around a problem with the HP-UX
29191         11.23 native C compiler, reported by Bob Proulx.
29192
29193 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29194
29195         * doc/maintain.texi, make-stds.texi: Sync from
29196         <http://savannah.gnu.org/projects/gnustandards>.
29197
29198 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
29201
29202 2006-07-09  Jim Meyering  <jim@meyering.net>
29203
29204         * m4/glob.m4: Remove a doubled word in a comment.
29205
29206 2006-07-09  Jim Meyering  <jim@meyering.net>
29207
29208         * lib/argp-pv.c: Remove a doubled word in a comment.
29209         * lib/check-version.c (check_version): Likewise.
29210         * lib/javacomp.c (compile_java_class): Likewise.
29211
29212 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29213
29214         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
29215         for the benefit of people using Autoconf 2.60.  If you want to
29216         support older Autoconf versions you can copy m4/onceonly_2_57.m4
29217         (or m4/onceonly.m4, if pre-2.57) manually.
29218
29219 2006-07-08  Jim Meyering  <jim@meyering.net>
29220
29221         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
29222         comment.
29223         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
29224         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
29225         comment.
29226
29227 2006-07-08  Jim Meyering  <jim@meyering.net>
29228
29229         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
29230
29231 2006-07-07  Simon Josefsson  <jas@extundo.com>
29232
29233         * tests/test-crc.c: Change expected crc value, the test vector
29234         were probably computed using the old broken crc.c?
29235
29236 2006-07-06  Simon Josefsson  <jas@extundo.com>
29237
29238         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
29239         now the canonical place for the M4 file).
29240
29241         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
29242         from the sys_socket dependency now.
29243
29244         * modules/inet_pton (Files): Ditto.
29245
29246         * modules/inet_ntop (Files): Ditto.
29247
29248 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29249
29250         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
29251         not gl_PREREQ_GETUSERSHELL.
29252
29253 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29254
29255         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
29256         with only one argument, for Autoconf 2.60.
29257         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
29258         expand to nothing, so add a shell command to avoid syntax error.
29259         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
29260
29261 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29262
29263         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
29264
29265 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29266
29267         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
29268         no longer needed.  Check for isblank decl.
29269         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
29270         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
29271         of existence.
29272
29273 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29274
29275         * lib/getloadavg.c: Use __VMS, not VMS.
29276         * lib/getopt.c: Likewise.
29277         * lib/getpagesize.h: Likewise.
29278         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
29279         and probably does not work.
29280
29281 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29282
29283         * lib/.cppi-disable: Add wcwidth.
29284         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
29285         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
29286         (ISGRAPH): Remove.  All uses changed to isgraph.
29287         (FOLD) [!defined _LIBC]: Remove special case.
29288         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
29289         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
29290         HAVE_ISBLANK.
29291         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
29292         case.
29293
29294 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29295
29296         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
29297         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
29298         brackets.  Other minor changes to suppress some compiler
29299         warnings.
29300
29301 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29302         and Paul Eggert  <eggert@cs.ucla.edu>
29303
29304         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
29305         of invoking obsolescent AC_HEADER_DIRENT macro.
29306         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
29307         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
29308         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
29309         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
29310         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
29311         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
29312         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
29313         * m4/readdir.m4: Remove; no longer needed.
29314
29315 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29316         and Paul Eggert  <eggert@cs.ucla.edu>
29317
29318         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
29319         Don't worry about this obsolete case any more.
29320         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
29321         directories.
29322         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
29323         worry about this obsolete case any more.
29324         * lib/fts.c: Likewise.
29325         * lib/getcwd.c: Likewise.
29326         * lib/glob.h: Likewise.
29327         * lib/savedir.c: Likewise.
29328
29329 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29330
29331         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
29332         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
29333         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
29334         needed.
29335         All uses removed.
29336         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29337         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
29338         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
29339         needed.
29340         * m4/getdate.m4 (gl_GETDATE): Likewise.
29341         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
29342         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
29343         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
29344         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29345         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
29346         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29347         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
29348         needed.
29349
29350 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29351
29352         * lib/memcasecmp.c: Include <limits.h>.
29353         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
29354         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
29355         Don't assume isdigit succeeds only on '0' through '9'.
29356
29357 2006-07-05  Eric Blake  <ebb9@byu.net>
29358
29359         * modules/getaddrinfo (Depends-on): Add snprintf.
29360
29361 2006-07-05  Eric Blake  <ebb9@byu.net>
29362
29363         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
29364         to avoid 'header present but could not be compiled' on cygwin.
29365
29366 2006-07-05  Eric Blake  <ebb9@byu.net>
29367
29368         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
29369         missing from netdb.h.
29370         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
29371
29372 2006-07-05  Derek R. Price  <derek@ximbiot.com>
29373
29374         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
29375         no longer needed.
29376         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
29377         * m4/getdate.m4 (gl_GETDATE): Likewise.
29378         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
29379         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
29380         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
29381         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29382         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29383
29384 2006-07-05  Derek R. Price  <derek@ximbiot.com>
29385
29386         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
29387         All uses of is_space replaced by isspace.
29388         * lib/exit.h: Don't talk about STDC_HEADERS.
29389         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
29390         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
29391         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
29392         replaced by isprint etc.
29393         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
29394         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
29395         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
29396         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
29397         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
29398         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
29399
29400 2006-07-05  Bruno Haible  <bruno@clisp.org>
29401
29402         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
29403         the function exists, before testing against AIX.
29404         Reported by Martin Lambers <marlam@marlam.de>.
29405
29406 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
29407
29408         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
29409         From Mark D. Baushke.
29410
29411 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
29412
29413         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
29414         to the absolute name, not just one, to bypass Sun C 5.8's
29415         "warning: #include of /usr/include/... may be non-portable".
29416
29417 2006-07-04  Eric Blake  <ebb9@byu.net>
29418
29419         * modules/dirname-tests: New test module.
29420         * tests/test-dirname.c: New file, replacing dirname.c
29421         TEST_DIRNAME section that was recently deleted.
29422
29423 2006-07-04  Bruno Haible  <bruno@clisp.org>
29424
29425         Assume ANSI C header files and <ctype.h> functions.
29426         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
29427         (mbsnwidth): Use isprint, iscntrl instead.
29428
29429 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29430
29431         Merge from coreutils.
29432         * MODULES.html.sh: Add xstrtold.
29433         * modules/xstrtold: New file.
29434         * modules/cycle-check (Files): Add lib/same-inode.h.
29435         * modules/dirname (Files): Add m4/double-slash-root.m4.
29436         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
29437         * modules/mkdir-p (Files): Add lib/same-inode.h.
29438         * modules/same (Files): Add lib/same-inode.h.
29439
29440 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29441
29442         * m4/absolute-header.m4: Renamed from full-header-path.m4.
29443         This is to keep the terminology clean; POSIX talks about
29444         "absolute pathnames", not "full pathnames", but the GNU
29445         Coding Standards say to use "path" for something else;
29446         so use "absolute" to keep both sides happy.
29447         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
29448         Set gl_absolute_header, not gl_full_header_path.
29449         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
29450         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
29451         All uses changed.
29452
29453         Merge from coreutils.
29454
29455         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
29456
29457         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
29458         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
29459         want to require the building of c-strtod.o.
29460         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
29461         needs -lm directly.
29462         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
29463
29464         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
29465
29466         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
29467         --as-needed option if available.  Problem reported by Albert Chin in
29468         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
29469         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
29470         cc merely issues a bunch of annoying warnings for --as-needed
29471         (this problem was reported by Bob Proulx).  Also, try linking with
29472         -lm to detect a bug in binutils 2.16 (this problem was reported
29473         by Ralf Wildenhues).
29474
29475         2006-06-18  Jim Meyering  <jim@meyering.net>
29476
29477         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
29478         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
29479         macro.
29480         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
29481         also check for glibc-2.4's abort-inducing bug.
29482
29483         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
29484         Low-probability clean-up should be to use rmdir to get rid of
29485         the just-created directory, not unlink.
29486
29487         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
29488         configure fail, and request a bug report to inform us about it.
29489         Add a comment that, barring reports to the contrary, in 2007 we'll
29490         assume ftruncate is universally available.
29491
29492         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
29493
29494         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
29495
29496         2006-03-12  Jim Meyering  <jim@meyering.net>
29497
29498         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
29499         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
29500         * m4/same.m4 (gl_SAME): Likewise.
29501         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
29502
29503         2006-03-11  Eric Blake  <ebb9@byu.net>
29504
29505         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
29506         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
29507         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
29508         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
29509
29510 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29511
29512         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
29513         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
29514         reported by Mark D. Baushke, one in
29515         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
29516
29517         Merge from coreutils.
29518
29519         * lib/.cppi-disable: Add stdint_.h.
29520         * lib/.cvsignore: Add stdint.h.
29521
29522         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
29523
29524         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
29525         both double and long double versions.
29526         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
29527         * lib/xstrtold.c: New file.
29528         * lib/xstrtod.h (xstrtold): New decl.
29529
29530         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
29531
29532         * lib/filemode.c (setst): Remove.
29533         (strmode): Rewrite to avoid setst.  This makes the code shorter,
29534         (arguably) clearer, and the generated code is a bit smaller on my
29535         Debian GNU/Linux stable x86 host.
29536
29537         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
29538
29539         * lib/filemode.c: Include "filemode.h" first, to test the interface.
29540         Assume that filemode.h includes sys/types.h and sys/stat.h.
29541         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
29542         (ftypelet): Reorder to put common cases first, for efficiency.
29543         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
29544         to do 'M'.
29545         (strmode): Renamed from mode_string, and now stores 12 bytes instead
29546         of 10, for compatibility with FreeBSD.  All callers changed.
29547         (filemodestring): Now stores 12 bytes instead of 10, and sets file
29548         types that can't be deduced solely from st_mode.  First arg is now a
29549         const pointer.
29550         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
29551         (strmode): Renamed from mode_string.
29552         (filemodestring): New decl.
29553         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
29554         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
29555         needed.
29556         (S_ISPORT, S_ISWHT): New macros, if not already defined.
29557
29558         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29559
29560         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
29561         fsusage.h now does that.  Include fsusage.h first, to test interface.
29562         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
29563         at most one method (the old code could have generated decls that
29564         didn't conform to C89, not that this was ever exercised).
29565         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
29566
29567         2006-03-19  Jim Meyering  <jim@meyering.net>
29568
29569         Work even in a chroot where d_ino values for entries in "/"
29570         don't match the stat.st_ino values for the same names.
29571         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
29572         number, iterate through all entries again, using lstat instead.
29573         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
29574         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
29575
29576         * lib/getcwd.c (__getcwd): Clarify a comment.
29577         Use memcpy in place of a call to strcpy.
29578
29579         2006-03-12  Jim Meyering  <jim@meyering.net>
29580
29581         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
29582         matches that of the current directory (which we're about to chdir ".."
29583         out of), then save the dev-ino of the parent, instead.
29584
29585         * lib/same-inode.h (SAME_INODE): New file/macro.
29586         * lib/chdir-safer.c (SAME_INODE): Remove definition.
29587         Include "same-inode.h", instead.
29588         * lib/same.c: Likewise.
29589         * lib/cycle-check.h: Include "same-inode.h".
29590         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
29591         * lib/cycle-check.c (SAME_INODE): Remove definition.
29592         * lib/root-dev-ino.h: Include "same-inode.h".
29593
29594         2006-03-11  Eric Blake  <ebb9@byu.net>
29595
29596         * lib/same.c (same_name): s/base_name/last_component/
29597         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
29598         * lib/filenamecat.c (file_name_concat): Likewise.
29599
29600         2006-03-11  Eric Blake  <ebb9@byu.net>,
29601                     Paul Eggert  <eggert@cs.ucla.edu>
29602
29603         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
29604         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
29605         drive prefix.
29606         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
29607         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
29608         (last_component): New method.
29609         * lib/dirname.c (dir_len): Determine when drive letters need a
29610         subsequent slash.  Preserve // when it is special.
29611         (dir_name): Don't append dot when drive letter is absolute.
29612         [TEST_DIRNAME]: Move into a full-blown gnulib test.
29613         * lib/basename.c (base_name): New semantics - malloc the result.
29614         Preserve // when it is special.  Preserve relative files that look
29615         like drive letters.
29616         (base_len): Preserve // when it is special.
29617         (last_component): New method, similar to old base_name semantics.
29618         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
29619         base_name.  Strip redundant slashes from ///.
29620
29621 2006-07-03  Jim Meyering  <jim@meyering.net>
29622
29623         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
29624         macro is used before the first cycle_check call.
29625
29626 2006-07-03  Eric Blake  <ebb9@byu.net>
29627
29628         * modules/dirname (Depends-on): Add xstrndup.
29629
29630 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29631
29632         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
29633         test cases, so that config.log is a bit easier to follow.
29634
29635 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29636
29637         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
29638         both are 64 bits, since this seems to be the tradition, and this
29639         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
29640         we ever run into a host that prefers long long to long in this
29641         case, we'll need another configure-time test.  Problem reported by
29642         Jim Meyering.
29643
29644 2006-07-02  Eric Blake  <ebb9@byu.net>
29645
29646         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
29647
29648 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29649
29650         * modules/inttypes (Depends-on): No longer depends on stdint.
29651         * modules/stdint (Description): Say more about assumptions.
29652         Say that the fast types might differ.  Say macros are used.
29653         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
29654         (Makefile.am): Revise list of substituted symbols to match
29655         new stdint.m4.
29656         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
29657         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
29658         * tests/test-stdint.c (verify_same_types)
29659         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
29660         the code conforms to C99/C89.
29661         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
29662         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
29663
29664 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29665
29666         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
29667         but fix a bug, by requiring at least 64 bits.
29668         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
29669         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
29670         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
29671         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
29672
29673         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
29674         changes.  Make 2.59 a prerequisite.  Check and substitute for
29675         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
29676         inttypes.h.  Do not use special include files; just use the
29677         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
29678         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
29679         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
29680         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
29681         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
29682         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
29683         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
29684         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
29685         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
29686         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
29687         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
29688         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
29689         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
29690         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
29691         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
29692         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
29693         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
29694         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
29695         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
29696         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
29697         WINT_MAX.  Check for C99 conformance more strictly, by detecting
29698         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
29699         not check for things that C99 does not require, e.g., int8_t.  If
29700         a test isn't needed unless <stdint.h> isn't working, and is
29701         unlikely to be needed for any other reason, then don't do it
29702         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
29703         size_t, since we assume C89 freestanding at least.  Do not check
29704         for sig_atomic_t, wchar_t, or wint_t, since the code now does
29705         the right thing even if the types are not defined.  Instead use:
29706         (gl_STDINT_TYPE_PROPERTIES): New macro.
29707         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
29708         testing whether <sys/types.h> clashes, as Autoconf does this for
29709         us now.  All uses removed.
29710         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
29711         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
29712         (gl_CHECK_TYPE_SAME):
29713         Remove; no longer needed.
29714         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
29715         exists, since we'll return 0 anyway in that case.
29716         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
29717
29718 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29719
29720         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
29721         possible collision with system files.
29722         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
29723         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
29724         WCHAR_MIN and WCHAR_MAX in this case.
29725         (<stddef.h>): Do not include; no longer needed.
29726         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
29727         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
29728         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
29729         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
29730         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
29731         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
29732         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
29733         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
29734         !defined(__c99))]: Include in this case too, since it's harmless
29735         now.
29736         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
29737         dangerous to do so.
29738         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
29739         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
29740         (_STDINT_MIN, _STDINT_MAX): New macros.
29741         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
29742         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
29743         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
29744         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
29745         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
29746         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
29747         macros, not typedefs; this simplifies things quite a bit.
29748         Use long int for all types narrower than int64_t.
29749         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
29750         Define in terms of long long int or int64_t or long int,
29751         not int64_t or int32_t.  This saves some compile-time testing.
29752         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
29753         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
29754         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
29755         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
29756         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
29757         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
29758         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
29759         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
29760         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
29761         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
29762         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
29763         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
29764         undef any previous version and define our own version, for
29765         simplicity and consistency with the new macros for types.
29766         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
29767         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
29768         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
29769         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
29770         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
29771         @WINT_T_SUFFIX@ to keep things simple here.
29772         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
29773         Simplify by assuming typical 8/16/32/64 host, since we're
29774         already doing that elsewhere anyway.
29775         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
29776         and assume long long int is 64 bits if available.  This
29777         speeds up 'configure'.
29778
29779 2006-07-01  Eric Blake  <ebb9@byu.net>
29780
29781         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
29782         Reported by Andreas Buening.
29783
29784 2006-07-01  Eric Blake  <ebb9@byu.net>
29785
29786         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
29787
29788 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29789
29790         * lib/getaddrinfo.c: fixed typo
29791
29792 2006-06-29  Jim Meyering  <jim@meyering.net>
29793
29794         * modules/strftime (Maintainer): Add my name, since with the
29795         FPRINTFTIME changes strftime.c has forked from glibc.
29796
29797 2006-06-29  Eric Blake  <ebb9@byu.net>
29798
29799         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
29800
29801 2006-06-29  Eric Blake  <ebb9@byu.net>
29802
29803         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
29804
29805 2006-06-29  Eric Blake  <ebb9@byu.net>
29806
29807         * lib/stat_.h: New file.
29808
29809 2006-06-29  Eric Blake  <ebb9@byu.net>
29810
29811         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
29812         unused static function.
29813
29814 2006-06-29  Eric Blake  <ebb9@byu.net>
29815
29816         * doc/functions.texi (Function Portability): Document missing lstat
29817         on mingw.
29818
29819 2006-06-29  Eric Blake  <ebb9@byu.net>
29820
29821         * MODULES.html.sh: Add sys_stat.
29822         * modules/sys_stat: New module.
29823         * modules/mkstemp (Depends-on): Add sys_stat.
29824
29825 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29826
29827         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
29828
29829 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29830
29831         * m4/c-bs-a.m4: Removed.
29832
29833 2006-06-29  Derek R. Price  <derek@ximbiot.com>
29834
29835         * lib/strftime.c: Assume strftime() exists.
29836
29837 2006-06-29  Derek Price  <derek@ximbiot.com>
29838
29839         * modules/c-bs-a: Removed - \a is C89.
29840         * MODULES.html.sh: Remove c-bs-a.
29841
29842 2006-06-29  Bruno Haible  <bruno@clisp.org>
29843
29844         * modules/wcwidth (License): Change to LGPL.
29845
29846 2006-06-28  Simon Josefsson  <jas@extundo.com>
29847
29848         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
29849         on _WIN32.
29850
29851         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
29852         getnameinfo.
29853
29854 2006-06-28  Simon Josefsson  <jas@extundo.com>
29855
29856         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
29857
29858 2006-06-28  Simon Josefsson  <jas@extundo.com>
29859
29860         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
29861         functions there.  It will succeed on Windows XP, but on Windows
29862         2000 and (presumably) earlier, it will fail, and use the internal
29863         re-implementation.
29864         (use_win32_p): New function.
29865         (getaddrinfo): Use strtoul on servname, to support numeric ports.
29866         Support AI_NUMERICSERV to disable getservbyname.
29867         (getnameinfo): New function, only supports
29868         NI_NUMERICHOST|NI_NUMERICSERV for now.
29869
29870         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
29871         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
29872         getnameinfo.
29873
29874 2006-06-28  Eric Blake  <ebb9@byu.net>
29875
29876         * modules/wcwidth: New file.
29877         * modules/mbchar (Depends-on): Add wcwidth.
29878         * modules/mbswidth (Depends-on): Add wcwidth.
29879         * MODULES.html.sh: Add wcwidth.
29880
29881 2006-06-28  Eric Blake  <ebb9@byu.net>
29882
29883         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
29884         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
29885
29886 2006-06-28  Eric Blake  <ebb9@byu.net>
29887
29888         * lib/xvasprintf.h: Fix comments.
29889
29890 2006-06-28  Eric Blake  <ebb9@byu.net>
29891
29892         * lib/mbchar.h (wcwidth): Include wcwidth.h.
29893         * lib/mbswidth.c (wcwidth): Move from here...
29894         * lib/wcwidth.h: ...to this new file.
29895
29896 2006-06-28  Derek R. Price  <derek@ximbiot.com>
29897
29898         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
29899
29900         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
29901         it's obsolete.
29902         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
29903
29904 2006-06-28  Derek R. Price  <derek@ximbiot.com>
29905
29906         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
29907         Autoconf 2.60 says this stuff was obsolete.
29908
29909 2006-06-28  Bruno Haible  <bruno@clisp.org>
29910
29911         * modules/wcwidth (Files): Add m4/wchar_t.m4.
29912
29913 2006-06-28  Bruno Haible  <bruno@clisp.org>
29914
29915         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
29916         gt_TYPE_WCHAR_T.
29917
29918 2006-06-28  Bruno Haible  <bruno@clisp.org>
29919
29920         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
29921         declaration for wcwidth.
29922         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
29923
29924 2006-06-28  Bruno Haible  <bruno@clisp.org>
29925
29926         * lib/mkdtemp.c [MINGW]: Include <io.h>.
29927         (mkdir): Define using _mkdir.
29928
29929 2006-06-28  Bruno Haible  <bruno@clisp.org>
29930
29931         * lib/getaddrinfo.h: Fix POSIX URL.
29932         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
29933         _WIN32.
29934         (use_win32_p): Make static.
29935         (getaddrinfo): Reject service name if it is empty or does not consist
29936         solely of decimal digits, or if its value is > 65535.
29937         (getnameinfo): Remove useless casts.
29938
29939 2006-06-27  Simon Josefsson  <jas@extundo.com>
29940
29941         * modules/sys_select: New file, suggested by Bruno Haible, Paul
29942         Eggert and Martin Lambers.
29943
29944 2006-06-27  Simon Josefsson  <jas@extundo.com>
29945
29946         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
29947         Eggert and Martin Lambers.
29948
29949 2006-06-27  Bruno Haible  <bruno@clisp.org>
29950
29951         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
29952         result to 0, not to empty.
29953         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
29954
29955 2006-06-27  Bruno Haible  <bruno@clisp.org>
29956
29957         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
29958
29959 2006-06-26  Simon Josefsson  <jas@extundo.com>
29960
29961         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
29962         present.
29963
29964 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
29965
29966         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
29967         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
29968         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
29969
29970 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
29971
29972         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
29973
29974 2006-06-26  Bruno Haible  <bruno@clisp.org>
29975
29976         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
29977
29978 2006-06-26  Bruno Haible  <bruno@clisp.org>
29979
29980         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
29981
29982 2006-06-26  Bruno Haible  <bruno@clisp.org>
29983
29984         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
29985         SGI C compiler in pre-C99 mode.
29986         Suggested by Mark D. Baushke and Larry Jones.
29987
29988 2006-06-26  Bruno Haible  <bruno@clisp.org>
29989
29990         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
29991         WCHAR_MAX.
29992         Reported by Mark D. Baushke and Larry Jones.
29993
29994 2006-06-26  Bruno Haible  <bruno@clisp.org>
29995
29996         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
29997         in pre-C99 mode.
29998         Suggested by Mark D. Baushke and Larry Jones.
29999
30000 2006-06-23  Simon Josefsson  <jas@extundo.com>
30001             Bruno Haible  <bruno@clisp.org>
30002
30003         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
30004         Emit mostlyclean-local rule.
30005         (func_emit_tests_Makefile_am): Likewise.
30006         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
30007
30008 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
30009
30010         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
30011
30012 2006-06-23  Bruno Haible  <bruno@clisp.org>
30013
30014         * tests/test-stdint.c: Update to match ISO C 99 Technical
30015         Corrigendum 1.
30016
30017 2006-06-23  Bruno Haible  <bruno@clisp.org>
30018
30019         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
30020
30021 2006-06-23  Bruno Haible  <bruno@clisp.org>
30022
30023         * lib/stdint_.h: Treat IRIX like OpenBSD.
30024
30025 2006-06-23  Bruno Haible  <bruno@clisp.org>
30026
30027         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
30028         ISO C 99 Technical Corrigendum 1.
30029
30030 2006-06-22  Simon Josefsson  <jas@extundo.com>
30031
30032         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
30033         MinGW.
30034
30035 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30036
30037         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
30038         needed.  Some compiler complained about some of them.  Problem reported
30039         by Larry Jones in
30040         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
30041
30042 2006-06-21  Simon Josefsson  <jas@extundo.com>
30043
30044         * tests/test-getaddrinfo.c: New file.
30045
30046         * modules/getaddrinfo-tests: New file.
30047
30048         * MODULES.html.sh: Add inet_pton.
30049
30050         * modules/inet_pton: New file.
30051
30052 2006-06-21  Simon Josefsson  <jas@extundo.com>
30053
30054         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
30055         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
30056         of using the (limited) gnulib implementation on Windows XP.
30057
30058         * m4/inet_pton.m4: New file.
30059
30060 2006-06-21  Simon Josefsson  <jas@extundo.com>
30061
30062         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
30063         variable.
30064
30065         * lib/socket_.h: Don't define WINVER.
30066
30067         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
30068         slightly modified to work in gnulib.
30069
30070 2006-06-21  Simon Josefsson  <jas@extundo.com>
30071
30072         * doc/gnulib.texi (Windows sockets): Add.
30073
30074 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
30075
30076         * lib/read-file.c (fread_file): Start with buffer allocation of
30077         0 bytes rather than 1 byte; this simplifies the code.
30078         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
30079         code to free buffer and save/restore errno.
30080         (internal_read_file): Remove unused local.
30081
30082 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30083
30084         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
30085         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
30086         Problem reported by Denis Excoffier in
30087         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
30088
30089 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30090
30091         * modules/sys_socket, modules/socklen: Include sys/types since
30092         FreeBSD 4.x's sys/socket.h needs it.
30093
30094 2006-06-19  Simon Josefsson  <jas@extundo.com>
30095
30096         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
30097
30098 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30099
30100         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
30101
30102 2006-06-19  Bruno Haible  <bruno@clisp.org>
30103
30104         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
30105         and FULL_PATH_INTTYPES_H in angle brackets.
30106         Reported by Mark D. Baushke <mdb@gnu.org>.
30107
30108 2006-06-17  Eric Blake  <ebb9@byu.net>
30109
30110         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
30111         errno.
30112
30113 2006-06-17  Bruno Haible  <bruno@clisp.org>
30114
30115         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
30116         <sys/inttypes.h>.
30117
30118 2006-06-17  Bruno Haible  <bruno@clisp.org>
30119
30120         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
30121         whether errno is declared. Assume <errno.h> declares errno.
30122
30123 2006-06-17  Bruno Haible  <bruno@clisp.org>
30124
30125         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
30126
30127 2006-06-17  Bruno Haible  <bruno@clisp.org>
30128
30129         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
30130         problem on Solaris 2.5.1.
30131
30132 2006-06-16  Eric Blake  <ebb9@byu.net>
30133
30134         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
30135         * lib/unicodeio.c [!defined errno]: Likewise.
30136         * lib/strtol.c [!defined errno]: Likewise.
30137         * lib/strtod.c [!defined errno]: Likewise.
30138
30139 2006-06-15  Eric Blake  <ebb9@byu.net>
30140
30141         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
30142
30143 2006-06-15  Eric Blake  <ebb9@byu.net>
30144
30145         * config/srclist.txt (ssize_t.m4): Lose sync.
30146
30147 2006-06-15  Bruno Haible  <bruno@clisp.org>
30148
30149         * modules/stdint (Files): Include m4/full-header-path.m4,
30150         m4/size_max.m4, m4/wchar_t.m4.
30151         (Makefile.am): Many more substitutions.
30152         * modules/stdint-tests: New file.
30153         * tests/test-stdint.c: New file.
30154
30155 2006-06-15  Bruno Haible  <bruno@clisp.org>
30156
30157         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
30158         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
30159         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
30160         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
30161         gl_CHECK_TYPE_SAME): New macros.
30162
30163 2006-06-15  Bruno Haible  <bruno@clisp.org>
30164
30165         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
30166
30167 2006-06-15  Bruno Haible  <bruno@clisp.org>
30168
30169         * lib/stdint_.h: Rewritten to be fully auto-configured.
30170         Fixes bug on HP-UX/IA64.
30171
30172 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
30173
30174         * lib/getdate.y (__attribute__): Don't define if already defined.
30175         Problem reported by Larry Jones.
30176         * lib/utimens.c (__attribute__): Likewise.
30177
30178 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
30179
30180         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
30181         reported by Andreas Schwab.
30182
30183 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30184             Bruno Haible  <bruno@clisp.org>
30185
30186         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
30187         check for the declaration of strnlen and a run test that exposes the
30188         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
30189         rpl_strndup.
30190
30191 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30192             Bruno Haible  <bruno@clisp.org>
30193
30194         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
30195
30196 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30197
30198         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
30199         compile test, for Tru64 4.0D.
30200
30201 2006-05-28  Karl Berry  <karl@gnu.org>
30202
30203         * config/srclist.txt (printf-args.c): lose sync.
30204
30205 2006-05-26  Martin Lambers  <marlam@marlam.de>
30206
30207         * lib/getpass.c: Updates the test for the native W32 API, and adds
30208         missing includes, thus fixing compilation warnings.
30209
30210 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
30211
30212         * lib/exclude.c (exclude_fnmatch): New function.
30213         (excluded_file_name): Call exclude_fnmatch.
30214         * lib/exclude.h (excluded_file_name): New prototype
30215
30216 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
30217
30218         * lib/tempname.c (small_open, large_open): New macros.
30219         (__open, __open64) [!_LIBC]: Remove.
30220         (__gen_tempname): Use small_open and large_open instead of __open
30221         and __open64.  This fixes a portability bug on HP-UX 11.11i
30222         reported by Simon Wing-Tang in
30223         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
30224
30225 2006-05-24  Bruno Haible  <bruno@clisp.org>
30226
30227         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
30228         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
30229         Reported by Thorsten Maerz <torte@netztorte.de> via
30230         Aaron Stone <aaron@serendipity.cx>.
30231
30232 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30233
30234         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
30235         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
30236         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
30237         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
30238         not really conditional on the cache.
30239         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
30240
30241 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30242
30243         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
30244         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
30245         (my_usleep): Don't mishandle maximum value.
30246
30247 2006-05-19  Jim Meyering  <jim@meyering.net>
30248
30249         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
30250
30251 2006-05-17  Bruno Haible  <bruno@clisp.org>
30252
30253         Cygwin portability.
30254         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
30255
30256 2006-05-17  Bruno Haible  <bruno@clisp.org>
30257
30258         * lib/stdint_.h: Fix recognition of Cygwin.
30259
30260 2006-05-15  Bruno Haible  <bruno@clisp.org>
30261
30262         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
30263         on libtool patch by Ralf Wildenhues.
30264
30265 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30266
30267         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
30268         test for C99 conformance; (bool) 0.5 is an integer constant
30269         expression, but (bool) -0.5 is not.  Problem reported by Fedor
30270         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
30271
30272 2006-05-11  Simon Josefsson  <jas@extundo.com>
30273
30274         * m4/xvasprintf.m4: Fix obvious typo.
30275
30276 2006-05-11  Jim Meyering  <jim@meyering.net>
30277
30278         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
30279         James Lemley.
30280
30281 2006-05-10  Simon Josefsson  <jas@extundo.com>
30282
30283         * lib/md4.c: Typo fix, update copyright years.
30284         (K1, K2): Don't use L because it turn computations into 64-bit on
30285         64-bit platforms.
30286
30287 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
30288
30289         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
30290         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
30291         unwanted sign propagation, e.g., on hosts with 64-bit int.
30292         There still are some problems with reeelly weird theoretical hosts
30293         (e.g., 33-bit int) but it's not worth worrying about now.
30294         * lib/sha1.c (rol): Likewise.
30295         (K1, K2, K3, K4): Remove unnecessary L suffix.
30296
30297 2006-05-10  Bruno Haible  <bruno@clisp.org>
30298
30299         * lib/des.c: Cast to avoid warnings.
30300
30301 2006-05-09  Bruno Haible  <bruno@clisp.org>
30302
30303         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
30304         (Depends-on): Depend also on xsize, stdarg.
30305         (configure.ac): Add gl_XVASPRINTF.
30306
30307 2006-05-09  Bruno Haible  <bruno@clisp.org>
30308
30309         * m4/xvasprintf.m4: New file.
30310
30311 2006-05-09  Bruno Haible  <bruno@clisp.org>
30312
30313         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
30314         (EOVERFLOW): Define fallback value.
30315         (xstrcat): New function.
30316         (xvasprintf): Recognize the special case of a string concatenation.
30317
30318 2006-05-08  Eric Blake  <ebb9@byu.net>
30319
30320         * gnulib-tool (func_version): Base copyright year on CVS date.
30321         (func_emit_copyright_notice): New function.
30322         (func_emit_lib_Makefile_am): Use it.
30323         (func_emit_tests_Makefile_am): Likewise.
30324         (func_import): Likewise.
30325
30326 2006-05-08  Bruno Haible  <bruno@clisp.org>
30327
30328         * modules/stdarg: New file.
30329         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
30330
30331 2006-05-08  Bruno Haible  <bruno@clisp.org>
30332
30333         * m4/stdarg.m4: New file, from GNU gettext.
30334
30335 2006-05-08  Bruno Haible  <bruno@clisp.org>
30336
30337         * config/srclist.txt (build-aux/config.rpath): different from latest
30338         release.
30339
30340 2006-05-08  Bruno Haible  <bruno@clisp.org>
30341
30342         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
30343
30344 2006-05-05  Jim Meyering  <jim@meyering.net>
30345
30346         * m4/warning.m4: New file, derived from bison's file by the same name.
30347
30348 2006-05-03  Bruno Haible  <bruno@clisp.org>
30349
30350         * lib/stdint_.h: Shorter URL.
30351         * lib/inttypes.h: Likewise.
30352
30353 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30354
30355         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
30356
30357 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30358
30359         * lib/verify.h: Document the internals better.  Most of this change
30360         was written by Bruno Haible.
30361
30362 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30363
30364         * doc/verify.texi: New file, partly based on a proposal by
30365         Bruno Haible.
30366
30367 2006-05-02  Bruno Haible  <bruno@clisp.org>
30368
30369         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
30370         test from here...
30371         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
30372
30373 2006-04-29  Bruno Haible  <bruno@clisp.org>
30374
30375         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
30376         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
30377
30378 2006-04-29  Bruno Haible  <bruno@clisp.org>
30379
30380         * gnulib-tool: Make --update option actually work.
30381
30382 2006-04-29  Bruno Haible  <bruno@clisp.org>
30383
30384         * doc/gcd.texi: New file.
30385         * doc/gnulib.texi: Include it.
30386
30387 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
30388
30389         * lib/getdate.y (get_date): When adding relative date, start with the
30390         initial time, not with the result of the first mktime call.
30391
30392 2006-04-25  Bruno Haible  <bruno@clisp.org>
30393
30394         * gnulib-tool (func_import): Output the include directives in three
30395         blocks, sorted separately.
30396         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30397
30398 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
30399
30400         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
30401         to define main with arguments, for C++.  Reported by Eric Blake.
30402         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
30403         Prefer 'int main ()' to 'int main (void)', for C++.
30404         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
30405         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
30406         for 'main', for C99 and C++.
30407
30408 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
30409
30410         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
30411         Don't assume that exit status -1 is valid.
30412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30413         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
30414         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
30415         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
30416         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
30417         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
30418         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
30419         functions can be used without declaring them, or that you can
30420         exit with status -1.
30421         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
30422
30423 2006-04-24  Karl Berry  <karl@gnu.org>
30424
30425         * config/srclist.txt (longdouble.m4): sync lost.
30426
30427 2006-04-24  Eric Blake  <ebb9@byu.net>
30428
30429         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
30430
30431 2006-04-24  Bruno Haible  <bruno@clisp.org>
30432
30433         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
30434         poll() implementation in AIX.
30435         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30436
30437 2006-04-24  Bruno Haible  <bruno@clisp.org>
30438
30439         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
30440         assigned exactly once.
30441
30442 2006-04-23  Claudio Fontana  <claudio@gnu.org>
30443             Bruno Haible  <bruno@clisp.org>
30444
30445         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
30446         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
30447         for AM_CPPFLAGS.
30448
30449 2006-04-23  Bruno Haible  <bruno@clisp.org>
30450
30451         * modules/copy-file: Depend on unistd.
30452         * modules/execute: Likewise.
30453         * modules/fatal-signal: Likewise.
30454         * modules/findprog: Likewise.
30455         * modules/mkdtemp : Likewise.
30456         * modules/pipe: Likewise.
30457         * modules/wait-process: Likewise.
30458
30459 2006-04-23  Bruno Haible  <bruno@clisp.org>
30460
30461         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
30462         condition was already detected.
30463         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30464
30465 2006-04-23  Bruno Haible  <bruno@clisp.org>
30466
30467         * lib/copy-file.c: Include <unistd.h> unconditionally.
30468         * lib/execute.c: Likewise.
30469         * lib/fatal-signal.c: Likewise.
30470         * lib/findprog.c: Likewise.
30471         * lib/mkdtemp.c: Likewise.
30472         * lib/pipe.h: Likewise.
30473         * lib/pipe.c: Likewise.
30474         * lib/wait-process.h: Likewise.
30475
30476 2006-04-23  Bruno Haible  <bruno@clisp.org>
30477
30478         * gnulib-tool (func_usage): Fix --import description. Document
30479         --update.
30480         (func_import): Create temporary file in a temporary directory, if
30481         --dry-run is specified. Silence errors from 'grep' when there are no
30482         m4 files in $m4dir.
30483         (func_create_testdir): Silence errors from 'grep' when there are no
30484         m4 files in $m4dir.
30485         Reported by Karl Berry <karl@freefriends.org>.
30486
30487 2006-04-20  Bruno Haible  <bruno@clisp.org>
30488
30489         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
30490         one argument, so that the code will be portable to Autoconf 2.60.
30491         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
30492         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
30493         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
30494
30495 2006-04-19  Derek Price  <derek@ximbiot.com>
30496             Eric Blake  <ebb9@byu.net>
30497
30498         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
30499         rather than "/full/path.h".  Update comment to match.  Shorten &
30500         generalize m4_translit call via AS_TR_CPP.
30501
30502 2006-04-19  Derek Price  <derek@ximbiot.com>
30503             Eric Blake  <ebb9@byu.net>
30504
30505         * lib/inttypes.h: Correct grammar in comment.
30506
30507 2006-04-18  Derek Price  <derek@ximbiot.com>
30508             Paul Eggert  <eggert@cs.ucla.edu>
30509
30510         * modules/inttypes: New file.
30511         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
30512
30513 2006-04-18  Derek Price  <derek@ximbiot.com>
30514             Paul Eggert  <eggert@cs.ucla.edu>
30515
30516         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
30517         New files.
30518
30519 2006-04-18  Derek Price  <derek@ximbiot.com>
30520             Paul Eggert  <eggert@cs.ucla.edu>
30521
30522         * lib/inttypes.h: New file.
30523         * lib/strtoimax.c: Assume <inttypes.h>.
30524
30525 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
30526
30527         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
30528         isn't mounted.  Problem reported by Kir Kolyshkin.
30529
30530 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
30531
30532         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
30533         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
30534         Derek R. Price.
30535         * lib/regex.h (RE_DUP_MAX): Update comment to match current
30536         implementation.
30537
30538 2006-04-12  Eric Blake  <ebb9@byu.net>
30539
30540         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
30541         is now done automatically by the corresponding Autoconf macro.
30542
30543 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
30544
30545         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
30546         time_r.h.
30547
30548 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30549
30550         Merge regex changes from libc, removing some of our
30551         POSIX-conformance changes that were rejected and redoing them in a
30552         less-intrusive way.
30553
30554         * lib/regcomp.c (re_compile_internal, init_dfa):
30555         Length arg is now size_t, not Idx.  All uses changed.
30556         (peek_token): Forward decl now says internal_function.
30557         (__re_error_msgid, __re_error_msgid_idx):
30558         Now static rather than extern with attribute_hidden.
30559         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
30560         For some reason libc prefers K&R style defns for external functions.
30561         (regerror) [!defined _LIBC]: Likewise.
30562         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
30563         (seek_collating_symbol_entry, lookup_collation_sequence_value):
30564         (build_range_exp, build_collating_symbol):
30565         Use K&R-style defn.
30566         (re_compile_fastmap): Use '\0' to memset, not 0.
30567         (utf8_sb_map): Make the calculations more obvious.
30568         (init_dfa, parse_bracket_exp, build_charclass_op):
30569         Call calloc and cast result, as glibc does.
30570         (init_word_char, fetch_token, peek_token, peek_token_bracket):
30571         (build_range_exp, build_collating_symbol):
30572         Now internal functions.
30573
30574         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
30575
30576         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
30577         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
30578         Don't depend on VMS; depend on __VMS instead, for POSIX
30579         namespace cleanness.
30580         (regoff_t): Define to ssize_t, not long int.
30581
30582         Remove the REG_ macros named below.  Instead, make the old names
30583         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
30584         __USE_GNU_REGEX.
30585         (REG_BACKSLASH_ESCAPE_IN_LISTS):
30586         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
30587         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
30588         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
30589         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
30590         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
30591         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
30592         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
30593         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
30594         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
30595         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
30596         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
30597         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
30598         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
30599         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
30600         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
30601         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
30602         (REG_NREGS):
30603         Remove.  All uses replaced by the old RE_* names.
30604         (RE_BACKSLASH_ESCAPE_IN_LISTS):
30605         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
30606         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
30607         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
30608         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
30609         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
30610         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
30611         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
30612         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
30613         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
30614         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
30615         Don't bother having these macros be independent of each others'
30616         values, since they no longer exist in the POSIX name space.
30617
30618         Rename the following member names back to their old names,
30619         unless !__USE_GNU_REGEX.  All uses changed back.
30620         (buffer): Renamed from re_buffer.
30621         (allocated): Renamed from re_allocated.
30622         (used): Renamed from re_used.
30623         (syntax): Renamed from re_syntax.
30624         (fastmap): Renamed from re_fastmap.
30625         (translate): Renamed from re_translate.
30626         (can_be_null): Renamed from re_can_be_null.
30627         (regs_allocated): Renamed from re_regs_allocated.
30628         (fastmap_accurate): Renamed from re_fastmap_accurate.
30629         (no_sub): Renamed from re_no_sub.
30630         (not_bol): Renamed from re_not_bol.
30631         (not_eol): Renamed from re_not_eol.
30632         (newline_anchor): Renamed from re_newline_anchor.
30633         (num_regs): Renamed from rm_num_regs.
30634         (start): Renamed from rm_start.
30635         (end): Renamed from rm_end.
30636
30637         (free_state): Move up a bit.
30638
30639         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
30640         #define to be empty.
30641         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
30642         when that is what is intended.
30643         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
30644         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
30645         (MAX): New macro.
30646         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
30647         All uses changed back to re_malloc, etc.  It's now the caller's
30648         responsibility to check for overflow; all callers changed.
30649         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
30650         (re_x2nrealloc): Remove.
30651         (free_state): Remove decl.
30652
30653         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
30654         (re_set_registers, re_exec):
30655         Use K&R-style defn.
30656
30657         2006-01-31  Roland McGrath  <roland@redhat.com>
30658
30659         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
30660         Reported by Mike Frysinger <vapier@gentoo.org>.
30661
30662         2006-01-15  Andreas Jaeger  <aj@suse.de>
30663
30664         [BZ #1950]
30665         * lib/regex_internal.c (re_string_reconstruct): Adjust for
30666         build_wcs_upper_buffer change.
30667         (build_wcs_upper_buffer): Change return type.
30668
30669         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
30670
30671         * lib/regex_internal.h: Include <stdint.h> if available.
30672
30673         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
30674
30675         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
30676
30677         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
30678
30679         * lib/regcomp.c: Adjust for changed secondary hash function.
30680
30681         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
30682
30683         * lib/regex.h: Pretty printing.
30684         Clean up namespace a bit.
30685
30686         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
30687
30688         * lib/regexec.c (update_cur_sifted_state, check_arrival,
30689         check_arrival_add_next_nodes): Avoid using uninitialized variable.
30690
30691         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30692                     Ulrich Drepper  <drepper@redhat.com>
30693
30694         [BZ #1302]
30695         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
30696         changed.
30697         (bitset_word_t): Renamed from bitset_word.  All uses changed.
30698
30699         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
30700
30701         [BZ #281]
30702         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
30703         * lib/regcomp.c: Remove unnecessary uses of
30704         unsigned RE_TRANSLATE_TYPE.
30705         * lib/regex_internal.h: Likewise.
30706         * lib/regex_internal.c: Likewise.
30707         * lib/regexec.c: Likewise.
30708         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
30709
30710         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
30711
30712         * lib/regexec.c (find_recover_state): Remove unnecessary
30713         initialization.
30714         (transit_state_bkref): Make DFA a const pointer.
30715         (get_subexp): Likewise.
30716         (check_arrival): Likewise.
30717         (update_cur_sifted_state): Likewise.
30718         (re_search_internal): Likewise.
30719         (prune_impossible_nodes): Likewise.
30720         (acquire_init_state_context): Likewise.
30721         (proceed_next_node): Likewise.
30722         (set_regs): Likewise.
30723         (free_fail_stack_return): Likewise.
30724         (check_arrival_expand_ecl): Mark DFA parameter as const.
30725         (check_arrival_expand_ecl_sub): Likewise.
30726         (check_subexp_limits): Likewise.
30727         (sub_epsilon_src_nodes):  Likewise.
30728         (add_epsilon_src_nodes):  Likewise.
30729         (merge_state_array): Likewise.
30730         (update_regs): Likewise.
30731         (build_trtable): Likewise.
30732         (sift_states_backward): Mark MCTX parameter as const.
30733         (build_sifted_states): Likewise.
30734         (update_cur_sifted_state): Likewise.
30735         (sift_states_mkref): Likewise.
30736         (check_arrival_expand_ecl): Mark eclosure as const.
30737         (check_dst_limits_calc_pos_1): Likewise.
30738         * lib/regex_internal.h (re_match_context_t): Make dfa a const
30739         pointer.
30740
30741         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
30742
30743         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
30744         (transit_state_sb): Likewise.
30745         (transit_state_mb): Likewise.
30746         (sift_states_iter_mb): Likewise.
30747         (check_arrival_add_next_nodes): Likewise.
30748         (check_node_accept_bytes): Change first parameter to pointer-to-const.
30749         [_LIBC] (re_search_2_stub): Use mempcpy.
30750
30751         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
30752         mbrtowc for very simple UTF-8 case.
30753
30754         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
30755         a pointer-to-const.
30756         (re_acquire_state_context): Likewise.
30757         * lib/regex_internal.h: Adjust prototypes.
30758
30759         * lib/regex.c: Prevent using C++ compilers.
30760
30761         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
30762         (re_acquire_state_context): Likewise.
30763
30764 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30765
30766         * modules/regex (Depends-on): Add ssize_t.
30767
30768 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30769
30770         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
30771         translation table.
30772
30773 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
30774
30775         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
30776
30777 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
30778             Bruno Haible  <bruno@clisp.org>
30779
30780         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
30781         <sys/types.h> and <inttypes.h>.
30782
30783 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30784
30785         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
30786         `__error_t_defined', so argp.h will not typedef the former.
30787
30788 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
30789
30790         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
30791         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
30792         glibc names.  Even if glibc is changed to conform to POSIX, the
30793         traditional names will be available anyway, since regex depends on
30794         the extensions module.  Also, fix a longstanding typo in the
30795         implementation of Spencer ERE test #75 from grep 2.3.  Problems
30796         reported by Emanuele Giaquinta.  Also, change sense of cached
30797         variable, so that the message makes sense.
30798
30799 2006-03-24  Simon Josefsson  <jas@extundo.com>
30800
30801         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
30802         including some doc fixes.
30803         (base64_encode_alloc): Fix +1 bug on allocation failures.
30804
30805 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30806
30807         * lib/base64.c (base64_encode): Do not read past end of array with
30808         unsanitized input on systems with CHAR_BIT > 8.
30809
30810 2006-03-24  Eric Blake  <ebb9@byu.net>
30811
30812         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
30813
30814 2006-03-22  Karl Berry  <karl@gnu.org>
30815
30816         * config/srclist.txt (*setenv.[ch]): get from coreutils.
30817         * config/srclistvars.sh (COREUTILS): new var.
30818
30819 2006-03-17  Jim Meyering  <jim@meyering.net>
30820
30821         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
30822         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
30823
30824 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
30825
30826         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
30827         no longer needs it.  Instead, check that regoff_t is as least
30828         as wide as ptrdiff_t.
30829
30830         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
30831         so that our regex.h stays compatible with the installed regex.
30832         This is helpful for installers who configure --without-included-regex.
30833         Problem reported by Emanuele Giaquinta.
30834
30835 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
30836
30837         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
30838         Typedef to long int, not to off_, as POSIX will likely change
30839         in that direction.
30840
30841 2006-03-15  Eric Blake  <ebb9@byu.net>
30842
30843         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
30844
30845 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
30846
30847         * lib/argp-help.c (validate_uparams): Fix typo
30848         * lib/argp-parse.c (argp_default_options): Consistently begin help
30849         messages with a lowercase letter.
30850
30851 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
30852
30853         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
30854         overrun buffers and shouldn't be used (much as gets shouldn't be
30855         used).
30856         * lib/time_r.c (asctime_r, ctime_r): Likewise.
30857
30858 2006-03-08  Simon Josefsson  <jas@extundo.com>
30859
30860         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
30861         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30862
30863 2006-03-08  Simon Josefsson  <jas@extundo.com>
30864
30865         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
30866         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30867
30868 2006-03-08  Simon Josefsson  <jas@extundo.com>
30869
30870         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
30871         signal that configure disabled the device.
30872
30873 2006-03-08  Simon Josefsson  <jas@extundo.com>
30874
30875         * build-aux/maint.mk: Fix refresh-po, to handle no translated
30876         languages.
30877
30878 2006-03-07  Simon Josefsson  <jas@extundo.com>
30879
30880         * modules/getopt (Depends-on): Add unistd.
30881
30882         * modules/unistd: New file.
30883
30884 2006-03-07  Simon Josefsson  <jas@extundo.com>
30885
30886         * modules/gc-random: New file.
30887
30888 2006-03-07  Simon Josefsson  <jas@extundo.com>
30889
30890         * m4/unistd_h.m4: New file.
30891
30892 2006-03-07  Simon Josefsson  <jas@extundo.com>
30893
30894         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
30895         test to be side-effect free by storing the result in the cache
30896         variable gl_cv_lib_readline, and moving the assignment of
30897         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
30898         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30899
30900 2006-03-07  Simon Josefsson  <jas@extundo.com>
30901
30902         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
30903         error on missing devices (the functions will return an error).
30904
30905         * m4/gc.m4: Move random stuff to gc-random.m4
30906
30907 2006-03-07  Simon Josefsson  <jas@extundo.com>
30908
30909         * lib/unistd_.h: New file.
30910
30911 2006-03-07  Simon Josefsson  <jas@extundo.com>
30912
30913         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
30914
30915 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30916
30917         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
30918         Problem reported by Juan Manuel Guerrero.
30919
30920 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30921
30922         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
30923         the unistd module.
30924         * lib/getlogin_r.c: Likewise.
30925         * lib/getlogin_r.h: Likewise.
30926         * lib/glob.c: Likewise.
30927         * lib/pagealign_alloc.c: Likewise.
30928         * lib/unistd_.h: Remove; no longer needed.
30929
30930 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
30931
30932         * MODULES.html.sh (Support for systems lacking POSIX:2001):
30933         Add unistd.
30934         * modules/c-stack (Depends-on): Add unistd.
30935         * modules/getlogin_r: Likewise.
30936         * modules/glob: Likewise.
30937         * modules/pagealign_alloc: Likewise.
30938         * modules/unistd (Files): Remove lib/unistd_.h.
30939         (EXTRA_DIST): Remove.
30940         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
30941         need unistd_.h.
30942         (MOSTLYCLEANFILES): Remove unistd.h-t.
30943
30944 2006-03-03  Simon Josefsson  <jas@extundo.com>
30945
30946         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
30947
30948 2006-03-03  Simon Josefsson  <jas@extundo.com>
30949
30950         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
30951         libidn and bison.
30952
30953 2006-03-03  Simon Josefsson  <jas@extundo.com>
30954
30955         * build-aux/maint.mk: Add indent target.
30956
30957 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
30958
30959         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
30960         our replacement poll.h in any case, to avoid a differing
30961         declaration from a system header.  Seen on AIX.
30962
30963 2006-03-01  Simon Josefsson  <jas@extundo.com>
30964
30965         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
30966         <kasal@ucw.cz>.
30967
30968 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30969
30970         * modules/gettime (Depends-on): Add extensions module.
30971         * modules/nanosleep (Depends-on): Likewise.
30972         * modules/settime (Depends-on): Likewise.
30973
30974 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30975
30976         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
30977         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
30978         pedantically.
30979         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30980         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
30981
30982         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
30983         not "==".  Reported by Ralf Wildenhues.
30984
30985 2006-03-01  Karl Berry  <karl@gnu.org>
30986
30987         * doc/Copyright/request-*: new files, synced from gnuorg.
30988
30989 2006-03-01  Karl Berry  <karl@gnu.org>
30990
30991         * config/srclist.txt (Copyright/*): new entries.
30992
30993 2006-02-28  Simon Josefsson  <jas@extundo.com>
30994
30995         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
30996
30997 2006-02-27  Simon Josefsson  <jas@extundo.com>
30998
30999         * lib/base64.h: Indent #define's.  From Jim Meyering
31000         <jim@meyering.net>.
31001
31002 2006-02-27  Jim Meyering  <jim@meyering.net>
31003
31004         Revert the change of 2006-02-24, so these files can continue
31005         to be sync'd from gettext.
31006         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
31007         of `config.h'.
31008
31009 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31010
31011         * modules/intprops: New file.
31012         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
31013         Add intprops.
31014         * modules/getloadavg (Files): Remove lib/intprops.h.
31015         (Depends-on): Add intprops.
31016         * modules/human: Likewise.
31017         * modules/inttostr: Likewise.
31018         * modules/openat: Likewise.
31019         * modules/sig2str: Likewise.
31020         * modules/userspec: Likewise.
31021         * modules/utimecmp: Likewise.
31022         * modules/xnanosleep: Likewise.
31023         * modules/xstrtol: Likewise.
31024
31025 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
31026
31027         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
31028         * modules/lock-tests (TESTS): Use $(EXEEXT).
31029         * modules/tls-tests: Likewise.
31030         * modules/argp-tests: Likewise.
31031         (check_PROGRAMS): New var, replacing...
31032         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
31033
31034 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31035
31036         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
31037         `config.h'.
31038
31039 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31040
31041         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
31042
31043 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31044
31045         Sync from coreutils.
31046         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
31047         gl_CHDIR_SAFER.
31048
31049 2006-02-22  Jim Meyering  <jim@meyering.net>
31050
31051         Sync from coreutils.
31052         * m4/chdir-safer.m4: New file.
31053
31054 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31055
31056         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
31057         AT_FDCWD exceeds INT_MAX.
31058         * lib/openat.h (AT_FDCWD): Likewise.
31059
31060 2006-02-17  Eric Blake  <address@hidden>
31061
31062         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
31063
31064 2006-02-16  Simon Josefsson  <jas@extundo.com>
31065
31066         * modules/getaddrinfo (Depends-on): Add sys_socket.
31067
31068 2006-02-15  Simon Josefsson  <jas@extundo.com>
31069
31070         * build-aux/maint.mk: Add dsyntax-check rule.
31071
31072 2006-02-15  Eric Blake  <ebb9@byu.net>
31073
31074         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
31075         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
31076         'present but cannot compile' warnings on cygwin.
31077         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
31078         use ws2tcpip.h if sys/socket.h works.
31079         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
31080         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
31081
31082 2006-02-14  Simon Josefsson  <jas@extundo.com>
31083
31084         * modules/maintainer-makefile (Files): Rename.
31085
31086         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
31087         and (the local) Makefile.cfg to maint-cfg.mk.
31088
31089         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
31090         to the latter.
31091
31092         * modules/maintainer-makefile: New module.
31093
31094         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
31095         severaly stripped to make it possible to build it up from scratch
31096         with reliable tests.
31097
31098         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
31099         fixes to permit overriding the default actions when configure and
31100         makefile are not available.
31101
31102 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31103
31104         Sync from coreutils.
31105         * modules/lstat (Depends-on): Don't depend on xalloc.
31106         (License): Change from GPL to LGPL, since this is now simply a
31107         replacement for a libc function.
31108
31109 2006-02-14  Jim Meyering  <jim@meyering.net>
31110
31111         Sync from coreutils.
31112
31113         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
31114         failure on deficient systems, and simplify gnulib lgpl dependencies.
31115         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
31116         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
31117
31118         * lib/xalloc-die.c: Remove unused definition of N_.
31119
31120 2006-02-14  Jim Meyering  <jim@meyering.net>
31121
31122         Sync from coreutils.
31123         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
31124         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
31125         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
31126         double-quote uses of that variable, to accommodate the rare case in
31127         which getmntent is available in none of the libraries checked.  This
31128         happens at least on FreeBSD 5.0.
31129
31130 2006-02-13  Simon Josefsson  <jas@extundo.com>
31131
31132         * gnulib-tool (Usage): Fix --import, from
31133         karl@freefriends.org (Karl Berry).
31134
31135 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31136
31137         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
31138
31139 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
31140
31141         * lib/argp-namefrob.h: Restore changes accidentally lost during the
31142         "autoupdate" on 2005-12-12.
31143
31144 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31145
31146         * modules/closeout (Depends-on): Remove atexit.
31147
31148 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31149
31150         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
31151         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
31152
31153 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31154
31155         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
31156         __EXTENSIONS__ if this causes compilation to fail.  Problem
31157         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
31158         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
31159
31160 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
31161
31162         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
31163         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
31164         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
31165         All uses changed.
31166
31167 2006-01-26  Simon Josefsson  <jas@extundo.com>
31168
31169         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
31170         prototype is visible on mingw32.
31171
31172         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
31173         for mingw32.
31174
31175         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
31176         mingw32).
31177
31178 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
31179
31180         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
31181         attempt to open for write; this always fails, at least on POSIX
31182         hosts.  This reinstates the 2006-01-09 change, which was
31183         inadvertently removed.
31184
31185 2006-01-26  Bruno Haible  <bruno@clisp.org>
31186
31187         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
31188         Reported by Paul Eggert.
31189
31190 2006-01-26  Bruno Haible  <bruno@clisp.org>
31191             Paul Eggert  <eggert@cs.ucla.edu>
31192
31193         * lib/stdbool_.h (_Bool)
31194         [(! (defined __cplusplus || defined __BEOS__)
31195           && !defined __GNUC__
31196           && !(defined __HP_cc || defined __xlc__
31197                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
31198                || defined __sgi))]:
31199         #define to signed char in these cases too; this simplifies
31200         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
31201         etc., separately) and makes it more conservative.
31202
31203 2006-01-25  Simon Josefsson  <jas@extundo.com>
31204
31205         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
31206         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
31207         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
31208
31209 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31210
31211         * lib/argp-namefrob.h: Bugfix. Remove stray #
31212
31213 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
31214
31215         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
31216         so that we test the test.
31217         Check for yet another HP-UX cc bug involving *bool |= bool.
31218
31219 2006-01-25  Karl Berry  <karl@gnu.org>
31220
31221         * config/srclist.txt (vasnprintf.c): sync lost.
31222
31223 2006-01-25  Jim Meyering  <jim@meyering.net>
31224
31225         Sync from the stable (b5) branch of coreutils:
31226
31227         * lib/fts.c (fts_children): Don't let close() clobber errno from
31228         failed fchdir().
31229
31230         * lib/fts.c (fts_stat): When following a symlink-to-directory,
31231         don't necessarily interpret stat-fails+lstat-succeeds as indicating
31232         a dangling symlink.  That can also happen at least for ELOOP.
31233         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
31234         FYI, this bug predates the inclusion of fts.c in coreutils.
31235
31236         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
31237         in their own block, so pre-c99 compilers don't object.
31238
31239         Avoid the double-free (first in fts_read, second in fts_close) that
31240         would occur when an `active' directory is made inaccessible (e.g.,
31241         via chmod a-x) during a traversal.
31242         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31243         before returning.  Reproduce this failure by
31244         mkdir -p a/b; cd a; chmod a-x . b
31245         Reported by Stavros Passas.
31246
31247 2006-01-25  Jim Meyering  <jim@meyering.net>
31248
31249         * lib/fileblocks.c: Remove more useless parentheses.
31250         * lib/readutmp.h: Likewise.
31251
31252 2006-01-25  Bruno Haible  <bruno@clisp.org>
31253
31254         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
31255         warnings.
31256         Reported by Paul Eggert.
31257
31258 2006-01-25  Bruno Haible  <bruno@clisp.org>
31259
31260         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
31261         rid of a trap command. For Solaris sh.
31262         Reported by Mark D. Baushke <mdb@gnu.org>.
31263
31264 2006-01-24  Simon Josefsson  <jas@extundo.com>
31265
31266         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
31267         Bruno.
31268
31269 2006-01-24  Karl Berry  <karl@gnu.org>
31270
31271         * config/srclist.txt (argp-namefrob.h): sync lost.
31272
31273 2006-01-24  Jim Meyering  <jim@meyering.net>
31274
31275         * modules/openat (Files): Add lib/intprops.h.
31276         From Mark D. Baushke.
31277
31278 2006-01-24  Jim Meyering  <jim@meyering.net>
31279
31280         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
31281         Reported by Mark D. Baushke.
31282
31283 2006-01-24  Jim Meyering  <jim@meyering.net>
31284
31285         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
31286
31287 2006-01-24  Bruno Haible  <bruno@clisp.org>
31288
31289         * modules/strnlen (Maintainer): Change from glibc to all.
31290
31291 2006-01-24  Bruno Haible  <bruno@clisp.org>
31292
31293         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
31294         Patch by Paul Eggert.
31295
31296 2006-01-24  Bruno Haible  <bruno@clisp.org>
31297
31298         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
31299         already has it.
31300         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
31301         2005-11-26.
31302
31303         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
31304         'signed char' to avoid problems with the built-in _Bool type.
31305         Reported by Paul Eggert on 2005-11-26.
31306
31307 2006-01-24  Bruno Haible  <bruno@clisp.org>
31308
31309         * gnulib-tool (func_import): Avoid constructing complicated sed
31310         expressions inside backquote.
31311         Report and solution by Mark D. Baushke <mdb@gnu.org>.
31312
31313 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
31314
31315         These changes imported from libc.
31316         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
31317         test and two separate function calls.
31318         * lib/strndup.c (__strndup): Add libc_hidden_def.
31319
31320 2006-01-23  Simon Josefsson  <jas@extundo.com>
31321
31322         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
31323         Remove the test_*_SOURCES variable: automake infers it by default.
31324         * modules/tls-tests: Likewise.
31325
31326 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31327
31328         Work around porting bugs reported by Dieter in
31329         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
31330         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
31331         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
31332         Include "getopt.h" first, to check interface.
31333         (getenv): Declare only if defined HAVE_DECL_GETENV &&
31334         !HAVE_DECL_GETENV.
31335         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
31336         (__strndup): Revert to K&R-style function dfns, the glibc style.
31337         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
31338         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
31339         Include strnlen.h first, to get prototype properly.
31340         (strnlen): Renamed from __strnlen.
31341         Remove weak alias.
31342
31343 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31344
31345         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
31346
31347 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31348
31349         * config/srclist.txt: Adjust to reflect glibc reorganization.
31350         This affects only comments.
31351
31352 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31353
31354          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
31355          Reported by Bruce Korb <bkorb@gnu.org>.
31356
31357 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
31358
31359         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
31360         to pacify gcc -Wswitch-default.
31361
31362 2006-01-22  Bruno Haible  <bruno@clisp.org>
31363
31364         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
31365         temporary buffer for sprintf, take into account the precision also
31366         for 'd', 'i', 'u', 'o', 'x', 'X'.
31367
31368 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
31369
31370         * modules/argp-tests: New module
31371         * tests/test-argp.c: New file
31372         * tests/test-argp-2.sh: New file
31373
31374 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
31375
31376         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
31377         (__argp_base_name): Removed
31378         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
31379         typo.
31380         (__argp_base_name): Provide macro definition or extern declaration
31381         depending on the configuration
31382
31383 2006-01-20  Simon Josefsson  <jas@extundo.com>
31384
31385         * modules/inet_ntop (Depends-on): Depend on sys_socket.
31386
31387 2006-01-20  Simon Josefsson  <jas@extundo.com>
31388
31389         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
31390
31391 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31392
31393         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
31394         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
31395         Suggested by Bruno Haible.
31396
31397 2006-01-20  Karl Berry  <karl@gnu.org>
31398
31399         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
31400         until changes propagate, I guess.
31401
31402 2006-01-19  Simon Josefsson  <jas@extundo.com>
31403
31404         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
31405
31406 2006-01-19  Simon Josefsson  <jas@extundo.com>
31407
31408         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
31409
31410 2006-01-19  Simon Josefsson  <jas@extundo.com>
31411
31412         * gnulib-tool: Set check_PROGRAMS.
31413
31414         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
31415         modules/des-tests, modules/gc-arcfour-tests,
31416         modules/gc-arctwo-tests, modules/gc-des-tests,
31417         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
31418         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
31419         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
31420         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
31421         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
31422         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
31423         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
31424         test_*_SOURCES.
31425
31426 2006-01-18  Simon Josefsson  <jas@extundo.com>
31427
31428         * modules/socklen (Depends-on): Depend on sys_socket.
31429
31430 2006-01-18  Simon Josefsson  <jas@extundo.com>
31431
31432         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
31433         modules/des-tests, modules/gc-arcfour-tests,
31434         modules/gc-arctwo-tests, modules/gc-des-tests,
31435         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
31436         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
31437         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
31438         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
31439         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
31440         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
31441         $(EXEEXT) to automake TESTS variable, for mingw32.
31442
31443 2006-01-17  Simon Josefsson  <jas@extundo.com>
31444
31445         * modules/socklen (Include): Need sys/socket.h.
31446
31447 2006-01-17  Bruno Haible  <bruno@clisp.org>
31448
31449         * modules/ssize_t (Include): Add <sys/types.h>.
31450
31451 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
31452
31453         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
31454         it's not portable and it doesn't work with cross-compiles.
31455         Problem reported by Bruno Haible.  Fix missing-$ typo in
31456         'test "gl_cv_ignore_unused_libraries" ...' that prevented
31457         -zignore from being used with Sun's C compiler.
31458
31459 2006-01-12  Simon Josefsson  <jas@extundo.com>
31460
31461         * lib/base64.c: Fix warning, reported by Bruno Haible
31462         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
31463
31464 2006-01-12  Bruno Haible  <bruno@clisp.org>
31465
31466         * modules/ldd: New file.
31467         * build-aux/ldd.sh.in: New file.
31468         * MODULES.html.sh (Support for building libraries and executables): Add
31469         ldd.
31470
31471 2006-01-12  Bruno Haible  <bruno@clisp.org>
31472
31473         * m4/ldd.m4: New file.
31474
31475 2006-01-12  Bruno Haible  <bruno@clisp.org>
31476
31477         * gnulib-tool (func_import, func_create_testdir): Don't go into an
31478         endless loop while replacing $auxdir with build-aux.
31479
31480 2006-01-11  Simon Josefsson  <jas@extundo.com>
31481
31482         * lib/stdint_.h (SIZE_MAX): Add missing (.
31483
31484 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
31485
31486         Sync from coreutils.
31487         * lib/md5.c: Fix commentary typos.
31488         (alignof, UNALIGNED_P): No need for a GCC-specific version.
31489         * lib/md5.h (__attribute__): Remove; unused.
31490         * lib/sha1.c: Fix commentary to match md5 better.
31491         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
31492         so that we don't need to worry about alignment.  All uses changed.
31493         This merges the 2005-10-28 md5 change into sha1.
31494
31495 2006-01-11  Jim Meyering  <jim@meyering.net>
31496
31497         Sync from coreutils.
31498         * lib/md5.c (OP): Fix spacing.
31499
31500 2006-01-11  Bruno Haible  <bruno@clisp.org>
31501
31502         Ensure automatic ordering between gl_LOCK and gl_ARGP.
31503         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
31504         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
31505
31506 2006-01-11  Bruno Haible  <bruno@clisp.org>
31507
31508         Ensure automatic ordering between gl_LOCK and gl_ARGP.
31509         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
31510         the "early" section as well.
31511
31512 2006-01-11  Bruno Haible  <bruno@clisp.org>
31513
31514         Avoid "ar: no archive members specified" error on MacOS X.
31515         * gnulib-tool (func_modules_add_dummy): New function.
31516         (func_import, func_create_testdir): Invoke it.
31517
31518 2006-01-11  Bruno Haible  <bruno@clisp.org>
31519
31520         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
31521         with $auxdir in AC_CONFIG_FILES statements.
31522
31523 2006-01-11  Bruno Haible  <bruno@clisp.org>
31524
31525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31526         Initialize also noinst_HEADERS to empty.
31527
31528 2006-01-11  Bruno Haible  <bruno@clisp.org>
31529
31530         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
31531         variables.
31532         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
31533         autoreconf.
31534
31535 2006-01-11  Bruno Haible  <bruno@clisp.org>
31536
31537         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
31538         overridable by the user.
31539         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31540
31541 2006-01-10  Simon Josefsson  <jas@extundo.com>
31542
31543         * modules/sys_socket: New file.
31544
31545 2006-01-10  Simon Josefsson  <jas@extundo.com>
31546
31547         * m4/sys_socket_h.m4: New file.
31548
31549 2006-01-10  Simon Josefsson  <jas@extundo.com>
31550
31551         * lib/socket_.h: New file.
31552
31553 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31554
31555         * modules/readutmp (Maintainer): Add myself.
31556
31557 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31558
31559         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
31560         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
31561         People who are still concerned with buggy memcmp implementations
31562         can invoke gl_FUNC_MEMCMP themselves.
31563
31564 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
31565
31566         * lib/regex_internal.h (BITSET_WORD_BITS):
31567         Work around a bug in 64-bit PGC (before version 6.1-2), where the
31568         preprocessor mishandles large unsigned values as if they were signed.
31569         Problem reported by Claudio Fontana in
31570         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
31571
31572 2006-01-10  Jim Meyering  <jim@meyering.net>
31573
31574         Avoid the double-free (first in fts_read, second in fts_close) that
31575         would occur when an `active' directory is made inaccessible (e.g.,
31576         via chmod a-x) during a traversal.
31577         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31578         before returning.  Reproduce this failure by
31579         mkdir -p a/b; cd a; chmod a-x . b
31580         Reported by Stavros Passas.
31581
31582         Sync from coreutils.
31583         * lib/sha1.c: Tweak grammar in a comment.
31584
31585 2006-01-10  Jim Meyering  <jim@meyering.net>
31586
31587         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
31588         Patch by Joerg Sonnenberger.
31589
31590 2006-01-10  Bruno Haible  <bruno@clisp.org>
31591
31592         * modules/readutmp: Depend on module free.
31593         * modules/strtok_r: Depend on module restrict.
31594
31595 2006-01-10  Bruno Haible  <bruno@clisp.org>
31596
31597         * modules/gettext (configure.ac): Add an invocation of
31598         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
31599
31600 2006-01-10  Bruno Haible  <bruno@clisp.org>
31601
31602         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
31603         Reported by Werner Lemberg <wl@gnu.org>.
31604
31605 2006-01-10  Bruno Haible  <bruno@clisp.org>
31606
31607         * lib/localcharset.c: Update from GNU gettext.
31608
31609 2006-01-10  Bruno Haible  <bruno@clisp.org>
31610
31611         * lib/argp.h (__const): Remove macro. Use const instead.
31612         * lib/argp-fmtstream.h (__const): Likewise.
31613         * lib/glob_.h (__const): Remove macro.
31614         * lib/glob-libc.h: Use const instead of __const.
31615
31616 2006-01-10  Bruno Haible  <bruno@clisp.org>
31617
31618         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
31619         variable.
31620         Needed to avoid an automake error regarding the 'gettext' module.
31621
31622 2006-01-09  Simon Josefsson  <jas@extundo.com>
31623
31624         * modules/inet_ntop (Depends-on): Add restrict.
31625
31626 2006-01-09  Simon Josefsson  <jas@extundo.com>
31627
31628         * modules/gc-rijndael-tests (License): Put under LGPL.
31629
31630         * modules/gc-des-tests (License): Likewise.
31631
31632         * modules/gc-arcfour-tests (License): Likewise.
31633
31634         * modules/gc-arctwo-tests (License): Likewise.
31635
31636         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
31637
31638         * modules/gc-hmac-sha1-tests (Files): Likewise.
31639
31640         * modules/gc-hmac-md5-tests (License): Likewise.
31641
31642         * modules/gc-sha1-tests (License): Likewise.
31643
31644         * modules/gc-md5-tests (License): Likewise.
31645
31646         * modules/gc-md4-tests (License): Likewise.
31647
31648         * modules/gc-md2-tests (License): Likewise.
31649
31650         * modules/gc-tests (License): Likewise.
31651
31652         * modules/des-tests (License): Likewise.
31653
31654         * modules/md4-tests (License): Likewise.
31655
31656         * modules/md2-tests (License): Likewise.
31657
31658 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31659
31660         Sync from coreutils:
31661
31662         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
31663         * modules/lib-ignore: New file.
31664         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
31665         chdir-safer.m4, lchmod.m4.
31666         * modules/openat: Add mkdirat.c, openat-priv.h.
31667
31668 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31669
31670         Sync from coreutils.
31671         * m4/lib-ignore.m4: New file.
31672         * m4/lchmod.m4: New file.
31673
31674 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31675
31676         Sync from coreutils.
31677         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
31678         for write access: POSIX says that must fail.
31679         * lib/fts.c (diropen): Likewise.
31680         * lib/save-cwd.c (save_cwd): Likewise.
31681         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
31682         well, for minor improvements on hosts that lack O_DIRECTORY.
31683         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
31684         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
31685         Fall back on chown if open failed with EACCES.
31686
31687         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
31688         Report an error at compile-time if only a 1-second nominal clock
31689         resolution is found.
31690
31691         * lib/lchmod.h: New file.
31692         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
31693         (make_dir_parents): Use lchown rather than chown, and
31694         lchmod rather than chmod.
31695
31696         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
31697         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
31698         "proc" reported by n0dalus.
31699
31700         * lib/mountlist.c: Include <limits.h>.
31701         (dev_from_mount_options)
31702         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
31703         New function.  It no longer assumes "dev=" has the System V meaning
31704         on Linux (since it doesn't).  It also parses "dev=" more carefully.
31705         (read_file_system_list)
31706         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
31707         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
31708         dev= in that case.
31709
31710         * lib/posixtm.h (PDS_PRE_2000): New macro.
31711         * lib/posixtm.c (year): Arg is now syntax_bits rather than
31712         allow_century.  All usages changed.  Reject dates outside the range
31713         1969-1999 if PDS_PRE_2000 is used.
31714
31715 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
31716
31717         Sync from coreutils.
31718         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
31719         (Time of day items): Mention the possibility of leap seconds.
31720         Problem reported by Dr. David Alan Gilbert.
31721
31722 2006-01-09  Jim Meyering  <jim@meyering.net>
31723
31724         Sync from coreutils.
31725
31726         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
31727
31728         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
31729
31730         * lib/modechange.c (mode_compile): Reject an invalid mode string
31731         that starts with an octal digit.  From Andreas Gruenbacher.
31732
31733         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
31734         and dup to open_safer and dup_safer, respectively.
31735         (openat_permissive): Fix typo in comment.
31736
31737         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
31738         "gettext.h"; either no longer needed or are guaranteed by openat.h.
31739         (_): Remove; no longer needed.
31740         (openat): Renamed from rpl_openat; no need for rpl_openat
31741         since openat.h renames openat for us.
31742         Replace most of the body with a call to openat_permissive,
31743         to avoid duplicate code.
31744         Port to (probably hypothetical) environments were mode_t is
31745         wider than int.
31746         (openat_permissive): Require mode arg, so that we can check
31747         types better.  Put it just after flags.  Change cwd failure
31748         indicator from pointer-to-bool to pointer-to-errno-value.
31749         All callers changed.
31750         Invoke openat_save_fail and/or openat_restore_fail if
31751         cwd_errno is null, so that openat can call us.
31752         (openat_permissive, fdopendir, fstatat, unlinkat):
31753         Simplify errno handling to avoid some duplicate code,
31754         as it's OK to set errno on success.
31755         * lib/openat.h: Revamp code so that function macros depend on
31756         __OPENAT_PREFIX only, not also on AT_FDCWD.
31757         (openat_ro): Remove.  Caller changed to use openat_permissive.
31758         (openat_permissive): Now a macro, if not a function.
31759         (openat_restore_fail, openat_save_fail): Now always functions,
31760         since mkdirat needs them even if __OPENAT_PREFIX is defined.
31761
31762         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
31763         and openat.c.
31764         * lib/mkdirat.c: Include openat-priv.h.
31765         Remove definitions of macros defined therein.
31766         * lib/openat.c: Likewise.
31767
31768         * lib/mkdirat.c (mkdirat): New file and function.
31769         * lib/openat.h (mkdirat): Declare.
31770
31771         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
31772
31773         * lib/openat.h (openat_permissive): Declare.
31774         (openat_ro): Define.
31775
31776         * lib/openat.c (EXPECTED_ERRNO): New macro.
31777         (openat_permissive): New function -- used in remove.c rewrite.
31778         (all functions): Set errno just before returning, only if there
31779         was an actual failure.
31780         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
31781
31782         Emulate openat-family functions using Linux's procfs, if possible.
31783         Idea and some code based on Ulrich Drepper's glibc changes.
31784
31785         * lib/openat.c: (BUILD_PROC_NAME): New macro.
31786         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
31787         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
31788         before falling back on save_cwd and restore_cwd.
31789         (fdopendir, fstatat, unlinkat): Likewise.
31790
31791         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
31792         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
31793
31794         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
31795         as second argument to va_arg.  Otherwise, some versions of gcc
31796         warn that `if this code is reached, the program will abort'.
31797
31798 2006-01-09  Jim Meyering  <jim@meyering.net>
31799
31800         Sync from coreutils.
31801         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
31802         Require openat-priv.h.
31803
31804 2006-01-09  Bruno Haible  <bruno@clisp.org>
31805
31806         * modules/strnlen (Include): Use strnlen.h.
31807
31808 2006-01-09  Bruno Haible  <bruno@clisp.org>
31809
31810         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
31811
31812 2006-01-09  Bruno Haible  <bruno@clisp.org>
31813
31814         * lib/sysexit_.h (EX_OK): New macro.
31815         Suggested by Martin Lambers <marlam@marlam.de>.
31816
31817 2006-01-09  Bruno Haible  <bruno@clisp.org>
31818
31819         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
31820         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
31821
31822 2006-01-09  Bruno Haible  <bruno@clisp.org>
31823
31824         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
31825         numbers.
31826
31827 2006-01-09  Bruno Haible  <bruno@clisp.org>
31828
31829         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
31830         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
31831         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
31832         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
31833
31834 2006-01-09  Bruno Haible  <bruno@clisp.org>
31835
31836         * build-aux/javacomp.sh.in: New file, moved from lib/.
31837         * modules/javacomp-script (Files): Update.
31838         (configure.ac): Add AC_CONFIG_FILES invocation.
31839         (EXTRA_DIST): Remove variable.
31840
31841         * build-aux/javaexec.sh.in: New file, moved from lib/.
31842         * modules/javaexec (Files): Update.
31843         (configure.ac): Add AC_CONFIG_FILES invocation.
31844         (EXTRA_DIST): Remove javaexec.sh.in.
31845
31846         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
31847         * modules/csharpcomp-script (Files): Update.
31848         (configure.ac): Add AC_CONFIG_FILES invocation.
31849         (EXTRA_DIST): Remove variable.
31850
31851         * build-aux/csharpexec.sh.in: New file, moved from lib/.
31852         * modules/csharpexec (Files): Update.
31853         (configure.ac): Add AC_CONFIG_FILES invocation.
31854         (EXTRA_DIST): Remove csharpexec.sh.in.
31855
31856 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
31857
31858         Sync from coreutils.
31859
31860         Add POSIX ACL support
31861         * lib/acl.h (copy_acl, set_acl): Add declarations.
31862         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
31863         systems other than Linux.
31864         (chmod_or_fchmod): New function: use fchmod when possible,
31865         and chmod otherwise.
31866         (file_has_acl): Add a POSIX ACL implementation, with a
31867         Linux-specific subcase.
31868         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
31869         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
31870         acls are unsupported.
31871         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
31872         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
31873         are unsupported.
31874
31875 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
31876
31877         Sync from coreutils.
31878         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
31879
31880 2006-01-07  Bruno Haible  <bruno@clisp.org>
31881
31882         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
31883         gl_EARLY.
31884
31885 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31886
31887         * lib/strftime.c (tzname): Don't declare if it is already #defined.
31888         Problem reported for Mingw by Mark Junker.
31889
31890 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31891
31892         * README: Gnulib normally doesn't generate a tarball.
31893
31894 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
31895
31896         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
31897         long int, not int, for nanosecond counts, so that people who are
31898         used to POSIX struct timespec won't be surprised.  Reported by Jim
31899         Meyering.
31900
31901 2005-12-28  Bruno Haible  <bruno@clisp.org>
31902
31903         * build-aux/config.rpath: Update from GNU gettext.
31904
31905 2005-12-16  Jim Meyering  <jim@meyering.net>
31906
31907         * modules/fprintftime: New module.
31908         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
31909
31910 2005-12-16  Jim Meyering  <jim@meyering.net>
31911
31912         * m4/fprintftime.m4: New file.
31913
31914 2005-12-16  Jim Meyering  <jim@meyering.net>
31915
31916         * lib/fprintftime.c, lib/fprintftime.h: New files.
31917
31918 2005-12-15  Simon Josefsson  <jas@extundo.com>
31919
31920         * modules/socklen (configure.ac): Fix M4 macro name, to align with
31921         new m4/socklen.m4.
31922
31923 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31924
31925         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
31926         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
31927
31928 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31929
31930         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
31931         * lib/argp-help.c (fill_in_uparams): Check if the constructed
31932         struct uparams is valid. Fall back to the default values if it is
31933         not.
31934
31935 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31936
31937         * modules/argp (Files): Add argp-pin.c
31938         (Depends-on): dirname
31939         (lib_SOURCES): Add argp-pin.c
31940
31941 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31942
31943         * m4/argp.m4:  Check if program_invocation_name and
31944         program_invocation_short_name are declared and define appropriate
31945         macros if they are not.
31946
31947 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31948
31949         * lib/argp-help.c (__argp_base_name): New function
31950         (__argp_short_program_name): Rewrite using __argp_base_name
31951         * lib/argp-namefrob.h: Define program_invocation_name and
31952         program_invocation_short_name if requested
31953         (__argp_base_name): Add prototype
31954         * lib/argp-parse.c (argp_def): Use gettext wrappers
31955         (argp_default_parser): Use __argp_base_name
31956         * lib/argp-pin.c: New file. Defines program_invocation_name and
31957         program_invocation_short_name on systems that lack them.
31958
31959 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31960
31961         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
31962         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
31963         porting problem reported by Georg Schwarz in
31964         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
31965
31966 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31967
31968         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
31969         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
31970         porting problem reported by Georg Schwarz in
31971         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
31972
31973 2005-12-05  Bruno Haible  <bruno@clisp.org>
31974
31975         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
31976         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
31977         Reported by Mark Junker <mjscod@gmx.de>.
31978
31979 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
31980
31981         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
31982         Use implementation from Albert Chin, with some
31983         comments/corrections by Stepan Kasal and myself.
31984
31985 2005-12-02  Bruno Haible  <bruno@clisp.org>
31986
31987         * gnulib-tool (func_import): Accept GPLed build tool modules when
31988         --lgpl is given.
31989         * modules/csharpcomp-script: New file.
31990         * modules/csharpcomp: Depend on it.
31991         * modules/javacomp-script: New file.
31992         * modules/javacomp: Depend on it.
31993         Suggested by Simon Josefsson.
31994
31995 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
31996
31997         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
31998         statement, to work around an HP-UX 10.20 compiler bug reported by
31999         Peter O'Gorman.
32000
32001 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32002
32003         * modules/savedir (Depends-on): Add openat.
32004
32005 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32006
32007         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
32008         (uintmax_t) [defined uintmax_t]: Do not declare.
32009         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
32010         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
32011         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
32012         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
32013         sake of portability to weird hosts that C allows (though we don't
32014         know of any practical examples).
32015
32016         * lib/savedir.h (fdsavedir): New decl.
32017         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
32018         contains most of the former guts of savedir.
32019         (savedir): Use savedirstream.
32020         Include "openat.h".
32021
32022 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32023
32024         * modules/obstack (Files): Add m4/ulonglong.m4.
32025         Problem reported by Davide Angelocola.
32026
32027 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
32028
32029         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
32030         coreutils no longer futzes with rounding modes.
32031
32032 2005-11-14  Jim Meyering  <jim@meyering.net>
32033
32034         * lib/mkstemp-safer.c: Include <config.h>, required for possible
32035         replacement of mkstemp.
32036
32037 2005-11-10  Simon Josefsson  <jas@extundo.com>
32038
32039         * lib/readline.c: Remove EOL.
32040
32041 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32042
32043         * modules/gethrxtime (Depends-on): Add gettime.
32044
32045 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32046
32047         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
32048         or gettimeofday; no longer needed.
32049
32050 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32051
32052         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
32053         time business.
32054         (gethrxtime) [! (HAVE_NANOUPTIME
32055         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
32056         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
32057         our own approximation.
32058
32059 2005-11-08  Eric Blake  <ebb9@byu.net>
32060
32061         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32062
32063 2005-11-08  Eric Blake  <ebb9@byu.net>
32064
32065         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32066
32067 2005-11-04  Bruno Haible  <bruno@clisp.org>
32068
32069         * gnulib-tool: Implement --update mode.
32070
32071 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32072
32073         Fix porting problem reported by Theodoros V. Kalamatianos.
32074         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
32075         Don't assume that futimes failing means we must fail.
32076
32077 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32078
32079         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
32080         variables to suggest the intended function of the PATH_MAX check.
32081
32082 2005-10-30  Kean Johnston  <jkj@sco.com>
32083
32084         Trivial changes to support SCO systems.
32085         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
32086         as PATH_MAX.
32087         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
32088         where __ptr is null when no I/O is pending.
32089
32090 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32091
32092         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
32093         leave errno alone.  Problem reported by Dmitry V. Levin.
32094
32095 2005-10-28  Simon Josefsson  <jas@extundo.com>
32096
32097         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
32098         Test more.
32099
32100         * tests/test-gc-md2.c, tests/test-md2.c: New files.
32101
32102         * modules/md2, modules/md2-tests: New files.
32103
32104 2005-10-28  Simon Josefsson  <jas@extundo.com>
32105
32106         * m4/inet_ntop.m4: More tests.
32107
32108         * m4/gc-md2.m4, md2.m4: New file.
32109
32110 2005-10-28  Simon Josefsson  <jas@extundo.com>
32111
32112         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
32113         "restrict" keywords, as per POSIX.  Protect the function
32114         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
32115         Don't use K&R prototypes.  Check the sprintf return values.
32116         Re-define EAFNOSUPPORT if not present.  Indent.
32117
32118         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
32119         suggested by Bruno Haible <bruno@clisp.org>.
32120
32121         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
32122
32123         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
32124
32125         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
32126         libgcrypt).
32127
32128         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
32129
32130         * lib/md2.h, lib/md2.c: New files.
32131
32132 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
32133
32134         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
32135         errno alone.  Problem reported by Frederic Jolliton.
32136
32137 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32138
32139         * modules/verify (License): Change from GPL to LGPL.  This is a
32140         tiny module and there are apparently near-equivalents that are
32141         under the BSD license.
32142
32143 2005-10-24  Simon Josefsson  <jas@extundo.com>
32144
32145         * modules/sha1: Relicense to LGPL.
32146
32147 2005-10-24  Simon Josefsson  <jas@extundo.com>
32148
32149         * lib/md4.h: Shrink buffer size, now that we changed the type.
32150
32151 2005-10-23  Simon Josefsson  <jas@extundo.com>
32152
32153         * gnulib-tool (func_import): Fix --tests-base.
32154
32155 2005-10-22  Simon Josefsson  <jas@extundo.com>
32156
32157         * modules/arcfour (Depends-on): Need stdint.
32158
32159 2005-10-22  Simon Josefsson  <jas@extundo.com>
32160
32161         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
32162         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
32163
32164 2005-10-22  Simon Josefsson  <jas@extundo.com>
32165
32166         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
32167         suggested by Bruno Haible <bruno@clisp.org>.
32168
32169 2005-10-22  Simon Josefsson  <jas@extundo.com>
32170
32171         * lib/crc.h: Include stddef.h, for size_t.
32172
32173 2005-10-22  Simon Josefsson  <jas@extundo.com>
32174
32175         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
32176         arcfour_context struct (simplify test vector testing in GNU
32177         Shishi).
32178
32179 2005-10-21  Simon Josefsson  <jas@extundo.com>
32180
32181         * modules/des, modules/des-tests: New files.
32182
32183         * modules/gc-des, modules/gc-des-tests: New files.
32184
32185         * tests/test-des.c, tests/test-gc-des.c: New file.
32186
32187 2005-10-21  Simon Josefsson  <jas@extundo.com>
32188
32189         * modules/arctwo, modules/arctwo-tests: New files.
32190
32191         * tests/test-arctwo.c: New file.
32192
32193         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
32194
32195         * tests/test-gc-arctwo.c: New file.
32196
32197 2005-10-21  Simon Josefsson  <jas@extundo.com>
32198
32199         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
32200         Bruno Haible <bruno@clisp.org>.
32201
32202         * m4/gc-des.m4: New file.
32203
32204 2005-10-21  Simon Josefsson  <jas@extundo.com>
32205
32206         * m4/arctwo.m4: New file.
32207
32208         * m4/gc-arctwo.m4: New file.
32209
32210 2005-10-21  Simon Josefsson  <jas@extundo.com>
32211
32212         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
32213         block.
32214
32215 2005-10-21  Simon Josefsson  <jas@extundo.com>
32216
32217         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
32218         <bruno@clisp.org>.
32219
32220         * lib/hmac-sha1.c (hmac_sha1): Likewise.
32221
32222         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
32223         Bruno Haible <bruno@clisp.org>.
32224
32225         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
32226         <bruno@clisp.org>.
32227
32228 2005-10-21  Simon Josefsson  <jas@extundo.com>
32229
32230         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
32231
32232 2005-10-21  Simon Josefsson  <jas@extundo.com>
32233
32234         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
32235
32236 2005-10-21  Simon Josefsson  <jas@extundo.com>
32237
32238         * lib/des.h, lib/des.c: New files.
32239
32240         * lib/gc-gnulib.c: Support DES.c
32241
32242 2005-10-21  Simon Josefsson  <jas@extundo.com>
32243
32244         * lib/arctwo.h, lib/arctwo.c: New files.
32245
32246         * lib/gc-gnulib.c: Support ARCTWO.
32247
32248 2005-10-21  Simon Josefsson  <jas@extundo.com>
32249
32250         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
32251         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32252
32253 2005-10-21  Simon Josefsson  <jas@extundo.com>
32254
32255         * gnulib-tool (func_import, func_create_testdir): Define automake
32256         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
32257         Makefile.am snippet),
32258         suggested by Bruno Haible <bruno@clisp.org>.
32259
32260         * modules/gc (Makefile.am): Use it.
32261
32262 2005-10-21  Bruno Haible  <bruno@clisp.org>
32263
32264         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
32265         patch.
32266
32267 2005-10-19  Simon Josefsson  <jas@extundo.com>
32268
32269         * tests/test-gc-rijndael.c: New file.
32270
32271         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
32272
32273 2005-10-19  Simon Josefsson  <jas@extundo.com>
32274
32275         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
32276         interface too.
32277
32278 2005-10-19  Simon Josefsson  <jas@extundo.com>
32279
32280         * tests/test-gc-arcfour.c: New file.
32281
32282         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
32283
32284 2005-10-19  Simon Josefsson  <jas@extundo.com>
32285
32286         * modules/gc-md4, modules/gc-md4-tests: New file.
32287
32288         * tests/test-gc-md4.c: New file.
32289
32290 2005-10-19  Simon Josefsson  <jas@extundo.com>
32291
32292         * m4/gc-md4.m4: New file.
32293
32294 2005-10-19  Simon Josefsson  <jas@extundo.com>
32295
32296         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
32297         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
32298         <kasal@ucw.cz>.
32299
32300 2005-10-19  Simon Josefsson  <jas@extundo.com>
32301
32302         * m4/gc-arcfour.m4: New file.
32303
32304         * m4/gc-rijndael.m4: New file.
32305
32306 2005-10-19  Simon Josefsson  <jas@extundo.com>
32307
32308         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
32309
32310 2005-10-19  Simon Josefsson  <jas@extundo.com>
32311
32312         * lib/gc-gnulib.c: Support ARCFOUR.
32313
32314 2005-10-19  Simon Josefsson  <jas@extundo.com>
32315
32316         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
32317         support.
32318
32319         * lib/gc.h: Add ECB enum type.
32320
32321         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
32322
32323 2005-10-18  Simon Josefsson  <jas@extundo.com>
32324
32325         * tests/test-md5.c: New file.
32326
32327         * modules/md5-tests: New file.
32328
32329 2005-10-18  Simon Josefsson  <jas@extundo.com>
32330
32331         * tests/test-md4.c: New file.
32332
32333         * modules/md4, modules/md4-tests: New files.
32334
32335 2005-10-18  Simon Josefsson  <jas@extundo.com>
32336
32337         * m4/md4.m4: New file.
32338
32339 2005-10-18  Simon Josefsson  <jas@extundo.com>
32340
32341         * lib/md4.h, lib/md4.c: New files, based on md5.?.
32342
32343 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
32344
32345         * gnulib-tool (func_create_testdir): Omit the second check whether
32346         BUILT_SOURCES in nonempty.
32347
32348 2005-10-17  Simon Josefsson  <jas@extundo.com>
32349
32350         * tests/test-rijndael.c: New file.
32351
32352 2005-10-17  Simon Josefsson  <jas@extundo.com>
32353
32354         * modules/sha1: Depend on stdint instead of md5.
32355
32356         * modules/md5: Depend on stdint, remove uint32_t.
32357
32358 2005-10-17  Simon Josefsson  <jas@extundo.com>
32359
32360         * modules/gc-sha1-tests: New file.
32361
32362         * tests/test-gc-sha1.c: New file.
32363
32364 2005-10-17  Simon Josefsson  <jas@extundo.com>
32365
32366         * m4/md5.m4: Remove call to uint32_t.m4.
32367
32368 2005-10-17  Simon Josefsson  <jas@extundo.com>
32369
32370         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
32371
32372         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
32373         md5.h.
32374
32375         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
32376
32377         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
32378
32379 2005-10-17  Simon Josefsson  <jas@extundo.com>
32380
32381         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
32382
32383 2005-10-17  Simon Josefsson  <jas@extundo.com>
32384
32385         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
32386
32387 2005-10-17  Simon Josefsson  <jas@extundo.com>
32388
32389         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
32390
32391         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
32392
32393 2005-10-17  Bruno Haible  <bruno@clisp.org>
32394
32395         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
32396         that it can also be used in a test.
32397
32398 2005-10-16  Bruno Haible  <bruno@clisp.org>
32399
32400         * gnulib-tool (func_emit_tests_Makefile_am): Also define
32401         TESTS_ENVIRONMENT, so that individual tests can augment it.
32402
32403         * gnulib-tool (func_create_testdir): Use an intermediate target for
32404         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
32405         macros, like $(ALLOCA_H), which cannot be passed through the command
32406         line.
32407
32408 2005-10-15  Simon Josefsson  <jas@extundo.com>
32409
32410         * modules/rijndael-tests: New file.
32411
32412         * modules/rijndael: New file.
32413
32414 2005-10-15  Simon Josefsson  <jas@extundo.com>
32415
32416         * m4/rijndael.m4: New file.
32417
32418 2005-10-15  Simon Josefsson  <jas@extundo.com>
32419
32420         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
32421
32422         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
32423
32424 2005-10-14  Simon Josefsson  <jas@extundo.com>
32425
32426         * tests/test-arcfour.c: New file.
32427
32428         * modules/arcfour, modules/arcfour-tests: New files.
32429
32430 2005-10-14  Simon Josefsson  <jas@extundo.com>
32431
32432         * m4/arcfour.m4: New file.
32433
32434 2005-10-14  Simon Josefsson  <jas@extundo.com>
32435
32436         * lib/arcfour.h, lib/arcfour.c: New files.
32437
32438 2005-10-14  Roland McGrath  <roland@redhat.com>
32439
32440         Import from libc.  [BZ #1331]
32441         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
32442         macro argument.
32443         Reported by Matej Vela <vela@debian.org>.
32444
32445 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32446
32447         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
32448         include <wchar.h>; no longer needed.
32449
32450 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32451
32452         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
32453
32454 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
32455         and  Ulrich Drepper  <drepper@redhat.com>
32456
32457         Import from libc.
32458         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
32459         instead of inline stream orientation test and two separate
32460         function calls.  Pay no attention to USE_IN_LIBIO.
32461
32462 2005-10-13  Simon Josefsson  <jas@extundo.com>
32463
32464         * modules/gc-hmac-md5-tests: New file.
32465
32466         * tests/test-gc-hmac-sha1.c: New file.
32467
32468         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
32469
32470         * modules/gc-hmac-md5-tests: New file.
32471
32472         * tests/test-gc-md5.c: New file.
32473
32474         * modules/gc-md5-tests: New file.
32475
32476 2005-10-13  Simon Josefsson  <jas@extundo.com>
32477
32478         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
32479         Move memory allocation outside of loop.
32480
32481 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
32482
32483         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
32484         intermediate directory is in a read-only file system.  Problem
32485         reported by Eric Blake.
32486
32487 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
32488
32489         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
32490
32491 2005-10-12  Simon Josefsson  <jas@extundo.com>
32492
32493         * tests/test-hmac-sha1.c: New file.
32494
32495         * modules/hmac-sha1-tests: New file.
32496
32497         * modules/hmac-sha1: New file.
32498
32499 2005-10-12  Simon Josefsson  <jas@extundo.com>
32500
32501         * modules/gc-sha1: New file.
32502
32503 2005-10-12  Simon Josefsson  <jas@extundo.com>
32504
32505         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
32506
32507         * tests/test-gc-pbkdf2-sha1.c: New file.
32508
32509 2005-10-12  Simon Josefsson  <jas@extundo.com>
32510
32511         * modules/gc-md5, modules/gc-hmac-md5: New files.
32512
32513         * modules/gc (Files): Remove md5, memxor and hmac files.
32514
32515 2005-10-12  Simon Josefsson  <jas@extundo.com>
32516
32517         * m4/gc-pbkdf2-sha1.m4: New file.
32518
32519         * m4/gc-hmac-sha1.m4: New file.
32520
32521         * m4/gc-sha1: New file.
32522
32523         * m4/hmac-sha1.m4: New file.
32524
32525 2005-10-12  Simon Josefsson  <jas@extundo.com>
32526
32527         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
32528
32529         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
32530
32531 2005-10-12  Simon Josefsson  <jas@extundo.com>
32532
32533         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
32534         suggested by Bruno Haible <bruno@clisp.org>.
32535
32536 2005-10-12  Simon Josefsson  <jas@extundo.com>
32537
32538         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
32539
32540 2005-10-12  Simon Josefsson  <jas@extundo.com>
32541
32542         * lib/gc-pbkdf2-sha1.c: New file.
32543
32544         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
32545
32546 2005-10-12  Simon Josefsson  <jas@extundo.com>
32547
32548         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
32549
32550         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
32551
32552 2005-10-12  Simon Josefsson  <jas@extundo.com>
32553
32554         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
32555         GC_USE_HMAC_MD5, respectively.
32556
32557         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
32558         (gc_md5): Fix typo.
32559
32560         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
32561
32562         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
32563
32564         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
32565
32566 2005-10-12  Bruno Haible  <bruno@clisp.org>
32567
32568         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
32569         Reported by Stepan Kasal <kasal@ucw.cz>.
32570
32571 2005-10-11  Simon Josefsson  <jas@extundo.com>
32572
32573         * tests/test-crc.c: New file.
32574
32575         * modules/crc, modules/crc-tests: New files.
32576
32577 2005-10-11  Simon Josefsson  <jas@extundo.com>
32578
32579         * m4/crc.m4: New file.
32580
32581 2005-10-11  Simon Josefsson  <jas@extundo.com>
32582
32583         * lib/gc.h: Add gc_hash and gc_hash_buffer.
32584
32585         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
32586
32587         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
32588
32589 2005-10-11  Simon Josefsson  <jas@extundo.com>
32590
32591         * lib/crc.h, lib/crc.c: New files.
32592
32593         * lib/gc.h (gc_hash_buffer): Add doc.
32594
32595 2005-10-11  Bruno Haible  <bruno@clisp.org>
32596
32597         * modules/c-strcasestr: New file.
32598         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
32599
32600 2005-10-11  Bruno Haible  <bruno@clisp.org>
32601
32602         * modules/c-strcase: New file.
32603         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
32604
32605 2005-10-11  Bruno Haible  <bruno@clisp.org>
32606
32607         * lib/strcasecmp.c: Include limits.h.
32608         (strcasecmp): Avoid integer overflow on exotic platforms.
32609         * lib/strncasecmp.c: Include limits.h.
32610         (strncasecmp): Avoid integer overflow on exotic platforms.
32611         Reported by Paul Eggert.
32612
32613 2005-10-11  Bruno Haible  <bruno@clisp.org>
32614
32615         * lib/c-strcasestr.h: New file, from GNU gettext.
32616         * lib/c-strcasestr.c: New file, from GNU gettext.
32617
32618 2005-10-11  Bruno Haible  <bruno@clisp.org>
32619
32620         * lib/c-strcase.h: New file, from GNU gettext.
32621         * lib/c-strcasecmp.c: New file, from GNU gettext.
32622         * lib/c-strncasecmp.c: New file, from GNU gettext.
32623
32624 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32625
32626         * modules/mempcpy (License): GPL -> LGPL.
32627         * modules/strchrnul (License): Likewise.
32628         * modules/sysexits (License): Likewise.
32629
32630 2005-10-08  Simon Josefsson  <jas@extundo.com>
32631
32632         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
32633
32634 2005-10-07  Simon Josefsson  <jas@extundo.com>
32635
32636         * m4/memxor.m4: Remove gl_C_RESTRICT call.
32637
32638 2005-10-06  Simon Josefsson  <jas@extundo.com>
32639
32640         * tests/test-hmac-md5.c: New file.
32641
32642         * modules/hmac-md5-tests: New file.
32643
32644         * modules/hmac-md5: New file.
32645
32646 2005-10-06  Simon Josefsson  <jas@extundo.com>
32647
32648         * m4/hmac-md5.m4: New file.
32649
32650         * m4/memxor.m4: Require gl_C_RESTRICT.
32651
32652 2005-10-06  Simon Josefsson  <jas@extundo.com>
32653
32654         * lib/memxor.c (memxor): Avoid casts and warnings.
32655
32656 2005-10-06  Simon Josefsson  <jas@extundo.com>
32657
32658         * lib/hmac-md5.c: New file.
32659
32660         * lib/hmac.h: New file.
32661
32662 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32663
32664         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
32665         promotes to int, not unsigned int, to catch the AIX 5.3
32666         compiler bug.
32667
32668 2005-10-05  Simon Josefsson  <jas@extundo.com>
32669
32670         * modules/memxor: New file.
32671
32672         * modules/iconv (Files): Move config.rpath to havelib, it is used
32673         there.
32674
32675         * modules/havelib (Files): Add config.rpath.
32676
32677 2005-10-05  Simon Josefsson  <jas@extundo.com>
32678
32679         * m4/memxor.m4: New file.
32680
32681 2005-10-05  Simon Josefsson  <jas@extundo.com>
32682
32683         * lib/memxor.c (memxor): Fix compiler error.
32684
32685         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
32686         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
32687
32688         * lib/memxor.h, lib/memxor.c: New files.
32689
32690         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
32691         we assume all systems have it, suggested by Jim Meyering
32692         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
32693         any systems lack sys/socket.h; mingw32 is known to lack it, but we
32694         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
32695         same reasons.
32696
32697 2005-10-05  Simon Josefsson  <jas@extundo.com>
32698
32699         * config/srclist.txt: Add glibc bug 1423 for md5.h.
32700
32701 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
32702
32703         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
32704         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
32705         needed, since the source code now assumes these .h files.
32706
32707 2005-10-05  Derek Price  <derek@ximbiot.com>
32708
32709         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
32710
32711 2005-10-05  Bruno Haible  <bruno@clisp.org>
32712
32713         * modules/stdint (License): Change to LGPL.
32714
32715 2005-10-04  Simon Josefsson  <jas@extundo.com>
32716
32717         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
32718         D. Baushke" <mdb@gnu.org>.
32719
32720 2005-10-04  Bruno Haible  <bruno@clisp.org>
32721
32722         * lib/verify.h (verify_true): Provide alternative definition for C++.
32723
32724 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
32725
32726         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
32727         (SSIZE_MAX): New macro, if not already defined.
32728         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
32729         than 2 GiB.
32730
32731 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
32732
32733         Sync from coreutils.
32734         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
32735         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
32736         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
32737         ULLONG_MAX doesn't work with 2.7.2.1.
32738
32739 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
32740
32741         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
32742         From Ben Pfaff.
32743
32744         * modules/exclude (Depends-on): Depend on verify.
32745         * modules/strtoimax (Depends-on): Likewise.
32746         * modules/utimecmp (Depends-on): Likewise.
32747
32748 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
32749
32750         * lib/exclude.c: Include verify.h.
32751         (verify): Remove.  All callers changed to use verify.h's version.
32752         * lib/strtoimax.c: Likewise.
32753         * lib/utimecmp.c: Likewis.e
32754
32755         Sync from coreutils.
32756         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
32757         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
32758         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
32759         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
32760         bother returning ENOSYS if settimeofday or stime fails; just let
32761         them return whatever errno they want to return.
32762         * lib/utimens.c: Include unistd.h, for dup2.
32763         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
32764         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
32765
32766 2005-10-02  Jim Meyering  <jim@meyering.net>
32767
32768         Sync from coreutils.
32769         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
32770         from glibc-2.2.5 that fails for read-only files.
32771
32772 2005-10-02  Jim Meyering  <jim@meyering.net>
32773
32774         Sync from coreutils.
32775         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
32776         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
32777         `#if HAVE_CONFIG_H'.
32778         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
32779         Remove AT_FDCWD test.
32780         Do not consume the fd unless successful.
32781         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
32782         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
32783         block, so that we don't even try to compile it if settimeofday is
32784         available.  This works around a compilation failure on OSF1 V5.1,
32785         due to stime requiring a `long int*' while tv_sec is `int'.
32786
32787 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
32788
32789         Sync from coreutils.
32790         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
32791         against `yes', rather than just testing for nonempty.
32792
32793 2005-10-01  Simon Josefsson  <jas@extundo.com>
32794
32795         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
32796         and Darwin.
32797
32798         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
32799         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
32800         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
32801         freeaddrinfo and gai_strerror are declared by the POSIX headers.
32802         Check if struct addrinfo is declared.
32803
32804 2005-10-01  Simon Josefsson  <jas@extundo.com>
32805
32806         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
32807         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
32808         AI_* and EAI_* definitions.  Protect function declarations.
32809
32810 2005-10-01  Jim Meyering  <jim@meyering.net>
32811
32812         Sync from coreutils.
32813
32814         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
32815         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
32816         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
32817         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
32818         in the inet and nsl libraries.  Required on Solaris 5.7.
32819
32820 2005-10-01  Jim Meyering  <jim@meyering.net>
32821
32822         Sync from coreutils.
32823         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
32824         in the inet and nsl libraries.  Required on Solaris 5.7.
32825
32826 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
32827
32828         * lib/getdelim.c (getdelim): Remove unused variables.
32829
32830 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
32831
32832         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
32833         so that the code works even with ancient cpp.  Portability problem
32834         with GCC 2.7.2.1 reported by Thomas M.Ott.
32835
32836 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
32837
32838         * modules/regex (Depends-on): Add strcase.
32839
32840         * modules/gethostname (Licence): Change from GPL to LGPL, since
32841         gethostname.c is a trivial implementation of a standard library
32842         function.
32843         * modules/poll (License): Change from GPL to LGPL, since it's
32844         derived from LGPL code.
32845
32846 2005-09-27  Jim Meyering  <jim@meyering.net>
32847
32848         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
32849         HAVE_CONFIG_H.
32850
32851         * lib/intprops.h (signed_type_or_expr__): Define.
32852         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
32853         for unsigned types.
32854
32855 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
32856
32857         * lib/verify.h (verify_expr): Remove, replacing with:
32858         (verify_true): New macro that returns true instead of void.
32859         (verify_type__): Remove.
32860         (verify): Use verify_true rather than verify_type__.
32861
32862 2005-09-26  Bruno Haible  <bruno@clisp.org>
32863
32864         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
32865         is necessary.
32866         (lib_SOURCES): Remove mbchar.c.
32867         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
32868         (Files): Add m4/mbrtowc.m4.
32869         * modules/mbiter: Likewise.
32870         * modules/mbuiter: Likewise.
32871
32872 2005-09-26  Bruno Haible  <bruno@clisp.org>
32873
32874         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
32875         compile mbchar.c if they are not both present.
32876         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
32877         * m4/mbiter.m4 (gl_MBITER): Likewise.
32878         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
32879         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
32880         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
32881
32882 2005-09-25  Jim Meyering  <jim@meyering.net>
32883
32884         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
32885         also uses socklen_t.
32886
32887 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
32888
32889         * lib/utimens.c (ENOSYS): Define if not already defined.
32890         (futimens): Support having a null PATH if the file descriptor
32891         is nonnegative.
32892
32893         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
32894         Remove.
32895         (__attribute): Define to empty unless GCC 3.1 or later.
32896         This works around a core dump on OpenBSD 3.4, which has GCC
32897         2.95.3, which dumps core when given __attribute__(()).  It also
32898         simplifies other tests, since we really don't want to bother with
32899         worrying about which ancient version of GCC supported what.
32900         Original problem reported by Yoann Vandoorselaere, with part of
32901         the fix suggested by Derek Price.
32902
32903 2005-09-24  Jim Meyering  <jim@meyering.net>
32904
32905         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
32906         so we can once again use a positive bitfield width of 1 -- now we
32907         don't have to explain why we were using a bitfield width of 2.
32908
32909 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
32910
32911         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
32912         and similarly for the other external symbols.  Problem reported
32913         by James Gallager.
32914
32915         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
32916         bug reported by Jim Meyering.
32917
32918         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
32919         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
32920         not needed, since socklen is a prerequisite module.
32921
32922 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
32923
32924         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
32925         Problem reported by Eric Blake.
32926         (getaddrinfo): Initialize se so that it's not garbage.
32927         Redo internal storage allocation so that it doesn't make unportable
32928         assumptions about alignment.
32929         Fix a memory leak.
32930
32931         * lib/utimens.c (futimens): Use futimesat if available.
32932         Prefer it to futimes since it doesn't have the futimes bug.
32933
32934         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
32935         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
32936         Instead, declare a function that returns a pointer to an array,
32937         and use verify_type__ to declare the size of the array.
32938         Problem and germ of a solution reported by Bruno Haible.
32939         (verify_type__): Use 2, not 1, for bitfield size, to avoid
32940         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
32941
32942 2005-09-23  Jim Meyering  <jim@meyering.net>
32943
32944         Sync from coreutils.
32945         Correct build failure (socklen_t not defined) on at least
32946         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
32947         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
32948
32949 2005-09-23  Jim Meyering  <jim@meyering.net>
32950
32951         * modules/getaddrinfo (Depends-on): Add socklen.
32952
32953 2005-09-23  Bruno Haible  <bruno@clisp.org>
32954
32955         * tests/test-verify.c: New file.
32956
32957 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32958
32959         Sync from coreutils.
32960
32961         * modules/argmatch (Depends-on): Add verify.
32962         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
32963         unistd-safer.
32964         * modules/save-cwd (Depends-on): Likewise.
32965
32966         * modules/openat (Files): Add lib/openat-die.c.
32967         (Depends-on): Remove error, exitfail.
32968         Add dirname.
32969
32970         * modules/verify: New file.
32971         * MODULES.html.sh (Diagnostics <assert.h>): New section,
32972         with "verify" module.
32973
32974 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32975
32976         Sync from coreutils.
32977
32978         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
32979         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
32980         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
32981         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
32982         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
32983         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
32984         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
32985         Don't bother checking for string.h, stdlib.h, unistd.h.
32986         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
32987         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
32988         module's job.
32989         * m4/jm-macros.m4 (gl_MACROS): Likewise.
32990         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
32991
32992         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
32993         (gl_GETDATE): Use it.
32994
32995         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
32996
32997 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
32998
32999         Sync from coreutils.
33000
33001         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
33002         stat-time.h.
33003         * lib/argmatch.h: Include verify.h
33004         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
33005         (ARGMATCH_ASSERT): Remove; unused.
33006         * lib/canonicalize.c: Assume STDC_HEADERS.
33007         * lib/exclude.c: Include "strcase.h".
33008         * lib/regex_internal.h [!defined _LIBC]: Likewise.
33009         * lib/getusershell.c: Include stdio--.h rather than stdio.h
33010         and stdio-safer.h.
33011         (getusershell): Call fopen, not fopen_safer.
33012         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
33013         Do not include unistd-safer.h.
33014         (save_cwd): Don't call fd_safer; no longer needed
33015         now that we include fcntl--.h.
33016
33017         * lib/getdate.y (relative_time): New type.
33018         (RELATIVE_TIME_0): New constant.
33019         (parser_control): Use relative_time instead of doing it ourselves.
33020         (%union): Add new relative_time rel member.
33021         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
33022         Now typeless.
33023         (relunit, relunit_snumber): Now of type rel.
33024         (zone, rel, relunit, get_date): Adjust to above changes.
33025
33026         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
33027         Do not include unistd-safer.h.
33028         (getloadavg): Don't call fd_safer; no longer needed
33029         now that we include fcntl--.h.
33030
33031         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
33032         (make_dir_parents): Treat ENOSYS like EEXIST.
33033
33034         Improve quality of diagnostics on restore_cwd failure.
33035         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
33036         (make_dir_parents): Last arg is now int * (for errno), not bool *.
33037         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
33038         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
33039         each time through the loop.  Do not diagnose restore_cwd failure;
33040         that is the caller's job (and perhaps the caller does not care).
33041
33042         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
33043         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
33044         If the file already exists but is not a directory, don't bother
33045         to try to make its parents.
33046         Close potential file descriptor leak if we can't chdir("/") (!).
33047         Don't always return true if chdir($PWD) fails; return true only
33048         if the requested action was done successfully (except for the
33049         chdir($PWD)).
33050         Don't log final directory unless we actually made it.
33051         Refactor to avoid duplicate code to fix up permissions.
33052         Don't attempt to fix up parent permissions if chdir($PWD) fails.
33053
33054         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
33055         to make it a bit faster and (I hope) clearer.
33056         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
33057         Fix bug in formats like %2N.
33058
33059         * lib/verify.h: New file.
33060
33061 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33062
33063         Sync from coreutils.
33064         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
33065
33066 2005-09-22  Jim Meyering  <jim@meyering.net>
33067
33068         Sync from coreutils.
33069
33070         * m4/lstat.m4 (gl_FUNC_LSTAT):
33071         Use AC_LIBSOURCES to require lstat.c and lstat.h.
33072         Remove obsolete comment.
33073         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
33074         * m4/xstrtod.m4: Likewise.
33075
33076         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
33077
33078 2005-09-22  Jim Meyering  <jim@meyering.net>
33079
33080         Sync from coreutils.
33081
33082         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
33083
33084         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
33085         the .tm_year member, since otherwise gcc-4.0 would now warn about
33086         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
33087
33088         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
33089         order to avoid an unsuppressible warning from gcc on 64-bit systems.
33090
33091         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
33092         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
33093         when run in a time zone for which daylight savings time is in effect
33094         for the starting date.
33095
33096         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
33097         stop us from restricting permissions of just-created absolute-named
33098         directories.
33099         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
33100         to restore initial working directory.
33101         * lib/mkdir-p.c (make_dir_parents): New parameter:
33102         different_working_dir, to tell caller if/when we change the working
33103         directory and are unable to return to the initial one.
33104         * lib/mkdir-p.h (make_dir_parents): Update prototype.
33105         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
33106         `return false'.  This fixes a bug introduced on 2004-07-30.
33107
33108         * lib/openat.c (fdopendir): Be sure to close the supplied
33109         file descriptor before returning.  This makes our replacement
33110         implementation a little closer to Solaris's, where fdopendir
33111         ties the file descriptor to the returned DIR* pointer.
33112         * lib/openat.c (unlinkat): New function.
33113         * lib/openat.h (unlinkat): Add prototype.
33114         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
33115         (openat_restore_fail): Rename from openat_restore_die.
33116         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
33117
33118         Provide an alternative to exiting immediately upon save_cwd or
33119         restore_cwd failure.  Now, an application can arrange e.g.,
33120         to perform a longjump in that case.
33121         * lib/openat.c: Include dirname.h.
33122         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
33123         (rpl_openat, fdopendir, fstatat): Call openat_save_die
33124         and openat_restore_die rather than calling error directly.
33125         Don't include "error.h" or "exitfail.h"; they're no longer needed.
33126
33127         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
33128         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
33129         define.
33130
33131         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
33132         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
33133                             int utc, int nanoseconds);
33134         Background:
33135         date should not have to allocate a megabyte of virtual memory to
33136         handle a format argument like +%1048575T.  When implemented with
33137         strftime, it must allocate such a buffer, use strftime to fill it
33138         in, print it, then free it.
33139         With fprintftime, it simply prints everything and exits.
33140         With no need for memory allocation, that's one fewer way to fail.
33141         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
33142         optional field width, not before, so we accept %9:z, not %:9z.
33143         (my_strftime): Be sure to use L_('x') for literals.
33144
33145         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
33146         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
33147         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
33148         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
33149         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
33150         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
33151         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
33152         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
33153         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
33154         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
33155         * lib/xgethostname.c, lib/xreadlink.c:
33156         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
33157
33158         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
33159         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
33160         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
33161         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33162         and don't include <sys/file.h>).
33163
33164 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
33165
33166         Sync from coreutils.
33167
33168         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
33169         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
33170         [!LDAV_DONE]: Avoid unused variable warning.
33171
33172 2005-09-21  Bruno Haible  <bruno@clisp.org>
33173
33174         * lib/unicodeio.h (unicode_to_mb): New declaration.
33175
33176 2005-09-20  Derek Price  <derek@ximbiot.com>
33177
33178         * lib/getaddrinfo.c: Don't include <netdb.h> included from
33179         getaddrinfo.h.
33180
33181 2005-09-20  Bruno Haible  <bruno@clisp.org>
33182
33183         * gnulib-tool: Remove trailing slashes from the values specified for
33184         --source-base, --m4-base, --tests-base, --aux-dir.
33185         Suggested by Simon Josefsson <jas@extundo.com>.
33186
33187 2005-09-20  Bruno Haible  <bruno@clisp.org>
33188
33189         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
33190         func_modules_to_filelist, func_import, func_create_testdir): Make all
33191         sorting results locale-independent, so that gnulib-cache.m4 doesn't
33192         change when gnulib-tool is invoked in a different locale.
33193
33194 2005-09-19  Simon Josefsson  <jas@extundo.com>
33195
33196         * m4/socklen.m4: Fix typo.
33197
33198 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33199
33200         Use a consistent style for including <config.h>.
33201         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
33202         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
33203         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
33204         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
33205         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
33206         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
33207         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
33208         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
33209         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
33210         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
33211         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
33212         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
33213         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
33214         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
33215         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
33216         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
33217         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
33218         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
33219         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
33220         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
33221         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
33222         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
33223         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
33224         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
33225         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
33226         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
33227         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
33228         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
33229         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
33230         lib/xstrtoumax.c, lib/yesno.c:
33231         Standardize inclusion of config.h.
33232         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
33233         lib/inttostr.h:  Removed inclusion of config.h from header files.
33234         * lib/inttostr.c:  Adjusted in-tree users.
33235         * lib/timespec.h: Remove superfluous warning to include config.h.
33236         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
33237         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
33238         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
33239         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
33240         config.h with HAVE_CONFIG_H.
33241
33242 2005-09-19  Jim Meyering  <jim@meyering.net>
33243
33244         * modules/pathmax (License): Change to LGPL.
33245
33246 2005-09-19  Derek Price  <derek@ximbiot.com>
33247
33248         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
33249
33250 2005-09-19  Bruno Haible  <bruno@clisp.org>
33251
33252         * gnulib-tool (import): Provide default for --tests-base.
33253
33254 2005-09-19  Bruno Haible  <bruno@clisp.org>
33255
33256         * doc/quote.texi: New file, extracted from gnulib.texi.
33257         * doc/ctime.texi: New file, extracted from gnulib.texi.
33258         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
33259         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
33260         * doc/gnulib.texi: Include them.
33261
33262 2005-09-18  Bruno Haible  <bruno@clisp.org>
33263
33264         Portability fix.
33265         * gnulib-tool (func_readlink): New function.
33266         (func_ln_if_changed): Use it.
33267
33268 2005-09-18  Bruno Haible  <bruno@clisp.org>
33269
33270         * gnulib-tool: Support --with-tests also with --import.
33271         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
33272         (func_import): Use variables $testsbase and $inctests. Emit a
33273         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
33274         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
33275         SUBDIRS += $testsdir.
33276         (func_create_testdir): Update.
33277
33278 2005-09-18  Bruno Haible  <bruno@clisp.org>
33279
33280         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
33281         instead of $dry_run.
33282         (func_cp_if_changed, func_mv_if_changed): Remove functions.
33283         (func_ln_if_changed): Don't handle dry-run here.
33284         (func_import): In dry-run mode, detect more precisely which actions
33285         would be performed, and don't use "...ing" verbs.
33286
33287 2005-09-18  Bruno Haible  <bruno@clisp.org>
33288
33289         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
33290         (func_import): Use join on two temporary files instead of three nested
33291         loops, in order to determine which files are new or old.
33292
33293 2005-09-18  Bruno Haible  <bruno@clisp.org>
33294
33295         * gnulib-tool (func_import): Comment out code that spits out the
33296         new files with --dry-run.
33297
33298 2005-09-18  Bruno Haible  <bruno@clisp.org>
33299
33300         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
33301
33302 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33303
33304         * lib/stat-time.h: New file.
33305         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
33306         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
33307         in a different way.
33308         (timespec_cmp): New function.
33309         * lib/utimecmp.c: Include stat-time.h.
33310         (SYSCALL_RESOLUTION): Depend on whether various struct stat
33311         members exist, not on the obsolescent ST_MTIM_NSEC.
33312         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
33313
33314 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33315
33316         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
33317
33318 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33319
33320         * MODULES.html.sh (File system functions): Add stat-time.
33321         * modules/stat-time: New file.
33322         * modules/timespec (Files): Remove m4/st_mtim.m4; this
33323         is now done in a different way, by the stat-time module.
33324         * modules/utimecmp (Depends-on): Add stat-time.
33325
33326 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33327
33328         * m4/st_mtim.m4: Remove.  Superseded by...
33329         * m4/stat-time.m4: New file.
33330         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
33331         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
33332
33333 2005-09-15  Derek Price  <derek@ximbiot.com>
33334
33335         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
33336
33337 2005-09-15  Derek Price  <derek@ximbiot.com>
33338
33339         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
33340         * lib/regex_internal.c: Ditto, using this...
33341         (__GNUC_PREREQ): ...new macro.
33342         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
33343         using...
33344         (__GNUC_PREREQ): ...this new macro.
33345
33346         * lib/strstr.h: Include string.h. Define strstr as a macro here.
33347
33348 2005-09-15  Derek Price  <derek@ximbiot.com>
33349             Paul Eggert  <eggert@cs.ucla.edu>
33350
33351         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
33352         changes, consolidating in...
33353         * lib/regex_internal.h: ...this file.
33354
33355 2005-09-13  Jim Meyering  <jim@meyering.net>
33356
33357         * lib/canon-host.c: Filter through gnu indent and reword comments
33358         slightly.
33359         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
33360
33361 2005-09-13  Derek Price  <derek@ximbiot.com>
33362
33363         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
33364         failure.
33365         Reported by Jim Meyering  <jim@meyering.net>.
33366
33367 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33368
33369         * lib/base64.c: Typo.
33370         (base64_encode): Put b64str in initialized data section.
33371
33372 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
33373
33374         Merge glibc and coreutils changes into gnulib, plus a few
33375         extra fixes.
33376         * lib/md5.c: Use #error rather than a string.
33377         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
33378         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
33379         (__attribute__): Define to empty for non recent-GCC.
33380         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
33381         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
33382         Renamed from their non-__ counterparts, with new macros replacing
33383         them if not _LIBC.  Add __THROW attribute.
33384         (rol): Remove.
33385         (struct md5_ctx): Align buffer if using GCC.
33386         * lib/sha1.h (struct sha1_ctx): Likewise.
33387         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
33388         The old name was backwards.
33389         (NOTSWAP): Remove; not used.
33390         (rol): New macro, moved here from md5.h.
33391         (sha1_process_block): Remove a FIXME that doesn't make sense.
33392
33393 2005-09-12  Derek Price  <derek@ximbiot.com>
33394
33395         Return usable errors from canon-host.
33396         * lib/canon-host.h: New file.
33397         * lib/canon-host.c (canon_host): Wrap...
33398         (canon_host_r): ...this new function, which now relies exclusively on
33399         getaddrinfo.
33400         (ch_strerror): New function.
33401         (last_cherror): New global.
33402         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
33403         interface.
33404         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
33405         void *.
33406         (freeaddrinfo): Free ai->ai_canonname when set.
33407
33408 2005-09-12  Derek Price  <derek@ximbiot.com>
33409
33410         Make canon-host require getaddrinfo.
33411         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
33412         AC_LIBSOURCE canon-host.h.  Call...
33413         (gl_PREREQ_CANON_HOST): ...this new function, which requires
33414         gl_GETADDRINFO.
33415         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
33416
33417 2005-09-12  Derek Price  <derek@ximbiot.com>
33418
33419         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
33420         LGPL.
33421         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
33422
33423 2005-09-12  Derek Price  <derek@ximbiot.com>
33424
33425         * lib/gai_strerror.c: Include config.h when available.  Include
33426         getaddrinfo.h before other headers to test interface.
33427         Reported by Larry Jones <lawrence.jones@ugs.com>.
33428
33429 2005-09-12  Derek Price  <derek@ximbiot.com>
33430             Paul Eggert  <eggert@cs.ucla.edu>
33431
33432         * modules/glob (Files): Add glob-libc.h.
33433
33434 2005-09-12  Derek Price  <derek@ximbiot.com>
33435             Paul Eggert  <eggert@cs.ucla.edu>
33436
33437         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
33438         glob_.h, glob-libc.h.
33439         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
33440
33441 2005-09-12  Derek Price  <derek@ximbiot.com>
33442             Paul Eggert  <eggert@cs.ucla.edu>
33443
33444         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
33445         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
33446         protecting things that should be done only in gnulib contexts.
33447         * lib/glob_.h: New file, containing only the glob things needed for
33448         gnulib.
33449         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
33450         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
33451         (glob, globfree, glob_pattern_p): Now defined simply in terms of
33452         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
33453         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
33454         and to respect the namespace rules better.
33455
33456 2005-09-08  Simon Josefsson  <jas@extundo.com>
33457
33458         * modules/socklen: New file.
33459
33460 2005-09-08  Simon Josefsson  <jas@extundo.com>
33461
33462         * m4/socklen.m4: New file.
33463
33464 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33465
33466         * modules/utimens (Files): Add m4/utimbuf.m4, since
33467         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
33468         Reported by Sergey Poznyakoff.
33469
33470 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33471
33472         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
33473         definitions, since that's the preferred style in glibc.
33474         Fix a minor spacing issue, and update copyright notice to match
33475         glibc's.
33476
33477 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33478
33479         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
33480
33481 2005-09-06  Simon Josefsson  <jas@extundo.com>
33482
33483         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
33484         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
33485
33486 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33487
33488         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
33489         warning.
33490
33491 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33492
33493         * config/srclist.txt: Add glibc bug 1302.
33494
33495 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
33496
33497         Change bitset word type from unsigned int to unsigned long int,
33498         as this has better performance on typical 64-bit hosts.
33499         Port bitset code to hosts with unusual word sizes.
33500         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
33501         (build_collating_symbol):
33502         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
33503         argument is a bitset.  This is merely a style issue, but it makes
33504         it clearer that an entire array is expected.
33505         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
33506         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
33507         Port to the case where bitset_word is not the same as unsigned int.
33508         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
33509         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
33510         Likewise.
33511         * lib/regexec.c (check_dst_limits_calc_pos_1,
33512         check_subexp_matching_top):
33513         (build_trtable, group_nodes_into_DFAstates):
33514         Likewise.
33515         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
33516         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
33517         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
33518         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
33519         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
33520         * lib/regcomp.c (optimize_subexps, lower_subexp):
33521         Work even if bitset_word has holes in its bitwise representation.
33522         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
33523         * lib/regexec.c (check_dst_limits_calc_pos_1,
33524         check_subexp_matching_top):
33525         Likewise.
33526         * lib/regex_internal.c (re_string_reconstruct):
33527         Don't assume UCHAR_MAX == 255.
33528         * lib/regex_internal.h (bitset_set_all): Likewise.
33529         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
33530         All uses changed.
33531         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
33532         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
33533         All uses changed.
33534         (BITSET_WORD_MAX): New macro.
33535         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
33536         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
33537         (bitset_empty, bitset_copy):
33538         Prefer sizeof (bitset) to multiplying it out ourselves.
33539         (bitset_not_merge): Remove; unused.
33540         (bitset_contain): Return bool, not unsigned int with one bit on.
33541         All callers changed.
33542         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
33543         alignment than re_node_set; do this by defining a new internal
33544         type struct dests_alloc and using it to allocate memory.
33545
33546 2005-09-05  Bruno Haible  <bruno@clisp.org>
33547
33548         * gnulib-tool (func_import): Fix comparison in handling of symbolic
33549         links.
33550
33551 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
33552
33553         * modules/size_max (Makefile.am): Add size_max.h
33554
33555 2005-09-04  Derek Price  <derek@ximbiot.com>
33556
33557         * gnulib-tool (func_import): Fix reversed $symbolic logic.
33558
33559 2005-09-03  Simon Josefsson  <jas@extundo.com>
33560
33561         * gnulib-tool: Fix typo.
33562
33563 2005-09-03  Simon Josefsson  <jas@extundo.com>
33564
33565         * config/srclist.txt: Add glibc bug 1293.
33566
33567 2005-09-03  Derek Price  <derek@ximbiot.com>
33568
33569         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
33570         From Larry Jones <lawrence.jones@ugs.com>.
33571
33572 2005-09-02  Simon Josefsson  <jas@extundo.com>
33573
33574         * modules/socklen: New file.
33575
33576 2005-09-02  Simon Josefsson  <jas@extundo.com>
33577
33578         * modules/havelib: New module.
33579
33580         * modules/gettext, modules/iconv, modules/lock, modules/readline:
33581         Use havelib.
33582
33583 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
33584
33585         Check for arithmetic overflow when calculating sizes, to prevent
33586         some buffer-overflow issues.  These patches are conservative, in the
33587         sense that when I couldn't determine whether an overflow was possible,
33588         I inserted a run-time check.
33589         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
33590         macros.
33591         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
33592         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
33593         (re_xnrealloc, re_x2nrealloc): New inline functions.
33594         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
33595         parse_bracket_exp):
33596         (build_equiv_class, build_charclass): Check for arithmetic overflow
33597         in size expression calculations.
33598         * lib/regex_internal.c (re_string_realloc_buffers):
33599         (build_wcs_upper_buffer, re_node_set_add_intersect):
33600         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
33601         (re_dfa_add_node, register_state): Likewise.
33602         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
33603         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
33604         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
33605         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
33606
33607 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
33608
33609         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33610         m4/ulonglong.m4.  Problem reported by Martin Lambers.
33611
33612 2005-09-02  Bruno Haible  <bruno@clisp.org>
33613
33614         Support for lib vs. lib64 distinction on biarch platforms.
33615         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
33616         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
33617         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
33618
33619 2005-09-02  Bruno Haible  <bruno@clisp.org>
33620
33621         * gnulib-tool (import): In the other first-use case, provide defaults
33622         as well.
33623
33624 2005-09-02  Bruno Haible  <bruno@clisp.org>
33625
33626         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
33627         patches not yet found in the latest gettext release.
33628
33629 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33630
33631         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
33632         to avoid a collision with bits/local_lim.h in glibc.
33633         All uses changed.  Problem reported by Dmitry V. Levin in
33634         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
33635
33636         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
33637         bugs in int versus size_t comparisons.
33638         (re_string_context_at): Fix bug where the code assumed that
33639         Idx is signed.
33640
33641         Use bool where appropriate.
33642         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
33643         All callers changed.
33644         (calc_eclosure_iter): Likewise, for ROOT arg.
33645         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
33646         (build_charclass_op): Likewise, for NON_MATCH arg.
33647         * lib/regex_internal.c (re_string_allocate, re_string_construct):
33648         (re_string_construct_common): Likewise, for ICASE arg.
33649         * lib/regexec.c (re_search_2_stub, re_search_stub):
33650         Likewise, for RET_LEN arg.
33651         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
33652         (set_regs): Likewise, for FL_BACKTRACK arg.
33653         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
33654         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
33655         (calc_eclosure_iter, parse_bracket_exp):
33656         Use bool for internal variables that are booleans.
33657         * lib/regexec.c (re_search_internal, check_matching,
33658         proceed_next_node):
33659         (set_regs, build_sifted_states, sift_states_bkref):
33660         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
33661         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
33662         (find_collation_sequence_value):
33663         Likewise.
33664         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
33665         (re_node_set_compare):
33666         Return bool, not int. All callers changed.
33667         * lib/regexec.c (check_halt_node_context, check_dst_limits):
33668         (build_trtable, check_node_accept): Likewise.
33669         * lib/regex_internal.h: Include stdbool.h.
33670
33671         Fix bugs uncovered when converting to bool.
33672         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
33673         failure instead of charging ahead blindly.
33674         * lib/regex_internal.c (register_state): Likewise.
33675         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
33676         for freeing internal storage.
33677         (group_nodes_into_DFA_states): Use unsigned int, not int, for
33678         bitset pieces used as boolean, to avoid undefined behavior
33679         on hosts that do int overflow checking.
33680
33681 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
33682
33683         * config/srclist.txt: Add glibc bugs 1285-1287.
33684
33685 2005-09-01  Jim Meyering  <jim@meyering.net>
33686
33687         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
33688         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
33689         Require gl_STAT_MACROS, too.
33690
33691 2005-09-01  Bruno Haible  <bruno@clisp.org>
33692
33693         * gnulib-tool (import): In the first-use case, provide defaults.
33694
33695 2005-09-01  Bruno Haible  <bruno@clisp.org>
33696
33697         * gnulib-tool (func_import): Remove the .tmp files.
33698
33699 2005-09-01  Bruno Haible  <bruno@clisp.org>
33700
33701         * gnulib-tool (func_import): Fix handling of symbolic links.
33702
33703 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33704
33705         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
33706         old glibc regex code mishandles strings longer than 2**31 bytes.
33707         This patch fixes this when the regex code is used in gnulib
33708         (i.e., outside glibc).
33709
33710         This patch should not affect the use of the regex code inside
33711         glibc.  No doubt this problem also needs to be handled for glibc
33712         as well, but the result will be an incompatible change to the
33713         glibc ABI, and the old ABI will have to be supported too.  That
33714         can be the the subject for another patch.
33715
33716         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
33717         governing whether the rest of this patch is active.  By default,
33718         the macro is disabled and the patch has no effect.
33719         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
33720         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
33721         (struct re_pattern_buffer, re_search, re_search_2, re_match):
33722         (re_match_2, re_set_registers): Use the new types.
33723         * lib/regex_internal.h (Idx, re_hashval_t): New types.
33724         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
33725         New macros.
33726         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
33727         (re_string_context_at, bin_tree_t, re_dfastate_t):
33728         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
33729         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
33730         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
33731         (re_string_char_size_at, re_string_wchar_at):
33732         (re_string_elem_size_at):
33733         Use the new types and macros to port to 64-bit hosts.
33734         Use unsigned types for internal values, so that the code
33735         mostly works even for arrays larger than SSIZE_MAX.
33736         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
33737         (search_duplicated_node, calc_eclosure_iter, fetch_number):
33738         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
33739         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
33740         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
33741         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
33742         (calc_inveclosure, parse_dup_op, build_range_exp):
33743         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
33744         (fetch_number, create_token_tree, mark_opt_subexp):
33745         Likewise.
33746         * lib/regex_internal.c (re_string_construct_common,
33747         create_ci_newstate):
33748         (create_cd_newstate, re_string_allocate, re_string_construct):
33749         (re_string_realloc_buffers, build_wcs_upper_buffer):
33750         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
33751         (re_string_reconstruct, re_string_peek_byte_case):
33752         (re_string_fetch_byte_case, re_string_context_at):
33753         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
33754         (re_node_set_init_copy, re_node_set_add_intersect):
33755         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
33756         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
33757         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
33758         (re_acquire_state, re_acquire_state_context, register_state):
33759         Likewise.
33760         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
33761         search_cur_bkref_entry):
33762         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
33763         (re_search_internal, re_search_2_stub, re_search_stub)
33764         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
33765         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
33766         (update_cur_sifted_state, check_dst_limits):
33767         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
33768         (check_subexp_limits, sift_states_bkref, merge_state_array):
33769         (check_subexp_matching_top, get_subexp, get_subexp_sub):
33770         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
33771         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
33772         (expand_bkref_cache, check_node_accept_bytes):
33773         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
33774         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
33775         (acquire_init_state_context, check_halt_node_context):
33776         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
33777         (sift_states_backward, clean_state_log_if_needed):
33778         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
33779         (find_recover_state, transit_state_sb, transit_state_mb):
33780         (transit_state_bkref, build_trtable, match_ctx_clean):
33781         Likewise.
33782         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
33783         to work around an assumption that REG_MISSING is negative.
33784
33785         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
33786         (seek_collating_symbol_entry) [defined _LIBC]:
33787         (lookup_collation_sequence_value) [defined _LIBC]:
33788         (build_range_exp, build_collating_symbol) [defined _LIBC]:
33789         Use prototypes rather than old-style function definitions.
33790         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
33791         (transit_state_sb) [0]:
33792         (find_collation_sequence_value) [defined _LIBC]: Likewise.
33793
33794         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
33795         rm_eo.
33796
33797         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
33798         (optimize_subexps, lower_subexp):
33799         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
33800         since the signed shift might overflow.  Use 1u<<31 instead.
33801         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
33802         Likewise.
33803         * lib/regexec.c (check_dst_limits_calc_pos_1,
33804         check_subexp_matching_top): Likewise.
33805
33806         * lib/regcomp.c (optimize_subexps, lower_subexp):
33807         Use CHAR_BIT rather than 8, for clarity.
33808         * lib/regexec.c (check_dst_limits_calc_pos_1):
33809         (check_subexp_matching_top): Likewise.
33810         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
33811         have to worry about portability issues when shifting it left.
33812         Remove no-longer-needed test for table_size > 0.
33813         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
33814         in a word, as the resulting behavior is undefined.
33815         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
33816         in one case, a <= should have been an <, and in another case the
33817         whole test was missing.
33818         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
33819         the standard name CHAR_BIT.
33820         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
33821         this is not true on one's complement and signed-magnitude hosts.
33822
33823         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
33824         next_last_offset.
33825         (struct re_dfa_t): Remove unused member states_alloc.
33826         * lib/regcomp.c (init_dfa): Don't initialize unused members.
33827
33828 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33829
33830         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
33831         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
33832         and large-file glibc and in 32-bit large-file Solaris.
33833
33834 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33835
33836         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
33837         lengths fit in regoff_t; this isn't true if regoff_t is the same
33838         width as size_t.
33839         * lib/regex.c (re_search_internal): 5th arg is LAST_START
33840         (= START + RANGE) instead of RANGE.  This avoids overflow
33841         problems when regoff_t is the same width as size_t.
33842         All callers changed.
33843         (re_search_2_stub): Check for overflow when adding the
33844         sizes of the two strings.
33845         (re_search_stub): Check for overflow when adding START
33846         to RANGE; if it occurs, substitute the extreme value.
33847
33848 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
33849
33850         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
33851
33852 2005-08-31  Jim Meyering  <jim@meyering.net>
33853
33854         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
33855         a pointer-to-const.
33856         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
33857         (register_state): Likewise.
33858         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
33859         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
33860         (group_nodes_into_DFAstates): Likewise.
33861
33862 2005-08-31  Jim Meyering  <jim@meyering.net>
33863
33864         * check-module: Add a FIXME comment.
33865
33866 2005-08-31  Eric Blake  <ebb9@byu.net>
33867
33868         * modules/unistd-safer (Files): Add unistd--.h.
33869         * modules/stdio-safer (Files): Add stdio--.h.
33870
33871 2005-08-31  Derek Price  <derek@ximbiot.com>
33872
33873         * lib/getdelim.c (getdelim): Return EOF on EOF.
33874         Reported by Larry Jones <lawrence.jones@ugs.com>.
33875
33876 2005-08-31  Bruno Haible  <bruno@clisp.org>
33877
33878         Avoid unnecessary diffs in the generated lib/Makefile.am.
33879         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
33880         the generated files.
33881         (func_import): Don't set cmd.
33882
33883 2005-08-31  Bruno Haible  <bruno@clisp.org>
33884
33885         * lib/strstr.c: Include <stddef.h>, for NULL.
33886         * lib/strcasestr.c: Likewise.
33887         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33888
33889 2005-08-31  Bruno Haible  <bruno@clisp.org>
33890
33891         * gnulib-tool: New option --macro-prefix.
33892         (func_import): Use macro_prefix.
33893         (import): Handle option --macro-prefix.
33894
33895 2005-08-31  Bruno Haible  <bruno@clisp.org>
33896
33897         * gnulib-tool (import): Rename most ac_* variables to cached_*.
33898         Also use new variables cached_lgpl, cached_libtool.
33899
33900 2005-08-31  Bruno Haible  <bruno@clisp.org>
33901
33902         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
33903         always instantiating them.
33904
33905 2005-08-31  Bruno Haible  <bruno@clisp.org>
33906
33907         * gnulib-tool (func_import): Read the previous cached settings
33908         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
33909         earlier added by gnulib but are now dropped. Warn when a gnulib file
33910         overwrites a non-gnulib file.
33911
33912 2005-08-31  Bruno Haible  <bruno@clisp.org>
33913
33914         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
33915         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
33916         projects that don't keep autogenerated files in CVS. Put into
33917         actioncmd only the specified modules, not the transitive closure.
33918
33919 2005-08-31  Bruno Haible  <bruno@clisp.org>
33920
33921         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
33922         Create directories that shall be filled.
33923         (import): Don't look for gl_* macros in configure.ac. Recurse across
33924         all directories containing a gnulib-cache.m4 files, if meaningful.
33925
33926 2005-08-31  Bruno Haible  <bruno@clisp.org>
33927
33928         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
33929         (import): Set seen_libtool when we see gl_LIBTOOL.
33930
33931 2005-08-31  Bruno Haible  <bruno@clisp.org>
33932
33933         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
33934         declaration macro definitions from generated gnulib.m4.
33935
33936 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
33937
33938         * lib/iconvme.h: Add prototype for iconv_alloc.
33939
33940 2005-08-29  Simon Josefsson  <jas@extundo.com>
33941
33942         * lib/iconvme.c: Fix errno.
33943
33944 2005-08-29  Bruno Haible  <bruno@clisp.org>
33945
33946         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
33947         that it works when the directory contains spaces.
33948
33949 2005-08-29  Bruno Haible  <bruno@clisp.org>
33950
33951         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
33952
33953 2005-08-29  Bruno Haible  <bruno@clisp.org>
33954
33955         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
33956         Emit more advice.
33957
33958 2005-08-29  Bruno Haible  <bruno@clisp.org>
33959         and Stepan Kasal  <kasal@ucw.cz>
33960
33961         * check-module: If more parameters are given, check each of them
33962         separately; add more exceptions, as noted by Jim Meyering.
33963         (check_module): New procedure.
33964         (%exempt_header): Now contains all exceptions.
33965
33966 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
33967
33968         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
33969
33970 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33971
33972         * lib/iconvme.c: Split iconv_string into iconv_alloc.
33973
33974 2005-08-28  Bruno Haible  <bruno@clisp.org>
33975
33976         * m4/gnulib-tool.m4: New file.
33977
33978 2005-08-27  Jim Meyering  <jim@meyering.net>
33979
33980         * modules/unistd-safer (Files): Add pipe-safer.c.
33981         * modules/fcntl-safer (Files): Add creat-safer.c.
33982
33983 2005-08-27  Jim Meyering  <jim@meyering.net>
33984
33985         * m4/stdlib-safer.m4: New file.  From coreutils.
33986         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
33987         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
33988         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
33989         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
33990         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
33991
33992 2005-08-27  Jim Meyering  <jim@meyering.net>
33993
33994         * lib/fopen-safer.c: Merge minor changes from coreutils.
33995         * lib/dup-safer.c: Likewise.
33996         * lib/fd-safer.c: Likewise.
33997
33998         Merge from coreutils.
33999         * lib/stdio--.h: New file.
34000         * lib/stdlib--.h: New file.
34001         * lib/mkstemp-safer.c: New file.
34002
34003         GNU tar needs these.
34004         * lib/pipe-safer.c: New file.
34005         * lib/creat-safer.c: New file.
34006         * lib/fcntl--.h (creat): Define to creat_safer.
34007         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
34008         * lib/unistd--.h (pipe): Define to pipe_safer.
34009         * lib/unistd-safer.h: Declare pipe_safer.
34010
34011 2005-08-26  Simon Josefsson  <jas@extundo.com>
34012
34013         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
34014         Haible <bruno@clisp.org>.
34015
34016 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
34017
34018         * lib/regex_internal.h: Remove all references to
34019         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
34020         or better.
34021         (bitset_not, bitset_merge, bitset_not_merge):
34022         (bitset_mask, re_string_allocate, re_string_construct):
34023         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
34024         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
34025         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
34026         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
34027         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34028         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34029         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
34030         (re_acquire_state_context):
34031         Remove unnecessary forward decls.
34032         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
34033         Put __attribute at function definition,
34034         now that the function decl has been removed.
34035         * lib/regex_internal.c (re_string_peek_byte_case):
34036         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
34037         Likewise.
34038
34039 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
34040
34041         * m4/regex.m4: Add AC_PREREQ(2.50).
34042         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
34043
34044 2005-08-25  Simon Josefsson  <jas@extundo.com>
34045
34046         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
34047         __fsetlocking.
34048
34049 2005-08-25  Simon Josefsson  <jas@extundo.com>
34050
34051         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
34052         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
34053         GLIBC specific code.
34054
34055 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34056
34057         Make regex safe for g++.  This fixes one real bug (an "err"
34058         that should have been "*err").  g++ problem reported by
34059         Sam Steingold.
34060         * lib/regex_internal.h (re_calloc): New macro, consistent with
34061         re_malloc etc.  All callers of calloc changed to use re_calloc.
34062         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
34063         not int.  All callers changed.
34064         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
34065         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
34066         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
34067         (find_recover_state): Change "err" to "*err"; this fixes what
34068         appears to be a real bug.
34069         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
34070         versus int.
34071
34072 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34073
34074         * modules/regex (Depends-on): Add malloc, since the code
34075         assumes that !malloc(0) means failure.
34076
34077 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34078
34079         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
34080
34081         alloca modernization/simplification for regex.
34082         * lib/regex.c: Remove portability cruft for alloca.  This no longer
34083         needs to be at the start of the file, and can be moved into
34084         regex_internal.h and simplified.
34085         * lib/regex_internal.h: Include <alloca.h>.
34086         (__libc_use_alloca) [!defined _LIBC]: New macro.
34087         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
34088         now works outside glibc.
34089
34090 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34091
34092         * config/srclist.txt: Add glibc bugs 1241, 1245.
34093
34094 2005-08-25  Jim Meyering  <jim@meyering.net>
34095
34096         * lib/open-safer.c: Include <config.h>.
34097         Otherwise, we'd lose LARGEFILE support in any file using
34098         e.g. "fcntl--.h"
34099
34100 2005-08-25  Bruno Haible  <bruno@clisp.org>
34101
34102         * m4/minmax.m4: Require autoconf 2.52.
34103         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
34104         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
34105         alternatives of translit over the alphabet.
34106         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
34107
34108 2005-08-24  Simon Josefsson  <jas@extundo.com>
34109
34110         * tests/test-getpass.c: New file.
34111
34112 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34113
34114         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
34115         for GNU regex features.
34116
34117 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34118
34119         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
34120         * lib/regex.h (regerror): Likewise.
34121
34122         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
34123         requires this.  (The code never needed it.)
34124
34125         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
34126         All uses of recently-renamed identifiers changed to use the new,
34127         POSIX-compliant names.  The code will build and run just fine
34128         without these changes, but it's better to eat our own dog food
34129         and use the standard-conforming names.
34130
34131         * lib/regex.h: Fix a multitude of POSIX name space violations.
34132         These changes have an effect only for programs that define
34133         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
34134         do not change anything for programs compiled in the normal way.
34135         Also, there is no effect on the ABI.
34136
34137         (_REGEX_SOURCE): New macro.
34138         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
34139         defined and _GNU_SOURCE is not; this fixes a name space violation.
34140
34141         Rename the following macros to obey POSIX requirements.
34142         The old names are still visible as macros if _REGEX_SOURCE is defined.
34143         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
34144         RE_BACKSLASH_ESCAPE_IN_LISTS.
34145         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
34146         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
34147         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
34148         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
34149         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
34150         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
34151         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
34152         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
34153         (REG_INTERVALS): renamed from RE_INTERVALS.
34154         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
34155         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
34156         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
34157         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
34158         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
34159         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
34160         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
34161         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
34162         RE_UNMATCHED_RIGHT_PAREN_ORD.
34163         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
34164         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
34165         (REG_DEBUG): renamed from RE_DEBUG.
34166         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
34167         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
34168         unusual, since we can't clash with the POSIX REG_ICASE.
34169         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
34170         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
34171         (REG_NO_SUB): renamed from RE_NO_SUB.
34172         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
34173         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
34174         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
34175         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
34176         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
34177         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
34178         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
34179         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
34180         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
34181         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
34182         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
34183         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
34184         RE_SYNTAX_POSIX_MINIMAL_BASIC.
34185         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
34186         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
34187         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
34188         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
34189         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
34190         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
34191         (REG_FIXED): Renamed from REGS_FIXED.
34192         (REG_NREGS): Renamed from RE_NREGS.
34193
34194         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
34195         of other REG_* macros, since POSIX says the user is allowed to
34196         #undef these macros selectively.
34197
34198         (reg_errcode_t): Update comment stating what other tables need
34199         to be consistent.
34200
34201         Rename the following enum values to obey POSIX requirements.
34202         The old names are still visible as macros.
34203         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
34204         is not defined, since GNU is supposed to be a superset of POSIX as
34205         much as possible, and since we want reg_errcode_t to be a signed
34206         type for implementation consistency.
34207         (_REG_NOERROR): Renamed from REG_NOERROR.
34208         (_REG_NOMATCH): Renamed from REG_NOMATCH.
34209         (_REG_BADPAT): Renamed from REG_BADPAT.
34210         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
34211         (_REG_ECTYPE): Renamed from REG_ECTYPE.
34212         (_REG_EESCAPE): Renamed from REG_EESCAPE.
34213         (_REG_ESUBREG): Renamed from REG_ESUBREG.
34214         (_REG_EBRACK): Renamed from REG_EBRACK.
34215         (_REG_EPAREN): Renamed from REG_EPAREN.
34216         (_REG_EBRACE): Renamed from REG_EBRACE.
34217         (_REG_BADBR): Renamed from REG_BADBR.
34218         (_REG_ERANGE): Renamed from REG_ERANGE.
34219         (_REG_ESPACE): Renamed from REG_ESPACE.
34220         (_REG_BADRPT): Renamed from REG_BADRPT.
34221         (_REG_EEND): Renamed from REG_EEND.
34222         (_REG_ESIZE): Renamed from REG_ESIZE.
34223         (_REG_ERPAREN): Renamed from REG_ERPAREN.
34224         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
34225         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
34226         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
34227         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
34228
34229         (_REG_RE_NAME, _REG_RM_NAME): New macros.
34230         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
34231         changed.  But support the old name if the new one is not defined
34232         and if _REGEX_SOURCE.
34233
34234         Change the following member names in struct re_pattern_buffer.
34235         The old names are still supported if !_REGEX_SOURCE.
34236         The new names are always supported, regardless of _REGEX_SOURCE.
34237         (re_buffer): Renamed from buffer.
34238         (re_allocated): Renamed from allocated.
34239         (re_used): Renamed from used.
34240         (re_syntax): Renamed from syntax.
34241         (re_fastmap): Renamed from fastmap.
34242         (re_translate): Renamed from translate.
34243         (re_can_be_null): Renamed from can_be_null.
34244         (re_regs_allocated): Renamed from regs_allocated.
34245         (re_fastmap_accurate): Renamed from fastmap_accurate.
34246         (re_no_sub): Renamed from no_sub.
34247         (re_not_bol): Renamed from not_bol.
34248         (re_not_eol): Renamed from not_eol.
34249         (re_newline_anchor): Renamed from newline_anchor.
34250
34251         Change the following member names in struct re_registers.
34252         The old names are still supported if !_REGEX_SOURCE.
34253         The new names are always supported, regardless of _REGEX_SOURCE.
34254         (rm_num_regs): Renamed from num_regs.
34255         (rm_start): Renamed from start.
34256         (rm_end): Renamed from end.
34257
34258         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
34259         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
34260         Prepend __ to parameter names.
34261
34262         Undo yesterday's changes.
34263
34264 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34265
34266         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
34267         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
34268         lib/regex.c.
34269
34270 2005-08-24  Jim Meyering  <jim@meyering.net>
34271
34272         Sync from coreutils.
34273         * m4/fcntl-safer.m4: New file.
34274
34275         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
34276         and object files for this module.
34277
34278 2005-08-24  Jim Meyering  <jim@meyering.net>
34279
34280         Sync from coreutils.
34281         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
34282
34283 2005-08-24  Jim Meyering  <jim@meyering.net>
34284
34285         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
34286         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
34287
34288 2005-08-24  Jim Meyering  <jim@meyering.net>
34289
34290         * modules/fcntl-safer: New module.
34291         * modules/fts (Depends-on): Add fcntl-safer.
34292         * MODULES.html.sh (File descriptor based Input/Output):
34293         Add fcntl-safer.
34294
34295 2005-08-24  Bruno Haible  <bruno@clisp.org>
34296
34297         Support for unit test modules.
34298         * modules/README: Mention tests modules.
34299         * modules/TEMPLATE-TESTS: New file.
34300         * gnulib-tool: New options --extract-tests-module, --with-tests and
34301         --tests-base (unused for the moment).
34302         (testsbase, inctests): New variables.
34303         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
34304         (func_verify_module): Exclude TEMPLATE-TESTS.
34305         (func_verify_nontests_module, func_verify_tests_module): New functions.
34306         (func_get_dependencies): Add implicit dependency for tests modules.
34307         (func_get_tests_module): New function.
34308         (func_modules_transitive_closure): When --with-tests was specified,
34309         include the unit tests as well, unless explicitly avoided.
34310         (func_emit_lib_Makefile_am): Ignore the tests modules here.
34311         (func_emit_tests_Makefile_am): New function.
34312         (func_create_testdir): When --with-tests was specified, emit a
34313         tests/ directory.
34314         * MODULES.html.sh (Future developments): Update.
34315
34316 2005-08-24  Bruno Haible  <bruno@clisp.org>
34317
34318         * modules/tls-tests: New file.
34319         * tests/test-tls.c: New file, from GNU gettext.
34320
34321 2005-08-24  Bruno Haible  <bruno@clisp.org>
34322
34323         * modules/lock-tests: New file.
34324         * tests/test-lock.c: New file, from GNU gettext.
34325
34326 2005-08-24  Bruno Haible  <bruno@clisp.org>
34327
34328         * lib/lock.h: Add multiple inclusion guard.
34329         * lib/tls.h: Add multiple inclusion guard.
34330
34331 2005-08-24  Bruno Haible  <bruno@clisp.org>
34332
34333         * gnulib-tool: Add support for the --aux-dir option to
34334         --create-testdir, --create-megatestdir, --test, --megatest.
34335         (func_create_testdir, func_create_megatestdir): Optionally emit a
34336         AC_CONFIG_AUX_DIR directive.
34337         (create-testdir, create-megatestdir, test, megatest): Provide a
34338         default value for $auxdir.
34339
34340 2005-08-24  Bruno Haible  <bruno@clisp.org>
34341
34342         * gnulib-tool (import): Use compound statement instead of subshell
34343         where possible.
34344
34345 2005-08-24  Bruno Haible  <bruno@clisp.org>
34346
34347         * gnulib-tool (import): Change --aux-dir default to "build-aux".
34348
34349 2005-08-24  Bruno Haible  <bruno@clisp.org>
34350
34351         * gnulib-tool (func_version): Update.
34352
34353 2005-08-24  Bruno Haible  <bruno@clisp.org>
34354
34355         * gnulib-tool (func_import, func_create_testdir,
34356         func_create_megatestdir): Quote all autoconf macro arguments.
34357
34358 2005-08-24  Bruno Haible  <bruno@clisp.org>
34359
34360         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
34361         option --force, because --force causes the aclocal.m4 of each
34362         subdirectory to be newer than the corresponding config.h.in.
34363
34364 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34365
34366         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
34367         All contents moved to gl_REGEX.
34368         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
34369         assume that it does.
34370
34371 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34372
34373         * lib/regex.h (REG_NOSYS)
34374         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
34375         Define, since POSIX requires it as of 2001.
34376         (_REG_ENOSYS)
34377         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
34378         New private symbol, used to keep the enum signed in all cases.
34379         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
34380         Youngman in
34381         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
34382
34383         * lib/regex_internal.c (re_string_skip_chars, register_state):
34384         (calc_state_hash):
34385         Remove forward decls; no longer needed now that we use prototypes.
34386         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
34387         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
34388         (clean_state_log_if_needed): Likewise.
34389
34390 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34391
34392         * config/srclist.txt: Add glibc bugs 1231-1233.
34393
34394 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34395
34396         Fix problems reported by Sam Steingold in
34397         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
34398         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
34399         assumed that reg_errcode_t is a signed type, which is not
34400         necessarily true if _XOPEN_SOURCE is not defined.
34401         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
34402         since some compilers warn about it otherwise.
34403
34404 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34405
34406         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
34407         (init_word_char, create_initial_state, duplicate_node_closure):
34408         (fetch_token, peek_token_bracket, build_range_exp):
34409         (build_collating_symbol): Remove forward decls; no longer needed
34410         now that we use prototypes.
34411
34412         * lib/regcomp.c:
34413         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
34414         (re_compile_fastmap_iter, regcomp, regerror, regfree):
34415         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
34416         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
34417         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
34418         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
34419         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
34420         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
34421         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
34422         (build_range_exp, build_collating_symbol, parse_bracket_exp):
34423         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
34424         (build_charclass, build_charclass_op, fetch_number, create_tree):
34425         (create_token_tree, mark_opt_subexp, duplicate_tree):
34426         Use prototypes rather than old-style definitions.
34427
34428         * lib/regex_internal.c:
34429         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
34430         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
34431         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
34432         (re_string_reconstruct, re_string_peek_byte_case):
34433         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
34434         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
34435         (re_node_set_init_copy, re_node_set_add_intersect):
34436         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34437         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34438         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
34439         (re_acquire_state, re_acquire_state_context, register_state):
34440         (create_ci_newstate, create_cd_newstate, free_state):
34441         Likewise.
34442         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
34443         re_search_2):
34444         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
34445         (re_search_internal, prune_impossible_nodes):
34446         (acquire_init_state_context, check_matching, static):
34447         (check_halt_node_context, check_halt_state_context, proceed_next_node):
34448         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
34449         (update_regs, sift_states_backward, build_sifted_states):
34450         (clean_state_log_if_needed, merge_state_array):
34451         (update_cur_sifted_state, add_epsilon_src_nodes):
34452         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
34453         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
34454         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
34455         (find_recover_state, check_subexp_matching_top, transit_state_mb):
34456         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
34457         (check_arrival, check_arrival_add_next_nodes):
34458         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
34459         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
34460         (check_node_accept_bytes, check_node_accept, extend_buffers):
34461         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
34462         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
34463         (sift_ctx_init):
34464         Likewise.
34465
34466         * lib/regex_internal.h:
34467         (re_string_allocate, re_string_construct, re_string_reconstruct):
34468         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
34469         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
34470         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
34471         (re_string_context_at, re_string_peek_byte_case):
34472         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
34473         is defined, since we now use prototypes always.
34474
34475         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
34476         C89 or better.  All uses removed.
34477
34478 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34479
34480         * config/srclist.txt: Add glibc bugs 1220-1227.
34481
34482 2005-08-20  Jim Meyering  <jim@meyering.net>
34483
34484         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
34485         of unused local, dfa.
34486
34487 2005-08-20  Bruno Haible  <bruno@clisp.org>
34488
34489         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
34490
34491 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34492
34493         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
34494         (re_node_set_insert_last, re_dfa_add_node):
34495         Rename local variables to avoid GCC shadowing warnings.
34496
34497 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34498
34499         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
34500         [defined lint]: Suppress bogus uninitialized-variable warnings.
34501
34502         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
34503         and let the caller return REG_ESPACE if out of space.  This
34504         removes an uninitialied-variable warning with GCC 4.0.1, and also
34505         avoids taking the address of a local variable.  All callers
34506         changed.
34507
34508 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34509
34510         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
34511         $LIBCSRC/posix/regexec.c.
34512         Add glibc bug 1217 for regcomp.c.
34513
34514 2005-08-19  Jim Meyering  <jim@meyering.net>
34515
34516         * lib/regexec.c (proceed_next_node): Redo local variables to
34517         avoid GCC shadowing warnings.
34518
34519 2005-08-18  Bruno Haible  <bruno@clisp.org>
34520
34521         * lib/strstr.c (strstr): Fix return value in multibyte case.
34522         * lib/strcasestr.c (strcasestr): Likewise.
34523
34524 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
34525
34526         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
34527
34528 2005-08-17  Jim Meyering  <jim@meyering.net>
34529
34530         Make the %s format (seconds since the epoch) work for a negative
34531         number and when used with a zero-padded field width, e.g. %015s.
34532
34533         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
34534         label so that it precedes the code to set `digits'.  Otherwise,
34535         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
34536         print `00-22'.  Now, it prints `-0022', as it should.
34537
34538 2005-08-17  Bruno Haible  <bruno@clisp.org>
34539
34540         * modules/strstr (Files): Add m4/mbrtowc.m4.
34541         (Depends-on): Add mbuiter.
34542
34543 2005-08-17  Bruno Haible  <bruno@clisp.org>
34544
34545         * modules/strcasestr: New file.
34546         * MODULES.html.sh (String handling, based on ANSI C 89): Add
34547         strcasestr.
34548
34549 2005-08-17  Bruno Haible  <bruno@clisp.org>
34550
34551         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
34552
34553 2005-08-17  Bruno Haible  <bruno@clisp.org>
34554
34555         * modules/mbuiter: New file.
34556         * MODULES.html.sh (Extended multibyte and wide character utilities):
34557         Add mbuiter.
34558
34559 2005-08-17  Bruno Haible  <bruno@clisp.org>
34560
34561         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
34562         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
34563
34564 2005-08-17  Bruno Haible  <bruno@clisp.org>
34565
34566         * m4/strcasestr.m4: New file.
34567
34568 2005-08-17  Bruno Haible  <bruno@clisp.org>
34569
34570         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
34571         * lib/strstr.c: Completely rewritten, with multibyte locale support.
34572
34573 2005-08-17  Bruno Haible  <bruno@clisp.org>
34574
34575         * lib/strcasestr.h: New file.
34576         * lib/strcasestr.c: New file.
34577
34578 2005-08-17  Bruno Haible  <bruno@clisp.org>
34579
34580         * lib/strcasecmp.c: Use mbuiter.h.
34581
34582 2005-08-17  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/mbuiter.h: New file.
34585
34586 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
34587
34588         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
34589         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
34590         and gl_GETOPT are both invoked via different paths (as happens
34591         with GNU tar CVS because it uses both argp and getopt), the former
34592         wins.
34593
34594 2005-08-16  Bruno Haible  <bruno@clisp.org>
34595
34596         * modules/tls: New file.
34597         * MODULES.html.sh (Multithreading): Add tls.
34598
34599 2005-08-16  Bruno Haible  <bruno@clisp.org>
34600
34601         * modules/strnlen1: New file.
34602         * MODULES.html.sh (String handling): Add strnlen1.
34603
34604 2005-08-16  Bruno Haible  <bruno@clisp.org>
34605
34606         * modules/strcase (Files): Add m4/mbrtowc.m4.
34607         (Depends-on): Add strnlen1, mbchar.
34608
34609 2005-08-16  Bruno Haible  <bruno@clisp.org>
34610
34611         * modules/mbiter: New file.
34612         * MODULES.html.sh (Extended multibyte and wide character utilities):
34613         Add mbiter.
34614
34615 2005-08-16  Bruno Haible  <bruno@clisp.org>
34616
34617         * modules/mbfile: New file.
34618         * MODULES.html.sh (Extended multibyte and wide character utilities):
34619         Add mbfile.
34620
34621 2005-08-16  Bruno Haible  <bruno@clisp.org>
34622
34623         * modules/mbchar: New file.
34624         * MODULES.html.sh (Extended multibyte and wide character utilities):
34625         New section.
34626
34627 2005-08-16  Bruno Haible  <bruno@clisp.org>
34628
34629         * m4/tls.m4: New file, from GNU gettext.
34630
34631 2005-08-16  Bruno Haible  <bruno@clisp.org>
34632
34633         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
34634         always.
34635         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
34636
34637 2005-08-16  Bruno Haible  <bruno@clisp.org>
34638
34639         * m4/mbiter.m4: New file.
34640
34641 2005-08-16  Bruno Haible  <bruno@clisp.org>
34642
34643         * m4/mbfile.m4: New file.
34644
34645 2005-08-16  Bruno Haible  <bruno@clisp.org>
34646
34647         * m4/mbchar.m4: New file.
34648
34649 2005-08-16  Bruno Haible  <bruno@clisp.org>
34650
34651         * lib/tls.h: New file, from GNU gettext.
34652         * lib/tls.c: New file, from GNU gettext.
34653
34654 2005-08-16  Bruno Haible  <bruno@clisp.org>
34655
34656         * lib/strnlen1.h: New file.
34657         * lib/strnlen1.c: New file.
34658
34659 2005-08-16  Bruno Haible  <bruno@clisp.org>
34660
34661         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
34662         (mbi_init): Update.
34663         (mbi_avail, mbi_advance): Let the iteration end before the terminating
34664         NUL byte, not after it.
34665
34666 2005-08-16  Bruno Haible  <bruno@clisp.org>
34667
34668         * lib/strcase.h (strcasecmp): Add note in comments.
34669         * lib/strncasecmp.c: Use code from strcasecmp.c.
34670         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
34671         (strcasecmp): Work correctly in multibyte locales.
34672
34673 2005-08-16  Bruno Haible  <bruno@clisp.org>
34674
34675         * lib/mbiter.h: New file.
34676
34677 2005-08-16  Bruno Haible  <bruno@clisp.org>
34678
34679         * lib/mbfile.h: New file.
34680
34681 2005-08-16  Bruno Haible  <bruno@clisp.org>
34682
34683         * lib/mbchar.h: New file.
34684         * lib/mbchar.c: New file.
34685
34686 2005-08-16  Bruno Haible  <bruno@clisp.org>
34687
34688         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
34689         the valid ones. Makes the comparison operations transitive:
34690         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
34691         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
34692
34693 2005-08-15  Simon Josefsson  <jas@extundo.com>
34694
34695         * modules/ssize_t (License): Change to 'unlimited'.
34696
34697         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
34698
34699 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34700
34701         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
34702         Add comments for each pending glibc patch.
34703
34704 2005-08-15  Bruno Haible  <bruno@clisp.org>
34705
34706         * lib/regex.h (__restrict_arr): Don't define to __restrict if
34707         __cplusplus is defined.
34708
34709 2005-08-14  Jim Meyering  <jim@meyering.net>
34710
34711         Sync from coreutils.
34712
34713         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
34714         Use the hash-table-based cycle-detection code not just when
34715         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
34716         Reported by James Youngman in
34717         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
34718         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
34719         FTS_TIGHT_CYCLE_CHECK.
34720         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
34721         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
34722         once again.
34723         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
34724         * lib/fts.c (fd_safer): Remove decl.
34725         Include fcntl--.h rather than unistd-safer.h
34726         (fts_safe_changedir): Don't call fd_safer; no longer needed
34727         now that we include fcntl--.h.
34728
34729 2005-08-12  Simon Josefsson  <jas@extundo.com>
34730
34731         * modules/getndelim2: Use ssize_t module.
34732         * modules/getnline: Likewise.
34733         * modules/safe-read: Likewise.
34734         * modules/xreadlink: Likewise.
34735
34736         * modules/ssize_t: New file.
34737
34738 2005-08-12  Simon Josefsson  <jas@extundo.com>
34739
34740         * m4/readline.m4: Look for termcap, curses or ncurses if required.
34741
34742 2005-08-12  Simon Josefsson  <jas@extundo.com>
34743
34744         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34745         ssize_t.
34746
34747 2005-08-12  Simon Josefsson  <jas@extundo.com>
34748
34749         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
34750         readline, getdelim and check_version.
34751         (Support for systems lacking ISO C 99: Sizes of integer types):
34752         Add size_max.
34753
34754 2005-08-12  Bruno Haible  <bruno@clisp.org>
34755
34756         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
34757
34758 2005-08-11  Simon Josefsson  <jas@extundo.com>
34759
34760         * modules/readline: New file.
34761
34762         * modules/strnlen (Files): Add strnlen.h.
34763
34764 2005-08-11  Simon Josefsson  <jas@extundo.com>
34765
34766         * m4/readline.m4: New file.
34767
34768 2005-08-11  Simon Josefsson  <jas@extundo.com>
34769
34770         * lib/readline.h, readline.c: New file.
34771
34772 2005-08-11  Simon Josefsson  <jas@extundo.com>
34773
34774         * doc/gnulib.texi (Initial import, Finishing touches): Mention
34775         gl_AVOID.
34776
34777 2005-08-11  Bruno Haible  <bruno@clisp.org>
34778
34779         * lib/strnlen.h (strnlen): Change parameter name to match comment.
34780
34781 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
34782
34783         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
34784
34785 2005-08-10  Simon Josefsson  <jas@extundo.com>
34786
34787         * tests/test-iconvme.c: New file.
34788
34789 2005-08-10  Simon Josefsson  <jas@extundo.com>
34790
34791         * m4/strnlen.m4: New file.
34792
34793         * m4/strndup.m4: Don't check for strnlen declaration, done in
34794         strnlen.m4.
34795
34796 2005-08-10  Simon Josefsson  <jas@extundo.com>
34797
34798         * lib/strndup.c: Use strnlen.h.
34799
34800         * lib/strnlen.h: New file.
34801
34802 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34803
34804         * README: Typos.
34805
34806 2005-08-02  Simon Josefsson  <jas@extundo.com>
34807
34808         * modules/readline: New file.
34809
34810 2005-08-02  Simon Josefsson  <jas@extundo.com>
34811
34812         * modules/getdelim: New file.
34813
34814         * modules/getline: Rewrite, don't use getndelim2.
34815
34816 2005-08-02  Simon Josefsson  <jas@extundo.com>
34817
34818         * m4/getline.m4: Separate out getdelim stuff into separate module.
34819
34820         * m4/getdelim.m4: New file.
34821
34822 2005-08-02  Simon Josefsson  <jas@extundo.com>
34823
34824         * lib/getline.h, getline.c: Rewrite.
34825
34826         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
34827
34828 2005-07-31  Bruno Haible  <bruno@clisp.org>
34829
34830         * lib/lock.h (gl_lock_initializer): New macro.
34831         (gl_lock_define_initialized): Use it.
34832         (gl_rwlock_initializer): New macro.
34833         (gl_rwlock_define_initialized): Use it.
34834         (gl_recursive_lock_initializer): New macro.
34835         (gl_recursive_lock_define_initialized): Use it.
34836
34837 2005-07-30  Karl Berry  <karl@gnu.org>
34838
34839         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
34840         Report from Ben Pfaff, regarding getopt.
34841
34842 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
34843
34844         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
34845         normal way.
34846         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
34847         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
34848         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
34849         (gl_GETOPT): Use the new macros.  Most of the implementation
34850         is moved to the new macros.  This is for programs like Emacs
34851         that don't want all the functionality of gl_GETOPT.
34852
34853 2005-07-26  Bruno Haible  <bruno@clisp.org>
34854
34855         * m4/lock.m4: Update from GNU gettext.
34856
34857 2005-07-26  Bruno Haible  <bruno@clisp.org>
34858
34859         * lib/lock.h: Update from GNU gettext.
34860         * lib/lock.c: Update from GNU gettext.
34861
34862 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
34863
34864         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
34865         obsolescent AC_TRY_RUN.  Include the default includes files, for
34866         'exit'.
34867
34868 2005-07-24  Bruno Haible  <bruno@clisp.org>
34869
34870         * modules/visibility: New file.
34871         * MODULES.html.sh (Misc): Add visibility.
34872
34873 2005-07-24  Bruno Haible  <bruno@clisp.org>
34874
34875         * m4/visibility.m4: New file.
34876
34877 2005-07-24  Bruno Haible  <bruno@clisp.org>
34878
34879         * doc/visibility.texi: New file.
34880
34881 2005-07-22  Bruno Haible  <bruno@clisp.org>
34882
34883         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
34884         $(ALLOCA_H), redundant through BUILT_SOURCES.
34885         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
34886         redundant through BUILT_SOURCES.
34887         * modules/byteswap (Makefile.am): Remove explicit dependency on
34888         $(BYTESWAP_H), redundant through BUILT_SOURCES.
34889         * modules/fnmatch (Makefile.am): Remove explicit dependency on
34890         $(FNMATCH_H), redundant through BUILT_SOURCES.
34891         * modules/getopt (Makefile.am): Remove explicit dependency on
34892         $(GETOPT_H), redundant through BUILT_SOURCES.
34893         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
34894         redundant through BUILT_SOURCES.
34895         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
34896         redundant through BUILT_SOURCES.
34897         * modules/stdbool (Makefile.am): Remove explicit dependency on
34898         $(STDBOOL_H), redundant through BUILT_SOURCES.
34899         * modules/stdint (Makefile.am): Remove explicit dependency on
34900         $(STDINT_H), redundant through BUILT_SOURCES.
34901         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
34902         Remove explicit dependency on $(SYSEXITS_H).
34903         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
34904
34905 2005-07-18  Simon Josefsson  <jas@extundo.com>
34906
34907         * lib/check-version.c (check_version): Accept identical versions too.
34908
34909 2005-07-18  Bruno Haible  <bruno@clisp.org>
34910
34911         * modules/lock: New file.
34912         * MODULES.html.sh (Multithreading): New section.
34913
34914 2005-07-18  Bruno Haible  <bruno@clisp.org>
34915
34916         * m4/lock.m4: New file, from GNU gettext.
34917
34918 2005-07-18  Bruno Haible  <bruno@clisp.org>
34919
34920         * lib/lock.h: New file, from GNU gettext.
34921         * lib/lock.c: New file, from GNU gettext.
34922
34923 2005-07-18  Bruno Haible  <bruno@clisp.org>
34924
34925         * lib/lock.h (gl_once_t): New type.
34926         (gl_once_define, gl_once): New macros.
34927         * lib/lock.c (fresh_once): New variable.
34928         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
34929         functions.
34930
34931 2005-07-16  Simon Josefsson  <jas@extundo.com>
34932
34933         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
34934         workaround, suggested by Bruno.
34935
34936 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
34937
34938         * modules/xalloc (Depends-on): Add xalloc-die.
34939         * modules/xvasprintf (Depends-on): Add xalloc-die.
34940
34941 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
34942
34943         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
34944         with a minor change.
34945
34946 2005-07-15  Bruno Haible  <bruno@clisp.org>
34947
34948         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
34949         When using lib/poll.c, define poll as rpl_poll.
34950
34951 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
34952
34953         * modules/argp (Depends-on): Remove unlocked-io.
34954
34955 2005-07-14  Derek Price  <derek@ximbiot.com>
34956
34957         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
34958         for glob symlink bug.
34959
34960 2005-07-14  Bruno Haible  <bruno@clisp.org>
34961
34962         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
34963         Instead, test for *_unlocked function declarations directly.
34964
34965 2005-07-11  Simon Josefsson  <jas@extundo.com>
34966
34967         * modules/size_max: New file.
34968
34969         * modules/xsize: Depend on size_max module for size_max.m4.
34970
34971 2005-07-11  Simon Josefsson  <jas@extundo.com>
34972
34973         * lib/size_max.h: New file.
34974
34975 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
34976
34977         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
34978         copyright symbol and the year.
34979         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
34980         (version_etc_va): Use parameterized copyright notice.
34981         Reword to conform to the current GNU coding standards.
34982
34983 2005-07-11  Karl Berry  <karl@gnu.org>
34984
34985         * doc/gnulib.texi (Quoting): new node.
34986         (Initial import): more info, from Patrice.
34987
34988 2005-07-11  Bruno Haible  <bruno@clisp.org>
34989
34990         * gnulib-tool (func_usage): Document option --avoid.
34991         (Command line options): Handle --avoid.
34992         (func_acceptable): New function.
34993         (func_modules_transitive_closure): Use it.
34994
34995 2005-07-11  Bruno Haible  <bruno@clisp.org>
34996
34997         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
34998         Reported by Jim Meyering.
34999
35000 2005-07-10  Bruno Haible  <bruno@clisp.org>
35001
35002         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
35003         Needed when size_t is smaller than 'unsigned int'.
35004         Reported by Paul Eggert.
35005
35006 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35007
35008         * modules/argp (Depends-on): Add unlocked-io
35009
35010 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35011
35012         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
35013         block of defines.
35014
35015 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
35016
35017         * config/srclist.txt: Comment out regcomp.c, since we have a porting
35018         fix now.
35019
35020 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
35021         and Paul Eggert  <eggert@cs.ucla.edu>
35022
35023         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
35024         in wint_t, not wchar_t.  Remove now-unnecessary cast.
35025
35026 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35027
35028         * modules/regex (Files): Add lib/regex_internal.c,
35029         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
35030         (Depends-on): Add extensions.
35031         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
35032
35033 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35034
35035         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
35036         pathconf.
35037         * m4/same.m4 (gl_SAME): Likewise.
35038         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
35039
35040         * m4/regex.m4: Adjust to new libc regex implementation.
35041         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
35042         all the .c and .h parts of (the new) regex.
35043         Quote the m4 stuff better.
35044         Check for RE_ICASE bug of old gnulib.
35045         Check for REG_STARTEND of recent libc.
35046         Rename local variables from jm_* to gl_*.
35047         Quote operand of "test -f".
35048         Say "recent enough" version of libc, not "version 2".
35049         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
35050         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
35051         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
35052         Remove check for btowc, isascii.
35053         Require AM_LANGINFO_CODESET.
35054
35055 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35056
35057         * lib/regex.c, regex.h: Sync from libc.
35058         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
35059         * lib/regexec.c:
35060         New files, synced from libc, except that regex_internal.h
35061         currently has a small porting fix.
35062
35063 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35064
35065         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
35066         regex_internal.c, regexec.c.
35067         Add regex_internal.h too, but as a comment, since the libc version
35068         is currently broken in gnulib mode.
35069
35070 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35071
35072         Support programs like Emacs that use gnulib but not gettext.
35073         * MODULES.html.sh (Internationalization functions): Add gettext-h.
35074         * modules/gettext-h: New file.
35075         * modules/gettext (Files): Remove lib/gettext.h.
35076         (Depends-on): Add gettext-h.
35077         (Makefile.am): Remove lib_SOURCES.
35078         * modules/argmatch, modules/c-stack, modules/closeout:
35079         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
35080         * modules/execute, modules/file-type, modules/getaddrinfo:
35081         * modules/getopt, modules/human, modules/javacomp:
35082         * modules/javaexec, modules/mkdir-p, modules/obstack:
35083         * modules/openat, modules/pagealign_alloc, modules/pipe:
35084         * modules/quotearg, modules/regex, modules/rpmatch:
35085         * modules/unicodeio, modules/userspec, modules/version-etc:
35086         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
35087         * modules/xsetenv:
35088         Depend on gettext-h, not gettext.
35089
35090 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35091
35092         * gnulib-tool (func_import): Add support for 'public domain' license.
35093         * modules/alloca, modules/atexit, modules/memmove:
35094         Now public domain, not GPL.
35095         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
35096         * modules/realloc, modules/strerror, modules/strtod:
35097         Now LGPL, not GPL.
35098
35099 2005-07-05  Bruno Haible  <bruno@clisp.org>
35100
35101         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
35102         autoconf CVS. Needed for mingw.
35103
35104 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35105
35106         Remove the dependency of the strftime module on the tzset module.
35107         * modules/strftime (Depends-on): Remove dependency on tzset.
35108
35109 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35110
35111         Remove the dependency of the strftime module on the tzset module.
35112         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
35113         gl_FUNC_TZSET_CLOBBER.
35114
35115 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35116
35117         Remove the dependency of the strftime module on the tzset module.
35118         * lib/strftime.c (my_strftime)
35119         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
35120         Copy the input structure, to work around some of the bug with
35121         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
35122         Solaris releases, you should also use the tzset module, but we won't
35123         require it as a dependency any more since we don't want LGPLed code
35124         to depend on GPLed code.
35125
35126 2005-07-02  Jim Meyering  <jim@meyering.net>
35127
35128         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
35129         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
35130         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
35131         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
35132
35133 2005-07-02  Jim Meyering  <jim@meyering.net>
35134
35135         * lib/backupfile.c (backup_args): Change a `0' to NULL.
35136
35137 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35138
35139         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
35140         declares only 'struct timespec;' (!).
35141
35142 2005-07-01  Jim Meyering  <jim@meyering.net>
35143
35144         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
35145         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
35146         * lib/save-cwd.c, tempname.c:
35147         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35148         and don't include <sys/file.h>).
35149
35150 2005-06-29  Jim Meyering  <jim@meyering.net>
35151
35152         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
35153         type name.  Use the variable name instead.
35154         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
35155         Likewise.
35156
35157 2005-06-28  Simon Josefsson  <jas@extundo.com>
35158
35159         * modules/check-version (Files): Add check-version.m4.
35160
35161 2005-06-28  Simon Josefsson  <jas@extundo.com>
35162
35163         * m4/check-version.m4: New file, suggested by Jim Meyering
35164         <jim@meyering.net>.
35165
35166 2005-06-28  Simon Josefsson  <jas@extundo.com>
35167
35168         * lib/check-version.h, lib/check-version.c: New files.
35169
35170 2005-06-28  Simon Josefsson  <jas@extundo.com>
35171
35172         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
35173         collision with global variable.  Better indentation.  Don't
35174         increment buffer pointer beyond buffer end.  Based on comments
35175         from Paul Eggert <eggert@cs.ucla.edu>.
35176
35177         * lib/base64.h: Indent.
35178
35179 2005-06-28  Simon Josefsson  <jas@extundo.com>
35180
35181         * doc/gnulib.texi (Library version handling): New section.
35182
35183 2005-06-28  Jim Meyering  <jim@meyering.net>
35184
35185         * check-module (find_included_lib_files): Hard-code another
35186         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
35187         but modules/fts-lgpl (correctly) does not list those files.
35188
35189         * modules/canonicalize (Files): Add lib/pathmax.h.
35190
35191 2005-06-25  Simon Josefsson  <jas@extundo.com>
35192
35193         * modules/check-version: New file.
35194
35195 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
35196
35197         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
35198         initializer of struct addrinfo, as an indication that we don't
35199         care how many members the structure has.
35200
35201 2005-06-24  Derek Price  <derek@ximbiot.com>
35202         and Bruno Haible  <bruno@clisp.org>
35203
35204         Remove stat module & update lstat.
35205         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
35206         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35207         * m4/stat.m4: Remove this file.
35208
35209 2005-06-24  Derek Price  <derek@ximbiot.com>
35210         and Bruno Haible  <bruno@clisp.org>
35211
35212         Remove stat module & update lstat.
35213         * lib/stat.c: Remove this file...
35214         (slash_aware_lstat): ...moving this content and its support...
35215         * lib/lstat.c (rpl_lstat): ...into here.
35216         * lib/lstat.h: New file.
35217
35218 2005-06-24  Derek Price  <derek@ximbiot.com>
35219         and Bruno Haible  <bruno@clisp.org>
35220
35221         Remove stat module & update lstat.
35222         * config/srclist.txt (libc sources): Remove stat.
35223
35224 2005-06-24  Derek Price  <derek@ximbiot.com>
35225         and Bruno Haible  <bruno@clisp.org>
35226
35227         Remove stat module & update lstat.
35228         * MODULES.html.sh (stat): Remove.
35229         * MODULES.html: Regenerated.
35230         * modules/lstat (Description): Correct function name.
35231         (Files): Add "lstat.h".
35232         (Depends-on): Remove stat, add xalloc, stat-macros.
35233         * modules/stat: Remove this file.
35234         (Include): Add "lstat.h", remove <sys/stat.h>.
35235
35236 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
35237
35238         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
35239         (ranged_convert): Don't save conversion in a temporary struct.
35240         This causes a warning with GCC 4.0.0, and anyway in the typical
35241         case it's not worth the extra 100 bytes or so of code.
35242         (ranged_convert, __mktime_internal): When calling a function via a
35243         pointer P, use P () rather than (*P) (), as we now assume C89 or
35244         better.
35245
35246 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35247
35248         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
35249         "who -r" failed to give output.  Problem reported by Tim Waugh.
35250
35251         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
35252         (xcalloc): Use it to avoid needless tests.
35253         Problem reported by Jim Meyering.
35254
35255 2005-06-20  Derek Price  <derek@ximbiot.com>
35256
35257         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
35258         unnecessary for Autoconfs > 2.59c.
35259
35260 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35261
35262         * lib/argp.h (__option_is_short): Check upper limit of
35263         __key. Isprint() requires its argument to have the value
35264         of an unsigned char or EOF.
35265
35266 2005-06-16  Jim Meyering  <jim@meyering.net>
35267
35268         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
35269         when either N or S is zero.
35270
35271 2005-06-16  Derek Price  <derek@ximbiot.com>
35272
35273         * m4/bison.m4: Declare YACC & YFLAGS precious.
35274
35275 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
35276
35277         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
35278         multibyte string or pattern, fall back on unibyte matching.
35279         Problem reported by James Youngman.
35280
35281 2005-06-08  Bruno Haible  <bruno@clisp.org>
35282
35283         * modules/csharpcomp: New file.
35284         * MODULES.html.sh (C#): Add csharpcomp.
35285
35286 2005-06-08  Bruno Haible  <bruno@clisp.org>
35287
35288         * m4/csharpcomp.m4: New file, from GNU gettext.
35289
35290 2005-06-08  Bruno Haible  <bruno@clisp.org>
35291
35292         * lib/csharpcomp.h: New file, from GNU gettext.
35293         * lib/csharpcomp.c: New file, from GNU gettext.
35294         * lib/csharpcomp.sh.in: New file, from GNU gettext.
35295
35296 2005-06-08  Bruno Haible  <bruno@clisp.org>
35297
35298         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
35299         warning on mingw.
35300
35301 2005-06-07  Derek Price  <derek@ximbiot.com>
35302
35303         Sync from CVS.
35304         * lib/glob_.h: Indent nested #ifdef.
35305
35306 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35307
35308         Sync from coreutils.
35309         Use "file name" when talking about file names, instead of "filename"
35310         or "path", as per the GNU coding standards.
35311         * lib/mkdir-p.c: Renamed from makepath.c.
35312         (make_dir_parents): Renamed from make_path.  All callers changed.
35313         * lib/mkdir-p.h: Likewise.  All includers changed.
35314         * lib/filenamecat.c: Renamed from path-concat.c.
35315         (file_name_concat): Renamed from path_concat.  All callers changed.
35316         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
35317         * lib/filenamecat.h: Likewise.  All includers changed.
35318         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
35319         in comments or local variable names.
35320         * lib/basename.c: Likewise.
35321         * lib/canonicalize.c, canonicalize.h: Likewise.
35322         * lib/dirname.c, dirname.h: Likewise.
35323         * lib/euidaccess.c: Likewise.
35324         * lib/exclude.c: Likewise
35325         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
35326         * lib/fsusage.c, fsuage.h: Likewise.
35327         * lib/fts.c, fts_.h: Likewise.
35328         * lib/getcwd.c: Likewise.
35329         * lib/getloadavg.c: Likewise.
35330         * lib/mkstemp.c: Likewise.
35331         * lib/mountlist.c, mountlist.h: Likewise.
35332         * lib/openat.c, openat.h: Likewise.
35333         * lib/readlink-stub.c: Likewise.
35334         * lib/readutmp.c, readutmp.h: Likewise.
35335         * lib/rename.c: Likewise.
35336         * lib/rmdir.c: Likewise.
35337         * lib/same.c: Likewise.
35338         * lib/savedir.c: Likewise.
35339         * lib/stripslash.c: Likewise.
35340         * lib/tempname.c: Likewise.
35341         * lib/xreadlink.c: Likewise.
35342         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
35343         All uses changed.
35344         * lib/exclude.h: Likewise.
35345
35346         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
35347         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35348         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
35349         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35350         * lib/pathmax.h: Include <limits.h> unconditionally, since other
35351         files have been getting away with it for years (MORE/BSD 4.3
35352         is extinct now).
35353         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
35354         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35355
35356         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
35357         Define to 256, not 255, as per modern POSIX.
35358
35359 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35360
35361         Sync from coreutils.
35362         Use "file name" when talking about file names, instead of "filename"
35363         or "path", as per the GNU coding standards.
35364         * MODULES.html.sh: mkdir-p renamed from makepath.
35365         filenamecat renamed from path-concat.
35366         * modules/filenamecat: Renamed from modules/path-concat.
35367         (Files): filenamecat.h and filenamecat.c renamed from
35368         path-concat.h and path-concat.c.
35369         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
35370         (Include): filenamecat.h, not path-concat.h.
35371         * modules/mkdir-p: Renamed from modules/makepath.
35372         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
35373         makepath.c.
35374         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
35375         (Include): mkdir-p.h, not makepath.h.
35376
35377 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35378
35379         Sync from coreutils.
35380         * m4/mkdir-p.m4: Renamed from makepath.m4.
35381         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
35382         Rename files from makepath.c to mkdir-p.c, and from
35383         makepath.h to mkdir-p.h.
35384         * m4/filenamecat.m4: Renamed from path-concat.m4.
35385         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
35386         Rename files from path-concat.c to filenamecat.c,
35387         and from path-concat.h to filenamecat.h.
35388         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
35389         "file name" in local variables or comments.
35390         * m4/rename.m4: Likewise.
35391
35392 2005-06-01  Bruno Haible  <bruno@clisp.org>
35393
35394         * modules/csharpexec: New file.
35395         * MODULES.html.sh (C#): New section.
35396
35397 2005-06-01  Bruno Haible  <bruno@clisp.org>
35398
35399         * m4/csharp.m4: New file, from GNU gettext.
35400         * m4/csharpexec.m4: New file, from GNU gettext.
35401
35402 2005-06-01  Bruno Haible  <bruno@clisp.org>
35403
35404         * lib/csharpexec.h: New file, from GNU gettext.
35405         * lib/csharpexec.c: New file, from GNU gettext.
35406         * lib/csharpexec.sh.in: New file, from GNU gettext.
35407
35408 2005-05-31  Derek Price  <derek@ximbiot.com>
35409             Paul Eggert  <eggert@cs.ucla.edu>
35410
35411         Sync from cvs.
35412         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
35413
35414 2005-05-31  Derek Price  <derek@ximbiot.com>
35415             Paul Eggert  <eggert@cs.ucla.edu>
35416
35417         Sync from cvs.
35418         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
35419
35420 2005-05-29  Derek Price  <derek@ximbiot.com>
35421
35422         * config/srclist.txt (glob_.h, glob.c): Add these files.
35423
35424 2005-05-29  Derek Price  <derek@ximbiot.com>
35425
35426         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
35427         * modules/glob: New file.
35428         * modules/getlogin_r: Add link to POSIX spec in description.
35429
35430 2005-05-29  Derek Price  <derek@ximbiot.com>
35431             Paul Eggert  <eggert@cs.ucla.edu>
35432
35433         * m4/glob.m4: New file.
35434
35435 2005-05-29  Derek Price  <derek@ximbiot.com>
35436             Paul Eggert  <eggert@cs.ucla.edu>
35437
35438         * lib/glob_.h, lib/glob.c: New files.
35439
35440 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35441
35442         * modules/fts (Files): Remove m4/inttypes-pri.m4.
35443         * modules/fts-lgpl (Depends-on): Remove gettext.
35444
35445 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35446
35447         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
35448         and don't require gt_INTTYPES_PRI.
35449
35450 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35451
35452         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
35453
35454         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
35455         the configuration hassle isn't worth it.
35456         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
35457         (LONGEST_MODIFIER, PRIuMAX): Remove.
35458
35459 2005-05-27  Bruno Haible  <bruno@clisp.org>
35460
35461         * lib/getlogin_r.h: Remove second include of <stddef.h>.
35462
35463 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
35464
35465         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
35466         _POSIX_PTHREAD_SEMANTICS for Solaris.
35467
35468 2005-05-25  Derek Price  <derek@ximbiot.com>
35469
35470         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
35471
35472 2005-05-25  Derek Price  <derek@ximbiot.com>
35473             Paul Eggert  <eggert@cs.ucla.edu>
35474
35475         * modules/getlogin_r, m4/getlogin_r.m4: New files.
35476         * lib/getlogin_r.c, getlogin_r.h: New files.
35477
35478 2005-05-25  Bruno Haible  <bruno@clisp.org>
35479             Derek Price  <derek@ximbiot.com>
35480
35481         * lib/getlogin_r.h: Simplify API documentation.
35482
35483 2005-05-23  Derek Price  <derek@ximbiot.com>
35484
35485         * modules/minmax (Files): Add m4/minmax.m4.
35486         (configure.ac): Add gl_MINMAX.
35487
35488 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35489
35490         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
35491         so that unistd-safer.h (GPL'ed code) need not be included.
35492
35493 2005-05-22  Bruno Haible  <bruno@clisp.org>
35494
35495         * m4/minmax.m4: New file.
35496         Based on a patch by Derek Price <derek@ximbiot.com>.
35497
35498 2005-05-22  Bruno Haible  <bruno@clisp.org>
35499
35500         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
35501         (INT64_MIN): Fix definition.
35502         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
35503
35504         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
35505         NEED_SIGNED_INT_TYPES.
35506
35507         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
35508         HAVE_SYSTEM_INTTYPES.
35509
35510 2005-05-22  Bruno Haible  <bruno@clisp.org>
35511
35512         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
35513         Also include <sys/param.h> if it defines MIN, MAX.
35514         Based on a patch by Derek Price <derek@ximbiot.com>.
35515
35516 2005-05-21  Jim Meyering  <jim@meyering.net>
35517
35518         * modules/fts (Files): Add m4/inttypes-pri.m4.
35519         (Depends-on): Add lstat and remove gettext.  Alphabetize.
35520
35521 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35522
35523         New fts module.
35524         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
35525         (setup_dir, free_dir): New functions.
35526         (enter_dir, leave_dir): Define trivial
35527         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
35528         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
35529         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
35530         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
35531         Move to fts-cycle.c.
35532         (fts_open): Use setup_dir.
35533         (fts_close): Use free_dir.
35534         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
35535         This adds a label and some gotos, but the alternatives were messier.
35536         Check for memory allocation failure when entering a dir.
35537         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
35538         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
35539         (FTS): New member fts_cycle, that is a union that contains the
35540         old active_dir_ht and cycle_state.  All uses changed to mention
35541         fts_cycle.ht and fts_cycle.state.
35542         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
35543         fts.c, with the following changes:
35544         (setup_dir, free_dir): New functions.
35545         (enter_dir): Now returns bool.  Return true if successful, false
35546         if memory exhausted.  All callers changed.
35547         Do not bother partly cleaning up on
35548         memory allocation failure; that is free_dir's job.
35549         However, free ad if hash_insert fails, to avoid memory leak.
35550         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
35551         fts->fts_options to see which union member to use.
35552
35553 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35554
35555         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
35556         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
35557
35558 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35559
35560         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
35561
35562 2005-05-20  Jim Meyering  <jim@meyering.net>
35563
35564         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
35565         Now a macro, to pacify GCC.
35566
35567 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
35568
35569         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
35570         of -1.
35571
35572 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
35573
35574         * lib/chown.c (rpl_chown): Return -1 on failure.
35575
35576 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
35577
35578         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
35579         Don't check for stddef.h.
35580         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
35581         don't use its results.
35582         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
35583         since we include them unconditionally.  Don't require
35584         AM_STDBOOL_H, since stdbool is a prerequisite.
35585         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
35586         since we assume C89 or better.
35587         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
35588         as we don't use their results.
35589         Don't check for fchdir, memmove, memset, strrchr, as we use
35590         them unconditionally.
35591         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
35592         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
35593
35594 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
35595
35596         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
35597         Include <stddef.h> unconditionally, since we assume C89 now.
35598         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
35599         * lib/fts.c: Include fts_.h first, to check interface.
35600         Do not include intprops.h; no longer needed.
35601         Include cycle-check.h and hash.h, since fts_.h no longer does.
35602         Remove unnecessary casts of closedir to void.
35603         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
35604         decide whether to decrement nlinks.
35605         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
35606         (FTS): Use struct hash_table * instead of Hash_table, so that
35607         we no longer need to include hash.h here.
35608
35609 2005-05-18  Jim Meyering  <jim@meyering.net>
35610
35611         * modules/dirfd (License): Change to LGPL.  Most of the code
35612         is already in the public domain.
35613
35614 2005-05-18  Jim Meyering  <jim@meyering.net>
35615
35616         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
35617         Reported by Yoann Vandoorselaere.
35618
35619 2005-05-17  Jim Meyering  <jim@meyering.net>
35620
35621         * m4/fts.m4: New file, from coreutils.
35622
35623 2005-05-17  Jim Meyering  <jim@meyering.net>
35624
35625         * lib/fts.c, lib/fts_.h: New files, from coreutils.
35626
35627 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35628
35629         Sync from coreutils.
35630         * m4/unlinkdir.m4: New file.
35631
35632 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35633
35634         Sync from coreutils.
35635         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
35636         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
35637         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
35638         White space changes only.
35639         * lib/makepath.c (make_path): Port to hosts where leading "//" is
35640         special.
35641         * lib/yesno.c: Include getline.h, not ctype.h.
35642         (yesno): Don't remove leading white space; POSIX doesn't allow it.
35643         Use getline to remove arbitrary restriction on response length.
35644
35645 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35646
35647         * config/srclist-update: Spell out "Street" in FSF postal
35648         mail address; this is the style the FSF seems to prefer.
35649
35650         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
35651         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
35652         this updates FSF postal mail address.
35653
35654         Sync from coreutils.
35655         * modules/unlinkdir: New file.
35656         * modules/yesno (Depends-on): Add getline.
35657         * MODULES.html.sh (File system functions): Add unlinkdir.
35658
35659 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35660
35661         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
35662         lib/strsep.h:
35663         Change the initial comment to refer to GPL, not LGPL.
35664         gnulib-tool will change it to LGPL as needed.
35665
35666         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
35667         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
35668         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
35669         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
35670         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
35671         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
35672         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
35673         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
35674         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
35675         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
35676         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
35677         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
35678         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
35679         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
35680         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
35681         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
35682         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
35683         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
35684         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
35685         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
35686         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
35687         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
35688         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
35689         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
35690         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
35691         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
35692         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
35693         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
35694         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
35695         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
35696         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
35697         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
35698         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
35699         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
35700         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
35701         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
35702         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
35703         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
35704         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
35705         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
35706         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
35707         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
35708         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
35709         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
35710         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
35711         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
35712         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
35713         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
35714         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
35715         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
35716         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35717         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
35718         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
35719         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
35720         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
35721         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
35722         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
35723         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
35724         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
35725         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
35726         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
35727         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
35728         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
35729         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
35730         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
35731         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
35732         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
35733         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
35734         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
35735         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
35736         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
35737         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
35738         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
35739         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
35740         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
35741         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
35742         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
35743         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
35744         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
35745         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
35746         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
35747         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
35748         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
35749         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
35750         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
35751         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
35752         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
35753         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
35754         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
35755         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
35756         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
35757         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
35758         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
35759         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
35760         lib/yesno.c, lib/yesno.h:
35761         Update FSF postal mail address.
35762
35763 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35764
35765         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
35766         tests/test-memmem.c, tests/test-stpncpy.c:
35767         Update FSF postal mail address.
35768
35769 2005-05-13  Bruno Haible  <bruno@clisp.org>
35770
35771         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
35772         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
35773         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
35774         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
35775         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
35776         Add support for 64-bit integers in the MSVC compiler.
35777
35778 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35779
35780         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
35781
35782 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
35783
35784         * gnulib-tool (func_import): Sort and uniquify recommended includes.
35785
35786 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
35787
35788         * doc/getdate.texi (General date syntax): Don't say that date
35789         date --iso-8601=ns generates acceptable dates; it doesn't yet.
35790         Problem reported by Nic Ferrier.
35791
35792 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35793
35794         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
35795         specified in ai_socktype. Fix invalid ai_protocol
35796         check. ai_protocol is usually set to 0 or depending on
35797         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
35798         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
35799         ai_socktype / ai_protocol in the returned addrinfo structure.
35800
35801 2005-05-10  Simon Josefsson  <jas@extundo.com>
35802
35803         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
35804         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35805
35806 2005-05-10  Karl Berry  <karl@gnu.org>
35807
35808         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
35809         (from http://www.gnu.org/licenses).
35810         * doc/COPYING.LIB: also rename to COPYING.LESSER.
35811         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
35812         fdl.texi suffices.
35813
35814 2005-05-10  Karl Berry  <karl@gnu.org>
35815
35816         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
35817         (COPYING.DOC): remove.
35818
35819         * config/srclist-update: new FSF address.
35820
35821 2005-05-10  Derek Price  <derek@ximbiot.com>
35822
35823         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
35824         possible.
35825
35826 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35827             Bruno Haible  <bruno@clisp.org>
35828
35829         * modules/inet_ntop: New file.
35830         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35831         inet_ntop.
35832
35833 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35834             Bruno Haible  <bruno@clisp.org>
35835
35836         * m4/inet_ntop.m4: New file.
35837
35838 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35839             Bruno Haible  <bruno@clisp.org>
35840
35841         * lib/inet_ntop.h: New file.
35842         * lib/inet_ntop.c: New file, from glibc with modifications.
35843
35844 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
35845
35846         * modules/time_r (License): Change to LGPL.
35847         * modules/extensions (License): Change to LGPL.  Actually,
35848         the license is more permissive than that, but currently gnulib-tool
35849         doesn't know how to handle more-permissive licenses.
35850
35851         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
35852         Problem reported by Dave Love.
35853
35854 2005-05-08  Jim Meyering  <jim@meyering.net>
35855
35856         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
35857         blank.
35858
35859 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35860
35861         * modules/argmatch (Depends-on): Add stdbool.
35862         * modules/backupfile (Depends-on): Likewise.
35863         * modules/chdir-long (Depends-on): Likewise.
35864         * modules/closeout (Depends-on): Likewise.
35865         * modules/cycle-check (Depends-on): Likewise.
35866         * modules/dirname (Depends-on): Likewise.
35867         * modules/fnmatch (Depends-on): Likewise.
35868         * modules/fsusage (Depends-on): Likewise.
35869         * modules/fwriteerror (Depends-on): Likewise.
35870         * modules/getcwd (Depends-on): Likewise.
35871         * modules/getloadavg (Depends-on): Likewise.
35872         * modules/hard-locale (Depends-on): Likewise.
35873         * modules/makepath (Depends-on): Likewise.
35874         * modules/mountlist (Depends-on): Likewise.
35875         * modules/nanosleep (Depends-on): Likewise.
35876         * modules/posixtm (Depends-on): Likewise.
35877         * modules/quotearg (Depends-on): Likewise.
35878         * modules/readtokens (Depends-on): Likewise.
35879         * modules/readtokens0 (Depends-on): Likewise.
35880         * modules/readutmp (Depends-on): Likewise.
35881         * modules/save-cwd (Depends-on): Likewise.
35882         * modules/strftime (Depends-on): Likewise.
35883         * modules/userspec (Depends-on): Likewise.
35884         * modules/utimecmp (Depends-on): Likewise.
35885         * modules/xgetcwd (Depends-on): Likewise.
35886         * modules/xnanosleep (Depends-on): Likewise.
35887         * modules/xstrtod (Depends-on): Likewise.
35888         * modules/yesno (Depends-on): Likewise.
35889
35890 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
35891
35892         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
35893         needless checks.
35894
35895 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35896
35897         Merge from coreutils.  Among other things,
35898         add bulletproofing for cases where stdin, stdout, or stderr are closed.
35899         * lib/fd-safer.c: New file.
35900         * lib/fcntl-safer.h, open-safer.c: Remove.
35901         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
35902         * lib/dup-safer.c: Include unistd-safer.h first.
35903         Don't include errno.h.
35904         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
35905         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
35906         * lib/file-type.c: Rely on file-type.h change.
35907         * lib/getloadavg.c: Include unistd-safer.h.
35908         (getloadavg): Use safer open.
35909         * lib/getusershell.c: Include "stdio-safer.h".
35910         (getusershell): Use safer fopen.
35911         * lib/long-options.c (long_options): Use NULL rather than 0.
35912         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
35913         'free'.
35914         * lib/modechange.c: Likewise.
35915         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
35916         (MODE_DONE): New constant.
35917         (struct mode_change): Remove 'next' member.
35918         (make_node_op_equals): New function; like the old one of the
35919         same name, except it allocates an array.
35920         (mode_compile, mode_create_from_ref): Use it.
35921         (mode_compile): Allocate result as an array, not a linked list.
35922         Parse octal string ourself, so that we catch mistakes like "+0".
35923         (mode_adjust): Arg is an array, not a linked list.
35924         * lib/modechange.c: Include stat-macros.h, xalloc.h.
35925         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
35926         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
35927         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
35928         Remove.  This is now stat-macros.h's job.
35929         (talloc): Remove.  All callers replaced by xalloc, so that
35930         our invokers don't have to worry about reporting memory failures.
35931         (make_node_op_equals): Remove.
35932         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
35933         New constants.
35934         (struct mode_change): Moved here from modechange.h.
35935         (mode_append_entry): Remove.
35936         (mode_compile): Remove MASKED_OPS arg, since it encouraged
35937         apps to have incorrect behavior.  Use simpler algorithm for head
35938         and tail.  Don't futz with umask; that's now the job of mode_adjust.
35939         Detect more invalid usages rather than having somewhat-random behavior.
35940         Don't insert an "a=" action, as that leads to incorrect behavior.
35941         (mode_compile, mode_create_from_ref): Return NULL on error instead
35942         of an enum, since now there's only one way to have an error.  All
35943         callers changed.
35944         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
35945         at the correct time.  Simplify calculation of "+u" and its ilk.
35946         Don't mishandle "+X".
35947         (mode_free): Remove "register" and localize decls.
35948         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
35949         (struct mode_change): Move to modechange.c; callers don't
35950         need to see this stuff.
35951         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
35952         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
35953         (mode_change, mode_adjust): Reflect the new signatures noted above.
35954         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
35955         that might redefine system include files.
35956         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
35957         (my_usleep): Use NULL rather than (void *) 0.
35958         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
35959         Use siginterrupt to specify that system calls should be interrupted.
35960         (rpl_nanosleep): Move initialization of suspended closer to call of
35961         my_usleep.
35962         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
35963         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
35964         (desirable_utmp_entry): New function.
35965         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
35966         using x2nrealloc, to simplify logic.
35967         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
35968         size calculation.  Do not assume utmp file is a regular file.
35969         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
35970         (READ_UTMP_CHECK_PIDS): New constant.
35971         * lib/save-cwd.c: Include unistd-safer.h.
35972         (save_cwd): Use fd_safer.
35973         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
35974         [!_LIBC] Include "stat-macros.h" instead.
35975         * lib/unistd-safer.h (fd_safer): New decl.
35976
35977 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35978
35979         * modules/getloadavg (Depends-on): Add unistd-safer.
35980         * modules/getusershell (Depends-on): Add stdio-safer.
35981         * modules/lstat (Depends-on): Remove xalloc.
35982         * modules/mkstemp (Depends-on): Add stat-macros.
35983         * modules/modechange (Depends-on): Remove xstrtol.
35984         Add stat-macros, xalloc.
35985         * modules/save-cwd (Depends-on): Add unistd-safer.
35986         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
35987         * modules/unistd-safer (Files): Add lib/fd-safer.c
35988         (Makefile.am): Remove lib_SOURCES.
35989
35990         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
35991         Remove fcntl-safer; unistd-safer supersedes it.
35992
35993 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
35994
35995         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
35996         AC_HEADER_STAT.
35997         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
35998         (gl_PREREQ_CHOWN): Remove.
35999         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
36000         it.  Don't require AC_HEADER_STAT.
36001         (gl_PREREQ_LSTAT): Remove.
36002         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
36003         Don't require AC_HEADER_STAT.
36004         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
36005         (gl_PREREQ_RMDIR): Remove.
36006         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
36007         mention stat-macros.h or AC_HEADER_STAT, since we'll make
36008         the stat-macros module a prerequisite.
36009         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
36010         * m4/filemode.m4 (gl_FILEMODE): Likewise.
36011         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
36012         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
36013         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
36014         variable names.
36015         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
36016         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
36017         variable prefixes.
36018         * m4/fcntl-safer.m4: Remove.
36019         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
36020         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
36021         Invoke gl_PREREQ_FD_SAFER.
36022         (gl_PREREQ_FD_SAFER): New macro.
36023         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
36024         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
36025         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
36026         Remove duplicate call to AC_LIBOBJ(readutmp).
36027         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
36028
36029         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
36030         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
36031
36032 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36033
36034         * MODULES.html.sh (Misc): Add byteswap.
36035
36036 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36037
36038         * modules/getcwd (Depends-on): Add extensions.
36039         * modules/openat (Depends-on): Likewise.
36040
36041 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36042
36043         * modules/byteswap: New file.
36044
36045 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36046
36047         * m4/byteswap.m4: New file.
36048
36049 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36050
36051         * lib/byteswap_.h: New file.
36052
36053 2005-04-25  Karl Berry  <karl@gnu.org>
36054
36055         * m4/gettext.m4: Update from GNU gettext 0.14.4.
36056
36057 2005-04-25  Albert Chin  <china@thewrittenword.com>
36058
36059         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
36060         Toolkit C bug.
36061
36062 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
36063
36064         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
36065         (func_ln_if_changed) Remove forcibly for no error message
36066         in case file does not exist.
36067
36068 2005-04-19  Simon Josefsson  <jas@extundo.com>
36069
36070         * gnulib-tool (Options): Make --symlink mean --symbolic.
36071
36072 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
36073
36074         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
36075
36076 2005-04-16  Simon Josefsson  <jas@extundo.com>
36077
36078         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
36079
36080 2005-04-15  Simon Josefsson  <jas@extundo.com>
36081
36082         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
36083
36084 2005-04-15  Simon Josefsson  <jas@extundo.com>
36085
36086         * gnulib-tool: Rename --symlink to --symbolic.
36087
36088 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
36089
36090         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
36091         symbolic links to files instead of copying/moving.  Add --aux-dir,
36092         specifying directory relative --dir where auxiliary build tools
36093         are placed.
36094
36095 2005-04-14  Bruno Haible  <bruno@clisp.org>
36096
36097         * modules/allocsa (License): Change to LGPL.
36098         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
36099
36100 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36101
36102         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
36103         that "UTC +1 second" continues to work.  Problem reported
36104         by Dmitry V. Levin.
36105         (relunit_snumber): New rule.
36106         (relunit): Use it.
36107
36108 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
36109
36110         * lib/getdate.y (universal_time_zone_table): New constant.
36111         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
36112         universal_time_zone_table.
36113         (lookup_zone): Prefer universal_time_zone_table to
36114         local_time_zone_table, so that "GMT" time stamps are allowed in
36115         London during the summer.  Problem reported by Ian Abbott.
36116
36117 2005-04-12  Jim Meyering  <jim@meyering.net>
36118
36119         * lib/human.c (humblock): Set *options even when returning due to
36120         xstrtoumax conversion failure.  Thanks to a used-uninitialized
36121         warning from gcc-4.
36122
36123 2005-04-09  Jim Meyering  <jim@meyering.net>
36124
36125         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
36126         -Wuninitialized: initialize tm0.tm_year.
36127
36128 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36129
36130         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
36131         count, since there's no maximum.  All uses changed.
36132         Add member dsts_seen.
36133         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
36134         not being INT_MAX.
36135         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
36136         Use pc_rels_seen to decide whther a date is absolute.
36137
36138         * lib/getdate.y (number): Don't overwrite year.
36139         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
36140         check.
36141
36142 2005-04-02  Simon Josefsson  <jas@extundo.com>
36143
36144         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
36145         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
36146
36147 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
36148
36149         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
36150         where no absolute path name can be longer than PATH_MAX.
36151
36152 2005-03-27  Jim Meyering  <jim@meyering.net>
36153
36154         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
36155
36156 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
36157
36158         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
36159         "one's complement" -> "ones' complement" in comment, as per Knuth.
36160         "value of type" -> "type or expression" in comment.
36161         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
36162
36163 2005-03-26  Jim Meyering  <jim@meyering.net>
36164
36165         Comment nits.
36166         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
36167         Correct typos: s/or/of/.
36168
36169 2005-03-26  Jim Meyering  <jim@meyering.net>
36170
36171         * modules/check-include-files: Move to ../ and rename to...
36172         * check-module: ...this.
36173
36174 2005-03-25  Jim Meyering  <jim@meyering.net>
36175
36176         * modules/xvasprintf (Files): Add xalloc.h.
36177
36178 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36179
36180         * modules/gettext (Files): config/config.rpath ->
36181         build-aux/config.rpath
36182         * modules/iconv (Files): Likewise.
36183         Problem reported by Oskar Liljeblad.
36184
36185 2005-03-23  Jim Meyering  <jim@meyering.net>
36186
36187         * modules/check-include-files: New script to check for
36188         missing dependencies, multiple includes, etc.
36189
36190         * modules/c-strtold (Depends-on): Add xalloc.
36191         * modules/c-strtod (Depends-on): Add xalloc.
36192         * modules/hash (Depends-on): Add xalloc.
36193         (Files): Remove lib/xalloc.h.
36194
36195         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
36196         * modules/userspec (Files): Add lib/inttostr.h.
36197
36198 2005-03-23  Jim Meyering  <jim@meyering.net>
36199
36200         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
36201
36202 2005-03-22  Jim Meyering  <jim@meyering.net>
36203
36204         * modules/stat-macros: New module.
36205         * modules/canonicalize, modules/euidaccess, modules/file-type,
36206         * modules/filemode, modules/lchown, modules/makepath,
36207         * modules/rmdir, modules/stat: Depend on new stat-macros module
36208         rather than listing lib/stat-macros.h manually.
36209         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
36210
36211 2005-03-22  Jim Meyering  <jim@meyering.net>
36212
36213         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
36214
36215 2005-03-22  Bruno Haible  <bruno@clisp.org>
36216
36217         * config/srclist.txt: Replace target directory 'config' with
36218         'build-aux'.
36219         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
36220         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
36221         ../build-aux/.
36222
36223 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
36224
36225         * modules/chdir-long (Depends-on): Add mempcpy.
36226
36227         * modules/acl, modules/backupfile, modules/c-strtod,
36228         modules/c-strtold, modules/canon-host, modules/canonicalize,
36229         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
36230         modules/exclude, modules/exitfail, modules/file-type,
36231         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
36232         modules/getdate, modules/getline, modules/getpagesize,
36233         modules/getpass, modules/getugroups, modules/group-member,
36234         modules/hard-locale, modules/hash, modules/human, modules/idcache,
36235         modules/inttostr, modules/long-options, modules/makepath,
36236         modules/md5, modules/memcasecmp, modules/memcoll,
36237         modules/modechange, modules/mountlist, modules/path-concat,
36238         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
36239         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
36240         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
36241         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
36242         modules/strftime, modules/strndup, modules/strverscmp,
36243         modules/timespec, modules/unlocked-io, modules/userspec,
36244         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
36245         modules/yesno:
36246         Remove lib_SOURCES line from Makefile.am section, as this is now
36247         done automatically by the corresponding Autoconf macro.
36248
36249 2005-03-21  Jim Meyering  <jim@meyering.net>
36250
36251         Changes imported from coreutils.
36252
36253         * lib/cycle-check.c: Don't include xalloc.h.
36254
36255         * lib/path-concat.c: Don't include assert.h.
36256         (path_concat): Remove assertion that would have triggered
36257         for ABASE starting with more than one slash.
36258         Reported by Andreas Schwab.
36259
36260         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
36261         properly when ABASE is an absolute file name.
36262         Correct the description of this function.
36263         Include <assert.h>.
36264         Add an assertion and a test driver.
36265         This fixes a bug introduced on 2004-07-02.
36266         Andreas Schwab reported the resulting failure of cp --parents:
36267         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
36268
36269 2005-03-21  Jim Meyering  <jim@meyering.net>
36270
36271         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
36272         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
36273
36274 2005-03-21  Jim Meyering  <jim@meyering.net>
36275         and  Paul Eggert  <eggert@cs.ucla.edu>
36276
36277         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
36278         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
36279         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
36280         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
36281         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
36282         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
36283         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
36284         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
36285         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
36286         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
36287         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
36288         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
36289         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
36290         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
36291         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
36292         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
36293         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
36294         for these modules.
36295
36296 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
36297
36298         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
36299         (which shouldn't happen), generate nothing instead of returning 0
36300         immediately, so that nstrftime (NULL, ...) doesn't return 0.
36301
36302 2005-03-16  Bruno Haible  <bruno@clisp.org>
36303
36304         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
36305         HAVE_LONGLONG_64BIT.
36306
36307 2005-03-16  Bruno Haible  <bruno@clisp.org>
36308
36309         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
36310         HAVE_LONGLONG_64BIT.
36311
36312 2005-03-16  Bruno Haible  <bruno@clisp.org>
36313
36314         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
36315         HAVE_LONGLONG_64BIT.
36316
36317 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
36318
36319         * lib/strftime.c (my_strftime): Prepend space to format so that we can
36320         reliably distinguish strftime failure from empty output on POSIX
36321         hosts.
36322
36323 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
36324
36325         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
36326         (iconv_string): Don't guess a size-zero buffer, as that might cause
36327         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
36328         result would be 'too large', where 'too large' is (heuristically)
36329         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
36330         overflow concerns.  This will prevent some unwanted malloc failures
36331         when the inputs are very large.
36332
36333 2005-03-15  Karl Berry  <karl@gnu.org>
36334
36335         * config/srclist.txt (config.rpath): from gettext.
36336         * config/config.rpath: update.
36337
36338 2005-03-15  Bruno Haible  <bruno@clisp.org>
36339
36340         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
36341         to 'negate'.
36342
36343         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
36344         variable.
36345
36346         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
36347         results.
36348
36349 2005-03-14  Simon Josefsson  <jas@extundo.com>
36350
36351         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
36352         <fx@gnu.org>.
36353
36354 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
36355
36356         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
36357         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
36358         intprops.h.
36359         * lib/strtol.c: Likewise.
36360
36361 2005-03-14  Jim Meyering  <jim@meyering.net>
36362
36363         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
36364         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
36365         to be nonzero so that we (and caller) can detect the difference
36366         between a valid zero-length expansion and an error return, even
36367         when the underlying strftime fails before writing anything into
36368         that location.
36369
36370 2005-03-14  Bruno Haible  <bruno@clisp.org>
36371
36372         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
36373         Update from GNU gettext 0.14.3.
36374
36375 2005-03-10  Jim Meyering  <jim@meyering.net>
36376
36377         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
36378
36379 2005-03-10  Jim Meyering  <jim@meyering.net>
36380
36381         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
36382         so that this module works on systems without fchdir.
36383
36384 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
36385
36386         Factor int-properties macros into a single file, except for
36387         glibc-related files.
36388         * lib/intprops.h: New file.
36389         * lib/getloadavg.c: Include it instead of limits.h.
36390         (INT_STRLEN_BOUND): Remove.
36391         * lib/human.c: Include intprops.h.
36392         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
36393         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
36394         302/1000.
36395         * lib/inttostr.h: Include intprops.h instead of limits.h.
36396         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
36397         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
36398         for consistency with intprops.h.
36399         (time_t_is_integer, twos_complement_arithmetic): Use them.
36400         * lib/sig2str.h: Include <signal.h>, intprops.h.
36401         (INT_STRLEN_BOUND): Remove.
36402         * lib/strftime.c (TYPE_SIGNED): Remove.
36403         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
36404         * lib/strtol.c: Adjust comments to match intprops.h.
36405         * lib/userspec.c: Include intprops.h.
36406         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
36407         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
36408         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
36409         instead of rolling our own expressions.
36410         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
36411
36412         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
36413         instead of int.
36414         (my_strftime): Do not mishandle years close to INT_MAX, by doing
36415         the right thing even if adding 1900 would overflow.  Similarly
36416         for tm_mon + 1 and tm_yday + 1.
36417         Make %Y always equivalent to %C%y, and similarly for %G and %g.
36418         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
36419         (DO_SIGNED_NUMBER): New macro.
36420         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
36421
36422 2005-03-07  Bruno Haible  <bruno@clisp.org>
36423
36424         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
36425
36426 2005-03-07  Bruno Haible  <bruno@clisp.org>
36427
36428         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
36429
36430 2005-03-04  Derek R. Price  <derek@ximbiot.com>
36431
36432         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
36433         (func_import): Only replace files via --import when they have actually
36434         changed.
36435
36436 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36437
36438         * m4/mmap-anon.m4: New file.
36439         * m4/pagealign_alloc.m4: New file.
36440
36441 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36442             Bruno Haible  <bruno@clisp.org>
36443
36444         * modules/pagealign_alloc: New file.
36445         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
36446
36447 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36448             Bruno Haible  <bruno@clisp.org>
36449
36450         * lib/pagealign_alloc.h: New file.
36451         * lib/pagealign_alloc.c: New file.
36452
36453 2005-03-03  Bruno Haible  <bruno@clisp.org>
36454
36455         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
36456         Use an all-permissive copyright notice, recommended by RMS.
36457
36458 2005-03-02  Bruno Haible  <bruno@clisp.org>
36459
36460         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
36461         of AIX, the replacement has to be done only after <string.h> is
36462         included, therefore not in config.h. stpncpy.h does the replacement,
36463         and stpncpy.c uses it.
36464
36465 2005-03-02  Bruno Haible  <bruno@clisp.org>
36466
36467         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
36468         stpncpy.c uses it.
36469
36470 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36471
36472         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
36473         The workaround isn't strictly needed for POSIX conformance, and
36474         it's too much of a pain to configure and maintain.  We'll ask
36475         people to fix their kernels instead.
36476         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
36477         (NANOSLEEP_BUG_WORKAROUND): Remove.
36478         (xnanosleep): Remove the workaround.
36479
36480 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36481
36482         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
36483         Reported by Derek Price.
36484         (Include): Add "timespec.h".
36485
36486         * modules/xnanosleep (Depends-on): Remove gethrxtime.
36487
36488 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36489
36490         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
36491         to detect nanosleep bug.
36492
36493 2005-03-01  Bruno Haible  <bruno@clisp.org>
36494
36495         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
36496
36497 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
36498
36499         * modules/gethrxtime: New file.
36500         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
36501         (Depends-on): Add gethrxtime.
36502         (configure.ac): Add gl_XNANOSLEEP.
36503         (Makefile.am): Remove lib_SOURCES line.
36504
36505 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36506
36507         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
36508         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
36509
36510 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36511
36512         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
36513         * lib/timespec.h (gettime): Return void, since it always
36514         succeeds now.  All uses changed.
36515         * lib/gettime.c (gettime) Likewise.
36516         [HAVE_NANOTIME]: Prefer nanotime.
36517         Assume gettimeofday succeeds, as POSIX requires.
36518         Assime time () succeeds, since other code already does.
36519         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
36520         (timespec_subtract): Remove.
36521         (NANOSLEEP_BUG_WORKAROUND): New constant.
36522         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
36523         things considerably.  Use it only on GNU/Linux hosts, since the
36524         workaround shouldn't be needed elsewhere.
36525
36526 2005-02-24  Bruno Haible  <bruno@clisp.org>
36527
36528         * modules/gettext (Files): Add m4/glibc2.m4.
36529
36530 2005-02-24  Bruno Haible  <bruno@clisp.org>
36531
36532         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
36533         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
36534         * m4/progtest.m4:
36535         Update from GNU gettext 0.14.2.
36536         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
36537
36538 2005-02-24  Bruno Haible  <bruno@clisp.org>
36539
36540         * lib/localcharset.c: Update from GNU gettext 0.14.2.
36541         * lib/config.charset: Update from GNU gettext 0.14.2.
36542
36543 2005-02-24  Bruno Haible  <bruno@clisp.org>
36544
36545         * lib/gettext.h: Update from GNU gettext 0.14.2.
36546
36547 2005-02-23  Simon Josefsson  <jas@extundo.com>
36548
36549         * m4/iconvme.m4: New file.
36550
36551 2005-02-23  Jim Meyering  <jim@meyering.net>
36552
36553         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
36554         change.
36555         Thanks to Bruno Haible for catching it.
36556
36557 2005-02-22  Simon Josefsson  <jas@extundo.com>
36558
36559         * modules/iconvme: New file.
36560
36561         * MODULES.html.sh: Add iconvme.
36562
36563 2005-02-22  Simon Josefsson  <jas@extundo.com>
36564
36565         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
36566
36567 2005-02-22  Simon Josefsson  <jas@extundo.com>
36568
36569         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
36570
36571 2005-02-22  Jim Meyering  <jim@meyering.net>
36572
36573         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
36574         s/ifndef/ifdef/.
36575
36576 2005-02-20  Neil Conway  <neilc@samurai.com>
36577
36578         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
36579         returned by OSX/Darwin if the specified buffer is not large
36580         enough for the hostname.
36581
36582 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36583
36584         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
36585         pass it to _help, otherwise the latter coredumps trying to
36586         dereference state.root_argp.
36587
36588 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36589
36590         * modules/chdir-long (Depends-on): Add memrchr.
36591         * modules/memrchr (Files): Add lib/memrchr.h.
36592         (Include): "memrchr.h".
36593
36594 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36595
36596         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
36597
36598 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36599
36600         * lib/memrchr.h: New file.
36601         * lib/chdir-long.c: Include it.
36602         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
36603         Don't bother including stddef.h.
36604
36605 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
36606
36607         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
36608         inclusion.
36609         Include <sys/types.h>, for dev_t.
36610         (ME_DUMMY, ME_REMOTE): Move from here....
36611         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
36612         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
36613         Dmitry V. Levin.
36614         Include mountlist.h first, to test the interface.
36615
36616 2005-01-29  Bruno Haible  <bruno@clisp.org>
36617
36618         * lib/progname.c (program_name): Initialize.
36619         Needed when linking statically on MacOS X.
36620
36621 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
36622
36623         Sync from coreutils.
36624         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
36625         (Depends-on): Add c-strtod.
36626         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
36627
36628 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
36629
36630         Sync from coreutils.
36631         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
36632
36633         Remove files that are specific to coreutils.
36634         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
36635
36636 2005-01-28  Bruno Haible  <bruno@clisp.org>
36637
36638         * modules/javacomp: New file.
36639         * MODULES.html.sh (Java): Add javacomp.
36640
36641 2005-01-28  Bruno Haible  <bruno@clisp.org>
36642
36643         * m4/javacomp.m4: New file, from GNU gettext.
36644
36645 2005-01-28  Bruno Haible  <bruno@clisp.org>
36646
36647         * lib/javacomp.sh.in: New file, from GNU gettext.
36648         * lib/javacomp.h: New file, from GNU gettext.
36649         * lib/javacomp.c: New file, from GNU gettext.
36650
36651 2005-01-26  Simon Josefsson  <jas@extundo.com>
36652
36653         * lib/gai_strerror.c: Use GPL in header.
36654
36655 2005-01-26  Bruno Haible  <bruno@clisp.org>
36656
36657         * modules/javaexec: New file.
36658         * MODULES.html.sh (Java): Add javaexec.
36659
36660 2005-01-26  Bruno Haible  <bruno@clisp.org>
36661
36662         * m4/javaexec.m4: New file, from GNU gettext.
36663
36664 2005-01-26  Bruno Haible  <bruno@clisp.org>
36665
36666         * lib/javaexec.sh.in: New file, from GNU gettext.
36667         * lib/javaexec.h: New file, from GNU gettext.
36668         * lib/javaexec.c: New file, from GNU gettext.
36669
36670 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36671
36672         * modules/lchown (Depends-on): Remove lchown.h
36673
36674 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36675
36676         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
36677         must be defined if the header file was not found, in order
36678         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
36679
36680 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36681
36682         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
36683         initializers for struct pentry_state.
36684         (__argp_error): Check return value of __asprintf
36685         (__argp_failure): Translate error message
36686
36687         * lib/argp-parse.c: Removed braces around the expansion of N_()
36688
36689 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36690
36691         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
36692         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
36693         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
36694         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
36695         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
36696         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
36697         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
36698         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
36699         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
36700         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
36701         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
36702         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
36703         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
36704         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
36705         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
36706         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
36707         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
36708         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
36709         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
36710         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
36711         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
36712         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
36713         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
36714         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
36715         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
36716         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
36717         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
36718         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
36719         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
36720         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
36721         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
36722         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
36723         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
36724         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
36725         xstrtol.m4, xstrtoumax.m4, yesno.m4:
36726         Use an all-permissive copyright notice, recommended by RMS.
36727
36728 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
36729
36730         * modules/chdir-long (Depends-on): Remove mempcpy.
36731
36732 2005-01-21  Jim Meyering  <jim@meyering.net>
36733
36734         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
36735         same value as for Solaris 9.
36736
36737         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
36738         component length.  This included changing the parameter to be
36739         of type `char *' rather than `char const *'.
36740         * lib/chdir-long.h (chdir_long): Update prototype.
36741
36742         * lib/openat.c (fdopendir, fstatat): New functions.
36743         * lib/openat.h: Include headers required for use of DIR and struct
36744         stat.
36745         [AT_SYMLINK_NOFOLLOW]: Define.
36746         (fdopendir, fstatat): Add prototypes.
36747
36748 2005-01-21  Bruno Haible  <bruno@clisp.org>
36749
36750         * modules/classpath: New file.
36751         * MODULES.html.sh (Java): Add classpath.
36752
36753 2005-01-21  Bruno Haible  <bruno@clisp.org>
36754
36755         * lib/classpath.h: New file, from GNU gettext.
36756         * lib/classpath.c: New file, from GNU gettext.
36757
36758 2005-01-20  Simon Josefsson  <jas@extundo.com>
36759
36760         * modules/version-etc-fsf: New file.
36761
36762 2005-01-20  Simon Josefsson  <jas@extundo.com>
36763
36764         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
36765         * lib/version-etc.c: Remove version_etc_copyright.
36766         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
36767         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
36768
36769 2005-01-20  Simon Josefsson  <jas@extundo.com>
36770
36771         * lib/base64.h (isbase64): Add.
36772
36773         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
36774         using a unsigned prototype, don't inline.
36775         (base64_decode): Use it.
36776
36777 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36778
36779         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
36780         it.
36781
36782 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36783
36784         * lib/save-cwd.c (save_cwd): Remove code to support the case
36785         where fchdir is missing or flaky.
36786
36787 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
36790
36791 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
36792
36793         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
36794         AC_LIBSOURCES now does this.
36795         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
36796         with new ullong_max module.
36797
36798 2005-01-19  Bruno Haible  <bruno@clisp.org>
36799
36800         * modules/sh-quote: New file.
36801         * MODULES.html.sh (Executing programs): Add sh-quote.
36802
36803 2005-01-19  Bruno Haible  <bruno@clisp.org>
36804
36805         * lib/sh-quote.h: New file, from GNU gettext.
36806         * lib/sh-quote.c: New file, from GNU gettext.
36807
36808 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36809
36810         Merge from coreutils.
36811         * m4/ullong_max.m4: New file.
36812         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
36813         (gl_MACROS): Assume localeconv exists.
36814
36815 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36816
36817         Merge changes from coreutils, as described below in several
36818         changelogs dated today.
36819
36820         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
36821         (O_DIRECTORY): Remove; not needed here, since "." must be
36822         a directory.  All uses removed.
36823         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
36824         universal on Suns, and we also need to test for IRIX.
36825         Revamp code to use 'if' rather than '#if'.
36826         Avoid unnecessary comparison of cwd->desc to 0.
36827
36828         * lib/utimens.c (futimens): Robustify the previous patch, by checking
36829         for known valid error numbers rather than observed invalid ones.
36830
36831 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
36832
36833         * modules/ullong_max: New file.
36834
36835         * modules/chdir-long, modules/openat: New files.
36836         * modules/save-cwd (Depends-on): Depend on chdir-long.
36837         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
36838
36839 2005-01-18  Jim Meyering  <jim@meyering.net>
36840
36841         Merge from coreutils.
36842         * m4/chdir-long.m4, m4/openat.m4: New files.
36843         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
36844         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
36845         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
36846         is sane and DOES follow symlinks.  Besides, testing 20 different
36847         systems found no broken chown implementations.
36848         Prompted by a change in rsync's copy of this macro.
36849         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
36850
36851         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
36852
36853         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
36854         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
36855         NULL-means-set-to-current-time semantics.
36856         Remove temporary file immediately, rather than waiting
36857         for configure's at-exit trap code to do it.
36858
36859 2005-01-18  Jim Meyering  <jim@meyering.net>
36860
36861         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36862
36863         * lib/utimens.c (futimens): Account for the fact that futimes
36864         can also fail with errno == ENOSYS or errno == ENOENT.
36865         Patch from Dmitry V. Levin.
36866
36867         Change the name of the robust chdir function from chdir to chdir_long.
36868         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
36869         (restore_cwd): Use chdir_long, not chdir.
36870         * lib/chdir-long.c: Renamed from chdir.c.
36871         * lib/chdir-long.h: Renamed from chdir.h.
36872         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
36873         Hurd.
36874
36875 2005-01-18  Bruno Haible  <bruno@clisp.org>
36876
36877         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
36878         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
36879         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
36880         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
36881         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
36882         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
36883         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
36884         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
36885         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
36886         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
36887         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
36888         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
36889         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
36890         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
36891         Use an all-permissive copyright notice, recommended by RMS.
36892
36893 2005-01-18  Bob Proulx  <bob@proulx.com>
36894
36895         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
36896         simplify offsetof() macro construct to avoid compile failure with
36897         native HP-UX 11.0 ANSI C compiler.
36898
36899 2005-01-17  Bruno Haible  <bruno@clisp.org>
36900
36901         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
36902         redundant because stpncpy.m4 takes care of it.
36903
36904 2005-01-17  Bruno Haible  <bruno@clisp.org>
36905
36906         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
36907
36908 2005-01-17  Bruno Haible  <bruno@clisp.org>
36909
36910         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
36911         used.
36912
36913 2005-01-17  Bruno Haible  <bruno@clisp.org>
36914
36915         * lib/fwriteerror.h (fwriteerror): Change specification to include
36916         fclose.
36917         * lib/fwriteerror.c: Include <stdbool.h>.
36918         (fwriteerror): At the end, close the file stream. Record whether
36919         stdout was already closed.
36920
36921 2005-01-17  Bruno Haible  <bruno@clisp.org>
36922
36923         * lib/execute.c (environ): Declare if needed.
36924         * lib/pipe.c (environ): Likewise.
36925         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
36926
36927 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36928
36929         * modules/argp: Depend on vsnprintf
36930
36931 2005-01-10  Jim Meyering  <jim@meyering.net>
36932
36933         * modules/closeout (Depends-on): Add atexit.
36934
36935 2005-01-06  Bruno Haible  <bruno@clisp.org>
36936
36937         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
36938
36939 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36940
36941         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
36942         definitions to be after all include files, to avoid collisions.
36943         Problem reported by Bob Proulx.
36944
36945 2005-01-04  Jim Meyering  <jim@meyering.net>
36946
36947         Changes imported from coreutils.
36948         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
36949         as the mkstemp template, use a temporary directory and an
36950         8.3-friendly template to avoid trouble on systems like DJGPP.
36951         Reported by Juan M. Guerrero via Stepan Kasal.
36952         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
36953         close. Remove the temporary directory right away, rather than waiting
36954         for configure's at-exit trap code to do it.
36955         Suggestion from Stepan Kasal.
36956
36957 2005-01-01  Simon Josefsson  <jas@extundo.com>
36958
36959         * gnulib-tool: Print #include directives when --import'ing.
36960
36961 2004-12-28  Simon Josefsson  <jas@extundo.com>
36962
36963         * tests/test-base64.c: Include required header files.  Remove
36964         unused variables.
36965
36966 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36967
36968         * modules/error (Depends-on): Remove gettext.
36969
36970 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36971
36972         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
36973         not needed.  This removes a dependency on the gettext module.
36974         [defined _LIBC]: Do not include <libintl.h>; not needed.
36975
36976 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
36977
36978         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
36979         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
36980
36981 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
36982
36983         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
36984         HAVE_DECL_STRTOLD.
36985
36986 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36987
36988         * modules/getdate (Depends-on): Remove alloca-opt.
36989
36990 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36991
36992         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
36993
36994 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36995
36996         * lib/argp-parse.c: Include <stddef.h>.
36997         (alignof, alignto): New macros.
36998         (parser_init): Don't assume that void * is aligned sufficiently
36999         for struct option.
37000
37001         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
37002         need to extend the stack.
37003         (YYINITDEPTH): New macro, so that the initial stack isn't overly
37004         large.
37005
37006 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37007
37008         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
37009
37010 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37011
37012         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
37013         (2004-10-24) change.  Apparently this was a false alarm.
37014
37015         * modules/getdate: Depend on alloca-opt, not alloca.
37016
37017 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37018
37019         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
37020         Remove now-obsolete comment about AIX.
37021         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
37022         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
37023         (YYMAXDEPTH): New macro.
37024
37025 2004-12-18  Simon Josefsson  <jas@extundo.com>
37026
37027         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
37028
37029 2004-12-18  Bruno Haible  <bruno@clisp.org>
37030
37031         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
37032
37033 2004-12-18  Bruno Haible  <bruno@clisp.org>
37034
37035         * lib/fatal-signal.c (fatal_signals): Make non-const.
37036         (init_fatal_signals): New function.
37037         (uninstall_handlers, install_handlers): Ignore signals that were set to
37038         SIG_IGN.
37039         (at_fatal_signal): Call init_fatal_signals.
37040         (init_fatal_signal_set): Likewise. Ignore signals that were set to
37041         SIG_IGN.
37042         Reported by Paul Eggert.
37043
37044 2004-12-18  Bruno Haible  <bruno@clisp.org>
37045
37046         * doc/alloca.texi: New file.
37047         * doc/alloca-opt.texi: New file.
37048
37049 2004-12-17  Jim Meyering  <jim@meyering.net>
37050
37051         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
37052         Otherwise, install-sh could exit with improper exit status when
37053         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
37054
37055 2004-12-16  Simon Josefsson  <jas@extundo.com>
37056
37057         * tests/test-base64.c: Add license.
37058
37059 2004-12-15  Stepan Kasal  <address@hidden>
37060
37061         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
37062
37063 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
37064
37065         * modules/getcwd (Files): Add m4/d-ino.m4.
37066         Suggested by Mark D. Baushke.
37067
37068 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37069
37070         * lib/getdate.y (textint): New member "negative".
37071         (time_zone_hhmm): New function.
37072         Expect 14 shift-reduce conflicts, not 13.
37073         (o_colon_minutes): New rule.
37074         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
37075         (yylex): Set the "negative" member of signed numbers.
37076
37077 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37078
37079         * doc/getdate.texi (Time of day items, Time zone items):
37080         Describe new formats +00:00, UTC+00:00.
37081
37082 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37083
37084         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
37085         spurious "-l"s.  Problem reported by Stepan Kasal.
37086
37087 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
37088
37089         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
37090         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
37091
37092 2004-12-04  Simon Josefsson  <jas@extundo.com>
37093
37094         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
37095         Vandoorselaere <yoann@prelude-ids.org>.
37096
37097 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37098
37099         Changes imported from coreutils.
37100         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
37101         exist.
37102         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
37103
37104 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37105
37106         Changes imported from coreutils.
37107         * lib/hard-locale.c: Assume <locale.h> exists.
37108         Include "strdup.h".
37109         (GLIBC_VERSION): New macro.
37110         (hard_locale): Assume setlocale exists.
37111         Rewrite to avoid #ifdef.
37112         Use strdup rather than malloc + strcpy.
37113         * lib/human.c: Assume <locale.h> exists.
37114         (human_readable): Assume localeconv exists.
37115
37116 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37117
37118         * modules/hard-locale (Depends-on): Add strdup.
37119
37120 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37121
37122         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
37123         convert T2, not T.  (Imported from libc.)
37124
37125 2004-11-30  Simon Josefsson  <jas@extundo.com>
37126
37127         * modules/restrict (License): Change to LGPL.
37128
37129 2004-11-30  Simon Josefsson  <jas@extundo.com>
37130
37131         * m4/restrict.m4: Add copyright and copying conditions.
37132
37133 2004-11-30  Simon Josefsson  <jas@extundo.com>
37134
37135         * m4/base64.m4: New file.
37136
37137 2004-11-30  Simon Josefsson  <jas@extundo.com>
37138
37139         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
37140         base64.
37141
37142         * tests/test-base64.c: New file.
37143
37144         * modules/base64: New file.
37145
37146 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37147
37148         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
37149         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
37150
37151         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
37152
37153 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37154
37155         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
37156         (__getcwd.c): Don't restore errno; glibc doesn't.
37157         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
37158         first, falling back to our code only if its results look suspicious.
37159         Ensure that the resulting buffer is only as large as necessary.
37160
37161         * lib/readutmp.c: Include readutmp.h first.
37162         Include <errno.h>, since readutmp.h no longer does that.
37163         * lib/readutmp.h: Don't include <errno.h>,
37164         <sys/param.h>, <time.h>; not needed to establish interface.
37165         (errno): Remove decl.
37166         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
37167         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
37168         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
37169
37170 2004-11-28  Simon Josefsson  <jas@extundo.com>
37171
37172         * lib/base64.h, base64.c: New file.
37173
37174 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37175
37176         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
37177
37178 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37179
37180         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
37181         (Depends-on): Remove pathmax, same.  Add mempcpy.
37182         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
37183         (Makefile.am): Append getcwd.h to lib_SOURCES.
37184         (Include): Add getcwd.h.
37185         (Maintainer): Change from Jim Meyering to "all, glibc",
37186         since getdate now uses intended-for-glibc code.
37187         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
37188         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
37189
37190 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37191
37192         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
37193         HP's ANSI C compiler.
37194         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
37195         Declaring int functions causes warnings on some modern systems and
37196         shouldn't be needed to compile on ancient ones.
37197         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
37198         defined.
37199
37200         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
37201         with the following changes.
37202         (__set_errno): Parenthesize properly.
37203         Include <stdbool.h>.
37204         (MIN, MAX, MATCHING_INO): New macros.
37205         (__getcwd): Define with prototype, not K&R form.
37206         Use heuristics to allocate default buffer on stack if possible.
37207         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
37208         behavior, and to avoid the PATH_MAX limit when computing
37209         ../../../../...
37210         Use MATCHING_INO to compare inode number to file.
37211         Check for arithmetic overflow in size calculations.
37212         Fix bug in reallocation of dot array that caused getcwd to fail
37213         on directories nested deeper than 75.
37214         Be more careful about saving errno on error.
37215         Do not use realloc; use only free+malloc, as this is a bit
37216         more flexible and avoids a needless copy operation.
37217         Do not inspect st_dev and st_ino for symbolic links; POSIX
37218         doesn't specify the latter.
37219         Check for closedir errors.
37220         Avoid needless casts.
37221         Use "#ifdef weak_alias" around weak_alias, to be like other
37222         glibc code.
37223         The following changes to getcwd.c have effect only when used in
37224         gnulib; they have no effect inside glibc proper.
37225         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
37226         as alloca isn't used.
37227         (alloca, __alloca): Likewise.
37228         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
37229         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37230         unconditionally, as gnulib assumes C89 or better.
37231         Do not include <sys/param.h>.
37232         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
37233         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
37234         better.
37235         (NULL) [!defined NULL]: Remove; we assume C89 or better.
37236         Include <dirent.h> in a way that is compatible with modern Autoconf.
37237         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
37238         New macros, if not already defined.
37239         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
37240         Use "_LIBC", not "defined _LIBC", for consistency.
37241         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
37242         a mempcpy module.
37243         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
37244         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
37245         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
37246         credit only to Jim Meyering and adjust the copyright dates.
37247         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
37248         <stdlib.h>, <unistd.h>, "pathmax.h".
37249         Instead, include "xgetcwd.h" (first) and "getcwd.h".
37250         (INITIAL_BUFFER_SIZE): Remove.
37251         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
37252
37253 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37254
37255         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
37256         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
37257         Use the _ONCE methods, for efficiency.
37258         Check for fcntl.h.  In test program, include <errno.h>
37259         and <fcntl.h> if available.  Remove old K&R cruft from
37260         test program.  Check for common errors in GNU/Linux,
37261         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
37262         don't do AC_LIBOBJ, as that's getcwd.m4's job.
37263         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
37264         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
37265         name accordingly.
37266         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
37267         accommodate new getcwd.c.
37268         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
37269         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
37270         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
37271         that's all we need now.
37272
37273 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37274
37275         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
37276         argp-parse.c depends on getopt internals, that means we should
37277         always use our getopt, to be on the safe side.
37278         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
37279         order not to spoil the result of an eventual previous invocation
37280         of gl_GETOPT_SUBSTITUTE.
37281
37282 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37283
37284         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
37285         redefinition warnings. To avoid them, include the defines
37286         in `#if !defined __need_getopt ... #endif'. The only place
37287         where __getopt_argv_const is used is in definitions
37288         of getopt_long and getopt_long_only below, which are as well
37289         protected by `#ifndef __need_getopt'.
37290         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
37291         __need_getopt after including <stdio.h> and <unistd.h> These
37292         headers might have defined it.
37293
37294 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37295
37296         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
37297
37298 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37299
37300         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
37301         (futimens): New function, which uses futimes if available.
37302         (futimens, utimens): Support timespec==NULL, with same semantics
37303         as utime and utimens.
37304         * lib/utimens.h (futimens): New decl.
37305
37306 2004-11-23  Jim Meyering  <jim@meyering.net>
37307
37308         * lib/getopt_.h: Remove trailing blanks.
37309
37310 2004-11-23  Jim Meyering  <jim@meyering.net>
37311
37312         * lib/__fpending.c: Add comment.
37313
37314 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
37315
37316         * modules/canonicalize (Depends-on): Add xreadlink.
37317         Problem reported by James Youngman.
37318
37319 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37320
37321         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
37322         New macros.
37323         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
37324         optopt): Use them instead of invoking ## directly; otherwise, the
37325         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
37326
37327 2004-11-19  Bruno Haible  <bruno@clisp.org>
37328
37329         * lib/strtok_r.c: Move comments from here...
37330         * lib/strtok_r.h: ... to here.
37331
37332 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37333
37334         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
37335         implementations that mishandle size_t overflow.
37336
37337 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37338
37339         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
37340         might fail.  Problem reported by Yoann Vandoorselaere.
37341         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
37342         implementations that mishandle size_t overflow.
37343
37344 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37345
37346         * modules/canon-host (Depends-on): Add strdup.
37347
37348 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37349
37350         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
37351
37352 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37353
37354         * lib/canon-host.c: Include "strdup.h".
37355         (canon_host): Use getaddrinfo if available, so that IPv6 works.
37356         Use strdup instead of malloc/strcpy to duplicate strings.
37357
37358         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
37359         (human_space_before_unit): New constant.
37360         * lib/human.c (human_readable): Support it.
37361
37362         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
37363         (xgetcwd): Set errno correctly when failing.
37364         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
37365         the failure is actually due to a PATH_MAX problem.
37366
37367         Further getopt changes to make it more likely that glibc will
37368         buy the changes back.
37369         * lib/getopt.c (POSIXLY_CORRECT): New constant.
37370         (getopt): Use it, so to preserve glibc semantic
37371         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
37372         when compiling for libc.
37373         * lib/getopt_.h (__getopt_argv_const): Bring it back.
37374         (getopt_long, getopt_long_only): Use it.
37375
37376         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
37377         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
37378         (getopt): Argv is now char * const *, as per standard.
37379         (_getopt_internal_r, _getopt_internal): Argv is now char **,
37380         not char *__getopt_argv_const *.
37381         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
37382         _getopt_long_only_r): Likewise.
37383         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
37384         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
37385         _getopt_long_r, _getopt_long_only_r): Likewise.
37386         * lib/getopt_.h (__getopt_argv_const): Remove.
37387         (getopt): Argv is now char * const *, as per standard.
37388
37389         * lib/getdate.y (tORDINAL): New token.
37390         (day, relunit): Allow it for relative times.
37391         (relative_time_table): Use tORDINAL for ordinals.
37392
37393 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37394
37395         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
37396         Document that "second" isn't allowed as an ordinal number.
37397
37398 2004-11-16  Jim Meyering  <jim@meyering.net>
37399
37400         * modules/closeout (Depends-on): Add fpending.
37401
37402 2004-11-15  Jim Meyering  <jim@meyering.net>
37403
37404         * lib/closeout.c: Include "__fpending.h" once again.
37405         Include <stdbool.h>.
37406         (close_stdout): Don't fail just because stdout was closed initially,
37407         since some programs don't write to stdout in the normal course of
37408         operation (other than --version and --help), and we don't want this
37409         function to make e.g. `touch file >&-' fail.
37410         But do fail if it was closed and someone has tried to write to it.
37411         E.g., `printf foo >&-' must fail.
37412
37413 2004-11-13  Jim Meyering  <jim@meyering.net>
37414
37415         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
37416
37417 2004-11-12  Simon Josefsson  <jas@extundo.com>
37418
37419         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
37420         small doc fix is still pending.
37421
37422 2004-11-11  Simon Josefsson  <jas@extundo.com>
37423
37424         * modules/strtok_r: New file.
37425
37426         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37427         strtok_r.
37428
37429 2004-11-11  Simon Josefsson  <jas@extundo.com>
37430
37431         * m4/strtok_r.m4: New file.
37432
37433         * m4/getopt.m4: Replace opterr.
37434
37435 2004-11-11  Simon Josefsson  <jas@extundo.com>
37436
37437         * lib/strtok_r.h, strtok_r.c: New file.
37438
37439 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
37440
37441         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
37442         of replacing opterr, getopt, etc.  This should handle the
37443         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
37444
37445 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
37446
37447         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
37448         we can stop lying to compilers about the constness of argv when we
37449         are compiled outside glibc.
37450         (getopt, getopt_long, getopt_long_only): Use it.
37451         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
37452         _getopt_internal, getopt): Likewise.
37453         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
37454         _getopt_long_only_r): Likewise.
37455         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
37456         _getopt_long_r, _getopt_long_only_r): Likewise.
37457
37458         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
37459         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
37460         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
37461         the other external symbols.
37462         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
37463         declaration, since the above renaming now works around collisions.
37464
37465 2004-11-11  Jim Meyering  <jim@meyering.net>
37466
37467         * lib/linebreak.c: Remove trailing blanks.
37468         * lib/alloca_.h: Likewise.
37469         * lib/acosl.c: Likewise.
37470         * lib/euidaccess.c: Likewise.
37471         * lib/allocsa.h: Likewise.
37472
37473 2004-11-10  Simon Josefsson  <jas@extundo.com>
37474
37475         * m4/getaddrinfo.m4: New file.
37476
37477 2004-11-10  Simon Josefsson  <jas@extundo.com>
37478
37479         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
37480
37481 2004-11-10  Simon Josefsson  <jas@extundo.com>
37482
37483         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37484         getaddrinfo.
37485
37486         * modules/getaddrinfo: New file.
37487
37488 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37489
37490         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
37491
37492 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37493
37494         * lib/mktime.c (SHR): New macro, which is a portable
37495         substitute for >> that should work even on Crays.
37496         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
37497         Problem reported by Mark D. Baushke in
37498         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
37499         * lib/getdate.y (SHR): Likewise.
37500         (tm_diff): Use it.
37501         * lib/strftime.c (SHR): Likewise.
37502         (tm_diff): Use it.
37503         * lib/quotearg.c (struct quoting_options): Use unsigned int for
37504         quote_these_too, so that right shifts are well defined.  All uses
37505         changed.
37506
37507 2004-11-10  Jim Meyering  <jim@meyering.net>
37508
37509         Ensure that no close failure goes unreported.
37510         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
37511         return early when it seems there's nothing to flush.
37512         Don't include __fpending.h.
37513
37514 2004-11-10  Jim Meyering  <jim@meyering.net>
37515
37516         * modules/closeout (Depends-on): Remove fpending.
37517
37518 2004-11-10  Jim Meyering  <jim@meyering.net>
37519
37520         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
37521
37522 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37523
37524         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
37525         gl_FUNC_STRFTIME.
37526         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
37527         and AC_REQUIRE when possible, to avoid duplicate checks.
37528         Check for <wchar.h>.
37529
37530 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37531
37532         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
37533
37534 2004-11-09  Bruno Haible  <bruno@clisp.org>
37535
37536         * m4/sockpfaf.m4: New file.
37537
37538 2004-11-05  Bruno Haible  <bruno@clisp.org>
37539
37540         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
37541         Reported by Mark D. Baushke <mdb@cvshome.org>.
37542
37543 2004-11-04  Bruno Haible  <bruno@clisp.org>
37544
37545         2004-09-11  Bruno Haible  <bruno@clisp.org>
37546                 * allocsa.valgrind: New file.
37547         2004-02-06  Bruno Haible  <bruno@clisp.org>
37548                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
37549                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
37550                 Reported by Christopher Seip <chris.seip@hp.com>.
37551
37552 2004-11-04  Bruno Haible  <bruno@clisp.org>
37553
37554         * modules/allocsa (Files): Add lib/allocsa.valgrind.
37555         (Makefile.am): Distribute it.
37556
37557 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37558
37559         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
37560         with errno == ERANGE if the buffer is too small.
37561         Problem reported by Mark D. Baushke.
37562
37563 2004-11-03  Albert Chin  <china@thewrittenword.com>
37564             Paul Eggert  <eggert@cs.ucla.edu>
37565
37566         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
37567         equivalent, substitute $ac_type for equivalent type rather than
37568         blindly using uint32_t *always* which won't work if uint32_t is not
37569         available.  Define _UINT32_T to work around typedef of uint32_t if
37570         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
37571         2.5.1.
37572
37573 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
37574
37575         * m4/jm-macros.m4: Sync from coreutils.
37576         (gl_MACROS): Check for mbrlen, for pathchk.
37577         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
37578
37579 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
37580
37581         * lib/xreadlink.c (MAXSIZE): New macro.
37582         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
37583         size does not exceed MAXSIZE.  Avoid cast.
37584         As suggested by Mark D. Baushke in
37585         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
37586         if readlink fails with buffer size just under MAXSIZE, try again
37587         with MAXSIZE.
37588
37589 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
37590
37591         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
37592
37593 2004-11-02  Derek R. Price  <derek@ximbiot.com>
37594         and  Paul Eggert  <eggert@cs.ucla.edu>
37595
37596         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
37597         (get_date): Overparenthesize to avoid GCC warning.
37598
37599 2004-11-02  Bruno Haible  <bruno@clisp.org>
37600
37601         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
37602         returns void.
37603
37604 2004-11-02  Bruno Haible  <bruno@clisp.org>
37605
37606         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
37607         function returns void.
37608
37609 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
37610
37611         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
37612         fflush_unlocked, flockfile, funlockfile, funlockfile,
37613         fputs_unlocked, putc_unlocked.
37614
37615 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
37616
37617         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
37618         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
37619         already declared.
37620
37621 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37622
37623         * modules/getdate (Files): Add doc/getdate.texi.
37624         (Depends-on): Add setenv, xalloc.
37625
37626 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37627
37628         * lib/getdate.y: Add support for TZ="foo" within a date string.
37629         Fix some bugs near time_t boundaries.  Reject dates with
37630         out-of-range components, e.g., "Sept 31".
37631         Include <stdlib.h>, "setenv.h", "xalloc.h".
37632         (ISDIGIT_LOCALE): Remove; unused.
37633         Note that the TZ and time functions used here are not reentrant.
37634         (mktime_ok, get_tz): New functions.
37635         (TZBUFSIZE): New constant.
37636         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
37637         This requires that we sometimes generate our own TZ="XXX..." setting.
37638
37639 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37640
37641         * doc/getdate.texi: New file, from coreutils with modifications for
37642         the new TZ parsing.
37643
37644 2004-10-27  Derek R. Price  <derek@ximbiot.com>
37645
37646         * lib/mktime.c (not_equal_tm): Remove redundant check.
37647
37648 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37649
37650         * modules/regex (lib_SOURCES): Add regex.c.
37651         Reported by James Youngman in
37652         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
37653
37654 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37655
37656         * lib/getdate.y: Use Bison 1.875 features, and some minor
37657         code cleanups.  This change does not affect semantics.
37658         Don't include <stdlib.h>; no longer needed.
37659         Don't include unlocked-io.h; only the "#if TEST" code uses
37660         stdio, and performance isn't crucial there.
37661         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
37662         Bison 1.875 features as described below.
37663         All uses of "PC." replaced by "pc->".
37664         (YYSTYPE): Add a forward declaration.
37665         (yylex, yyerror): Use full prototypes in forward decls.
37666         Use "%pure-parser" rather than obsolescent "%pure_parser".
37667         Use %parse-param and %lex-param instead of obsolescent
37668         YYPARSE_PARAM and YYLEX_PARAM.
37669         (meridian_table, month_and_day_table, time_units_table,
37670         relative_time_table, time_zone_table, military_table,
37671         lookup_zone, lookup_word, get_date):
37672         Use NULL instead of 0 where appropriate.
37673         (to_hour): Avoid abort (), to avoid a dependency on
37674         stdlib.h.
37675         (yyerror, yylex): Now accepts parser_control * arg.
37676         (main) [TEST]: Use '\0' rather than 0 for char.
37677
37678 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
37679
37680         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
37681
37682 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
37683
37684         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
37685         It's now the caller's responsibility to handle the case where
37686         !HAVE_GETPAGESIZE && !defined getpagesize.
37687
37688         * lib/mktime.c (leapyear): Arg is long int, not int.
37689
37690 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
37691
37692         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
37693
37694 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
37695
37696         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
37697         missing.  Problem reported by James Youngman.
37698
37699 2004-10-16  Simon Josefsson  <jas@extundo.com>
37700
37701         * gnulib-tool: Fix comments.  Fix parse problem.
37702         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
37703
37704 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
37705
37706         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
37707         implementation of getopt_long.  Problem reported by Alexander Taler in:
37708         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
37709
37710 2004-10-15  Bruno Haible  <bruno@clisp.org>
37711
37712         * gnulib-tool: Untabify. Initialize supplied_libname.
37713         (func_usage): More homogenous output.
37714         (func_modules_transitive_closure, func_modules_to_filelist,
37715         func_emit_lib_Makefile_am): New functions.
37716         (func_import): New function, extracted from big case statement. Use
37717         func_get_license, func_modules_transitive_closure,
37718         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
37719         opt_lgpl. Don't use test -a, as it's not portable.
37720         (func_create_testdir): Use func_modules_transitive_closure,
37721         func_modules_to_filelist, func_emit_lib_Makefile_am.
37722
37723 2004-10-15  Bruno Haible  <bruno@clisp.org>
37724
37725         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
37726
37727 2004-10-15  Bruno Haible  <bruno@clisp.org>
37728
37729         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
37730         the portions belonging to each module.
37731         Suggested by Derek Robert Price <derek@ximbiot.com>.
37732
37733 2004-10-12  Simon Josefsson  <jas@extundo.com>
37734
37735         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
37736         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
37737         to real functions.
37738
37739 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37740
37741         * modules/vsnprintf: New file.
37742
37743 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37744
37745         * m4/vsnprintf.m4: New file.
37746
37747 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37748
37749         * lib/vsnprintf.h: New file.
37750         * lib/vsnprintf.c: New file.
37751
37752 2004-10-11  Bruno Haible  <bruno@clisp.org>
37753
37754         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
37755         vsnprintf.
37756
37757 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
37758
37759         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
37760
37761 2004-10-07  Bruno Haible  <bruno@clisp.org>
37762
37763         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
37764         fits into the provided buffer.
37765
37766 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
37767
37768         * lib/diacrit.c, diacrit.h: Add GPL notice.
37769
37770         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
37771         notice.
37772         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
37773         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
37774         This avoids a potential constant-folding bug.
37775
37776 2004-10-05  Bruno Haible  <bruno@clisp.org>
37777
37778         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
37779         for the declaration of strsep.
37780
37781 2004-10-05  Bruno Haible  <bruno@clisp.org>
37782
37783         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
37784
37785 2004-10-04  Simon Josefsson  <jas@extundo.com>
37786
37787         * modules/memmem: New file.
37788         * tests/test-memmem.c: New file.
37789         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
37790
37791 2004-10-04  Simon Josefsson  <jas@extundo.com>
37792
37793         * m4/memmem.m4: New file.
37794
37795 2004-10-04  Simon Josefsson  <jas@extundo.com>
37796
37797         * lib/memmem.h: New file.
37798         * lib/memmem.c: New file, taken from glibc.
37799
37800 2004-10-04  Simon Josefsson  <jas@extundo.com>
37801
37802         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
37803         '#ifdef USE_UNLOCKED_IO'.
37804
37805 2004-10-04  Simon Josefsson  <jas@extundo.com>
37806
37807         * config/srclist.txt: Add memmem from glibc.
37808
37809 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37810
37811         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
37812
37813         * modules/argmatch, modules/argp, modules/closeout, modules/error,
37814         modules/exclude, modules/getdate, modules/getline,
37815         modules/getndelim2, modules/getpass, modules/getpass-gnu,
37816         modules/getusershell, modules/linebuffer, modules/md5,
37817         modules/mountlist, modules/posixtm, modules/readtokens,
37818         modules/readutmp, modules/regex, modules/sha1,
37819         modules/version-etc, modules/yesno:
37820         Remove dependency on unlocked-io.
37821
37822 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37823
37824         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
37825
37826         * m4/unlocked-io.m4: Add copyright notice.
37827         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
37828
37829 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37830
37831         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
37832         * lib/xmalloc.c (xmemdup): Likewise.
37833         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
37834         XFREE): Remove these long-obsolescent macros.
37835         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
37836         * lib/xstrdup.c: Remove.
37837
37838         * lib/regex.c (re_comp): Cast gettext return value to char *,
37839         Problem reported by Martin Neitzel via Mark D. Baushke.
37840
37841 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
37842
37843         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
37844         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
37845         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
37846         regex.c, sha1.c, version-etc.c, yesno.c:
37847         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
37848         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
37849         the includer's responsibility.
37850
37851         Sync from coreutils.
37852
37853         * lib/modechange.c (mode_compile): Don't decrement a pointer that
37854         points to the start of a string, as the C Standard says the
37855         resulting behavior is undefined.
37856
37857         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
37858         simple -> simple_backups, numbered_existing ->
37859         numbered_existing_backups, numbered -> numbered_backups
37860         to avoid shadowing problems.  All uses changed.
37861         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
37862         * lib/backupfile.c (check_extension, numbered_backup):
37863         Rename locals to avoid shadowing 'basename'.
37864         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
37865         once.
37866
37867         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
37868         * lib/.cvsignore: Add getopt.h.
37869
37870 2004-10-04  Bruno Haible  <bruno@clisp.org>
37871
37872         * modules/README: New file.
37873         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
37874         not a module.
37875
37876 2004-10-02  Jim Meyering  <jim@meyering.net>
37877
37878         * lib/dirfd.h, getpagesize.h: Add copyright notice.
37879
37880 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37881
37882         * modules/strsep: New file.
37883
37884 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37885
37886         * m4/strsep.m4: New file.
37887
37888 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37889
37890         * lib/strsep.h: New file.
37891         * lib/strsep.c: New file.
37892
37893 2004-10-01  Simon Josefsson  <jas@extundo.com>
37894
37895         * lib/snprintf.c (snprintf): Handle size==0.
37896
37897 2004-10-01  Simon Josefsson  <jas@extundo.com>
37898             Bruno Haible  <bruno@clisp.org>
37899
37900         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
37901         (snprintf): Declare 'args'.
37902
37903 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
37904
37905         * lib/snprintf.c: Remove comments as to why each header is needed.
37906
37907 2004-10-01  Bruno Haible  <bruno@clisp.org>
37908
37909         * MODULES.html.sh: Add strsep.
37910
37911 2004-09-30  Simon Josefsson  <jas@extundo.com>
37912
37913         * modules/snprintf: New file.
37914
37915 2004-09-30  Simon Josefsson  <jas@extundo.com>
37916
37917         * m4/snprintf.m4: New file.
37918
37919 2004-09-30  Simon Josefsson  <jas@extundo.com>
37920
37921         * lib/snprintf.h, lib/snprintf.c: New files.
37922
37923 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37924
37925         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
37926         (hol_entry_help): Never translate an empty string.
37927         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
37928         * lib/argp.h (OPTION_NO_TRANS): New option.
37929
37930 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37931
37932         * modules/argp (Maintainer): Replace Simon Josefsson
37933         by Sergey Poznyakoff.
37934
37935 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37936
37937         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
37938         changes merged back into glibc.
37939
37940 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
37941
37942         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
37943
37944 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
37945
37946         * lib/xvasprintf.c: Include xalloc.h.
37947         (xvasprintf): Use xalloc_die, not xmalloc_die.
37948
37949 2004-09-29  Bruno Haible  <bruno@clisp.org>
37950
37951         * modules/alloca-opt: New file, derived from modules/alloca.
37952         * modules/allocsa: Depend on alloca-opt instead of alloca.
37953         * modules/setenv: Likewise.
37954         * modules/vasnprintf: Likewise.
37955         * MODULES.html.sh: Add alloca-opt.
37956
37957 2004-09-28  Simon Josefsson  <jas@extundo.com>
37958
37959         * gnulib-tool: New parameter --lgpl, to asseert that modules are
37960         LGPL, and to replace license template from GPL to LGPL.
37961
37962 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
37963
37964         * modules/dummy: Change license to LGPL.
37965
37966 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
37967
37968         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
37969
37970 2004-09-24  Simon Josefsson  <jas@extundo.com>
37971
37972         * modules/minmax (License): Change from GPL to LGPL.
37973
37974 2004-09-23  Simon Josefsson  <jas@extundo.com>
37975
37976         * gnulib-tool (--import): Typo.
37977
37978 2004-09-23  Simon Josefsson  <jas@extundo.com>
37979
37980         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
37981
37982 2004-09-22  Bruno Haible  <bruno@clisp.org>
37983
37984         * modules/*: Add 'License' field.
37985         * gnulib-tool: Accept --extract-license option.
37986         (func_get_license): New function.
37987
37988 2004-09-21  Bruno Haible  <bruno@clisp.org>
37989
37990         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
37991         Reported by Simon Josefsson.
37992
37993 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37994
37995         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
37996         gl_AC_TYPE_LONG_LONG.
37997
37998 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
37999
38000         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
38001
38002 2004-09-18  Simon Josefsson  <jas@extundo.com>
38003         and  Paul Eggert  <eggert@cs.ucla.edu>
38004
38005         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
38006         calls with autoreconf.  Define GL_LIB.
38007
38008 2004-09-14  Karl Berry  <karl@gnu.org>
38009
38010         * config/srclist.txt: unsync setenv.c, sigh.
38011
38012 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38013
38014         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
38015         Problem reported by Bruno Haible in:
38016         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
38017
38018 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38019
38020         * config/srclist.txt: Comment out argp-pvh.c.
38021
38022 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
38023
38024         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
38025         in case some system header has #define'd it.  Problem reported by
38026         Soeren D. Schulze in
38027         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
38028
38029 2004-09-09  Karl Berry  <karl@gnu.org>
38030
38031         * regex.[ch]: delete from the root.  These were supposed to be
38032                 synced with emacs cvs, but this has not happened for about
38033                 a year, and anyway nothing else uses emacs regex.[ch].
38034                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
38035                 lib/regex[.ch] is untouched.
38036
38037 2004-09-09  Bruno Haible  <bruno@clisp.org>
38038
38039         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
38040
38041 2004-09-09  Bruno Haible  <bruno@clisp.org>
38042
38043         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
38044         modifications.
38045         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
38046
38047 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38048
38049         * modules/xvasprintf: New file.
38050         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
38051
38052 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38053
38054         * lib/xvasprintf.h: New file.
38055         * lib/xvasprintf.c: New file.
38056         * lib/xasprintf.c: New file.
38057
38058 2004-09-08  Bruno Haible  <bruno@clisp.org>
38059
38060         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
38061
38062 2004-09-08  Bruno Haible  <bruno@clisp.org>
38063
38064         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
38065         length is > INT_MAX.
38066         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
38067         more.
38068
38069 2004-09-08  Bruno Haible  <bruno@clisp.org>
38070
38071         * lib/stdint_.h: New file, taken from GNU clisp.
38072
38073 2004-09-08  Bruno Haible  <bruno@clisp.org>
38074             Oskar Liljeblad  <oskar@osk.mine.nu>
38075
38076         * modules/stdint: New file.
38077         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
38078
38079 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38080
38081         Import from coreutils.
38082         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
38083         strings on unbounded length.  alloca's performance benefits aren't
38084         that important here.
38085         (V_STRDUP): Remove.
38086         (parse_with_separator): New function, with most of the internals
38087         of the old parse_user_spec.  Allow user to omit both user and group,
38088         for compatibility with FreeBSD.
38089         Clone only the user name, not the entire spec.
38090         Do not set *uid, *gid unless entirely successful.
38091         Avoid memory leak in some failing cases.
38092         Fix regression for USER.GROUP reported by Dmitry V. Levin in
38093         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
38094         (parse_user_spec): Rewrite to use parse_with_separator.
38095
38096 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38097
38098         * modules/userspec: Don't depend on alloca.
38099
38100 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38101
38102         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
38103
38104 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38105
38106         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
38107         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
38108         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
38109
38110 2004-08-16  Simon Josefsson  <jas@extundo.com>
38111
38112         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
38113         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
38114         Add --dry-run for --import.
38115         Let user provided command line parameters override configure.ac
38116         settings.
38117
38118 2004-08-12  Simon Josefsson  <jas@extundo.com>
38119
38120         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
38121         as discussed with Paul Eggert in threads rooted at
38122         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
38123         and
38124         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
38125         Before, the test was empty, and relied on ELIDE_CODE in source
38126         code.)
38127         (gl_PREREQ_GETOPT): New macro.
38128         (gl_GETOPT): Use them.
38129
38130 2004-08-12  Simon Josefsson  <jas@extundo.com>
38131
38132         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
38133         * lib/getopt_.h: Renamed from getopt.h.
38134
38135 2004-08-12  Simon Josefsson  <jas@extundo.com>
38136
38137         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
38138         Change default library name from libfoo to libgnu.
38139         Now, if you have a configure.ac that says:
38140                 gl_SOURCE_BASE(gl)
38141                 gl_M4_BASE(gl/m4)
38142                 gl_MODULES(error getopt etcetera)
38143                 gl_INIT
38144         you can import all you need by running:
38145                 ../gnulib/gnulib-tool --import
38146
38147         * modules/getopt (Files): Rename getopt.h to getopt_.h.
38148         (Makefile.am): Rewrite, use logic from argz.
38149         (Include): Use <getopt.h> instead of "getopt.h".
38150
38151 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38152
38153         * modules/argp (Files): Add m4/unlocked-io.m4.
38154         (Depends-on): Add extensions.
38155
38156 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38157
38158         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
38159         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
38160         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
38161         Check for program_invocation_name, program_invocation_short_name,
38162         flockfile, funlockfile, features.h, _getopt_long_only_r.
38163
38164 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38165
38166         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
38167         its complicated substitute.
38168         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
38169         and program_invocation_name.
38170         (__argp_basename) [!_LIBC]: Remove; the only use was
38171         replaced by its body.
38172         (__argp_short_program_name): Change condition from
38173         !defined __argp_short_program_name to
38174         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
38175         to match argp-namefrob.h.
38176         (__argp_failure): Don't assume strerror_r returns char *.
38177         * lib/argp-parse.c (N_): Define unconditionally.
38178         (argp_default_options): Fill out initializers with 0 to avoid
38179         gcc warnings.
38180
38181 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38182
38183         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
38184         getopt1.c.
38185
38186 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38187
38188         Merge from coreutils.
38189
38190         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
38191
38192         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
38193         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
38194
38195 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38196
38197         Merge from coreutils.
38198
38199         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
38200         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
38201         for Reliant Unix 5.43.
38202
38203         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
38204         (union fooround): Use uintmax_t, not long int.
38205         The rest is a merge from libc:
38206         [defined _LIBC]: Include <shlib-compat.h>.
38207         (_obstack) [defined _LIBC]: Remove after 2.3.4.
38208
38209         * lib/settime.c (settime): Recode to avoid warning with
38210         Sun Forte C 6U2.
38211
38212         * lib/strverscmp.c: Convert to UTF-8.
38213
38214 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38215
38216         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
38217         m4/uintmax_t.m4.
38218
38219 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38220
38221         * modules/xalloc-die: New file.
38222         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
38223
38224         * modules/md5 (Files): Add m4/uint32_t.m4.
38225         * modules/sha1: Renamed from modules/sha.
38226         (Files):
38227         Rename lib/sha.h to lib/sha1.h.
38228         Rename lib/sha.c to lib/sha1.c.
38229         Rename m4/sha.m4 to m4/sha1.m4.
38230         (lib_SOURCES): Likewise.
38231         (configure.ac): Rename gl_SHA to gl_SHA1.
38232         (Include): sha.h -> sha1.h.
38233
38234 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38235
38236         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
38237         * m4/sha1.m4: Renamed from sha.m4.
38238         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
38239
38240 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38241
38242         * lib/obstack.h (obstack_empty_p):
38243         Don't assume that chunk->contents is suitably aligned.
38244         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
38245         Likewise. Problem reported by Benno in
38246         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
38247
38248         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
38249         readable.  This could be improved further but it'd take some work.
38250
38251 2004-08-08  Simon Josefsson  <jas@extundo.com>
38252
38253         * modules/xgethostname (Depends-on): Remove exit and error (not
38254         used).
38255
38256         * modules/getpass-gnu: Add getpass.h.
38257         (Depends-on): Add stdbool.
38258         * modules/getpass: Add getpass.h.
38259
38260 2004-08-08  Simon Josefsson  <jas@extundo.com>
38261
38262         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
38263         Check getpass declaration.
38264
38265 2004-08-08  Simon Josefsson  <jas@extundo.com>
38266
38267         * lib/xgethostname.c: Don't include error.h (not used).
38268
38269         * lib/getpass.h: Add.
38270         * lib/getpass.c: Include getpass.h first.
38271
38272 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
38273
38274         * lib/xalloc-die.c: New file.
38275         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
38276         All uses removed.
38277         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
38278         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
38279         xalloc-die.c.
38280         (_, N_, xalloc_die): Move to xalloc-die.c.
38281         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
38282         so that we needn't mess with xalloc_msg_memory_exhausted.
38283
38284         * lib/sha1.h: Renamed from sha.h.
38285         (SHA1_H): Renamed from _SHA_H.
38286         (sha1_ctx): Renamed from sha_ctx.
38287         (sha1_init_ctx): Renamed from sha_init_ctx.
38288         (sha1_process_block): Renamed from sha_process_block.
38289         (sha1_process_bytes): Renamed from sha_process_bytes.
38290         (sha1_finish_ctx): Renamed from sha_finish_ctx.
38291         (sha1_read_ctx): Renamed from sha_read_ctx.
38292         (sha1_stream): Renamed from sha_stream.
38293         (sha1_buffer): Renamed from sha_buffer.
38294         * lib/sha1.c: Likewise; renamed from sha.c.
38295         Do not include <sys/types.h>.
38296         Include <stddef.h> rather than <stdlib.h>.
38297
38298 2004-08-08  Bruno Haible  <bruno@clisp.org>
38299
38300         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
38301         FILESYSTEM_PREFIX_LEN.
38302         * lib/progreloc.c: Likewise.
38303         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
38304
38305 2004-08-06  Simon Josefsson  <jas@extundo.com>
38306
38307         * modules/progname (Depends-on): Don't depend on stdbool.
38308
38309 2004-08-06  Simon Josefsson  <jas@extundo.com>
38310
38311         * modules/getsubopt: New file.
38312         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38313         getsubopt.
38314
38315 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38316
38317         More merge from coreutils.
38318
38319         * m4/utimens.m4, m4/utimecmp.m4: New files.
38320         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
38321         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
38322         prereq.m4, sha.m4: Import changes from coreutils.
38323
38324 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38325
38326         More merge from coreutils.
38327         * modules/raise, modules/readtokens0, modules/utimens:
38328         * modules/utimecmp, module/xnanosleep: New files.
38329         * modules/strftime: Add lib/strftime.h.
38330         Change include from <time.h> to "strftime.h".
38331         * modules/yesno: Add lib/yesno.h.
38332         * modules/backupfile: Remove lib/addext.c.
38333         * modules/euidaccess: Add stat-macros.h.
38334         * modules/canonicalize, modules/euidaccess,
38335         modules/filemode, modules/lchown, modules/makepath,
38336         modules/rmdir, modules/stat: Likewise.
38337
38338 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38339
38340         Merge from tar.
38341         * lib/argp-help.c (make_hol, hol_append): Don't assume that
38342         SIZE_MAX is a valid preprocessor constant.
38343         (__argp_basename): Change from "#ifndef _LIBC"
38344         to "#ifndef __argp_short_program_name", so that
38345         we don't compile these functions for tar.
38346
38347         More merges from coreutils.
38348         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
38349         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
38350         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
38351         * lib/addext.c: Remove; no longer needed.
38352         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
38353         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
38354         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
38355         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
38356         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
38357         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
38358         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
38359         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
38360         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
38361         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
38362         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
38363         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
38364         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
38365         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
38366         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
38367         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
38368         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
38369         Import changes from coreutils.
38370
38371 2004-08-05  Simon Josefsson  <jas@extundo.com>
38372
38373         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
38374
38375 2004-08-05  Simon Josefsson  <jas@extundo.com>
38376
38377         * m4/getsubopt.m4: New file.
38378
38379 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38380
38381         Merge from coreutils.
38382
38383         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
38384         * m4/getcwd-path-max.m4: New files.
38385
38386         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
38387         FILESYSTEM_PREFIX_LEN ->
38388         FILE_SYSTEM_PREFIX_LEN.
38389         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
38390         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
38391         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
38392         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
38393
38394         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
38395         prerequisite modules now handle the DOS stuff.
38396         Don't check for unistd.h.
38397
38398 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38399
38400         Merge from coreutils.
38401
38402         * lib/.gdb-history: Remove; this doesn't belong here.
38403
38404         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
38405         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
38406         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
38407         * lib/getcwd.c: New files.
38408
38409         * lib/dirname.h: Include <stdbool.h>.
38410         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
38411         for consistency with POSIX terminology.  All uses changed.
38412         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
38413         (strip_trailing_slashes): Use bool for booleans.
38414         * lib/stripslash.c (strip_trailing_slashes): Likewise.
38415
38416         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
38417         sometimes returns a positive errno value even when it succeeds.
38418         (print_errno_message) [!LIBC]: Fall back on strerror if
38419         __strerror_r fails.
38420
38421         * lib/path-concat.c (mempcpy): Don't define if a system header defines
38422         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
38423         (longest_relative_suffix): New function.
38424         (path_concat): Use it.  Assume first argument is not NULL.
38425         Port to DOS.  Omit redundant separators.
38426         Report an error instead of returning NULL.
38427         Use mempcpy instead of memcpy.
38428         (xpath_concat): Remove: not declared or used.
38429
38430         * lib/same.h: Include <stdbool.h>
38431         (same_name): Return bool, not int.
38432         * lib/same.c (same_name): Likewise.
38433         (errno): Don't declare; we assume C89 or better now.
38434
38435         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
38436         if not already defined.
38437
38438         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
38439         * lib/dup-safer.c (errno): Likewise.
38440
38441 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38442
38443         Merge from coreutils.
38444         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
38445         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
38446         * modules/path-concat: Don't depend on strdup.
38447
38448 2004-08-03  Simon Josefsson  <jas@extundo.com>
38449
38450         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
38451         * lib/progname.h: Don't include stdbool.h.
38452
38453 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38454
38455         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
38456         * MODULES.html.sh (func_all_modules): Remove fatal.
38457
38458 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38459
38460         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
38461
38462 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38463
38464         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
38465         working.
38466
38467 2004-08-02  Simon Josefsson  <jas@extundo.com>
38468
38469         * lib/getsubopt.h: New file, with comments from Bruno Haible.
38470         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
38471         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
38472
38473 2004-08-01  Simon Josefsson  <jas@extundo.com>
38474
38475         * lib/xgetdomainname.c: Include stdlib.h, for free().
38476
38477 2004-07-19  Bruno Haible  <bruno@clisp.org>
38478
38479         * MODULES.html.sh (func_all_modules): Add dummy.
38480
38481 2004-07-16  Simon Josefsson  <jas@extundo.com>
38482
38483         * modules/dummy: New file.
38484
38485 2004-07-16  Simon Josefsson  <jas@extundo.com>
38486
38487         * lib/dummy.c: New file.
38488
38489 2004-07-16  Bruno Haible  <bruno@clisp.org>
38490
38491         * lib/backupfile.h: Add extern "C" for C++.
38492         * lib/closeout.h: Likewise.
38493         * lib/copy-file.h: Likewise.
38494         * lib/findprog.h: Likewise.
38495         * lib/full-write.h: Likewise.
38496         * lib/pathname.h: Likewise.
38497         * lib/progname.h: Likewise.
38498         * lib/stpcpy.h: Likewise.
38499         * lib/stpncpy.h: Likewise.
38500         * lib/strcase.h: Likewise.
38501         * lib/strstr.h: Likewise.
38502         * lib/xalloc.h: Likewise.
38503
38504         * lib/mbswidth.h: Add extern "C" for C++.
38505         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
38506
38507 2004-07-13  Robert Millan  <robertmh@gnu.org>
38508
38509         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
38510
38511 2004-07-09  Simon Josefsson  <jas@extundo.com>
38512
38513         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
38514         failed without this.)
38515
38516 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
38517
38518         * modules/chown (Files): Add lib/fchown-stub.c, since
38519         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
38520
38521 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
38522
38523         * lib/fchown-stub.c: New file.
38524
38525 2004-06-24  Jim Meyering  <jim@meyering.net>
38526
38527         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
38528
38529 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38530
38531         * modules/argz: Omit "#include".
38532
38533         * MODULES.html.sh (func_all_modules): Add calloc, to match
38534         2004-06-01 addition of calloc module.
38535
38536 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38537
38538         * m4/argz.m4: New file, which is autoupdated from libtool.
38539
38540 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38541
38542         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
38543         libtool.
38544
38545 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38546
38547         * config/srclist-update: Don't insist on "USA." before the
38548         close-comment, as libtool omits the period and puts the */ on a
38549         separate line.
38550         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
38551         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
38552
38553 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
38554
38555         * modules/argz: New file.
38556         * MODULES.html.sh (func_all_modules): Add argz.
38557
38558 2004-06-12  Jim Meyering  <jim@meyering.net>
38559         and  Paul Eggert  <eggert@cs.ucla.edu>
38560
38561         * modules/hash (Files): Add lib/xalloc.h.
38562         * modules/pipe (Depends-on): Add wait-process.
38563         * modules/stat (Depends-on): Add xalloc.
38564         * modules/userspec (Files): Add lib/userspec.h.
38565         * modules/xstrto
38566
38567         Upgrade from gettext-0.13.
38568         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
38569         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
38570         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
38571
38572 2004-06-10  Jim Meyering  <jim@meyering.net>
38573
38574         * lib/calloc.c: New file.
38575
38576 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
38577
38578         * lib/getdate.y (yylex): Allow space between sign and number.
38579         Problem reported by Dan Jacobson.
38580
38581 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
38582
38583         Merge from coreutils CVS.
38584
38585         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
38586         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
38587         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
38588         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
38589         xstrtol.m4: Fix copyright date and/or serial number.
38590
38591         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
38592         See if we need an fchown replacement.
38593         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
38594         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
38595         and use the replacement function if we detect either defect.
38596
38597         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
38598         gl_UTIMECMP.
38599
38600 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
38601         and  Jim Meyering  <jim@meyering.net>
38602
38603         Merge from coreutils CVS.
38604
38605         * lib/stat-macros.h: New file, with contents from file-type.h
38606         and coreutils' system.h.
38607         * lib/file-type.c: Include "stat-macros.h".
38608         * lib/file-type.h (file_type): Move all macro definitions to new file,
38609         stat-macros.h.
38610
38611         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
38612         Wrap old code with this conditional.
38613         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
38614         function that does not dereference symlinks.
38615         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
38616
38617         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
38618         dependency problems.
38619         (xreadlink): Accept new arg SIZE, for efficiency.
38620         All decls and uses changed.
38621         * lib/xreadlink.h: Include <stddef.h>, for size_t.
38622
38623         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
38624         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
38625
38626         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
38627         sysexits.h.
38628
38629 2004-06-01  Jim Meyering  <jim@meyering.net>
38630
38631         * m4/calloc.m4: New file.
38632
38633 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
38634
38635         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
38636         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
38637         Also, fix a typo in a diagnostic.
38638
38639 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
38640
38641         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
38642         or AC_FUNC_REALLOC.
38643
38644 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
38645
38646         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
38647         macros to be defined.
38648         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
38649         the allocator returns NULL because the requested size is zero.
38650
38651 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
38652
38653         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
38654         var.  Add comment explaining why libc still defines it.  This
38655         merges the following patch from glibc:
38656         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
38657
38658 2004-05-20  Andreas Schwab  <schwab@suse.de>
38659
38660         * m4/free.m4: Replace free if it not known to work, not the other
38661         way round.
38662
38663 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
38664
38665         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
38666         present in glibc since revision 1.1 of this file.
38667         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
38668         obstack_alignment_mask, obstack_alloc, obstack_base,
38669         obstack_blank, obstack_blank_fast, obstack_chunk_size,
38670         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
38671         obstack_grow0, obstack_init, obstack_int_grow,
38672         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
38673         obstack_next_free, obstack_object_size, obstack_ptr_grow,
38674         obstack_ptr_grow_fast, obstack_room): Remove declarations of
38675         nonexistent functions.
38676
38677 2004-05-18  Karl Berry  <karl@gnu.org>
38678
38679         * config/srclist.txt: break link for vasnprintf.c.
38680
38681 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
38682
38683         Port obstack to the AS/400, where pointers are 16 bytes wide and
38684         you cannot cast an integer to a valid pointer.  This patch is
38685         currently waiting to be integrated into glibc; see
38686         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
38687
38688         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
38689         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
38690         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
38691         (struct obstack): temp member is now a union of a pointer and
38692         an integer, instead of an integer.  All integer uses changed.
38693         This does not affect the physical layout of struct obstack,
38694         except on hosts (like the AS/400) where the size or alignment of
38695         void * is greater than that of ptrdiff_t.
38696         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
38697         __STDC__)]: Store temporary in pointer member of union, not
38698         integer member.
38699         * lib/obstack.c: Include <stddef.h>, for offsetof.
38700         (struct fooalign): Remove; it doesn't need a name.
38701         (union fooround): Change double to long double, and add void *.
38702         (DEFAULT_ALIGNMENT): Use offsetof to compute.
38703         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
38704         not a macro.  Hence the values are always int; so remove all
38705         casts-to-int in uses.
38706
38707 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
38708
38709         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
38710         we can get this patch merged into glibc.
38711
38712 2004-05-17  Derek R. Price  <derek@ximbiot.com>
38713             Paul Eggert  <eggert@cs.ucla.edu>
38714
38715         * m4/argp: Depend on alloca.
38716
38717 2004-05-17  Derek R. Price  <derek@ximbiot.com>
38718             Paul Eggert  <eggert@cs.ucla.edu>
38719
38720         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
38721         freecoding.
38722
38723 2004-05-17  Bruno Haible  <bruno@clisp.org>
38724
38725         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
38726         precision that consists of a '.' followed by an empty digit string.
38727         Patch by Tor Lillqvist <tml@iki.fi>.
38728
38729 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
38730
38731         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
38732         for backward compatibility with older code.  We need our own
38733         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
38734         it under some other name, and our alloca.h will define it.
38735
38736 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
38737             Derek Price  <derek@ximbiot.com>
38738
38739         * lib/alloca.c: Include <alloca.h>, to get our interface.
38740         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
38741         include <alloca.h> first.  Use C89 prototype for alloca; this
38742         requires including <stddef.h> for size_t.  Use extern "C" if C++.
38743         Use #elif for simplicity, since we can assume C89 now.
38744         Don't try to source the system alloca.h since it will not be found
38745         and to prevent recursively including its replacement.
38746         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
38747         * lib/regex.c: Likewise.
38748
38749 2004-05-16  Derek Price  <derek@ximbiot.com>
38750             Paul Eggert  <eggert@cs.ucla.edu>
38751
38752         getline cleanup.  This changes the getndelim2 API: both order of
38753         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
38754         no delimiter).
38755
38756         * lib/getline.c: Don't include stddef.h or stdio.h, since our
38757         interface does that.
38758         (getline): Always use getdelim, so that we don't have two
38759         copies of this code.
38760         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
38761         if available.
38762         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
38763         (GETNDELIM2_MAXIMUM): New macro.
38764         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
38765         instead of the old practice of delim2==0.  All callers changed.
38766         Return -1 on overflow, instead of returning junk.
38767         Do not set *linesize unless allocation succeeds.
38768         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
38769         that we include sys/types.h.
38770         * lib/getnline.h: Likewise.
38771         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
38772         (getndelim2): Reorder arguments.
38773         * lib/getnline.c (getnline, getndelim):
38774         Don't discard the NMAX argument.
38775         (getnline): Invoke getndelim, to avoid code duplication.
38776         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
38777         of (size_t) -1 by callers of the getnline family.
38778
38779 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38780
38781         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
38782         Check for gettimeofday.
38783         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
38784         Check for settimeofday, stime.
38785
38786 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38787
38788         * lib/nanosleep.c (suspended): Change its type from int to
38789         sig_atomic_t volatile.
38790         (first_call): Make it private to rpl_nanosleep, and have it
38791         be zero initially as that's a bit faster.
38792         (my_usleep): Round up fractional times instead of truncating them,
38793         as this is the usual meaning for 'sleep'.
38794
38795         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
38796         doesn't work.
38797         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
38798         (ENOSYS): Define if not defined.
38799         (settime): Fall back on stime if it exists and settimeofday fails.
38800         But don't bother with fallbacks if a method fails with errno == EPERM.
38801
38802 2004-05-11  Jim Meyering  <jim@meyering.net>
38803
38804         Prior to this change, the save_cwd caller required read access to the
38805         current directory on most systems (ones with the fchdir function).
38806
38807         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
38808         fails, try write-only, and finally, resort to using xgetcwd.
38809
38810 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
38811
38812         * lib/obstack.c, obstack.h: Import changes from libc.
38813
38814 2004-04-28  Bruno Haible  <bruno@clisp.org>
38815
38816         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
38817         also implicitly appends .exe to executables.
38818         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
38819         accepts Windows pathnames.
38820         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
38821         Treat Cygwin like Windows, since it now accepts Windows pathnames.
38822         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
38823         Treat Cygwin like Windows, since it now accepts Windows pathnames.
38824         Reported by Derek Robert Price <derek@ximbiot.com>.
38825
38826 2004-04-21  Karl Berry  <karl@gnu.org>
38827
38828         * config/srclist.txt (localcharset.c): break sync.
38829
38830 2004-04-20  Paul Eggert  <eggert@twinsun.com>
38831
38832         * m4/host-os.m4: Add a copyright notice.
38833
38834 2004-04-20  Jim Meyering  <jim@meyering.net>
38835
38836         Change UTILS_ to gl_ in AC_DEFINE'd names.
38837         Change utils_- and jm_-prefixed variables, too.
38838         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
38839         UTILS_FUNC_MKDIR_TRAILING_SLASH.
38840         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
38841
38842         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
38843         Don't emit trailing blanks.
38844         Also rename jm_-prefixed variables to have gl_ prefix.
38845
38846         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
38847         Also rename jm_-prefixed variables to have gl_ prefix.
38848
38849         * m4/jm-macros.m4: Reflect the renamings.
38850         * m4/prereq.m4: Likewise.
38851
38852 2004-04-20  Jim Meyering  <jim@meyering.net>
38853
38854         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
38855         memory.
38856
38857 2004-04-20  Jim Meyering  <jim@meyering.net>
38858             Bruno Haible  <bruno@clisp.org>
38859
38860         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
38861         memory when realloc fails.
38862
38863 2004-04-19  Jim Meyering  <jim@meyering.net>
38864
38865         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
38866         now that readutmp.c may call `free (0)'.
38867
38868 2004-04-19  Bruno Haible  <bruno@clisp.org>
38869
38870         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
38871         * m4/inttypes_h.m4: Likewise.
38872         * m4/stdint_h.m4: Likewise.
38873         * m4/intmax_t.m4: Likewise.
38874         * m4/uintmax_t.m4: Likewise.
38875
38876 2004-04-18  Jim Meyering  <jim@meyering.net>
38877
38878         * m4/prereq.m4: Don't forbid jm_ prefix.
38879
38880         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
38881         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
38882         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
38883         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
38884         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
38885         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
38886         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
38887         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
38888         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
38889         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
38890         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
38891         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
38892         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
38893         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
38894         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
38895         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
38896         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
38897         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
38898         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
38899
38900 2004-04-18  Jim Meyering  <jim@meyering.net>
38901
38902         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
38903         failure, don't leak memory and do call END_UTMP_ENT.
38904
38905 2004-04-16  Jim Meyering  <jim@meyering.net>
38906
38907         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
38908         coreutils' stat program.
38909         (gl_PREREQ): Don't require jm_PREREQ_STAT.
38910
38911 2004-04-11  Paul Eggert  <eggert@twinsun.com>
38912
38913         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
38914         C89.
38915         (CHAR_BIT): Remove, since we assume C89.
38916         Include <stdint.h> if available, as per current Autoconf CVS advice.
38917
38918 2004-03-31  Jim Meyering  <jim@meyering.net>
38919
38920         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
38921         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
38922         * m4/xalloc.m4: Likewise.
38923
38924 2004-03-30  Paul Eggert  <eggert@twinsun.com>
38925
38926         Merge from coreutils.
38927
38928         * m4/inttostr.m4: New file.
38929         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
38930         Require AM_STDBOOL_H and gl_TIMESPEC instead.
38931         Require gl_CLOCK_TIME.
38932         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
38933
38934 2004-03-30  Paul Eggert  <eggert@twinsun.com>
38935
38936         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
38937         not bool, to be more consistent with Unix conventions.
38938         Suggested by Bruno Haible.
38939
38940         Merge from coreutils.
38941
38942         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
38943         * lib/umaxtostr.c: New files.
38944
38945         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
38946         the usual <time.h> dance.
38947         (get_date): Change signature to support fractional time stamps.
38948         All callers changed.
38949         * lib/getdate.y: Include "getdate.h" first, as we can now
38950         assume C89 and don't need to worry about 'const'.
38951         Similarly, include "unlocked-io.h" near start, not in middle.
38952         Include <limits.h>.
38953         (textint.value): Use long int rather than int.
38954         (textint.digits): Use size_t rather than int.
38955         (BILLION, LOG10_BILLION): New constants.
38956         (parser_control): New member rel_ns.  Members day_ordinal,
38957         time_zone, month, day, hour, minutes, rel_year, rel_month,
38958         rel_day, rel_hour, rel_minutes, rel_seconds
38959         are now long int, not int.  Member seconds is now struct timespec,
38960         not int.  New member timespec_seen.  Members dates_seen, days_seen,
38961         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
38962         not int.
38963         (%union.intval): Now long int, not int.
38964         New member timespec.
38965         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
38966         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
38967         (spec): Now is a timespec or an item list.
38968         (timespec, items): New nonterminals.
38969         (time, rel, relunit, number, get_date):
38970         Add support for fractional seconds.
38971         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
38972         (gmtime, localtime, mktime): Remove decls; not needed with C89.
38973         (to_hour): First arg is now long int, not int.
38974         (to_year): Returns long int, not int.
38975         Don't treat year -70 like 70.
38976         (tm_diff): Returns long int, not int.
38977         (lookup_word): Use bool instead of int when appropriate.
38978         (yylex): Use size_t for count, not int.
38979         Detect overflow when parsing large integer constants.
38980         Add support for fractions.
38981         (get_date): Make pointers 'const' if possible.
38982         Use more-portable code to detect integer overflow.
38983         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
38984         Don't use ctime; it's not reliable if the year has >4 digits.
38985
38986         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
38987         This is for compatibility with BSD.
38988
38989         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
38990         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
38991         From coreutils' system.h.
38992
38993         * lib/userspec.c: Don't include "posixver.h".
38994         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
38995         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
38996         compatible extension.  Simplify code by removing a boolean int
38997         that was always nonzero if a string was nonnull.
38998
38999 2004-03-30  Jim Meyering  <jim@meyering.net>
39000
39001         Merge from coreutils.
39002
39003         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
39004         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
39005         on some systems one must include <grp.h> before it.
39006         Reported by Christian Krackowizer.
39007
39008 2004-03-30  Jim Meyering  <jim@meyering.net>
39009
39010         Merge from coreutils.
39011
39012         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
39013
39014         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
39015         an empty input stream.
39016
39017         * lib/readtokens.c: Include <stdbool.h>.
39018         (readtoken): Use `size_t' rather than int/long.
39019         All callers adjusted.
39020         Use `bool' rather than `int' where appropriate.
39021         Use memset rather than an explicit loop.
39022         Use x2nrealloc rather than xrealloc.
39023         Allow the use of `\0' as a delimiter.
39024         (readtokens): Likewise.
39025         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
39026
39027 2004-03-30  Jim Meyering  <jim@meyering.net>
39028
39029         * m4/realloc.m4: Remove file, since now it does no more than
39030         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
39031         the `configure.ac' section of module/realloc.
39032         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
39033
39034 2004-03-30  Bruno Haible  <bruno@clisp.org>
39035
39036         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
39037         nonnull.
39038
39039 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39040
39041         Merge changes to getloadavg.c from coreutils and Emacs.
39042
39043         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
39044         Define to an expression, not to the empty string.
39045         Include cloexec.h and xalloc.h.
39046         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
39047         Use set_cloexec_flag rather than rolling our own.
39048         * lib/cloexec.c, lib/cloexec.h: New files.
39049
39050 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39051
39052         * m4/cloexec.m4: New file.
39053
39054 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39055
39056         * lib/getopt.h: Sync with libc CVS.
39057
39058 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39059             Bruno Haible  <bruno@clisp.org>
39060
39061         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
39062         mbswidth.
39063
39064 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39065             Bruno Haible  <bruno@clisp.org>
39066
39067         * lib/mbswidth.h: Include <wchar.h> only if
39068         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
39069         <wchar.h>.
39070         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
39071
39072 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39073
39074         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
39075         Sync with libc CVS.
39076         * lib/getopt_int.h: New file, also synced from libc.
39077
39078 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39079
39080         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
39081         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
39082         Bring back getopt.c, getopt.h, getopt1.c.
39083
39084 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39085
39086         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
39087         All uses changed.  Check for sa_sigaction member; this fixes
39088         a bug first reported by Jason Andrade in
39089         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39090
39091 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39092
39093         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
39094         '#if' expressions.  Unlike the code it replaces, it does not
39095         depend on (defined _SC_PAGESIZE).  However, it does depend on
39096         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
39097         first reported by Jason Andrade in
39098         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39099
39100 2004-02-25  Simon Josefsson  <jas@extundo.com>
39101
39102         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
39103
39104 2004-02-25  Simon Josefsson  <jas@extundo.com>
39105
39106         * lib/strdup.h: New file.
39107         * lib/strdup.c: Include it.
39108         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
39109         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
39110
39111 2004-02-23  Karl Berry  <karl@gnu.org>
39112
39113         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
39114         (from fencepost.gnu.org:/gd/gnuorg).
39115
39116 2004-02-23  Karl Berry  <karl@gnu.org>
39117
39118         * config/srclistvars.sh (GNUORG) [karl]: redefine.
39119         * config/srclist.txt: add maintain/standards documents.
39120
39121 2004-02-18  Bruno Haible  <bruno@clisp.org>
39122
39123         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
39124         Reported by Derek Robert Price <derek@ximbiot.com>.
39125
39126 2004-02-16  Karl Berry  <karl@gnu.org>
39127
39128         * config/mkinstalldirs, install-sh: update from automake.
39129
39130 2004-02-06  Karl Berry  <karl@gnu.org>
39131
39132         * m4/po.m4: update from gettext 0.14.1.
39133
39134 2004-02-06  Karl Berry  <karl@gnu.org>
39135
39136         * lib/config.charset: update from gettext 0.14.1.
39137
39138 2004-02-05  Paul Eggert  <eggert@twinsun.com>
39139
39140         Add comments and code, prompted by suggestions from Bruno Haible
39141         for sh-quote.
39142         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
39143         describing the enum quoting_style values.
39144         * lib/quotearg.c (quotearg_alloc): New function.
39145         (quotearg_buffer_restyled): Treat lone { and } as special.
39146         Treat = as special.  Work around bug with older shells
39147         that "see" a '\' that is really the 2nd byte of a multibyte char.
39148         Quote empty string with shell_quoting_style.
39149
39150 2004-02-03  Bruno Haible  <bruno@clisp.org>
39151
39152         * m4/pipe.m4: New file, from GNU gettext.
39153
39154 2004-02-03  Bruno Haible  <bruno@clisp.org>
39155
39156         * lib/pipe.h: New file, from GNU gettext.
39157         * lib/pipe.c: New file, from GNU gettext.
39158
39159 2004-01-27  Bruno Haible  <bruno@clisp.org>
39160
39161         * m4/execute.m4: New file, from GNU gettext.
39162
39163 2004-01-27  Bruno Haible  <bruno@clisp.org>
39164
39165         * lib/execute.h: New file, from GNU gettext.
39166         * lib/execute.c: New file, from GNU gettext.
39167         * lib/w32spawn.h: New file, from GNU gettext.
39168
39169 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39170
39171         Merge from diffutils.
39172
39173         * lib/file-type.c (file_type): Add typed memory objects.
39174         * lib/file-type.h (S_TYPEISTMO): New macro.
39175
39176         * lib/c-stack.h (c_stack_action): Remove argv argument.
39177         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
39178         (die): Don't calculate message unless segv_action returns.
39179         (get_stack_location, min_address_from_argv, max_address_from_argv,
39180         volatile stack_base, volatile_stack_size): Remove.
39181         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
39182         that every segmentation violation is a stack overflow.  (Ouch!)
39183         See Debian bug 136249 (still outstanding) for more info about why
39184         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
39185
39186 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39187
39188         Exit-status fix from coreutils.
39189
39190         Use exit_failure consistently in place of EXIT_FAILURE,
39191         so that program exit statuses are consistent on failure.
39192
39193         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
39194         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
39195         * lib/argmatch.h: Comment fix to match the above.
39196         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
39197         Now a macro referring to exit_failure, instead of a separate
39198         variable.  Include "exitfail.h" to get it.
39199         * lib/xstrtol.h: Include "exitfail.h".
39200         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
39201
39202         * lib/long-options.c (parse_long_options): Use prototype
39203         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
39204         for clarity.
39205
39206 2004-01-21  Jim Meyering  <jim@meyering.net>
39207
39208         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
39209         so as not to conflict with a different-sized __mktime_internal
39210         function in GNU libc.
39211         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
39212         Problem building statically-linked `ls' reported by Michael Brunnbauer.
39213
39214 2004-01-20  Karl Berry  <karl@gnu.org>
39215
39216         * config/config.guess: update from config.
39217
39218         * config/srclistvars.sh: GNUWWWLICENSES for karl.
39219
39220 2004-01-20  Bruno Haible  <bruno@clisp.org>
39221
39222         Safer stack allocation.
39223         * lib/setenv.c: Include allocsa.h.
39224         (alloca): Remove fallback definition.
39225         (freea): Remove macro.
39226         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
39227         instead of freea.
39228
39229 2004-01-20  Bruno Haible  <bruno@clisp.org>
39230
39231         * m4/eealloc.m4: New file, from GNU gettext.
39232
39233 2004-01-20  Bruno Haible  <bruno@clisp.org>
39234
39235         * m4/allocsa.m4: New file, from GNU gettext.
39236
39237 2004-01-20  Bruno Haible  <bruno@clisp.org>
39238
39239         * lib/xallocsa.h: New file, from GNU gettext.
39240         * lib/xallocsa.c: New file, from GNU gettext.
39241
39242 2004-01-20  Bruno Haible  <bruno@clisp.org>
39243
39244         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
39245
39246 2004-01-20  Bruno Haible  <bruno@clisp.org>
39247
39248         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
39249         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
39250         specially.
39251
39252 2004-01-20  Bruno Haible  <bruno@clisp.org>
39253
39254         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
39255         patch.
39256
39257 2004-01-20  Bruno Haible  <bruno@clisp.org>
39258
39259         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
39260
39261 2004-01-20  Bruno Haible  <bruno@clisp.org>
39262
39263         * lib/eealloc.h: New file.
39264
39265 2004-01-20  Bruno Haible  <bruno@clisp.org>
39266
39267         * lib/binary-io.h: Avoid warnings on Cygwin.
39268
39269 2004-01-20  Bruno Haible  <bruno@clisp.org>
39270
39271         * lib/allocsa.h: New file, from GNU gettext.
39272         * lib/allocsa.c: New file, from GNU gettext.
39273
39274 2004-01-18  Karl Berry  <karl@gnu.org>
39275
39276         * doc/gpl.texi, doc/lgpl.texi: new files.
39277
39278 2004-01-18  Karl Berry  <karl@gnu.org>
39279
39280         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
39281         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
39282
39283 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39284
39285         Merge from coreutils.
39286
39287         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
39288         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
39289         (gl_DEFAULT_POSIX2_VERSION): Move
39290         the documentation from 'configure' into 'config.hin',
39291         so that 'configure --help' isn't burdened by it and
39292         we don't have to worry about its formatting there.
39293         Reword the documentation so that it's more succinct
39294         and can be run together into a single paragraph.
39295         * m4/same.m4 (gl_SAME): Check for pathconf.
39296
39297 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39298
39299         Merge from coreutils.
39300
39301         * lib/posixver.c: Include posixver.h.
39302
39303         * lib/same.c: Include <stdbool.h>, <limits.h>.
39304         (_POSIX_NAME_MAX): Define if not defined.
39305         (MIN): New macro.
39306         (same_name): If file names are silently truncated, report
39307         that the file names are the same if they are the same after
39308         the silent truncation.
39309
39310         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
39311         conversion function.
39312         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
39313         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
39314         longer needed.
39315
39316 2004-01-15  Jim Meyering  <jim@meyering.net>
39317
39318         Merge from coreutils.
39319
39320         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
39321         if no library is required.
39322         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
39323         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
39324         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
39325         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
39326         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
39327         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
39328         value, $ac_cv_search_crypt, if it's "none required".
39329         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
39330         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
39331         not gl_FUNC_GETLOADAVG.
39332         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
39333         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
39334
39335 2004-01-15  Jim Meyering  <jim@meyering.net>
39336
39337         Merge from coreutils.
39338
39339         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
39340         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
39341         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
39342
39343         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
39344         optional configure-time default.
39345
39346         * lib/version-etc.c (version_etc_copyright): Update copyright date.
39347
39348         * lib/xreadlink.c (xreadlink): Correct outdated comment.
39349
39350 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
39351
39352         Merge from coreutils.
39353
39354         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
39355         value, $ac_cv_search_nanosleep, if it's "none required".
39356
39357 2004-01-14  Paul Eggert  <eggert@twinsun.com>
39358
39359         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
39360         with like-named macro in fnmatch.c.
39361         (EXT): Use an internal constant instead.
39362
39363         Merge fnmatch patches from glibc.
39364         * lib/fnmatch.c (mbsinit): Remove define.
39365         Add libc_hidden_ver (__fnmatch, fnmatch).
39366         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
39367         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
39368
39369 2004-01-14  Karl Berry  <karl@gnu.org>
39370
39371         * config/install-sh: update from automake.
39372
39373 2004-01-13  Karl Berry  <karl@gnu.org>
39374
39375         * config/install-sh: update from automake.
39376
39377 2004-01-09  Karl Berry  <karl@gnu.org>
39378
39379         * config/install-sh: update from automake.
39380
39381 2004-01-05  Karl Berry  <karl@gnu.org>
39382
39383         * config/config.{sub,guess}: update from config.
39384
39385 2003-12-31  Karl Berry  <karl@gnu.org>
39386
39387         * config/depcomp: update from automake.
39388
39389 2003-12-14  Karl Berry  <karl@gnu.org>
39390
39391         * lib/config.charset: update from gettext-runtime.
39392
39393 2003-12-03  Paul Eggert  <eggert@twinsun.com>
39394
39395         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
39396         Bug reported by Alfred M. Szmidt.
39397
39398 2003-12-03  Bruno Haible  <bruno@clisp.org>
39399
39400         * m4/gettext.m4: Upgrade from gettext-0.13.
39401         * m4/po.m4: Upgrade from gettext-0.13.
39402         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
39403         * m4/intmax.m4: New file, from gettext-0.13.
39404         * m4/printf-posix.m4: New file, from gettext-0.13.
39405
39406 2003-11-29  Karl Berry  <karl@gnu.org>
39407
39408         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
39409
39410 2003-11-25  Paul Eggert  <eggert@twinsun.com>
39411             Bruno Haible  <bruno@clisp.org>
39412
39413         * lib/printf-parse.h: Don't include sys/types.h.
39414         (ARG_NONE): New macro.
39415         (char_directive): Change type of *arg_index fields to size_t.
39416         * lib/printf-parse.c: Don't include sys/types.h.
39417         (SSIZE_MAX): Remove macro.
39418         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
39419         Remove unnecessary overflow check.
39420         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
39421         fields.
39422
39423 2003-11-25  Bruno Haible  <bruno@clisp.org>
39424
39425         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
39426
39427 2003-11-25  Bruno Haible  <bruno@clisp.org>
39428
39429         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
39430         gt_TYPE_SSIZE_T.
39431
39432 2003-11-24  Paul Eggert  <eggert@twinsun.com>
39433
39434         * modules/alloca: Remove dependency on xalloc.
39435
39436 2003-11-24  Paul Eggert  <eggert@twinsun.com>
39437
39438         * lib/alloca.c: Remove dependency on xalloc module.
39439         (xalloc_die): Remove.
39440         (memory_full) [!defined emacs]: New macro.
39441         [!defined emacs]: Don't include xalloc.h.
39442         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
39443         address arithmetic overflows.  Change datatypes a bit to avoid
39444         unnecessary casts.
39445
39446 2003-11-22  Jim Meyering  <jim@meyering.net>
39447
39448         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
39449         s/size/size_t/.
39450
39451 2003-11-21  Karl Berry  <karl@gnu.org>
39452
39453         * config/config.{sub,guess}: update from config.
39454
39455 2003-11-18  Karl Berry  <karl@gnu.org>
39456
39457         * config/config.{sub,guess}: update from config.
39458
39459         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
39460
39461 2003-11-17  Paul Eggert  <eggert@twinsun.com>
39462
39463         * README: Mention that S+T cannot overflow if S is the size of
39464         an existing object and T is sufficiently small.
39465
39466 2003-11-17  Jim Meyering  <jim@meyering.net>
39467
39468         On systems without utime and without a utimes function capable of
39469         dealing with a NULL struct utimbuf* argument, this utime replacement
39470         could -- in unusual circumstances -- leak a file descriptor.
39471         * lib/utime.c: Include <unistd.h> and <errno.h>.
39472         (utime_null): Be sure to close `fd' and to preserve errno.
39473         Reported by Geoff Collyer via Arnold Robbins.
39474
39475 2003-11-17  Bruno Haible  <bruno@clisp.org>
39476
39477         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
39478         (Depends-on): Add xsize.
39479
39480 2003-11-17  Bruno Haible  <bruno@clisp.org>
39481
39482         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
39483
39484 2003-11-17  Bruno Haible  <bruno@clisp.org>
39485
39486         * lib/vasnprintf.c (alloca): Remove fallback definition.
39487         (freea): Remove definition.
39488         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
39489         Reported by Paul Eggert.
39490
39491 2003-11-16  Paul Eggert  <eggert@twinsun.com>
39492             Bruno Haible  <bruno@clisp.org>
39493
39494         Protect against address arithmetic overflow.
39495         * lib/printf-args.h: Include stddef.h.
39496         (arguments): Change type of field 'count' to size_t.
39497         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
39498         'unsigned int' where appropriate.
39499         * lib/printf-parse.h: Include sys/types.h.
39500         (char_directive): Change type of *arg_index fields to ssize_t.
39501         (char_directives): Change type of fields 'count', max_*_length to
39502         size_t.
39503         * lib/printf-parse.c: Include sys/types.h and xsize.h.
39504         (SSIZE_MAX): Define fallback value.
39505         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
39506         instead of 'int' where appropriate. Check a_allocated, d_allocated
39507         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
39508         * lib/vasnprintf.c: Include xsize.h.
39509         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
39510         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
39511         overflow. Avoid wraparound when converting a width or precision from
39512         decimal to binary.
39513
39514 2003-11-16  Bruno Haible  <bruno@clisp.org>
39515
39516         Update from GNU gettext.
39517         * lib/printf-parse.c: Generalize to it can be compiled for wide
39518         strings.
39519         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
39520         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
39521         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
39522         SNPRINTF): New macros.
39523         Don't include <alloca.h> if the file is used inside libintl.
39524         (local_wcslen): New function, for Solaris 2.5.1.
39525         (VASNPRINTF): Use it instead of wcslen.
39526
39527 2003-11-16  Bruno Haible  <bruno@clisp.org>
39528
39529         * lib/xsize.h (xmax): New function.
39530         (xsum, xsum3, xsum4): Declare as "pure" functions.
39531
39532 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39533
39534         * modules/xalloc (Files): Undo latest change, since xalloc.h
39535         no longer needs SIZE_MAX or PTRDIFF_MAX.
39536
39537 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39538
39539         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
39540         gl_PTRDIFF_MAX.
39541
39542 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39543
39544         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
39545         "return", to pacify some unknown compiler.  Problem reported
39546         by Joerg Schilling.
39547
39548 2003-11-12  Paul Eggert  <eggert@twinsun.com>
39549
39550         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
39551         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
39552         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
39553         heuristic is just as accurate as far as we know, and it removes a
39554         dependency on size_max.m4 and ptrdiff_max.m4.
39555
39556 2003-11-11  Bruno Haible  <bruno@clisp.org>
39557
39558         * modules/xsize (Files): Add m4/size_max.m4.
39559         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
39560
39561 2003-11-11  Bruno Haible  <bruno@clisp.org>
39562
39563         * m4/size_max.m4: New file.
39564         * m4/ptrdiff_max.m4: New file.
39565         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
39566         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
39567         (gl_XALLOC): Invoke it.
39568
39569 2003-11-11  Bruno Haible  <bruno@clisp.org>
39570
39571         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
39572         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
39573         defined.
39574
39575 2003-11-10  Paul Eggert  <eggert@twinsun.com>
39576
39577         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
39578         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
39579         rejected some allocations of exactly SIZE_MAX - 2 bytes.
39580         From Bruno Haible.
39581         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
39582         not (size_t) -1, since it's defined here.
39583
39584 2003-11-09  Karl Berry  <karl@gnu.org>
39585
39586         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
39587
39588 2003-11-06  Paul Eggert  <eggert@twinsun.com>
39589
39590         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
39591         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
39592         Reject sizes of exactly SIZE_MAX bytes.
39593         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
39594         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
39595
39596 2003-11-05  Bruno Haible  <bruno@clisp.org>
39597
39598         * lib/xsize.h: Include limits.h, to avoid a possible collision with
39599         SIZE_MAX defined in <limits.h> on Solaris.
39600
39601 2003-11-04  Jim Meyering  <jim@meyering.net>
39602
39603         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
39604         variable names, rather than @VAR@.
39605         * modules/poll: Likewise.
39606
39607 2003-11-04  Bruno Haible  <bruno@clisp.org>
39608
39609         * modules/xsize: New file.
39610         * modules/linebreak: Depend on xsize.
39611         * MODULES.html.sh (func_all_modules): Add xsize.
39612
39613 2003-11-04  Bruno Haible  <bruno@clisp.org>
39614
39615         * m4/xsize.m4: New file.
39616
39617 2003-11-04  Bruno Haible  <bruno@clisp.org>
39618
39619         * lib/xsize.h: New file.
39620         * lib/linebreak.c: Include xsize.h.
39621         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
39622         argument for overflow.
39623         Suggested by Paul Eggert.
39624
39625 2003-11-03  Karl Berry  <karl@gnu.org>
39626
39627         * config/config.{guess,sub}: update from config.
39628
39629 2003-11-03  Jim Meyering  <jim@meyering.net>
39630
39631         * modules/userspec (lib_SOURCES): Add userspec.h.
39632         (Include): Add "userspec.h".
39633         Improve description.
39634
39635 2003-11-03  Jim Meyering  <jim@meyering.net>
39636
39637         * lib/userspec.c: Include "userspec.h".
39638         * lib/userspec.h: New file.
39639
39640 2003-11-03  Bruno Haible  <bruno@clisp.org>
39641
39642         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
39643
39644 2003-11-03  Bruno Haible  <bruno@clisp.org>
39645
39646         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
39647         available, to avoid (extremely rare) race condition.
39648         Suggested by Paul Eggert.
39649
39650 2003-11-02  Karl Berry  <karl@gnu.org>
39651
39652         * config/srclist.txt (vasprintf.c): sync broken, sigh.
39653
39654 2003-10-31  Paul Eggert  <eggert@twinsun.com>
39655
39656         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
39657         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
39658         (read_filesystem_list): Set and use me_type_malloced.
39659         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
39660         whatever the type happens to be), for brevity and consistency.
39661         Check for size calculation overflow on Alphas running OSF/1.
39662
39663 2003-10-31  Jim Meyering  <jim@meyering.net>
39664
39665         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
39666
39667         * lib/linebuffer.c: Include <string.h> for declaration of memset.
39668
39669 2003-10-30  Paul Eggert  <eggert@twinsun.com>
39670             Bruno Haible  <bruno@clisp.org>
39671
39672         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
39673         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
39674
39675 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
39676
39677         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
39678         netbsd*-gnu*.  Suggested by Robert Millan.
39679
39680 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39681
39682         * modules/group-member: Depend on stdbool.
39683
39684 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39685
39686         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
39687
39688 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39689
39690         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
39691         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
39692         after the 'gnu' in these cases.  This fixes some bugs in the
39693         previous change, and is based on suggestions by Robert Millan.
39694
39695 2003-10-29  Paul Eggert  <eggert@twinsun.com>
39696
39697         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
39698         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
39699         no longer needed.
39700         * lib/quotearg.c (quotearg_n_options): Use it.
39701         * lib/group-member.c: Include <stdbool.h>.
39702         (free_group_info): Arg is now const *; don't free arg.
39703         (get_group_info): Now returns bool and accepts struct group_info *,
39704         rather than returning a malloc'ed struct group_info *.
39705         All uses changed.  Check for overflow in internal size calculation.
39706
39707         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
39708         rather than xmalloc/xrealloc.
39709         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
39710         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
39711         conformance bug: the old code used a pointer after freeing the
39712         storage that it addressed.
39713         * lib/hash.c (hash_initialize): Simplify the code by using
39714         xalloc_oversized rather than doing it by hand.
39715         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
39716         the buffer preserved.  Use free and xmalloc instead.
39717         * lib/quotearg.c (quotearg_n_options): Likewise.
39718         Use a simpler test for size overflow.  Don't use xalloc_oversized
39719         because unsigned int might be wider than size_t (!); this suggests
39720         that we should switch from unsigned int to size_t for slot numbers.
39721
39722 2003-10-28  Paul Eggert  <eggert@twinsun.com>
39723
39724         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
39725         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
39726         NetBSD kernels.  Requested by Richard Stallman.
39727
39728 2003-10-27  Paul Eggert  <eggert@twinsun.com>
39729
39730         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
39731         to allocate the returned structure.  Do not allocate a subarray,
39732         as x2nrealloc will do that.
39733         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
39734         instead of xnrealloc.
39735         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
39736
39737 2003-10-27  Bruno Haible  <bruno@clisp.org>
39738
39739         * lib/stdbool_.h: Better support for BeOS.
39740
39741 2003-10-26  Paul Eggert  <eggert@twinsun.com>
39742
39743         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
39744         now uses inline.
39745
39746 2003-10-26  Paul Eggert  <eggert@twinsun.com>
39747
39748         * lib/xalloc.h (xalloc_oversized): New static inline function, for
39749         callers that want to do their own size-overflow checking.  Include
39750         <stdbool.h>, since xalloc_oversized returns bool.
39751         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
39752         to use xalloc_oversized.
39753
39754         Add two functions x2realloc, x2nrealloc, for programs that grow
39755         arrays dynamically by doubling their sizes.
39756         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
39757         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
39758         New functions.
39759
39760         Port to C99 semantics for 'inline' of external functions.
39761         Bug reported by Bruno Haible.
39762         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
39763         with the old contents of xnmalloc.
39764         (xnmalloc, xmalloc): Use it.
39765         (xnrealloc_inline): New static inline function,
39766         with the old contents of xnrealloc.
39767         (xnrealloc, xrealloc): Use it.
39768
39769         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
39770         that.
39771
39772 2003-10-26  Karl Berry  <karl@gnu.org>
39773
39774         * config/srclist.txt (COPYING.DOC): no longer available from
39775         /gd/gnuorg; don't know where the ultimate source is.
39776
39777 2003-10-25  Paul Eggert  <eggert@twinsun.com>
39778
39779         Fix several address-calculation bugs in the hash modules,
39780         plus some minor code cleanup.
39781
39782         * lib/hash.h: Include <stdbool.h>, for bool.
39783         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
39784         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
39785         hash_get_n_entries, hash_get_max_bucket_length,
39786         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
39787         hash_rehash): Use size_t rather than unsigned.
39788         * lib/hash.c (struct hash_table, hash_get_n_buckets,
39789         hash_get_n_buckets_used, hash_get_n_entries,
39790         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
39791         hash_get_entries, hash_do_for_each, hash_string, is_prime,
39792         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
39793         Likewise.
39794         (SIZE_MAX): Define if not defined.
39795         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
39796         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
39797         hash_print):
39798         Use const * when possible.
39799         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
39800         (check_tuning): Fix bug: if tuning parameters were very close to
39801         0 or 1, rounding errors could have caused subscript violations.
39802         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
39803         (hash_initialize): Add 'fail:' label
39804         to free table and return NULL, and use it to simplify code.
39805         Use calloc rather than clearing the storage ourself.
39806         (hash_initialize, hash_rehash): Check for arithmetic overflow in
39807         buffer size calculations.
39808         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
39809         Include <stddef.h>, for size_t.
39810         * lib/hash-pjw.c (hash_pjw): Likewise.
39811         Switch to method described by Bruno Haible.
39812         Include <limits.h>, for CHAR_BIT.
39813         (SIZE_BITS): New macro.
39814
39815 2003-10-23  Paul Eggert  <eggert@twinsun.com>
39816
39817         * m4/getline.m4 (AM_FUNC_GETLINE):
39818         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
39819         hosts.  Problem reported by Derek Robert Price in
39820         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
39821         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
39822         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
39823
39824 2003-10-21  Paul Eggert  <eggert@twinsun.com>
39825
39826         * lib/getndelim2.c (getndelim2): When size calculation overflows,
39827         ceiling the allocation at NMAX bytes rather than silently
39828         discarding input bytes before NMAX is reached.  This makes
39829         a difference only if NMAX exceeds SIZE_MAX / 2.
39830
39831         * lib/obstack.c: Merge from glibc.
39832         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
39833         Add libc_hidden_def (_obstack_newchunk).
39834         (_obstack_free) [! defined _LIBC]: Remove.
39835         [defined _LIBC]: Make a strong alias from obstack_free, rather than
39836         a clone of the function body.
39837         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
39838         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
39839
39840         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
39841         glibc.
39842         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
39843         arg to memcpy.
39844
39845         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
39846         (obstack_ptr_grow_fast, obstack_int_grow_fast):
39847         Don't use lvalue casts, as GCC plans to remove support for them
39848         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
39849         was also present in the non-GCC version, indicating that this
39850         code had always been buggy and had never been widely used.
39851         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
39852         Use the fast variant of each macro, rather than copying the
39853         definiens of the fast variant; that way, we'll be more likely to
39854         catch future bugs in the fast variants.
39855
39856 2003-10-20  Bruno Haible  <bruno@clisp.org>
39857
39858         * modules/wait-process: New file.
39859         * MODULES.html.sh (func_all_modules): Add wait-process.
39860
39861 2003-10-20  Bruno Haible  <bruno@clisp.org>
39862
39863         * m4/wait-process.m4: New file.
39864
39865 2003-10-20  Bruno Haible  <bruno@clisp.org>
39866
39867         * lib/wait-process.h: New file, from GNU gettext.
39868         * lib/wait-process.c: New file, from GNU gettext.
39869
39870 2003-10-19  Jim Meyering  <jim@meyering.net>
39871
39872         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
39873         HPUX 10.20.
39874
39875 2003-10-18  Karl Berry  <karl@gnu.org>
39876
39877         * config/config.guess: update from config.
39878
39879 2003-10-16  Paul Eggert  <eggert@twinsun.com>
39880
39881         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
39882         (getgroups): First arg is int, not size_t.
39883         Don't let 'free' mangle errno.
39884
39885 2003-10-16  Paul Eggert  <eggert@twinsun.com>
39886
39887         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
39888
39889 2003-10-16  Karl Berry  <karl@gnu.org>
39890
39891         * config/config.{guess,sub}: update from config.
39892
39893 2003-10-16  Jim Meyering  <jim@meyering.net>
39894
39895         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
39896         memcpy.
39897
39898 2003-10-15  Paul Eggert  <eggert@twinsun.com>
39899
39900         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
39901         (SIZE_MAX): Remove.
39902         (new_exclude, add_exclude_file): Initial size no longer needs to
39903         be a power of 2.
39904         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
39905         our own address arithmetic overflow checking.
39906
39907         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
39908         (fnmatch): Do not alloca more than 2000 wide characters;
39909         instead, use malloc for large buffers.
39910         Check for address arithmetic overflow, and return -1
39911         with errno set to ENOMEM in that case.
39912         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
39913         (NEW_PATTERN): Do not alloca more than 8000 bytes;
39914         instead, return -1.  Check for address arithmetic overflow.
39915
39916 2003-10-14  Paul Eggert  <eggert@twinsun.com>
39917
39918         Handle invalid suffixes and overflow independently, so that
39919         callers can treat them independently as needed.  Fix some bugs in
39920         suffix handling, e.g., "100k@" was not diagnosed as an invalid
39921         suffix for a human-readable blocksize.  The major caller-visible
39922         change is the addition of a new
39923         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
39924         that both overflow and suffix chars were found.
39925
39926         * lib/human.c (humblock): Don't check separately for invalid suffix
39927         char; that is xstrtoumax's job (now that its bug is fixed).
39928         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
39929         INTMAX_MAX]: New macros.
39930         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
39931         TYPE_MAXIMUM): New macros.
39932         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
39933         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
39934         if overflow occurs, as it's what __strtol does and it's more useful
39935         in practice.
39936         (__xstrtol): If __strtol reports some error other than ERANGE,
39937         reflect it to the caller as LONGINT_INVALID.  If it reports
39938         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
39939         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
39940         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
39941         value.
39942         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
39943         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
39944         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
39945         [defined UINTMAX_MAX]: New macros.
39946
39947 2003-10-14  Bruno Haible  <bruno@clisp.org>
39948
39949         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
39950
39951 2003-10-14  Bruno Haible  <bruno@clisp.org>
39952
39953         * m4/sig_atomic_t: New file, from GNU gettext.
39954         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
39955
39956 2003-10-14  Bruno Haible  <bruno@clisp.org>
39957
39958         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
39959         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
39960         Also use volatile where needed.
39961
39962 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39963
39964         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
39965         Change maintainer from Bruno Haible to 'all'.
39966
39967 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39968
39969         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
39970
39971 2003-10-12  Paul Eggert  <eggert@twinsun.com>
39972
39973         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
39974         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
39975         and define in terms of the other primitives.
39976         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
39977         (SIZE_MAX): Define if not already defined.
39978         (array_size_overflow): New function.
39979         (xalloc_die): Abort instead of exiting if 'error' returns.
39980         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
39981         (xmalloc, xrealloc): Use them.
39982         (xcalloc): Check for address arithmetic overflow.
39983         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
39984         a bit faster than strcpy.
39985
39986 2003-10-10  Simon Josefsson  <jas@extundo.com>
39987
39988         * modules/argp (Depends-on): Add restrict and strcase.
39989
39990 2003-10-10  Simon Josefsson  <jas@extundo.com>
39991
39992         * m4/argp.m4: Add AC_C_INLINE.
39993
39994 2003-10-08  Paul Eggert  <eggert@twinsun.com>
39995
39996         Merge getpass from libc, plus a few fixes.
39997
39998         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
39999         Include <stdbool.h>.
40000         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
40001         __fsetlocking to empty.
40002         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
40003         do include <bits/libc-lock.h>.
40004         Do not include <fcntl.h>; not needed.
40005         [_LIBC]: Include <wchar.h>.
40006         (NOTCANCEL_MODE): New macro.
40007         (flockfile, funlockfile) [_LIBC]: New macros.
40008         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
40009         [!_LIBC]: New macros.
40010         (call_fclose): New function.
40011         (getpass): Use it.  Save tty stream separately; this simplifies the
40012         code and makes it more reliable if stdin happens to equal stdout.
40013         Invoke __fsetlocking on tty.
40014         Handle thread cancellation if needed.
40015         Namespace cleanup (use __tcgetattr, __getline).
40016         Use bool for Booleans.
40017         [USE_IN_LIBIO]: Handle wide streams.
40018         [!_LIBC]: Unconditionally do the fseek, since we don't know what
40019         stream might go where.
40020
40021         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
40022         doesn't have to include <stdio.h> before us.
40023         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
40024         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
40025         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
40026         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
40027         if not declared, so that we can use getpass.c code from libc without
40028         rewriting it.
40029         (flockfile, ftrylockfile, funlockfile): New macros.
40030
40031 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40032
40033         * modules/getpass: Depend on stdbool.
40034
40035 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40036
40037         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
40038
40039 2003-10-07  Karl Berry  <karl@gnu.org>
40040
40041         * config/config.{guess,sub}: update from config.
40042
40043 2003-10-06  Jim Meyering  <jim@meyering.net>
40044             Bruno Haible  <bruno@clisp.org>
40045
40046         This lets translators provide better translations for the
40047         "Written by ..." part of --version output.
40048         * lib/version-etc.h: Include stdarg.h.
40049         (version_etc_copyright): Declare as readonly.
40050         (version_etc): Make this function variadic with a NULL-terminated list
40051         of author name strings.
40052         (version_etc_va): New declaration.
40053         * lib/version-etc.c: Include stdarg.h, stdlib.h.
40054         (version_etc_copyright): Declare as readonly.
40055         (version_etc_va): New function. Provide a different translatable string
40056         for each possible number of authors < 10. Abbreviate when there are 10
40057         authors or more.
40058         (version_etc): Make this function variadic. Call version_etc_va.
40059         Suggestion from Gary V. Vaughan.
40060
40061         * lib/long-options.h (parse_long_options): Change prototype: the
40062         authors string is moved to the end and becomes variadic.
40063         * lib/long-options.c: Include stdarg.h.
40064         (parse_long_options): Make this function variadic, too.
40065         Call version_etc_va, not version_etc.
40066
40067 2003-10-06  Bruno Haible  <bruno@clisp.org>
40068
40069         * modules/version-etc-2: Remove file.
40070         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
40071
40072 2003-10-06  Bruno Haible  <bruno@clisp.org>
40073
40074         * modules/fatal-signal: New file.
40075         * MODULES.html.sh (func_all_modules): Add fatal-signal.
40076
40077 2003-10-06  Bruno Haible  <bruno@clisp.org>
40078
40079         * m4/fatal-signal.m4: New file.
40080         * m4/signalblocking.m4: New file, from GNU gettext.
40081
40082 2003-10-06  Bruno Haible  <bruno@clisp.org>
40083
40084         * lib/version-etc-2.h: Remove file.
40085         * lib/version-etc-2.c: Remove file.
40086
40087 2003-10-06  Bruno Haible  <bruno@clisp.org>
40088
40089         * lib/fatal-signal.h: New file, from GNU gettext.
40090         * lib/fatal-signal.c: New file, from GNU gettext.
40091
40092 2003-10-05  Paul Eggert  <eggert@twinsun.com>
40093
40094         * README: Rework advice for preventing empty .o files.
40095         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
40096         not <sys/types.h>.
40097
40098 2003-10-04  Karl Berry  <karl@gnu.org>
40099
40100         * lib/argp*: update from libc.
40101
40102 2003-10-04  Karl Berry  <karl@gnu.org>
40103
40104         * config/config.{guess,sub}: update from config.
40105
40106 2003-10-02  Bruno Haible  <bruno@clisp.org>
40107
40108         * modules/lchown (Include): Add lchown.h.
40109         * modules/time_r (Include): Use "..." syntax.
40110         * modules/xgetdomainname (Include): Add xgetdomainname.h.
40111
40112 2003-10-01  Simon Josefsson  <jas@extundo.com>
40113
40114         * MODULES.html.sh (func_all_modules): Move gethostname from section
40115         'based on' to section 'lacking' POSIX:2001.
40116
40117 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
40118
40119         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
40120         to output mode on the same stream.
40121
40122 2003-09-29  Paul Eggert  <eggert@twinsun.com>
40123
40124         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
40125         Fix arg typo in previous patch.
40126
40127 2003-09-28  Jim Meyering  <jim@meyering.net>
40128
40129         * lib/error.c: Correct cpp indentation.
40130
40131 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40132
40133         * modules/free: New file.
40134
40135 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40136
40137         * m4/free.m4: New file.
40138
40139 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40140
40141         * lib/minmax.h (MIN, MAX)
40142         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
40143         Omit the special code that used __typeof__, since we worry that
40144         it could be more trouble than it's worth.  See:
40145         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
40146         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
40147
40148         * lib/free.c: New file.
40149
40150 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
40151
40152         Trivial fixes to Makefile.am parts of module listings.
40153         * modules/strstr: Append strstr.h to lib_SOURCES.
40154         * modules/strcase: Likewise, for strcase.h.
40155
40156 2003-09-27  Karl Berry  <karl@gnu.org>
40157
40158         * config/mkinstalldirs: update from automake.
40159
40160 2003-09-26  Paul Eggert  <eggert@twinsun.com>
40161
40162         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
40163         (error_tail): Do not loop, reallocating temporary buffer, since
40164         the output cannot contain more wide characters than the input
40165         contains bytes, the size must be big enough already.  This avoids
40166         one potential size overflow calculation.  Check for size overflow
40167         when calculating temporary buffer size.  Free temporary buffer
40168         when done, if it was allocated with malloc; this plugs a memory
40169         leak.  Remove casts from void * to pointers, that are no longer
40170         needed now that we're assuming C89 or better.
40171
40172         Merge error changes from glibc.
40173
40174         * lib/error.c, error.h: Update copyright notice header to match glibc.
40175         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
40176         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
40177         Disable cancellation while printing error.
40178         * lib/error.h: Prepend __ to parameter names.
40179
40180 2003-09-26  Jim Meyering  <jim@meyering.net>
40181
40182         * lib/error.c (error_tail): Move some declarations
40183         into inner scope where the local variables are used.
40184
40185 2003-09-26  Bruno Haible  <bruno@clisp.org>
40186
40187         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
40188         stpncpy().
40189         Don't define stpncpy through config.h; it's now done through stpncpy.h.
40190
40191 2003-09-26  Bruno Haible  <bruno@clisp.org>
40192
40193         * lib/stpncpy.h (gnu_stpncpy): New declaration.
40194         (stpncpy): Define as alias for gnu_stpncpy.
40195         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
40196
40197 2003-09-25  Simon Josefsson  <jas@extundo.com>
40198
40199         * lib/xgetdomainname.h: New file.
40200         * lib/xgetdomainname.c: New file.
40201
40202 2003-09-25  Simon Josefsson  <jas@extundo.com>
40203             Bruno Haible  <bruno@clisp.org>
40204
40205         * modules/getdomainname: New file.
40206         * modules/xgetdomainname: New file.
40207         * MODULES.html.sh (func_all_modules): Add getdomainname,
40208         xgetdomainname.
40209
40210 2003-09-25  Simon Josefsson  <jas@extundo.com>
40211             Bruno Haible  <bruno@clisp.org>
40212
40213         * m4/getdomainname.m4: New file.
40214
40215 2003-09-25  Simon Josefsson  <jas@extundo.com>
40216             Bruno Haible  <bruno@clisp.org>
40217
40218         * lib/getdomainname.h: New file.
40219         * lib/getdomainname.c: New file.
40220
40221 2003-09-25  Karl Berry  <karl@gnu.org>
40222
40223         * lib/argp-fmtstream.c, argp-help.c: update from libc.
40224
40225 2003-09-25  Karl Berry  <karl@gnu.org>
40226
40227         * config/install-sh: update from automake.
40228
40229 2003-09-25  Bruno Haible  <bruno@clisp.org>
40230
40231         * modules/version-etc-2: New file, from modules/version-etc with
40232         modifications.
40233         * MODULES.html.sh (func_all_modules): Add version-etc-2.
40234
40235 2003-09-25  Bruno Haible  <bruno@clisp.org>
40236
40237         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
40238         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
40239
40240 2003-09-24  Simon Josefsson  <jas@extundo.com>
40241
40242         * modules/xgethostname: Add xgethostname.h.
40243
40244 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40245
40246         * lib/linebuffer.c (freebuffer): Don't free the argument, just
40247         the buffer associated with the argument.  Bug reported by
40248         Simon Josefsson.
40249
40250 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40251
40252         * README: Document assumptions that 'int' is at least 32 bits
40253         wide, that integer arithmetic is 2's complement without overflow,
40254         that there are no holes in integer values, that adding sizes of
40255         two nonoverlapping objects can't overflow, and that all-bits-zero
40256         yields scalar zero.  Fix spelling and capitalization typos.
40257
40258 2003-09-19  Karl Berry  <karl@gnu.org>
40259
40260         * lib/argp.h: update from libc.
40261
40262 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40263
40264         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
40265         to avoid spurious warnings like "AC_RUN_IFELSE was called before
40266         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
40267
40268 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40269
40270         * gnulib-tool: Use "test -h", not "test -L", for portability
40271         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
40272         (tags_regexp): Remove, since \| doesn't conform to POSIX.
40273         (sed_extract_prog): Issue s commands one-by-one, rather than
40274         using \| in one s command.
40275
40276 2003-09-16  Paul Eggert  <eggert@twinsun.com>
40277
40278         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
40279         input error, instead of returning NULL the next time we are called
40280         (and therefore losing track of errno).
40281
40282 2003-09-16  Bruno Haible  <bruno@clisp.org>
40283
40284         * gnulib-tool (func_create_testdir): Warn about duplicated
40285         dependencies.
40286
40287 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40288
40289         * modules/argmatch, modules/fatal, modules/obstack,
40290         modules/xalloc, modules/xgethostname: Sort dependencies by
40291         importance, not alphabetically.
40292
40293 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40294
40295         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
40296         fails, so that the caller gets the proper errno.
40297
40298         * lib/readutmp.c (read_utmp): Likewise.
40299         Check for fstat error.  Close stream and free storage
40300         when failing.
40301
40302 2003-09-14  Karl Berry  <karl@gnu.org>
40303
40304         * config/srclist.txt (strdup.c): disable for c89 changes.
40305
40306 2003-09-14  Jim Meyering  <jim@meyering.net>
40307
40308         * lib/getloadavg.c: Correct cpp indentation.
40309         * lib/strdup.c: Likewise.
40310         * lib/vasnprintf.c: Likewise.
40311
40312 2003-09-14  Bruno Haible  <bruno@clisp.org>
40313
40314         * modules/fwriteerror: New file.
40315         * MODULES.html.sh (func_all_modules): Add fwriteerror.
40316
40317 2003-09-14  Bruno Haible  <bruno@clisp.org>
40318
40319         * lib/fwriteerror.h: New file.
40320         * lib/fwriteerror.c: New file.
40321
40322 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40323
40324         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
40325         modules/xgethostname, modules/xalloc: Depend on exit.
40326
40327 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40328
40329         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
40330
40331         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
40332         and AC_MINIX, too, so that their extensions are available.
40333
40334         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
40335         This macro has been superseded by gl_BACKUPFILE.
40336
40337         More patches to assume C89 or better.
40338
40339         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
40340
40341         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
40342         unconditionally.
40343         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
40344         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
40345         Include <string.h>, <stdlib.h> unconditionally.
40346         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
40347         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
40348         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
40349         headers or for string.h.
40350         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
40351         or strtoul.
40352
40353         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
40354         headers.
40355         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
40356         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40357         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
40358         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
40359         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40360         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
40361         memcpy, memset.
40362         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
40363         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
40364         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
40365         strtol.
40366         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
40367         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
40368         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
40369         strtoul.
40370
40371 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40372
40373         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
40374         * lib/obstack.c [!defined _LIBC]: Likewise.
40375         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
40376         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
40377         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
40378
40379         More changes to assume C89 or better.
40380
40381         * lib/error.c (error_tail): Assume vprintf.
40382
40383         * lib/argmatch.c (getenv): Remove decl.
40384         * lib/progreloc.c (get_full_program_name): Define via prototype.
40385         * lib/setenv.c (clearenv): Likewise.
40386         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
40387         needed.
40388         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
40389         (malloc, memcpy): Remove decls.
40390         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
40391         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
40392         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
40393         (memcpy): Remove macro.
40394         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
40395         (__P): Remove.  All uses removed.
40396         (PTR): Remove.  All uses changed to void *.
40397         (CHAR_BIT, NULL): Remove.
40398         (spaces, zeros, memset_space, memset_zero)
40399         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
40400         Remove.
40401         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
40402         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
40403         Define with prototype.
40404         Remove now-unnecessary prototype decl.
40405         (extra_args_spec): Assume ANSI C.  All uses changed.
40406         (extra_args_spec_iso): Remove.
40407         (my_strftime, emacs_strftimeu): Define via prototype.
40408         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
40409         unconditionally.
40410         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
40411         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
40412         (strtoul, strtol): Remove decls.
40413         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
40414         LONG_MAX): Remove.
40415         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
40416         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
40417         (LOCALE_PARAM_PROTO): New macro.
40418         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
40419         (INTERNAL (strtol), strtol): Define with a prototype.
40420         (PARAMS): Remove.  All uses removed.
40421         * lib/tempname.c: Include <string.h> unconditionally.
40422         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
40423         * lib/xgethostname.c (main): Define with a prototype.
40424         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
40425         Include <stdlib.h> unconditionally.
40426         (calloc, malloc, realloc, free): Remove decls.
40427         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
40428         Include <stdlib.h> unconditionally.  Sort include file names.
40429         (strtod): Remove.
40430         (xstrtod): Define with a prototype.
40431         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
40432         (strtol, strtoul): Remove decls.
40433
40434 2003-09-11  Paul Eggert  <eggert@twinsun.com>
40435
40436         More patches to assume C89 or better.
40437         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
40438         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
40439         string.h, memchr, STDC_HEADERS.
40440
40441 2003-09-11  Paul Eggert  <eggert@twinsun.com>
40442
40443         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
40444         Include <stdlib.h>, <string.h> unconditionally.
40445         Remove now-unnecessary cast to char *.
40446         * lib/strnlen.c: Include <string.h> unconditionally.
40447         * lib/yesno.c (yesno): Define with a prototype.
40448
40449 2003-09-11  Bruno Haible  <bruno@clisp.org>
40450
40451         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
40452
40453 2003-09-10  Jim Meyering  <jim@meyering.net>
40454
40455         * lib/error.c: Correct indentation of cpp directives.
40456
40457 2003-09-10  Bruno Haible  <bruno@clisp.org>
40458
40459         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
40460         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
40461         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
40462         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
40463         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
40464         <stdlib.h> and <string.h> checks.
40465         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
40466         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
40467
40468 2003-09-10  Bruno Haible  <bruno@clisp.org>
40469
40470         * lib/strcspn.c: Include <string.h> unconditionally.
40471         * lib/strpbrk.c: Include <string.h> unconditionally.
40472         * lib/strstr.c: Include <string.h> unconditionally.
40473         * lib/unicodeio.c: Include <string.h> unconditionally.
40474         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
40475         * lib/unsetenv.c: Likewise.
40476         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
40477         * lib/yesno.c: Include <stdlib.h> unconditionally.
40478         (rpmatch): Add prototype.
40479
40480 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40481
40482         More patches to assume C89 or better.
40483         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
40484         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
40485         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
40486         or for string.h.
40487         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
40488         stdlib.h.
40489         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
40490         C headers.
40491         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
40492         string.h.
40493         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
40494         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
40495         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
40496         or for string.h.
40497         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
40498         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
40499         C headers.
40500         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
40501         memcpy.
40502         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
40503         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
40504         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
40505         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
40506         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
40507         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
40508         string.h, free.
40509         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
40510         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
40511         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
40512         C headers, or for string.h.
40513         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
40514         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
40515         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
40516         headers, memory.h, stdlib.h, string.h, strings.h.
40517         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
40518         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
40519         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
40520         strchr.
40521         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
40522         headers, memory.h, string.h.
40523         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
40524         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
40525         free.
40526         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
40527         headers.
40528         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
40529         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
40530         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
40531         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
40532         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
40533
40534 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40535
40536         More K&R removal.
40537
40538         * lib/acosl.c (main): Use a prototype.
40539         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
40540         tanl.c: Likewise.
40541
40542         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
40543
40544         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
40545         (getopt, etopt_long, getopt_long_only, _getopt_internal)
40546         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
40547         with a prototype.
40548         * lib/getopt.c (const): Remove macro.
40549         Include <string.h> unconditionally.
40550         (my_index): Remove; all uses changed to strchr.
40551         (strlen): Remove decl.
40552         (exchange): Remove forward decl; no longer needed.
40553         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
40554         Define with prototype.
40555         * lib/getopt1.c (const): Remove macro.
40556         (getopt_long, getopt_long_only, main): Define with prototype.
40557
40558         * lib/getugroups.c: Include <string.h> unconditionally.
40559
40560         * lib/getusershell.c: Include <stdlib.h> unconditionally.
40561         (getusershell, setusershell, endusershell, readname, main):
40562         Define with prototypes.
40563
40564         * lib/group-member.c: Include group-member.h first.
40565         Include <stdlib.h> unconditionally.
40566
40567         * lib/hard-locale.c: Include hard-locale.h first.
40568         Include <stdlib.h>, <string.h> unconditionally.
40569
40570         * lib/hash.c (free, malloc): Remove decls.
40571         Include <stdlib.h> unconditionally.
40572
40573         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
40574         (getenv): Do not declare.
40575
40576         * lib/idcache.c: Include <string.h> unconditionally.
40577
40578         * lib/long-options.c: Include long-options.h first, to test interface.
40579         Include <stdlib.h> unconditionally.
40580
40581         * lib/makepath.c: Include makepath.h first, to test interface.
40582         Include <stdlib.h> and <string.h> unconditionally.
40583
40584         * lib/linebuffer.c: Include <stdlib.h>.
40585         (free): Remove decl.
40586
40587         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
40588         stddef.h. rpl_malloc returns void *, not char *.
40589         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
40590         prototype.
40591
40592         * lib/md5.h: Include <limits.h> unconditionally.
40593         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
40594         (__P): Remove; all uses removed.
40595         * lib/md5.c: Include "md5.h" first.
40596         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
40597         md5_buffer, md5_process_bytes, md5_process_block):
40598         Define with prototypes.
40599         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
40600         * lib/sha.c: Include "sha.h" first.
40601         Include <stdlib.h>, <string.h> unconditionally.
40602
40603         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
40604         * lib/memcmp.c (__ptr_t): Likewise.
40605         * lib/memrchr.c (__ptr_t): Likewise.
40606         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
40607         Include <string.h> unconditionally.
40608         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
40609         * lib/memchr.c: Include <stdlib.h> unconditionally.
40610         * lib/memchr.c (LONG_MAX): Remove.
40611         * lib/memrchr.c (LONG_MAX): Likewise.
40612         * lib/memchr.c (__memchr): Define via a prototype.
40613         * lib/memrchr.c (__memrchr): Likewise.
40614         * lib/memcmp.c (__P): Remove, and remove all uses.
40615         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
40616         Remove forward decls; no longer needed.
40617         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
40618         Use types required by C89 in prototype.
40619
40620         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
40621         * lib/savedir.c: Likewise.
40622         * lib/mkdir.c (free): Remove decl.
40623         * lib/rmdir.c (rmdir): Define with a prototype.
40624         * lib/savedir.c: Include savedir.h first, to test interface.
40625
40626         * lib/mktime.c (STDC_HEADERS): Remove.
40627         Include <stdlib.h>, <string.h> unconditionally.
40628
40629         * lib/modechange.c: Include <stdlib.h> unconditionally.
40630         (malloc): Remove decl.
40631
40632         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
40633         (free): Remove decl.
40634
40635         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
40636         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
40637         (This type really should be intptr_t, but that's a C99ism.)
40638         (_obstack_memcpy): Remove: all uses changed to memcpy.
40639         Include <string.h> unconditionally.
40640         (struct obstack): Assume __STDC__ for types of members
40641         chunkfun, freefun, extra_arg.
40642         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
40643         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
40644         obstack_begin, obstack_specify_allocation,
40645         obstack_specify_allocation_with_arg, obstack_chunkfun,
40646         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
40647         Remove unprototyped decls and the macros that use them.
40648         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
40649         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
40650         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
40651         (defined __STDC__ && __STDC__)]:
40652         Remove nonprototyped code.
40653         Include <stdlib.h> unconditionally.
40654         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
40655         _obstack_allocated_p, _obstack_free, obstack_free,
40656         _obstack_memory_used, print_and_abort):
40657         Define using prototypes.
40658         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
40659         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
40660         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
40661         obstack_next_free, obstack_object_size, obstack_room) [0]:
40662         Remove unused, unprototyped code.
40663
40664         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
40665
40666         * lib/physmem.c (physmem_total, physmem_available, main): Define
40667         with prototypes.
40668
40669         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
40670         (main): Define with a prototype.
40671
40672         * lib/posixver.c (getenv): Remove decl.
40673
40674         * lib/putenv.c (malloc): Returns void *, not char *.
40675         Include <string.h> unconditionally.
40676         (strchr, memcpy, NULL): Do not define.
40677
40678         * lib/readtokens.c: Include readtokens.h first, to test interface.
40679         Include <stdlib.h>, <string.h> unconditionally.
40680         (init_tokenbuffer): Define with a prototype.
40681
40682         * lib/regex.c (PARAMS): Remove.  All uses removed.
40683         All uses of _RE_ARGS removed, too.
40684         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
40685         unconditionally.
40686         (bzero): Assume memset exists.
40687         (memcmp, memcpy, NULL): Remove.
40688         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
40689         char, or assignments to local vars of type signed char.
40690         (init_syntax_once, PREFIX(extract_number_and_incr),
40691         PREFIX(print_partial_compiled_pattern),
40692         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
40693         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
40694         PREFIX(regex_grow_registers), PREFIX(regex_compile),
40695         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
40696         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
40697         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
40698         wcs_compile_range, byte_compile_range, truncate_wchar,
40699         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
40700         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
40701         count_mbs_length, wcs_re_match_2_internal,
40702         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
40703         PREFIX(alt_match_null_string_p),
40704         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
40705         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
40706         regfree, PREFIX(extract_number)): Define with prototype.  Remove
40707         now-unnecessary declaration, if any.
40708         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
40709         regcomp, regexec):
40710         Remove now-unnecessary casts among pointer types.
40711         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
40712
40713         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
40714         (free): Remove decl.
40715
40716         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
40717
40718         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
40719         (free): Remove decl.
40720
40721         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
40722         * lib/xgetcwd.c: Likewise.
40723
40724         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
40725         (free): Remove decl.
40726
40727         * lib/strchrnul.c (strchrnul): Define with a prototype.
40728         Fix bug: c_in was not converted to char before searching.
40729
40730         The following changes are not K&R related:
40731
40732         * lib/group-member.h: Include <sys/types.h>, so that this file is
40733         self-contained.
40734         * lib/makepath.h: Likewise.
40735
40736         * lib/getusershell.c (readname, default_index, line_size, readname):
40737         Use size_t, not int, for sizes.
40738         (readname): If the size overflows, report an error instead of
40739         looping forever.
40740
40741 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40742
40743         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
40744         libc.
40745
40746 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40747
40748         * README: New section: portability guidelines.
40749
40750 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
40751
40752         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
40753         C89 spec.
40754
40755 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
40756
40757         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
40758
40759 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40760
40761         Assume C89 or better; remove K&R cruft.
40762         A few of these changes were first proposed by Derek Robert Price
40763         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
40764
40765         * lib/addext.c: Include <string.h> unconditionally.
40766         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
40767         Don't declare getenv or malloc.
40768
40769         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
40770         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
40771         (NULL): Remove.
40772         (find_stack_direction, alloca): Use prototypes.
40773
40774         * lib/atexit.c (atexit): Define using a prototype.
40775
40776         * lib/basename.c, dirname.c, stripslash.c:
40777         Include <string.h> unconditionally.
40778
40779         * lib/bcopy.c: Include <stddef.h>.
40780         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
40781
40782         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
40783
40784         * lib/error.h (error, error_at_line, error_print_progname)
40785         [! (defined (__STDC__) && __STDC__)]: Remove decls.
40786         * lib/error.c: Include error.h first, to check interface.
40787         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
40788         (VA_START): Remove; all uses changeed to va_start.
40789         (exit, strerror): Remove decls.
40790         (error_print_progname): Prototype uncondionally.
40791         Don't include <errno.h>; no longer needed.
40792         (private_strerror): Remove.
40793         (error_tail): Always define.
40794         (error, error_at_line): Assume C89 or better; always use prototypes.
40795         * lib/fatal.c: Include "fatal.h" first, to test interface.
40796         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
40797         (VA_START): Remove; all uses changed to va_start.
40798         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
40799         this case.
40800         (exit): Remove decl.
40801         (fatal): Prototype unconditionally.  Assume va_start works.
40802         Abort at end, to pacify gcc.
40803
40804         * lib/euidaccess.c (main): Define with a prototype.
40805
40806         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
40807
40808         * lib/exitfail.c: Include <stdlib.h> unconditionally.
40809
40810         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
40811         prototypes.
40812         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
40813         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
40814         (getenv): Remove decl.
40815         (fnmatch): Define using a prototype.
40816         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
40817         (FCT): Define using a prototype.
40818
40819         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
40820
40821         * lib/gethostname.c: Include <stddef.h>.
40822         (gethostname): Define with prototype.  Length is size_t, not int.
40823
40824 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40825
40826         Assume C89 or better; remove K&R cruft.
40827         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
40828         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
40829         string.h, getenv, malloc.
40830         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
40831         headers.
40832         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
40833         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
40834         do not check for strerror.
40835         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
40836         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
40837         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
40838         do not check for doprnt or vprintf.
40839         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
40840         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
40841
40842 2003-09-08  Paul Eggert  <eggert@twinsun.com>
40843
40844         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
40845         getversion.c should have been removed then, but was accidentally
40846         preserved.
40847
40848         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
40849         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
40850
40851 2003-09-08  Karl Berry  <karl@gnu.org>
40852
40853         * config/config.sub, config.guess, srclistvars.sh: update from savannah
40854                 config, forget about prep.
40855
40856         * config/depcomp, missing: update from automake.
40857
40858 2003-09-07  Paul Eggert  <eggert@twinsun.com>
40859
40860         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
40861         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
40862
40863 2003-09-07  Paul Eggert  <eggert@twinsun.com>
40864
40865         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
40866         copy_tm_result.  Bug reported by Simon Josefsson in
40867         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
40868
40869 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40870
40871         * m4/time_r.m4: New file.
40872         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
40873         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
40874         is. Check for timegm declaration.
40875         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
40876         Do not check for gmtime_r.
40877         Replace mktime if __mktime_internal does not exist and if mktime
40878         hasn't been replaced already.
40879
40880 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40881
40882         * lib/time_r.c, lib/time_r.h: New files.
40883
40884         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
40885         __localtime_r.
40886         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
40887         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
40888
40889         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
40890         __gmtime_r.
40891         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
40892         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
40893         Include <time_r.h>.
40894
40895         * lib/timegm.c: Switch to glibc implementation, with the following
40896         changes:
40897         [defined HAVE_CONFIG_H]: Include <config.h>.
40898         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
40899         (__mktime_internal) [!defined _LIBC]: New decl.
40900         (__gmtime_r) [!defined _LIBC]: New macro and function.
40901         (timegm): Use a prototype, since gnulib assumes C89.
40902         Do not bother declaring tmp to be const, as it's not really usefu.
40903         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
40904         (timegm): Declare only if HAVE_DECL_TIMEGM.
40905
40906 2003-09-06  Paul Eggert  <eggert@twinsun.com>
40907
40908         * MODULES.html.sh (func_all_modules): Add time_r.
40909         * modules/time_r: New file.
40910         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
40911         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
40912
40913 2003-09-03  Paul Eggert  <eggert@twinsun.com>
40914
40915         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
40916         Bug reported by Lute Kamstra in
40917         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
40918
40919         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
40920         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
40921         course with correspondingly smaller numbers for tomorrow and
40922         yesterday.  From Tadayoshi Funaba.  Originally installed into
40923         sh-utils on 1999-08-07, but the patch got lost (I guess during the
40924         coreutils merge?).
40925
40926 2003-08-31  Simon Josefsson  <jas@extundo.com>
40927
40928         * modules/timegm: New file.
40929         * MODULES.html.sh (func_all_modules): Add timegm.
40930
40931 2003-08-31  Simon Josefsson  <jas@extundo.com>
40932
40933         * m4/timegm.m4: New file.
40934
40935 2003-08-31  Simon Josefsson  <jas@extundo.com>
40936
40937         * lib/timegm.h: New file.
40938         * lib/timegm.c: New file.  Based on
40939         wget-1.8.2/src/http.c:mktime_from_utc.
40940
40941 2003-08-31  Karl Berry  <karl@gnu.org>
40942
40943         * lib/argp.h: update from libc.
40944
40945 2003-08-28  Bruno Haible  <bruno@clisp.org>
40946
40947         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
40948         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
40949         followed by '#define fnmatch fnmatch_posix' gives an error.
40950
40951 2003-08-28  Bruno Haible  <bruno@clisp.org>
40952
40953         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
40954         warning on QNX, which defines O_BINARY to 000000.
40955
40956 2003-08-27  Jim Meyering  <jim@meyering.net>
40957
40958         * m4/mkstemp.m4: Require that the system mkstemp be able to create
40959         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
40960         would fail after 32.  Reported by Danny Levinson.  Details here:
40961         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
40962
40963 2003-08-24  Bruno Haible  <bruno@clisp.org>
40964
40965         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
40966         MSVC7 <stdio.h> is included later.
40967
40968 2003-08-22  Simon Josefsson  <jas@extundo.com>
40969
40970         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
40971
40972 2003-08-20  Karl Berry  <karl@gnu.org>
40973
40974         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
40975
40976 2003-08-20  Bruno Haible  <bruno@clisp.org>
40977
40978         * modules/progname: New file.
40979         * MODULES.html.sh (func_all_modules): Add progname.
40980
40981 2003-08-20  Bruno Haible  <bruno@clisp.org>
40982
40983         * lib/progname.h: New file, from GNU gettext.
40984         * lib/progname.c: New file, from GNU gettext.
40985         * lib/progreloc.c: New file, from GNU gettext.
40986
40987 2003-08-19  Jim Meyering  <jim@meyering.net>
40988
40989         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
40990         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
40991
40992 2003-08-19  Bruno Haible  <bruno@clisp.org>
40993
40994         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
40995         more.
40996
40997 2003-08-19  Bruno Haible  <bruno@clisp.org>
40998
40999         * lib/xstrdup.c: Assume <string.h> exists.
41000
41001 2003-08-18  Paul Eggert  <eggert@twinsun.com>
41002
41003         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
41004         in makefile rules.
41005
41006 2003-08-18  Jim Meyering  <jim@meyering.net>
41007
41008         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
41009         * m4/lib-ld.m4: Likewise.
41010
41011 2003-08-18  Jim Meyering  <jim@meyering.net>
41012
41013         * lib/setenv.h: Indent nested cpp directive.
41014         * lib/vasnprintf.c: Remove trailing blanks.
41015
41016 2003-08-17  Simon Josefsson  <jas@extundo.com>
41017
41018         * modules/xstrndup: New file.
41019         * MODULES.html.sh (func_all_modules): Add xstrndup.
41020
41021 2003-08-17  Simon Josefsson  <jas@extundo.com>
41022
41023         * modules/argp: Fix autoconf macro name. Add more dependencies.
41024
41025 2003-08-17  Simon Josefsson  <jas@extundo.com>
41026
41027         * m4/xstrndup.m4: New file.
41028
41029 2003-08-17  Simon Josefsson  <jas@extundo.com>
41030
41031         * m4/argp.m4: New file.
41032
41033 2003-08-17  Simon Josefsson  <jas@extundo.com>
41034             Bruno Haible  <bruno@clisp.org>
41035
41036         * lib/xstrndup.h: New file.
41037         * lib/xstrndup.c: New file.
41038
41039 2003-08-17  Bruno Haible  <bruno@clisp.org>
41040
41041         * modules/strndup (Files, Include): Add lib/strndup.h.
41042
41043 2003-08-17  Bruno Haible  <bruno@clisp.org>
41044
41045         * modules/euidaccess (Files): Add lib/euidaccess.h.
41046
41047 2003-08-17  Bruno Haible  <bruno@clisp.org>
41048
41049         * lib/strndup.h: New file.
41050
41051 2003-08-17  Bruno Haible  <bruno@clisp.org>
41052
41053         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
41054         like AC_GNU_SOURCE.
41055         * modules/extensions (configure.ac): Comment out the invocation of
41056         gl_USE_SYSTEM_EXTENSIONS.
41057
41058 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41059
41060         Merges from coreutils, etc.
41061         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
41062         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
41063         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
41064         fixing a typo.
41065         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
41066         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
41067
41068 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41069
41070         Document merge from coreutils.
41071         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
41072         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
41073         * modules/utime: Add m4/utimes-null.m4.
41074
41075 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41076
41077         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
41078         space, undoing this 2003-08-12 change:
41079         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41080
41081 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41082
41083         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
41084         strtoul.c from libc, undoing this 2003-08-12 change:
41085         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41086
41087 2003-08-16  Jim Meyering  <jim@meyering.net>
41088
41089         Merges from coreutils.
41090         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
41091         prefix.  Adjust cache variables similarly.  Create 500 rather than
41092         just 300 files, to exercise bug on Darwin6.5, too.
41093         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
41094         $missing_dir.
41095         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
41096         AM_SYS_POSIX_TERMIOS.
41097         Reported by mkc@mathdogs.com.
41098         Also change use of $am_cv_sys_posix_termios
41099         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
41100         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
41101         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
41102         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
41103         in /proc/mounts until it finds one with matching device number.  This
41104         is unnecessary when the FILE argument *is* a mount point.  No stat call
41105         is necessary in that case.  So, disable the statvfs-testing code on
41106         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
41107         as RedHat bug# 84846.
41108         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41109         to 1MB, so as not to render systems with no stack size limit (e.g.,
41110         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41111         Include <unistd.h>.  On some systems,
41112         it is required for the definition of _SC_PAGESIZE.
41113
41114 2003-08-16  Jim Meyering  <jim@meyering.net>
41115
41116         Merge from coreutils.
41117         * lib/xstrtoimax.c: #else #if -> #elif.
41118         * lib/xstrtoumax.c: Likewise.
41119
41120 2003-08-16  Jim Meyering  <jim@meyering.net>
41121
41122         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
41123         * m4/utimes.m4: Removed.
41124         * m4/utimes-null.m4: Renamed from utimes.m4.
41125
41126         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41127         to 1MB, so as not to render systems with no stack size limit (e.g.,
41128         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41129         Include <unistd.h>.  On some systems,
41130         it is required for the definition of _SC_PAGESIZE.
41131
41132 2003-08-16  Jim Meyering  <jim@meyering.net>
41133         and Paul Eggert  <eggert@cs.ucla.edu>
41134
41135         Merges from coreutils, etc.
41136
41137         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
41138         using the latest version from cvs.  This avoids problems with #line
41139         directives using a vendor (Sun) compiler.
41140         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
41141         Don't set GETGROUPS_LIB here; now it's
41142         done via getgroups.m4's wrapper function.
41143         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
41144         rather than just in sh-util/configure.in, so that the
41145         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
41146         same.
41147         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
41148         AC_FUNC_GETLOADAVG where to find getloadavg.c.
41149         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
41150         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
41151         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
41152         Remove code that is now done by the newly-required macros.
41153         Append $(EXEEXT) to DF_PROG.
41154         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
41155         Do not invoke or require the following here,
41156         since prereq.m4 or some gnulib .m4 now does this for us:
41157         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
41158         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
41159         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
41160         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
41161         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
41162         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
41163         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
41164         AC_FUNC_OBSTACK.
41165         Do not replace the following functions, as this is now the job
41166         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
41167         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
41168         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
41169         atexit getpass, strdup, getpagesize.
41170         Replace 'raise'.
41171         Do not check for the following functions, as this is now the job
41172         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
41173         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
41174         setregid.
41175         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
41176         Check for sys/sysctl.h.
41177         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
41178         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
41179         of checking for ssize_t ourselves.
41180
41181         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
41182         Require every macro that gnulib/modules/* suggests for us.
41183         (jm_PREREQ_ADDEXT): New macro.
41184         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
41185         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
41186
41187         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
41188         (gl_PHYSMEM): Use it.
41189         Also check for `table' function.
41190         Check for new headers and functions.
41191         Add check for sys/sysmp.h.
41192         With suggestions from Kaveh Ghazi.
41193         Ignore headers that are present but cannot be compiled.  This
41194         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
41195         C 5.4.
41196
41197 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41198
41199         Document merge from coreutils.
41200         * modules/userspec: Depend on posixver.
41201         * modules/strftime: Depend on tzset.
41202
41203 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41204
41205         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
41206         rather than tab, after '#' in shell-script copyright notices.
41207         Suggested by Bruno Haible.
41208
41209 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41210
41211         * config/srclist-update: Use three spaces, rather than tab, after '#'
41212         in shell-script copyright notices.  Suggested by Bruno Haible.
41213         Remove unnecessary parenthesization in regular expression.
41214
41215 2003-08-15  Jim Meyering  <jim@meyering.net>
41216
41217         Merge from coreutils.
41218         * lib/xgethostname.c: Include <stdlib.h>.
41219         (xghostname): Don't exit for anything other than memory-related
41220         failure; just return NULL.
41221         * lib/userspec.c: Include "posixver.h".
41222         (parse_user_spec): Accept `.' as a separator only
41223         in pre-POSIX-200112 mode.
41224         * lib/strtoimax.c: Use #elif rather than #else #if.
41225         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
41226         Remove function, now that we can rely on a working tzset function.
41227         [!_LIBC]: Ensure that the required autoconf test has been run.
41228         [!defined _NL_CURRENT && HAVE_STRFTIME]:
41229         Use underlying_strftime for %r.
41230         * lib/sha.c: Merge in some clean-up and optimization changes from
41231         glibc.
41232         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
41233         Ensure that it is a multiple of 64.
41234         Rearrange loop exit tests so as to avoid performing an
41235         additional fread after encountering an error or EOF.
41236         * lib/realloc.c: Update copyright date.
41237
41238 2003-08-15  Jim Meyering  <jim@meyering.net>
41239         and Paul Eggert  <eggert@twinsun.com>
41240
41241         Merge from coreutils.
41242         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
41243         member but strut utmpx does not.  Needed for AIX 4.3.3.
41244         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
41245
41246 2003-08-15  Jim Meyering  <jim@meyering.net>
41247         and Paul Eggert  <eggert@cs.ucla.edu>
41248
41249         Merges from coreutils, etc.
41250         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
41251         Require gl_FUNC_TZSET_CLOBBER.
41252         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
41253         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
41254         members.
41255
41256 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41257
41258         Help the merge from coreutils.
41259         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
41260         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
41261         * m4/tzset.m4: Use it too.
41262
41263 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41264
41265         * modules/tzset: New file.
41266
41267 2003-08-14  Jim Meyering  <jim@meyering.net>
41268
41269         Merges from coreutils.
41270         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
41271         variable names, rather than @FNMATCH_H@.
41272         * modules/alloca: Likewise for $(ALLOCA_H).
41273
41274         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
41275         the three copies of the literal target, `fnmatch.h'.
41276         * modules/alloca (alloca.h): Likewise.
41277
41278 2003-08-14  Jim Meyering  <jim@meyering.net>
41279
41280         Merge from coreutils.
41281         * m4/tzset.m4: New file.
41282         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
41283         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
41284         otherwise, AIX 5.1 systems would end up using the latter.
41285         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
41286         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
41287         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
41288         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
41289
41290 2003-08-14  Jim Meyering  <jim@meyering.net>
41291
41292         Merge from coreutils.
41293         * lib/obstack.h: Whitespace changes.
41294         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
41295         and xcalloc return values.
41296         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
41297         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
41298         hang on OSF/1 5.1 for DIR on both local and remote file systems.
41299         Reported by (and fix confirmed by) Nelson H. F. Beebe.
41300         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
41301         error from mntctl.
41302         Use mntctl's return value to drive the entry-processing loop, since
41303         we can't rely on the value of the vmt_length member in the last
41304         entry.  On some systems doing so could result in exhausting
41305         virtual memory.  Based in part on a patch from Mike Jetzer.
41306
41307 2003-08-14  Jim Meyering  <jim@meyering.net>
41308         and Paul Eggert  <eggert@twinsun.com>
41309
41310         Merges from coreutils, plus other fixes.
41311         * lib/physmem.c: Merge in portability changes from gcc/libiberty
41312         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
41313         for credits and details.  Thanks to Kaveh Ghazi for helping
41314         to keep these files in sync.
41315         (ARRAY_SIZE): Define it.
41316         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
41317         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
41318         (memcasecmp): Don't assume size_t fits in unsigned int.
41319         Remove casts and duplicate code.
41320         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
41321         (memcpy): Remove definition.
41322         Merge in some clean-up and optimization changes from glibc.
41323         [BLOCKSIZE]: Move definition to top of file.
41324         Ensure that it is a multiple of 64.
41325         Rearrange loop exit tests so as to avoid performing an
41326         additional fread after encountering an error or EOF.
41327         * lib/md5.h (md5_uintptr): Define.
41328         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
41329         return to the initial working directory.  Preserve errno
41330         for caller.
41331         * lib/idcache.c: Include "xalloc.h".
41332         (xmalloc, xrealloc): Remove decls.
41333         (getuser): Remove casts no longer required in C89.
41334         * lib/human.c: Include stdio.h, for sprintf.
41335         * lib/group-member.c: Include "xalloc.h".
41336         (xmalloc, xrealloc): Remove decls.
41337         (get_group_info): Remove casts no longer required in C89.
41338         * lib/getusershell.c (readname): Remove casts no longer required in
41339         C89.
41340         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
41341         * lib/getline.c: Whitespace fix, from coreutils.
41342
41343 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41344
41345         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
41346         Check for isascii.
41347
41348         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
41349         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
41350         Undo previous (whitespace-only) change.
41351
41352 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41353
41354         * lib/exclude.c: Include <ctype.h>
41355         (IN_CTYPE_DOMAIN): New macro.
41356         (is_space): New fn.
41357         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
41358         and empty lines.
41359
41360         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
41361         Undo previous (whitespace-only) change.
41362
41363 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41364
41365         * config/srclist-update: Change update back to the old behavior,
41366         leaving whitespace alone.  Use one 'sed' command rather than a
41367         pipeline.
41368         (fixlicense): Now a variable, not a function.
41369         (remove_trailing_blanks): Remove.
41370         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
41371         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
41372         Undo previous (whitespace-only) change.
41373
41374 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41375
41376         Merge from coreutils.
41377         * modules/euidaccess: Add lib_SOURCES, include for new
41378         file euidaccess.h
41379
41380 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41381
41382         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
41383         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
41384         Normalize leading white space and remove trailing white space.
41385
41386         Merge from coreutils
41387         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
41388
41389         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
41390         0.12.1.  These files are now being upgraded automatically by
41391         ../config/srclist-update.
41392
41393 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41394
41395         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
41396         Normalize leading white space and remove trailing white space.
41397         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
41398         notice, as per ../config/srclist-update.
41399
41400         Merge from coreutils.
41401         * lib/euidaccess.h: New file.
41402         * lib/euidaccess.c: Include it.
41403         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
41404         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
41405         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
41406
41407 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41408
41409         * config/srclist-update: Add copyright notice.
41410         (remove_id_lines, remove_trailing_blanks): New constants.
41411         (fixfile): Use them to normalize spacing a bit in copied files.
41412         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
41413         Normalize leading white space and remove trailing white space.
41414
41415         * config/texinfo.tex: Sync with texinfo.
41416
41417         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
41418         strtoul.c from libc, to merge coreutils whitespace changes.
41419
41420         * config/srclist.txt: Get the following m4 files from gettext:
41421         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
41422         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
41423         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
41424         wint_t.m4.
41425
41426 2003-08-12  Karl Berry  <karl@gnu.org>
41427
41428         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
41429         been made.
41430
41431 2003-08-11  Paul Eggert  <eggert@twinsun.com>
41432
41433         * modules/gnu-source, m4/gnu-source.m4:
41434         Remove; we're assuming Autoconf 2.54 or later now.
41435         Suggested by Bruno Haible.
41436         * MODULES.html.sh (func_all_modules): Remove gnu-source.
41437
41438 2003-08-11  Bruno Haible  <bruno@clisp.org>
41439
41440         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
41441
41442 2003-08-11  Bruno Haible  <bruno@clisp.org>
41443
41444         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
41445         (vasnprintf): Use it instead of wcslen.
41446
41447 2003-08-11  Bruno Haible  <bruno@clisp.org>
41448
41449         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
41450         value to ensure that _Bool promotes to int. Use #define for _Bool when
41451         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
41452
41453 2003-08-10  Karl Berry  <karl@gnu.org>
41454
41455         * lib/regex.h: update from libc (whitespace fix).
41456
41457 2003-08-09  Paul Eggert  <eggert@twinsun.com>
41458
41459         Merge some files from coreutils.  These changes were
41460         originally made by Jim Meyering.
41461         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
41462         many older Unixes require this.
41463         * lib/alloca.c (alloca): Remove cast to argument of free;
41464         no longer needed in C89.
41465         * lib/alloca_.h, regex.h: Fix white space to match
41466         what GNU indent does.
41467
41468 2003-08-09  Paul Eggert  <eggert@twinsun.com>
41469
41470         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
41471         apparently Emacs's Unicode mode got confused before my 2003-08-05
41472         checkin.
41473
41474 2003-08-08  Paul Eggert  <eggert@twinsun.com>
41475
41476         * m4/extensions.m4: New file.
41477         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
41478         Require gl_USE_SYSTEM_EXTENSIONS.
41479         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
41480         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
41481
41482 2003-08-08  Paul Eggert  <eggert@twinsun.com>
41483
41484         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
41485         * modules/extensions, modules/gnu-source: New files.
41486         * modules/timespec, modules/unlocked-io: Depend on extensions.
41487
41488 2003-08-07  Paul Eggert  <eggert@twinsun.com>
41489
41490         * modules/restrict: New file.
41491         * MODULES.html.sh (func_all_modules): Add restrict.
41492         * modules/regex: Depend on restrict.
41493
41494 2003-08-07  Paul Eggert  <eggert@twinsun.com>
41495
41496         * m4/restrict.m4: New file.
41497         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
41498
41499 2003-08-07  Bruno Haible  <bruno@clisp.org>
41500
41501         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
41502         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
41503
41504 2003-08-07  Bruno Haible  <bruno@clisp.org>
41505
41506         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
41507         makes the module 'getndelim2' compatible with the module 'getline'.
41508
41509 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41510
41511         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
41512         byte with "\201" to avoid glitches when editing that source file
41513         with multi-gnome-terminal.
41514
41515 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41516
41517         * lib/bumpalloc.h: Remove.
41518
41519 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41520
41521         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
41522         * modules/bumpalloc: Remove.
41523
41524 2003-08-04  Paul Eggert  <eggert@twinsun.com>
41525
41526         * lib/getloadavg.c: Change copyright notice and spacing to conform to
41527         GNU coding style.
41528
41529         Merge from coreutils.
41530         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
41531         1. From glibc.
41532         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
41533         from Karl Berry, implemented by Jim Meyering.
41534         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
41535         from Dmitry V. Levin.
41536         Remove anachronistic cast of xrealloc.
41537         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
41538         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
41539         type. Otherwise, it wouldn't compile with at least /bin/cc on
41540         ymp-cray-unicos9.0.2.X.
41541         Combine two mostly-identical uses of alloca into one.
41542         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
41543
41544 2003-08-04  Dave Love  <d.love@dl.ac.uk>
41545
41546         [From Emacs.]
41547
41548         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
41549         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
41550         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
41551         obsolete NLIST_NAME_UNION.
41552         [__GNU__]: Undef BSD and FSCALE.
41553         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
41554
41555 2003-08-03  Paul Eggert  <eggert@twinsun.com>
41556
41557         * lib/stdbool_.h (_Bool): Make it signed char, instead of
41558         an enum type, so that it's guaranteed to promote to int.  See:
41559         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
41560
41561 2003-08-03  Karl Berry  <karl@gnu.org>
41562
41563         * config/depcomp: update from automake.
41564
41565 2003-07-31  Paul Eggert  <eggert@twinsun.com>
41566
41567         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
41568         (strerror): Don't assume that a printable int fits in 14 bytes.
41569
41570 2003-07-31  Bruno Haible  <bruno@clisp.org>
41571
41572         * modules/getpass-gnu: New file.
41573         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
41574
41575 2003-07-31  Bruno Haible  <bruno@clisp.org>
41576
41577         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
41578
41579 2003-07-24  Karl Berry  <karl@gnu.org>
41580
41581         * config/missing: update from automake.
41582
41583 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
41584             Bruno Haible  <bruno@clisp.org>
41585
41586         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
41587         * lib/getline.c (getline, getdelim): Likewise.
41588         Remove _GNU_SOURCE define; now it's defined in config.h through
41589         m4/getline.m4.
41590
41591 2003-07-23  Karl Berry  <karl@gnu.org>
41592
41593         * config/config.sub: update from prep.
41594
41595 2003-07-22  Paul Eggert  <eggert@twinsun.com>
41596
41597         * modules/xalloc (Depends-on): Add exitfail.
41598         * modules/xmemcoll: Likewise.
41599
41600 2003-07-22  Paul Eggert  <eggert@twinsun.com>
41601
41602         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
41603         over-parenthesization in macros.
41604
41605         Sync with coreutils.
41606
41607         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
41608         required by C99.
41609
41610         Use `exit_failure' for xalloc and xmemcoll instead of their own
41611         private exit-failure variables.
41612         * lib/xalloc.h (xalloc_exit_failure): Remove.
41613         * lib/xmalloc.c: Likewise.  Include exitfail.h.
41614         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
41615         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
41616         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
41617         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
41618
41619 2003-07-20  Jim Meyering  <jim@meyering.net>
41620
41621         * modules/closeout (Depends-on): Add exitfail.
41622         Suggestion from Bruno Haible.
41623
41624 2003-07-19  Karl Berry  <karl@gnu.org>
41625
41626         * config/config.sub: update from prep.
41627
41628 2003-07-18  Paul Eggert  <eggert@twinsun.com>
41629
41630         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
41631         Remove.
41632         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
41633         to test that it can stand by itself.  Include "exitfail.h".
41634         Clients should set exit_failure instead.
41635         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
41636
41637 2003-07-18  Bruno Haible  <bruno@clisp.org>
41638
41639         * modules/getndelim2: New file.
41640         * modules/getline: Share files with module getndelim2.
41641         * modules/getnline: Depend on getndelim2 instead of sharing files with
41642         it. Add getnline.c to lib_SOURCES.
41643         * MODULES.html.sh (func_all_modules): Add getndelim2.
41644
41645 2003-07-18  Bruno Haible  <bruno@clisp.org>
41646
41647         * m4/getndelim2.m4: New file.
41648         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
41649         invoke gl_PREREQ_GETNDELIM2.
41650         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
41651         gl_PREREQ_GETNDELIM2.
41652         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
41653         gl_GETNDELIM2.
41654
41655 2003-07-18  Bruno Haible  <bruno@clisp.org>
41656
41657         * lib/getndelim2.h: New file.
41658         * lib/getndelim2.c: Make into a module of its own. Include config.h,
41659         getndelim2.h.
41660         (getndelim2): Make non-static. Change return type to ssize_t.
41661         * lib/getline.h: Change argument names.
41662         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
41663         * lib/getnline.c: Include getndelim2.h.
41664
41665 2003-07-18  Andreas Schwab  <schwab@suse.de>
41666
41667         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
41668
41669 2003-07-17  Karl Berry  <karl@gnu.org>
41670
41671         * config/config.sub: update from prep.
41672
41673 2003-07-17  Bruno Haible  <bruno@clisp.org>
41674
41675         * modules/getnline: New file.
41676         * modules/getline: Add lib/getndelim2.c to source file list.
41677         * MODULES.html.sh (func_all_modules): Add getnline.
41678
41679 2003-07-17  Bruno Haible  <bruno@clisp.org>
41680
41681         * m4/getnline.m4: New file.
41682
41683 2003-07-17  Bruno Haible  <bruno@clisp.org>
41684
41685         * m4/Makefile.am.in: Remove file.
41686         * m4/Makefile.am: Remove file.
41687         * m4/Makefile.in: Remove file.
41688
41689 2003-07-17  Bruno Haible  <bruno@clisp.org>
41690
41691         * lib/getnline.h: New file.
41692         * lib/getnline.c: New file.
41693         * lib/getndelim2.c: New file, extracted from getline.c.
41694         (getndelim2): Renamed from getdelim2, with added nmax argument.
41695         * lib/getline.c: Include getndelim2.c.
41696         (getdelim2): Moved out to getndelim2.c.
41697         (getline, getdelim): Update.
41698
41699 2003-07-17  Bruno Haible  <bruno@clisp.org>
41700
41701         * lib/Makefile.am: Remove file.
41702         * lib/Makefile.in: Remove file.
41703
41704 2003-07-17  Bruno Haible  <bruno@clisp.org>
41705
41706         * configure.in: Remove file.
41707         * Makefile.in: Remove file.
41708
41709 2003-07-17  Bruno Haible  <bruno@clisp.org>
41710
41711         * MODULES.html.sh: Put the </BODY> right before </HTML>.
41712
41713 2003-07-16  Karl Berry  <karl@gnu.org>
41714
41715         * config/srclist-update: was running fixlicense twice, which caused
41716                 texinfo.tex to be nullified for some reason.  Simplify,
41717                 $gplsrc is no longer needed as far as I can see?
41718
41719 2003-07-16  Jim Meyering  <jim@meyering.net>
41720
41721         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
41722
41723 2003-07-15  Paul Eggert  <eggert@twinsun.com>
41724
41725         * config/srclist.txt: Get the following files from gettext-runtime/intl
41726         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
41727         ref-del.sin.  From Bruno Haible.
41728         * config/srclist-update (fixfile): Change grep pattern again, since the
41729         previous fix didn't work (there was another trailing $).  Use
41730         '[$]' to escape the $s.
41731
41732 2003-07-15  Karl Berry  <karl@gnu.org>
41733
41734         * lib/vasnprintf.c: update from gettext.
41735
41736 2003-07-15  Karl Berry  <karl@gnu.org>
41737
41738         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
41739         gets expanded when surrounded by '$'.
41740
41741 2003-07-15  Jim Meyering  <jim@meyering.net>
41742
41743         * modules/save-cwd: Don't depend on error.  From Derek Price.
41744
41745 2003-07-15  Jim Meyering  <jim@meyering.net>
41746
41747         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
41748
41749 2003-07-14  Simon Josefsson  <jas@extundo.com>
41750
41751         * modules/mempcpy: New file.
41752         * MODULES.html.sh (func_all_modules): Add mempcpy.
41753
41754 2003-07-14  Simon Josefsson  <jas@extundo.com>
41755
41756         * m4/mempcpy.m4: New file.
41757
41758 2003-07-14  Simon Josefsson  <jas@extundo.com>
41759
41760         * lib/mempcpy.h: New file.
41761         * lib/mempcpy.c: New file.
41762
41763 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41764
41765         * modules/getdate, modules/posixtm: Depend on mktime.
41766
41767 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41768
41769         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
41770         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
41771         unicodeio.c, unicodeio.h, unlocked-io.h:
41772         Switch from LGPL to GPL.
41773
41774 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41775
41776         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
41777         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
41778         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
41779         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
41780         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
41781         updated automatically by ../config/srclist-update.  This changes
41782         their license from LPGL to GPL.
41783
41784 2003-07-14  Paul Eggert  <eggert@twinsun.com>
41785
41786         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
41787         assumed to refer to the root of the most recent stable gettext version.
41788         * config/srclistvars.sh: Add defaults for eggert.
41789         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
41790         Match "This program" as well as "The program".  This is needed
41791         for gettext.
41792
41793 2003-07-14  Jim Meyering  <jim@meyering.net>
41794
41795         Don't emit diagnostics.  Let callers do that.
41796         * lib/save-cwd.c: Don't include "error.h".
41797         (save_cwd): Don't call error.  Ensure that errno is valid
41798         when returning nonzero.
41799
41800         * lib/save-cwd.h (restore_cwd): Update prototype.
41801         * lib/save-cwd.c (restore_cwd): Remove two parameters.
41802         Simplify.  Don't call error upon failure.  Let callers do that.
41803         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
41804         when auditing is enabled.  But don't bother updating the #if.
41805
41806 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
41807
41808         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
41809         it breaks C++ compilation.
41810         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
41811
41812 2003-07-10  Simon Josefsson  <jas@extundo.com>
41813
41814         * modules/strchrnul (Makefile.am): Add strchrnul.h.
41815
41816 2003-07-10  Jim Meyering  <jim@meyering.net>
41817
41818         * m4/clock_time.m4: Remove trailing blank.
41819         * m4/intmax_t.m4: Likewise.
41820
41821 2003-07-10  Jim Meyering  <jim@meyering.net>
41822
41823         * lib/vasnprintf.c: Remove trailing blanks.
41824         Make cpp indentation consistent.
41825
41826 2003-07-09  Paul Eggert  <eggert@twinsun.com>
41827
41828         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
41829         posixver.c, strftime.c, strnlen.c, strverscmp.c:
41830         Switch from LGPL to GPL.
41831
41832 2003-07-09  Paul Eggert  <eggert@twinsun.com>
41833
41834         * config/srclist.txt: Sort sublists.  Add
41835         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
41836         that differ from gnulib for one reason or another; we'd like this list
41837         to be smaller but for now let's document what we have.
41838
41839 2003-07-08  Paul Eggert  <eggert@twinsun.com>
41840
41841         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
41842         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
41843         and sweeter "eval x=$x".
41844         * config/srclist.txt: Get lib/argp* from glibc.
41845
41846 2003-07-07  Paul Eggert  <eggert@twinsun.com>
41847
41848         * lib/mktime.c: Fix some boundary cases and remove need for floating
41849         point.
41850
41851         Issue a compile-time diagnostic if time_t is floating point, or if
41852         two's complement arithmetic is not in effect, or if arithmetic
41853         right shift does not propagate the sign.  These assumptions were
41854         all in the original code but they weren't checked.
41855
41856         (TIME_T_MIDPOINT, verify): New macros.
41857         (__isleap): Remove; it has integer overflow problems.
41858         (leapyear): New function, without those problems.
41859         (ydhms_tm_diff): Remove; splitting into two parts.
41860         (ydhms_diff): New function, containing the arithmetic part of
41861         the old ydhms_tm_diff function.  Issue a compile-time
41862         diagnostic if we are not using C99 integer division.
41863         Avoid casts when possible.
41864         (guess_time_tm): New function, containing the checking part of
41865         the old ydhms_tm_diff function.  Return the new value, rather than
41866         the difference between it and the old.  Accept a new argument T
41867         so that *T specifies the old value.  Check for overflow in the result.
41868
41869         (__mktime_internal): Use a time_t offset, not a long int offset.
41870         This undoes the 2003-06-04 change, which is no longer needed now
41871         that we have better overflow checking.
41872         (localtime_offset): Likewise.
41873
41874         (__mktime_internal): Avoid harmful overflow on hosts where time_t
41875         and long are 64-bit but int is only 32-bit.
41876         (ydhms_diff): Use long int to store year1 and yday1.
41877         Issue a compile-time diagnostic if long int is not wide enough.
41878
41879         (__mktime_internal): Use long int to store adjusted year and yday.
41880         Use plain C rather than preprocessor commands, if that doesn't
41881         affect efficiency.
41882         Check for overflow (and try to repair) after each probe
41883         rather than checking only at the very end.  This avoids some bugs
41884         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
41885         does not equal GMT offset at maximum time).
41886         Use integer to check for overflow rather than floating point; this
41887         is more portable to non-IEEE hosts, and is a tad faster.
41888         When we detect that we are oscillating between two values,
41889         don't check whether tm_isdst has the requested value, since
41890         we already know the answer.  When tm_isdst has the wrong value,
41891         use a different heuristic to find the right one, based on the
41892         extreme values actually observed in practice in tz2003a,
41893         rather than the (overly optimistic) "previous 3 calendar quarters".
41894
41895         (not_equal_tm, print_tm, check_result): Use "const T" rather than
41896         "T const" to accommodate glibc style.
41897         (check_result): Use less-confusing report format.  "long" -> "long int.
41898         (main): Likewise.
41899         Don't loop if the iteration overflows time_t.
41900         Allow a negative step in the iteration.
41901
41902 2003-07-06  Karl Berry  <karl@gnu.org>
41903
41904         * config/depcomp: update from automake.
41905         * config/config.sub: update from prep.
41906
41907 2003-07-03  Karl Berry  <karl@gnu.org>
41908
41909         * config/config.guess: update from prep.
41910
41911 2003-07-01  Paul Eggert  <eggert@twinsun.com>
41912
41913         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
41914         xreadlink.c now includes it unconditionally.
41915
41916 2003-07-01  Paul Eggert  <eggert@twinsun.com>
41917
41918         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
41919         having it depend on HAVE_SYS_TYPES_H.
41920
41921 2003-07-01  Bruno Haible  <bruno@clisp.org>
41922
41923         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
41924         <sys/types.h> should be sufficient.
41925         Reported by Paul Eggert.
41926
41927 2003-06-26  Karl Berry  <karl@gnu.org>
41928
41929         * config/depcomp: update from automake.
41930
41931 2003-06-26  Bruno Haible  <bruno@clisp.org>
41932
41933         * modules/human: Depend on module stdbool.
41934
41935 2003-06-25  Bruno Haible  <bruno@clisp.org>
41936
41937         * modules/readlink: New file.
41938         * modules/xreadlink: Depend on it.
41939         * MODULES.html.sh (func_all_modules): Add readlink.
41940
41941 2003-06-25  Bruno Haible  <bruno@clisp.org>
41942
41943         * m4/readlink.m4: New file.
41944
41945 2003-06-25  Bruno Haible  <bruno@clisp.org>
41946
41947         * lib/readlink.c: New file.
41948
41949 2003-06-22  Karl Berry  <karl@gnu.org>
41950
41951         * config/srclist.txt: update mkinstalldirs from automake.
41952         * config/mkinstalldirs: update.
41953
41954 2003-06-22  Bruno Haible  <bruno@clisp.org>
41955
41956         Portability to mingw32.
41957         * m4/ssize_t.m4: New file, from GNU gettext.
41958         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
41959         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
41960
41961 2003-06-22  Bruno Haible  <bruno@clisp.org>
41962
41963         * modules/safe-read: Add m4/ssize_t.m4.
41964         * modules/xreadlink: Add m4/ssize_t.m4.
41965
41966 2003-06-20  Bruno Haible  <bruno@clisp.org>
41967
41968         Assume C89, so PARAMS isn't needed.
41969         * lib/unicodeio.h (PARAMS): Remove.
41970         * lib/unicodeio.c: Don't use PARAMS.
41971
41972 2003-06-18  Karl Berry  <karl@gnu.org>
41973
41974         * config/config.{guess,sub}: update from prep.
41975
41976 2003-06-18  Jim Meyering  <jim@meyering.net>
41977
41978         Merge changes from coreutils.
41979         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
41980         Remove explicit declarations of xmalloc and realloc.
41981         Include xalloc.h.
41982         (read_utmp): Remove anachronistic cast of xmalloc.
41983
41984 2003-06-17  Paul Eggert  <eggert@twinsun.com>
41985
41986         Assume C89, so PARAMS isn't needed.
41987         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
41988         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
41989         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
41990         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
41991         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
41992         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
41993         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
41994         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
41995         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
41996         lib/xstrtod.h, lib/xstrtol.h: Likewise.
41997         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
41998         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
41999         no longer needed. Anyway, config.h should always be included before any
42000         other file.
42001
42002 2003-06-11  Simon Josefsson  <jas@extundo.com>
42003
42004         * modules/sysexits: New file.
42005         * MODULES.html.sh (func_all_modules): Add sysexits.
42006
42007 2003-06-11  Simon Josefsson  <jas@extundo.com>
42008
42009         * lib/sysexit_.h: New file.
42010
42011 2003-06-11  Derek Price  <derek@ximbiot.com>
42012
42013         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
42014         necessary.
42015
42016 2003-06-11  Bruno Haible  <bruno@clisp.org>
42017
42018         * m4/sysexits.m4: New file.
42019
42020 2003-06-10  Simon Josefsson  <jas@extundo.com>
42021
42022         * lib/argp.h: New file, from glibc.
42023         * lib/argp-ba.c: New file, from glibc.
42024         * lib/argp-eexst.c: New file, from glibc.
42025         * lib/argp-fmtstream.c: New file, from glibc.
42026         * lib/argp-fmtstream.h: New file, from glibc.
42027         * lib/argp-fs-xinl.c: New file, from glibc.
42028         * lib/argp-help.c: New file, from glibc.
42029         * lib/argp-namefrob.h: New file, from glibc.
42030         * lib/argp-parse.c: New file, from glibc.
42031         * lib/argp-pv.c: New file, from glibc.
42032         * lib/argp-pvh.c: New file, from glibc.
42033         * lib/argp-xinl.c: New file, from glibc.
42034
42035 2003-06-10  Simon Josefsson  <jas@extundo.com>
42036
42037         * modules/strchrnul: New file.
42038
42039 2003-06-10  Simon Josefsson  <jas@extundo.com>
42040
42041         * modules/argp: New file.
42042
42043 2003-06-10  Simon Josefsson  <jas@extundo.com>
42044
42045         * m4/strchrnul.m4: New file.
42046
42047 2003-06-10  Simon Josefsson  <jas@extundo.com>
42048
42049         * lib/strchrnul.h: New file.
42050         * lib/strchrnul.c: New file.
42051
42052 2003-06-10  Bruno Haible  <bruno@clisp.org>
42053
42054         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
42055
42056 2003-06-07  Karl Berry  <karl@gnu.org>
42057
42058         * config/config.{guess,sub}: update from prep.
42059
42060 2003-06-07  Jim Meyering  <jim@meyering.net>
42061
42062         * modules/strtod: Use $(...) notation, not @...@ for
42063         AC_REPLACE'd variables.
42064         * modules/localcharset: Likewise.
42065
42066 2003-06-07  Jim Meyering  <jim@meyering.net>
42067
42068         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
42069         in place of my name in the copyright comment.
42070         Remove definition and uses of __P.
42071
42072         From coreutils.
42073         * lib/stat.c: Don't declare xmalloc explicitly.
42074         Instead, include "xalloc.h".
42075         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
42076         xrealloc, and xcalloc return values.
42077         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
42078         Improve comment.
42079         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
42080
42081 2003-06-07  Bruno Haible  <bruno@clisp.org>
42082
42083         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
42084         avoid AC_CONFIG_LINKS.
42085         * modules/fnmatch (Makefile.am): Use explicit creation rule for
42086         fnmatch.h, to avoid AC_CONFIG_LINKS.
42087         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
42088
42089 2003-06-07  Bruno Haible  <bruno@clisp.org>
42090
42091         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
42092         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
42093         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42094         directory.
42095         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
42096         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42097         directory.
42098
42099 2003-06-06  Jim Meyering  <jim@meyering.net>
42100
42101         Merge from coreutils.
42102         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
42103         Consolidate declarations and initializations of *_base* locals.
42104
42105         Merge from coreutils.
42106         This avoids a core dump on systems without GNU putenv,
42107         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
42108         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
42109         (unsetenv): New static function, from GNU libc.
42110         (rpl_putenv): Use it.
42111
42112         * lib/modechange.c: Remove trailing blanks.
42113
42114         Merge from coreutils.
42115         * lib/fsusage.c: Remove declaration of statfs.
42116         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
42117
42118         * lib/posixtm.c: Include <stdbool.h> unconditionally.
42119
42120 2003-06-06  Jim Meyering  <jim@meyering.net>
42121
42122         * lib/stdbool_.h: Renamed from stdbool.h.in.
42123
42124 2003-06-06  Jim Meyering  <jim@meyering.net>
42125             Bruno Haible  <bruno@clisp.org>
42126
42127         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
42128         Adjust Makefile.am snippet not to redirect directly to target.
42129         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
42130
42131 2003-06-05  Paul Eggert  <eggert@twinsun.com>
42132
42133         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
42134         mismatch, look in future quarters as well as past.  This fixes a
42135         bug when processing fall-backwards gaps immediately after a long
42136         period of daylight-saving time.
42137
42138         * lib/mktime.c: Assume freestanding C89 or better.
42139         (HAVE_LIMITS_H): Remove.  Assume it's 1.
42140         (__P): Remove; not used.
42141         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
42142         (mktime, not_equal_tm, print_tm, check_result,
42143         main): Use prototypes.  Use const * where appropriate.
42144         (main): Fix typo in testing code that uncovered by above changes.
42145         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
42146
42147 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42148
42149         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
42150         locale.h, localeconv.  This merges changes from coreutils.
42151
42152         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
42153         It can be removed after the next Autoconf is released.
42154         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
42155         needed.
42156
42157 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42158
42159         * lib/mktime.c: Fix Debian bug 177940
42160         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
42161         (localtime_offset): Now long int, not time_t, because we want it
42162         to be guaranteed to be signed.  All uses changed.
42163         (__mktime_internal): If overflow would occur when adding offset,
42164         don't add it.
42165
42166         Merge 'human' changes from coreutils.  Rewrite to support
42167         locale-specific notations like thousands separators.
42168         * lib/human.c: Simplify authorship notice.
42169         Include human.h immediately after config.h.
42170         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
42171         <limits.h>: Do not include, since human.h does.
42172         (SIZE_MAX, UINTMAX_MAX): New macros.
42173         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
42174         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
42175         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
42176         (power_letter): Renamed from suffixes.
42177         (generate_suffix_backwards): Remove.
42178         (adjust_value): Now takes int style (because of human.h changes)
42179         and long double value (for greater precision on some platforms).
42180         (group_number): New function.
42181         (human_readable): Use it.  Use integer options, not enum.
42182         Put the options before the sizes in the arg list.
42183         Support all the new options.
42184         The old human_readable function has been removed;
42185         use inttostr.h instead.
42186         (human_readable, default_block_size, humblock):
42187         Use uintmax_t, not int, for block sizes.
42188         (human_readable_inexact, block_size_types): Remove.
42189         (block_size_opts): New constant.
42190         (human_options): Renamed from human_block_size, with new signature
42191         that allows block sizes up to UINTMAX_MAX.  All callers changed.
42192         * lib/human.h: Add copyright and authorship notice.
42193         Include <limits.h> and <stdbool.h> unconditionally.
42194         (PARAMS): Remove.  All uses removed.
42195         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
42196         (enum human_inexact_style): Remove tag; now a nameless enum.
42197         (human_floor, human_ceiling, human_round_to_even): Now have
42198         values 2, 0, 1 rather than -1, 1, 0.
42199         (human_group_digits, human_suppress_point_zero, human_autoscale,
42200         human_base_1024, human_SI, human_B): New constants.
42201         (human_readable_inexact, human_block_size): Remove.
42202         (human_readable): Size args are now uintmax_t, not int.
42203         (human_options): New decl.
42204
42205         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
42206         unnecessary now that we assume C89 or better.  This change
42207         imported from coreutils.
42208
42209         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42210         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
42211         in the 2003-05-30 sync from glibc.
42212
42213         .h files should stand alone, but we shouldn't include <sys/types.h>
42214         if we can get away with just <stddef.h>.
42215
42216         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
42217         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
42218         rather than <sys/types.h>, as we merely need size_t.
42219         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
42220         to get size_t.
42221         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
42222         Include <stdio.h>, to get FILE.
42223         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
42224         memcasecmp.h has included <stddef.h> and all we need is size_t.
42225         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
42226         our interface, instead of including <sys/types.h>
42227
42228 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42229
42230         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
42231         now, as glibc mktime is buggy on non-glibc systems.
42232
42233 2003-06-03  Karl Berry  <karl@gnu.org>
42234
42235         * config/config.sub: update from prep.
42236
42237 2003-06-02  Paul Eggert  <eggert@twinsun.com>
42238
42239         [from coreutils]
42240         Fix some minor time-related bugs with POSIX time arguments.
42241         Some valid time stamps were being rejected (notably -1, and
42242         time stamps before 1900 on 64-bit hosts).  And some invalid
42243         time stamps were being accepted, e.g. September 31.
42244
42245         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
42246         that we can return (time_t) -1 successfully.
42247         * lib/posixtm.c: Likewise.
42248         [HAVE_STDBOOL_H]: Include <stdbool.h>.
42249         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
42250         (t): Remove static var.
42251         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
42252         of static var.  All uses changed.
42253         (year): Do not reject years before 1900; they can occur with
42254         64-bit time_t.
42255         (posix_time_parse): Do not check for out-of-range components;
42256         that is now the caller's responsibility, since our checks were
42257         only approximations.
42258         (posixtime): Use mktime to check for out-of-range components,
42259         since it knows them exactly.
42260         If mktime returns (time_t) -1, check whether an error actually occurred
42261         by invoking localtime on -1.
42262         (main) [TEST_POSIXTIME]: Check for input data errors, and report
42263         posixtime failures better.
42264         Improve the test data (in comments only).
42265
42266 2003-06-02  Karl Berry  <karl@gnu.org>
42267
42268         * config/mkinstalldirs (version): new variable.
42269         (--version): new option.
42270         (usage): improve message.
42271
42272 2003-05-30  Karl Berry  <karl@gnu.org>
42273
42274         * lib/mktime.c: update from libc.
42275
42276 2003-05-30  Bruno Haible  <bruno@clisp.org>
42277
42278         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
42279         * config/config.rpath: Upgrade to gettext-0.12.1.
42280
42281 2003-05-30  Bruno Haible  <bruno@clisp.org>
42282
42283         * m4/gettext.m4: Upgrade to gettext-0.12.1.
42284         * m4/nls.m4: New file, from gettext-0.12.1.
42285         * m4/po.m4: New file, from gettext-0.12.1.
42286         * m4/progtest.m4: Upgrade to gettext-0.12.1.
42287
42288 2003-05-30  Bruno Haible  <bruno@clisp.org>
42289
42290         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
42291         * lib/localcharset.h: Likewise.
42292         * lib/localcharset.c: Likewise.
42293
42294 2003-05-29  Karl Berry  <karl@gnu.org>
42295
42296         * config/config.rpath: update from gettext.
42297
42298 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42299
42300         Assume the headers required for C89 freestanding compilers.
42301         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
42302         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
42303         * m4/human.m4 (gl_HUMAN): Likewise.
42304         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
42305         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
42306         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42307         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
42308         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42309         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
42310
42311 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42312
42313         Assume the headers required for C89 freestanding compilers.
42314         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
42315         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
42316         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
42317         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
42318         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
42319         define, since <limits.h> is guaranteed to do that.
42320         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
42321         * lib/exclude.c: Include <stdbool.h> unconditionally.
42322         * lib/tempname.c: Include <stddef.h> unconditionally.
42323         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
42324         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
42325         <stddef.h> does that.
42326         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
42327         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
42328         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
42329         needed.
42330         * lib/xstrtol.c: Likewise.
42331         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
42332         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
42333
42334         * lib/addext.c (addext): Use assignment rather than cast, to avoid
42335         warnings on some platforms.
42336
42337         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42338         arbitrarily.
42339
42340 2003-05-26  Jim Meyering  <jim@meyering.net>
42341
42342         Merge in a change from coreutils:
42343         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
42344         that is guaranteed to be `no'.  Use `no_such_member' to indicate
42345         that condition, rather than `-1' which is slightly misleading.
42346         Change the name of the cache variable to have the gl_ prefix.
42347         Prompted by a patch from Richard Dawe for DJGPP.
42348
42349 2003-05-24  Karl Berry  <karl@gnu.org>
42350
42351         * config/config.guess: update from prep.
42352
42353 2003-05-22  Karl Berry  <karl@gnu.org>
42354
42355         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
42356
42357 2003-05-20  Karl Berry  <karl@gnu.org>
42358
42359         * config/config.guess: update from prep.
42360
42361 2003-05-18  Karl Berry  <karl@gnu.org>
42362
42363         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
42364         might actually be set by the user.
42365
42366         * config/depcomp, install-sh, mdate-sh: update from automake.
42367
42368 2003-05-17  Bruno Haible  <bruno@clisp.org>
42369
42370         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
42371         invalid expansion for AC_EGREP_CPP.
42372         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
42373         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
42374         Suggested by Akim Demaille <akim@epita.fr> in
42375         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
42376
42377 2003-05-12  Jim Meyering  <jim@meyering.net>
42378
42379         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
42380         the space-padded-by-default conversion specifiers, %e, %k, %l.
42381
42382 2003-05-12  Bruno Haible  <bruno@clisp.org>
42383
42384         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
42385         the string is longer than 4 KB.
42386
42387 2003-05-11  Karl Berry  <karl@gnu.org>
42388
42389         * config/config.{guess,sub}: update from prep.
42390
42391 2003-05-09  Bruno Haible  <bruno@clisp.org>
42392
42393         * modules/error: Add m4/strerror_r.m4 to file list.
42394
42395 2003-05-03  Bruno Haible  <bruno@clisp.org>
42396
42397         Upgrade to Unicode-4.0.
42398         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
42399         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
42400         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
42401         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
42402         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
42403         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
42404         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
42405         Change width of U+E0100..U+E01EF from 1 to 0.
42406
42407 2003-04-25  Jim Meyering  <jim@meyering.net>
42408
42409         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
42410         of type size_t, not int.
42411
42412 2003-04-25  Bruno Haible  <bruno@clisp.org>
42413
42414         * lib/copy-file.c: Include <stddef.h>, for size_t.
42415
42416 2003-04-21  Paul Eggert  <eggert@twinsun.com>
42417
42418         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
42419         code which expansion is under static control.  Patch imported from
42420         Akim Demaille's patch to Bison; see
42421         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
42422
42423 2003-04-14  Bruno Haible  <bruno@clisp.org>
42424
42425         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
42426
42427 2003-04-11  Jim Meyering  <jim@meyering.net>
42428
42429         Merge changes from Coreutils.
42430
42431         2003-03-22  Jim Meyering  <jim@meyering.net>
42432
42433         * lib/strftime.c (widen): Cast alloca return value to proper type.
42434
42435         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
42436
42437         From GNU libc.
42438         * lib/strftime.c (my_strftime): Handle very large width
42439         specifications for numeric values correctly.  Improve checks for
42440         overflow.
42441
42442         2003-01-19  Jim Meyering  <jim@meyering.net>
42443
42444         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
42445         definitions.
42446         (nl_get_alt_digit) [! defined my_strftime]: Define.
42447         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
42448         _nl_get_alt_digit and _nl_get_walt_digit.
42449
42450         * lib/strftime.c (my_strftime): Merge in locale-related changes from
42451         libc. These changes have no effect outside of _LIBC.
42452
42453 2003-04-10  Bruno Haible  <bruno@clisp.org>
42454
42455         * modules/findprog: New file.
42456         * MODULES.html.sh (func_all_modules): Add it.
42457
42458 2003-04-10  Bruno Haible  <bruno@clisp.org>
42459
42460         * m4/findprog.m4: New file.
42461         * m4/eaccess.m4: New file.
42462
42463 2003-04-10  Bruno Haible  <bruno@clisp.org>
42464
42465         * lib/findprog.h: New file, from GNU gettext.
42466         * lib/findprog.c: New file, from GNU gettext.
42467
42468 2003-04-05  Jim Meyering  <jim@meyering.net>
42469
42470         Merge changes from Coreutils.
42471
42472         * lib/exclude.h (PARAMS): Remove definition and uses.
42473         * lib/exclude.c: Remove uses of `PARAMS'.
42474
42475         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
42476         Add test-cases for DOS filenames. Declare program_name.
42477         (main): Set up program_name.  Patch by Rich Dawe.
42478
42479         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
42480         error from mntctl.
42481         Use mntctl's return value to drive the entry-processing loop, since
42482         we can't rely on the value of the vmt_length member in the last
42483         entry.  On some systems doing so could result in exhausting
42484         virtual memory.  Based in part on a patch from Mike Jetzer.
42485
42486 2003-04-04  Bruno Haible  <bruno@clisp.org>
42487
42488         * modules/linebreak: New file.
42489         * MODULES.html.sh (func_all_modules): Add it.
42490
42491 2003-04-04  Bruno Haible  <bruno@clisp.org>
42492
42493         * m4/linebreak.m4: New file.
42494
42495 2003-04-04  Bruno Haible  <bruno@clisp.org>
42496
42497         * lib/linebreak.h: New file, from GNU gettext.
42498         * lib/linebreak.c: New file, from GNU gettext with slight
42499         modifications.
42500         * lib/lbrkprop.h: New file, from GNU gettext.
42501
42502 2003-04-03  Bruno Haible  <bruno@clisp.org>
42503
42504         * modules/utf8-ucs4: New file.
42505         * modules/utf16-ucs4: New file.
42506         * modules/ucs4-utf8: New file.
42507         * modules/ucs4-utf16: New file.
42508         * MODULES.html.sh (func_all_modules): Add them.
42509
42510 2003-04-03  Bruno Haible  <bruno@clisp.org>
42511
42512         * m4/utf-ucs4.m4: New file.
42513         * m4/ucs4-utf.m4: New file.
42514
42515 2003-04-03  Bruno Haible  <bruno@clisp.org>
42516
42517         * lib/utf8-ucs4.h: New file, from GNU gettext.
42518         * lib/utf16-ucs4.h: New file, from GNU gettext.
42519         * lib/ucs4-utf8.h: New file, from GNU gettext.
42520         * lib/ucs4-utf16.h: New file, from GNU gettext.
42521
42522 2003-04-02  Bruno Haible  <bruno@clisp.org>
42523
42524         * modules/binary-io: New file.
42525         * MODULES.html.sh (func_all_modules): Add it.
42526
42527 2003-04-02  Bruno Haible  <bruno@clisp.org>
42528
42529         * lib/binary-io.h: New file, from GNU gettext.
42530
42531 2003-04-01  Bruno Haible  <bruno@clisp.org>
42532
42533         * modules/pathname: New file.
42534         * MODULES.html.sh (func_all_modules): Add it.
42535
42536 2003-04-01  Bruno Haible  <bruno@clisp.org>
42537
42538         * lib/pathname.h: New file, from GNU gettext.
42539         * lib/concatpath.c: New file, from GNU gettext.
42540
42541 2003-03-30  Bruno Haible  <bruno@clisp.org>
42542
42543         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
42544
42545 2003-03-30  Bruno Haible  <bruno@clisp.org>
42546
42547         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
42548         function chown() doesn't exist.
42549
42550 2003-03-28  Bruno Haible  <bruno@clisp.org>
42551
42552         * modules/copy-file: New file.
42553         * MODULES.html.sh (func_all_modules): Add it.
42554
42555 2003-03-28  Bruno Haible  <bruno@clisp.org>
42556
42557         * m4/copy-file.m4: New file.
42558
42559 2003-03-28  Bruno Haible  <bruno@clisp.org>
42560
42561         * lib/copy-file.h: New file, from GNU gettext.
42562         * lib/copy-file.c: New file, from GNU gettext.
42563
42564 2003-03-18  Jim Meyering  <jim@meyering.net>
42565
42566         * lib/quote.c (quote_n): Fix typo in comment.
42567
42568 2003-03-18  Bruno Haible  <bruno@clisp.org>
42569
42570         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
42571         checking.
42572         * m4/onceonly_2_57.m4: Likewise.
42573
42574 2003-03-17  Bruno Haible  <bruno@clisp.org>
42575
42576         * m4/onceonly.m4: Require autoconf 2.54 or newer.
42577         (m4_quote): Remove macro.
42578         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
42579
42580 2003-03-14  Jim Meyering  <jim@meyering.net>
42581
42582         Merge changes from Coreutils.
42583         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
42584         to be const, in order to avoid warnings.
42585         (obstack_room): Likewise.
42586         (obstack_empty_p): Likewise.
42587
42588 2003-03-14  Bruno Haible  <bruno@clisp.org>
42589
42590         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
42591         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
42592
42593 2003-03-13  Paul Eggert  <eggert@twinsun.com>
42594
42595         Merge changes from Bison.
42596         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
42597         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
42598         when compiling Bison 1.875's `bitset bset = obstack_alloc
42599         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
42600         * lib/hash.c: Include <stdbool.h> unconditionally.
42601
42602 2003-03-13  Paul Eggert  <eggert@twinsun.com>
42603
42604         * m4/onceonly.m4 (m4_quote): New macro.
42605         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
42606         Quote AC_FOREACH variable-expansions properly.
42607
42608 2003-03-13  Paul Eggert  <eggert@twinsun.com>
42609
42610         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
42611
42612 2003-03-09  Paul Eggert  <eggert@twinsun.com>
42613
42614         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
42615         Reported by Bruce Becker; see:
42616         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
42617
42618 2003-03-03  Paul Eggert  <eggert@twinsun.com>
42619             Bruno Haible  <bruno@clisp.org>
42620
42621         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
42622         Reported by John Hughes, see
42623         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
42624
42625 2003-02-20  Bruno Haible  <bruno@clisp.org>
42626
42627         * MODULES.html.sh (func_all_modules): Add poll.
42628
42629 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
42630
42631         * modules/poll: New file.
42632
42633 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
42634
42635         * lib/poll_.h: New file.
42636         * lib/poll.c: New file.
42637
42638 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
42639
42640         * m4/poll.m4: New file.
42641
42642 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
42643
42644         * modules/mathl: New file.
42645
42646 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
42647
42648         * lib/mathl.h: New file.
42649         * lib/acosl.c: New file.
42650         * lib/asinl.c: New file.
42651         * lib/atanl.c: New file.
42652         * lib/ceill.c: New file.
42653         * lib/cosl.c: New file.
42654         * lib/expl.c: New file.
42655         * lib/floorl.c: New file.
42656         * lib/frexpl.c: New file.
42657         * lib/ldexpl.c: New file.
42658         * lib/logl.c: New file.
42659         * lib/sincosl.c: New file.
42660         * lib/sinl.c: New file.
42661         * lib/sqrtl.c: New file.
42662         * lib/tanl.c: New file.
42663         * lib/trigl.c: New file.
42664         * lib/trigl.h: New file.
42665
42666 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
42667
42668         * m4/mathl.m4: New file.
42669
42670 2003-02-18  Bruno Haible  <bruno@clisp.org>
42671
42672         * MODULES.html.sh (func_all_modules): Add mathl.
42673
42674 2003-02-17  Bruno Haible  <bruno@clisp.org>
42675
42676         * modules/mkdtemp: New module.
42677         * MODULES.html.sh (func_all_modules): Add it.
42678
42679 2003-02-17  Bruno Haible  <bruno@clisp.org>
42680
42681         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
42682
42683 2003-02-17  Bruno Haible  <bruno@clisp.org>
42684
42685         * lib/mkdtemp.h: New file, from GNU gettext.
42686         * lib/mkdtemp.c: New file, from GNU gettext.
42687
42688 2003-02-02  Jim Meyering  <jim@meyering.net>
42689
42690         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
42691         e.g. glibc-2.2.93.
42692
42693 2003-01-31  Bruno Haible  <bruno@clisp.org>
42694
42695         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
42696         'rpl_rename'.
42697         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
42698         'rpl_strnlen'.
42699         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
42700         'rpl_strtod'.
42701         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
42702         'rpl_utime'.
42703
42704 2003-01-31  Bruno Haible  <bruno@clisp.org>
42705
42706         * lib/rename.c: #undef rename before defining rpl_rename.
42707         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
42708
42709 2003-01-30  Bruno Haible  <bruno@clisp.org>
42710
42711         * modules/vasnprintf, modules/vasprintf: New modules.
42712         * MODULES.html.sh (func_all_modules): Add them.
42713
42714 2003-01-30  Bruno Haible  <bruno@clisp.org>
42715
42716         * m4/signed.m4: New file, from GNU gettext.
42717         * m4/longdouble.m4: New file, from GNU gettext.
42718         * m4/wchar_t.m4: New file, from GNU gettext.
42719         * m4/wint_t.m4: New file, from GNU gettext.
42720         * m4/vasnprintf.m4: New file.
42721         * m4/vasprintf.m4: New file.
42722
42723 2003-01-30  Bruno Haible  <bruno@clisp.org>
42724
42725         * lib/printf-args.h: New file, from GNU gettext.
42726         * lib/printf-args.c: New file, from GNU gettext.
42727         * lib/printf-parse.h: New file, from GNU gettext.
42728         * lib/printf-parse.c: New file, from GNU gettext.
42729         * lib/vasnprintf.h: New file, from GNU gettext.
42730         * lib/vasnprintf.c: New file, from GNU gettext.
42731         * lib/asnprintf.c: New file, from GNU gettext.
42732         * lib/vasprintf.h: New file, from GNU gettext with modifications.
42733         * lib/vasprintf.c: New file, from GNU gettext.
42734         * lib/asprintf.c: New file, from GNU gettext.
42735
42736 2003-01-29  Bruno Haible  <bruno@clisp.org>
42737
42738         * modules/stpncpy: New module.
42739         * MODULES.html.sh (func_all_modules): Add it.
42740
42741 2003-01-29  Bruno Haible  <bruno@clisp.org>
42742
42743         * m4/stpncpy.m4: New file.
42744
42745 2003-01-29  Bruno Haible  <bruno@clisp.org>
42746
42747         * lib/stpncpy.h: New file, from GNU gettext with modifications.
42748         * lib/stpncpy.c: New file, from GNU gettext with modifications.
42749
42750 2003-01-28  Bruno Haible  <bruno@clisp.org>
42751
42752         * modules/c-ctype: New module.
42753         * MODULES.html.sh (func_all_modules): Add it.
42754
42755 2003-01-28  Bruno Haible  <bruno@clisp.org>
42756
42757         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
42758         Paul Eggert.
42759         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
42760         Paul Eggert.
42761
42762 2003-01-27  Bruno Haible  <bruno@clisp.org>
42763
42764         * modules/xsetenv: New module.
42765         * MODULES.html.sh (func_all_modules): Add it.
42766
42767 2003-01-27  Bruno Haible  <bruno@clisp.org>
42768
42769         * lib/xsetenv.h: New file, from GNU gettext.
42770         * lib/xsetenv.c: New file, from GNU gettext.
42771
42772 2003-01-23  Jim Meyering  <jim@meyering.net>
42773
42774         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
42775         from working on systems without dirfd (at least Irix and OSF1/Tru64).
42776
42777 2003-01-23  Bruno Haible  <bruno@clisp.org>
42778
42779         * modules/minmax: New module.
42780         * MODULES.html.sh (func_all_modules): Add it.
42781
42782 2003-01-23  Bruno Haible  <bruno@clisp.org>
42783
42784         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
42785         Eggert.
42786
42787 2003-01-22  Bruno Haible  <bruno@clisp.org>
42788
42789         * modules/exit: New module.
42790         * MODULES.html.sh (func_all_modules): Add it.
42791
42792 2003-01-22  Bruno Haible  <bruno@clisp.org>
42793
42794         * lib/exit.h: New file, from GNU gettext.
42795
42796 2003-01-19  Bruno Haible  <bruno@clisp.org>
42797
42798         * gnulib-tool: Recognize option --extract-maintainer.
42799         (func_get_maintainer): New function.
42800         * modules/*: Add Maintainer entry.
42801
42802 2003-01-16  Jim Meyering  <jim@meyering.net>
42803
42804         * m4/regex.m4: The `regex' struct is both input and output.
42805         Initialize it before each use.  Patch by Tim Waugh.
42806
42807 2003-01-16  Bruno Haible  <bruno@clisp.org>
42808
42809         * MODULES.html.sh: Add a table of contents. Add the module name as
42810         leftmost column. Add hyperlinks.
42811
42812 2003-01-15  Bruno Haible  <bruno@clisp.org>
42813
42814         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
42815
42816 2003-01-15  Bruno Haible  <bruno@clisp.org>
42817
42818         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
42819         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
42820         suffix.
42821
42822 2003-01-15  Bruno Haible  <bruno@clisp.org>
42823
42824         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
42825
42826 2003-01-15  Bruno Haible  <bruno@clisp.org>
42827
42828         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
42829         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
42830
42831 2003-01-14  Jim Meyering  <jim@meyering.net>
42832
42833         * lib/same.c (same_name): Tweak a comment.
42834
42835 2003-01-14  Bruno Haible  <bruno@clisp.org>
42836
42837         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
42838         when a string comparison is sufficient.
42839
42840 2003-01-14  Bruno Haible  <bruno@clisp.org>
42841
42842         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
42843         'unsigned int'.
42844
42845 2003-01-14  Bruno Haible  <bruno@clisp.org>
42846
42847         * lib/hash-pjw.c: Add comment about low quality of this function.
42848
42849 2003-01-13  Bruno Haible  <bruno@clisp.org>
42850
42851         * modules/stpcpy: Distribute lib/stpcpy.h.
42852         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
42853
42854 2003-01-13  Bruno Haible  <bruno@clisp.org>
42855
42856         * modules/*: Add a description.
42857         * modules/strpbrk: Fix Makefile.am snippet.
42858         * modules/strtoimax: Fix dependencies.
42859         * modules/strtoumax: Likewise.
42860
42861 2003-01-13  Bruno Haible  <bruno@clisp.org>
42862
42863         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
42864         * modules/alloca (Makefile.am): All object files depend on alloca.h.
42865         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
42866
42867 2003-01-13  Bruno Haible  <bruno@clisp.org>
42868
42869         * gnulib-tool (func_create_testdir): Store config/* files in the main
42870         directory.
42871         * config.rpath: Move to ...
42872         * config/config.rpath: ... here.
42873         * modules/gettext: Contains config/config.rpath, not config.rpath.
42874         * modules/iconv: Likewise.
42875
42876 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42877
42878         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42879         to avoid collisions with libcurses and libreadline.
42880
42881         * m4/getstr.m4: Remove.
42882         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
42883
42884 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42885
42886         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42887         to avoid collisions with libcurses and libreadline.
42888
42889         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
42890         * lib/getstr.h, getstr.c: Remove.
42891         * lib/getline.c: Include "getline.h", to check interface.
42892         Move body of old getstr.c here: this defines MIN_CHUNK and
42893         declares getdelim2, which is renamed from getstr.
42894         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
42895
42896         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
42897         All uses changed.
42898         * lib/linebuffer.h: Likewise.
42899         (readline): Remove backward-compatibility macro.
42900
42901 2003-01-12  Paul Eggert  <eggert@twinsun.com>
42902
42903         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
42904         to avoid collisions with libcurses and libreadline.
42905         * getstr: Remove.
42906         * MODULES.html.sh: Remove getstr.
42907         * modules/getline: Depend on unlocked-io, not getstr.
42908
42909 2003-01-12  Jim Meyering  <jim@meyering.net>
42910
42911         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
42912
42913 2003-01-10  Bruno Haible  <bruno@clisp.org>
42914
42915         * modules/alloca: Change Makefile.am requirements. Simplify Include
42916         requirements. Add lib/alloca_.h to file list.
42917
42918 2003-01-10  Bruno Haible  <bruno@clisp.org>
42919
42920         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
42921
42922 2003-01-10  Bruno Haible  <bruno@clisp.org>
42923
42924         * lib/alloca_.h: New file.
42925         * lib/getdate.y: Unconditionally include alloca.h.
42926         * lib/makepath.c: Likewise.
42927         * lib/setenv.c: Likewise.
42928         * lib/userspec.c: Likewise.
42929
42930 2003-01-09  Karl Berry  <karl@gnu.org>
42931
42932         * MODULES.html.sh: include `dirname $0` in PATH, to find
42933         gnulib-tool.
42934
42935 2003-01-09  Bruno Haible  <bruno@clisp.org>
42936
42937         * modules/stdbool: Change configure.ac, Makefile.am requirements.
42938         Simplify Include requirements. Add lib/stdbool.h.in to file list.
42939
42940 2003-01-09  Bruno Haible  <bruno@clisp.org>
42941
42942         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
42943
42944 2003-01-09  Bruno Haible  <bruno@clisp.org>
42945
42946         * lib/stdbool.h.in: New file.
42947
42948 2003-01-09  Bruno Haible  <bruno@clisp.org>
42949
42950         * gnulib-tool (func_all_modules): Ignore files ending in ~.
42951         * MODULES.html.sh: Likewise.
42952
42953 2003-01-08  Jim Meyering  <jim@meyering.net>
42954
42955         * lib/full-write.c: Undefine and define-away `const' after inclusion
42956         of errno.h, not before.  Suggestion from Bruno Haible.
42957
42958 2003-01-08  Bruno Haible  <bruno@clisp.org>
42959
42960         * modules/full-read: Depend on full-write.
42961
42962 2003-01-08  Bruno Haible  <bruno@clisp.org>
42963
42964         * lib/safe-read.c: Include specification header first, to ensure its
42965         selfcontainedness.
42966         * lib/full-write.c: Likewise.
42967
42968 2003-01-07  Jim Meyering  <jim@meyering.net>
42969
42970         * lib/full-write.c: Rework so that it may serve to define full_read,
42971         too.
42972         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
42973
42974 2003-01-07  Bruno Haible  <bruno@clisp.org>
42975
42976         * lib/strtoimax.c: Include <stdint.h> as an alternative to
42977         <inttypes.h>.
42978         * lib/xstrtol.h: Likewise.
42979         * lib/xstrtoimax.c: Likewise.
42980         * lib/xstrtoumax.c: Likewise.
42981         * lib/human.h: Likewise.
42982
42983         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
42984         on systems that have <inttypes.h> but not <stdint.h>.
42985
42986 2003-01-07  Bruno Haible  <bruno@clisp.org>
42987
42988         * MODULES.html.sh: Add copyright notice.
42989         (missed_files): Omit CVS directory entries.
42990         (func_module): Make it work with sed-3.02.
42991         * MODULES.txt: Remove file.
42992
42993 2003-01-06  Jim Meyering  <jim@meyering.net>
42994
42995         * lib/version-etc.c: Update year in translatable copyright string.
42996
42997 2003-01-03  Karl Berry  <karl@gnu.org>
42998
42999         * config/config.{guess,sub}: update from prep.
43000
43001 2003-01-02  Karl Berry  <karl@gnu.org>
43002
43003         * doc/COPYING.DOC: belatedly updated to 1.2.
43004
43005 2003-01-01  Karl Berry  <karl@gnu.org>
43006
43007         * gnulib-tool (func_verify_module): report module name $module in
43008         error message, not $1.
43009         * gnulib-tool (create-testdir): don't complain if destdir couldn't
43010         be created, only if it doesn't exist.
43011         * gnulib-tool (last_checkin_date): don't expand the $Date here.
43012
43013 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43014
43015         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
43016
43017 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43018
43019         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
43020         memcmp if strcoll doesn't work.
43021
43022 2002-12-31  Bruno Haible  <bruno@clisp.org>
43023
43024         * lib/utime.c (utime_null): No need to call ftruncate if the file was
43025         nonempty.
43026
43027 2002-12-31  Bruno Haible  <bruno@clisp.org>
43028
43029         * lib/memcoll.c (STRCOLL): New macro.
43030         (memcoll): Use it.
43031
43032 2002-12-31  Bruno Haible  <bruno@clisp.org>
43033
43034         * lib/localcharset.h: New file.
43035         * lib/localcharset.c: Include it.
43036         * lib/unicodeio.c: Likewise.
43037
43038 2002-12-31  Bruno Haible  <bruno@clisp.org>
43039
43040         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
43041         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
43042
43043 2002-12-31  Bruno Haible  <bruno@clisp.org>
43044
43045         * lib/getline.h: Include <stddef.h>, for size_t.
43046
43047         * lib/unicodeio.h: Include <stddef.h>, for size_t.
43048         * lib/unicodeio.c: Don't include <stddef.h>.
43049
43050 2002-12-31  Bruno Haible  <bruno@clisp.org>
43051
43052         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
43053         HAVE_TM_ZONE.
43054
43055 2002-12-24  Karl Berry  <karl@gnu.org>
43056
43057         * config/config.guess: update from prep.
43058
43059 2002-12-24  Bruno Haible  <bruno@clisp.org>
43060
43061         General infrasructure.
43062         * m4/README: Rewritten.
43063         * m4/onceonly.m4: New file.
43064         * m4/onceonly_2_57.m4: New file.
43065
43066         Module atexit.
43067         * m4/atexit.m4: New file.
43068
43069         Module strtod.
43070         * m4/strtod.m4: New file.
43071
43072         Module strtol.
43073         * m4/strtol.m4: New file.
43074
43075         Module strtoul.
43076         * m4/strtoul.m4: New file.
43077
43078         Module memchr.
43079         * m4/memchr.m4: New file.
43080
43081         Module memcmp.
43082         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
43083         (jm_FUNC_MEMCMP): Invoke it.
43084
43085         Module memcpy.
43086         * m4/memcpy.m4: New file.
43087
43088         Module memmove.
43089         * m4/memmove.m4: New file.
43090
43091         Module memset.
43092         * m4/memset.m4: New file.
43093
43094         Module strcspn.
43095         * m4/strcspn.m4: New file.
43096
43097         Module strpbrk.
43098         * m4/strpbrk.m4: New file.
43099
43100         Module strstr.
43101         * m4/strstr.m4: New file.
43102
43103         Module strerror.
43104         * m4/strerror.m4: New file.
43105
43106         Module mktime.
43107         * m4/mktime.m4: Renamed from jm-mktime.m4.
43108         (gl_PREREQ_MKTIME): New macro.
43109         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
43110
43111         Module malloc.
43112         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
43113         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
43114         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
43115
43116         Module realloc.
43117         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
43118         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
43119         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
43120
43121         Module strftime.
43122         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
43123         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
43124         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
43125         gl_TM_GMTOFF.
43126         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
43127
43128         Module xalloc.
43129         * m4/xalloc.m4: New file.
43130
43131         Module alloca.
43132         * m4/alloca.m4: New file.
43133
43134         Module putenv.
43135         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
43136         (jm_FUNC_PUTENV): Invoke it.
43137
43138         Module setenv.
43139         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
43140         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
43141         when invoked twice.
43142         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
43143         gt_FUNC_SETENV.
43144
43145         Module memrchr.
43146         * m4/memrchr.m4: New file.
43147
43148         Module stpcpy.
43149         * m4/stpcpy.m4: New file.
43150
43151         Module strcase.
43152         * m4/strcase.m4: New file.
43153
43154         Module strdup.
43155         * m4/strdup.m4: New file.
43156
43157         Module strnlen.
43158         * m4/strnlen.m4: New file.
43159
43160         Module strndup.
43161         * m4/strndup.m4: New file.
43162
43163         Module xstrtod.
43164         * m4/xstrtod.m4: New file.
43165
43166         Module xstrtol.
43167         * m4/xstrtol.m4: New file.
43168
43169         Module getdate.
43170         * m4/getdate.m4: New file.
43171
43172         Module unlocked-io.
43173         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
43174         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
43175         * m4/jm-glibc-io.m4n: Remove file.
43176
43177         Module long-options.
43178         * m4/long-options.m4: New file.
43179
43180         Module md5.
43181         * m4/md5.m4: New file.
43182
43183         Module sha.
43184         * m4/sha.m4: New file.
43185
43186         Module getstr.
43187         * m4/getstr.m4: New file.
43188
43189         Module getline.
43190         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
43191         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
43192         <sys/types.h>, for size_t. Use the function name gnu_getline, not
43193         simply getline. Infoke gl_PREREQ_GETLINE.
43194
43195         Module obstack.
43196         * m4/obstack.m4: New file.
43197
43198         Module hash.
43199         * m4/hash.m4: New file.
43200
43201         Module readtokens.
43202         * m4/readtokens.m4: New file.
43203
43204         Module strverscmp.
43205         * m4/strverscmp.m4: New file.
43206
43207         Module stdbool.
43208         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
43209         OSF/1.
43210
43211         Module strtoll.
43212         * m4/strtoll.m4: New file.
43213
43214         Module strtoull.
43215         * m4/strtoull.m4: New file.
43216
43217         Module strtoimax.
43218         * m4/strtoimax.m4: New file.
43219
43220         Module strtoumax.
43221         * m4/strtoumax.m4: New file.
43222
43223         Module xstrtoimax.
43224         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
43225         jm_AC_PREREQ_XSTRTOIMAX.
43226         Moved the strtol prerequisites to strtol.m4.
43227         Moved the strtoll prerequisites to strtoll.m4.
43228         Moved the strtoimax prerequisites to strtoimax.m4.
43229
43230         Module xstrtoumax.
43231         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
43232         jm_AC_PREREQ_XSTRTOUMAX.
43233         Moved the strtoul prerequisites to strtoul.m4.
43234         Moved the strtoull prerequisites to strtoull.m4.
43235         Moved the strtoumax prerequisites to strtoumax.m4.
43236
43237         Module chown.
43238         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
43239         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
43240
43241         Module dup2.
43242         * m4/dup2.m4: New file.
43243
43244         Module ftruncate.
43245         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
43246         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
43247
43248         Module getgroups.
43249         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
43250         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
43251
43252         Module gettimeofday.
43253         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
43254         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
43255         gl_PREREQ_GETTIMEOFDAY.
43256
43257         Module mkdir.
43258         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
43259         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
43260
43261         Module mkstemp.
43262         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
43263         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
43264         jm_AC_TYPE_UINTMAX_T.
43265         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
43266
43267         Module stat.
43268         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
43269         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
43270
43271         Module lstat.
43272         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
43273         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
43274
43275         Module timespec.
43276         * m4/timespec.m4 (gl_TIMESPEC): New macro.
43277         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
43278         * m4/st_mtim.m4: Indentation.
43279
43280         Module nanosleep.
43281         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
43282         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
43283         gl_PREREQ_NANOSLEEP.
43284
43285         Module regex.
43286         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
43287         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
43288         (gl_REGEX): New macro.
43289
43290         Module rename.
43291         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
43292         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
43293
43294         Module rmdir.
43295         * m4/rmdir.m4: New file.
43296
43297         Module utime.
43298         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
43299         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
43300         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
43301
43302         Module dirname.
43303         * m4/dirname.m4: New file.
43304
43305         Module getopt.
43306         * m4/getopt.m4: New file.
43307
43308         Module unistd-safer.
43309         * m4/unistd-safer.m4: New file.
43310
43311         Module fnmatch.
43312         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
43313         declaration.
43314         (gl_PREREQ_FNMATCH_EXTRA): New macro.
43315         (gl_FUNC_FNMATCH_POSIX): New macro.
43316         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
43317         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
43318         simply fnmatch.
43319
43320         Module exclude.
43321         * m4/exclude.m4: New file.
43322
43323         Module human.
43324         * m4/human.m4: New file.
43325
43326         Module acl.
43327         * m4/acl.m4: Nop.
43328
43329         Module backupfile.
43330         * m4/backupfile.m4: New file.
43331         * m4/d-ino.m4: Indentation.
43332
43333         Module fsusage.
43334         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
43335         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
43336         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
43337
43338         Module dirfd.
43339         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
43340         requirements.
43341
43342         Module euidaccess.
43343         * m4/euidaccess.m4: New file.
43344
43345         Module file-type.
43346         * m4/file-type.m4: New file.
43347
43348         Module fileblocks.
43349         * m4/fileblocks.m4: New file.
43350
43351         Module filemode.
43352         * m4/filemode.m4: New file.
43353
43354         Module isdir.
43355         * m4/isdir.m4: New file.
43356
43357         Module lchown.
43358         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
43359         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
43360
43361         Module makepath.
43362         * m4/makepath.m4: New file.
43363
43364         Module modechange.
43365         * m4/modechange.m4: New file.
43366
43367         Module mountlist.
43368         * m4/mountlist.m4: New file.
43369         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
43370         Indentation.
43371
43372         Module path-concat.
43373         * m4/path-concat.m4: New file.
43374
43375         Module pathmax.
43376         * m4/pathmax.m4: New file.
43377
43378         Module same.
43379         * m4/same.m4: New file.
43380
43381         Module save-cwd.
43382         * m4/save-cwd.m4: New file.
43383
43384         Module savedir.
43385         * m4/savedir.m4: New file.
43386
43387         Module xgetcwd.
43388         * m4/xgetcwd.m4: New file.
43389         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
43390
43391         Module xreadlink.
43392         * m4/xreadlink.m4: New file.
43393
43394         Module safe-read.
43395         * m4/safe-read.m4: New file.
43396
43397         Module safe-write.
43398         * m4/safe-write.m4: New file.
43399
43400         Module closeout.
43401         * m4/closeout.m4: New file.
43402
43403         Module stdio-safer.
43404         * m4/stdio-safer.m4: New file.
43405
43406         Module getpass.
43407         * m4/getpass.m4: New file.
43408
43409         Module getugroups.
43410         * m4/getugroups.m4: New file.
43411
43412         Module group-member.
43413         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
43414         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
43415
43416         Module idcache.
43417         * m4/idcache.m4: New file.
43418
43419         Module userspec.
43420         * m4/userspec.m4: New file.
43421
43422         Module gettime.
43423         * m4/clock_time.m4: New file.
43424         * m4/gettime.m4: New file.
43425
43426         Module settime.
43427         * m4/settime.m4: New file.
43428
43429         Module posixtm.
43430         * m4/posixtm.m4: New file.
43431
43432         Module gethostname.
43433         * m4/gethostname.m4: New file.
43434
43435         Module canon-host.
43436         * m4/canon-host.m4: New file.
43437
43438         Module gettext.
43439         * m4/codeset.m4: New file, from gettext-0.11.5.
43440         * m4/gettext.m4: New file, from gettext-0.11.5.
43441         * m4/glibc21.m4: New file, from gettext-0.11.5.
43442         * m4/iconv.m4: New file, from gettext-0.11.5.
43443         * m4/intdiv0.m4: New file, from gettext-0.11.5.
43444         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
43445         * m4/inttypes.m4: New file, from gettext-0.11.5.
43446         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
43447         * m4/isc-posix.m4: New file, from gettext-0.11.5.
43448         * m4/lcmessage.m4: New file, from gettext-0.11.5.
43449         * m4/lib-ld.m4: New file, from gettext-0.11.5.
43450         * m4/lib-link.m4: New file, from gettext-0.11.5.
43451         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
43452         * m4/progtest.m4: New file, from gettext-0.11.5.
43453         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
43454         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
43455         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
43456
43457         Module localcharset.
43458         * m4/localcharset.m4: New file.
43459
43460         Module hard-locale.
43461         * m4/hard-locale.m4: New file.
43462
43463         Module mbswidth.
43464         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
43465         onceonly macros.
43466         * m4/mbrtowc.m4: Add comment.
43467
43468         Module memcasecmp.
43469         * m4/memcasecmp.m4: New file.
43470
43471         Module memcoll.
43472         * m4/memcoll.m4: New file.
43473
43474         Module unicodeio.
43475         * m4/unicodeio.m4: New file.
43476
43477         Module rpmatch.
43478         * m4/rpmatch.m4: New file.
43479
43480         Module yesno.
43481         * m4/yesno.m4: New file.
43482
43483         Module exitfail.
43484         * m4/exitfail.m4: New file.
43485
43486         Module c-stack.
43487         * m4/c-stack.m4 (gl_C_STACK): New macro.
43488         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
43489
43490         Module error.
43491         * m4/error.m4 (gl_ERROR): New macro.
43492         (jm_PREREQ_ERROR): Use onceonly macros.
43493
43494         Module fatal.
43495         * m4/fatal.m4: New file.
43496
43497         Module getloadavg.
43498         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
43499         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
43500
43501         Module getpagesize.
43502         * m4/getpagesize.m4: New file.
43503
43504         Module getusershell.
43505         * m4/getusershell.m4: New file.
43506
43507         Module physmem.
43508         * m4/physmem.m4: New file.
43509
43510         Module posixver.
43511         * m4/posixver.m4: New file.
43512
43513         Module quotearg.
43514         * m4/quotearg.m4: New file.
43515
43516         Module quote.
43517         * m4/quote.m4: New file.
43518
43519         Module readutmp.
43520         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
43521
43522         Module sig2str.
43523         * m4/sig2str.m4: New file.
43524
43525         Other.
43526         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
43527         ulonglong.m4.
43528         * m4/intmax_t.m4: New file.
43529         * m4/d-type.m4: Indentation.
43530         * m4/jm-macros.m4: Update.
43531         * m4/prereq.m4 (jm_PREREQ): Update.
43532         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
43533         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
43534         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
43535         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
43536         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
43537         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
43538         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
43539         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
43540         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
43541         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
43542         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
43543         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
43544         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
43545         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
43546         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
43547         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
43548         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
43549         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
43550         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
43551
43552 2002-12-24  Bruno Haible  <bruno@clisp.org>
43553
43554         * MODULES.txt: Update according to m4/ changes.
43555
43556         Module gettext.
43557         * config.rpath: New file, from gettext-0.11.5.
43558
43559         * modules/*: New module descriptions.
43560         * gnulib-tool: New file.
43561         * MODULES.html.sh: New file.
43562
43563 2002-12-21  Karl Berry  <karl@gnu.org>
43564
43565         * doc/fdl.texi: update to version 1.2.
43566
43567 2002-12-19  Karl Berry  <karl@gnu.org>
43568
43569         * config/config.guess: update from prep.
43570
43571 2002-12-18  Bruno Haible  <bruno@clisp.org>
43572
43573         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
43574         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
43575
43576 2002-12-17  Bruno Haible  <bruno@clisp.org>
43577
43578         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
43579         stdlib.h, string.h.
43580
43581 2002-12-17  Bruno Haible  <bruno@clisp.org>
43582
43583         * lib/canon-host.c (strdup): Remove unused declaration.
43584
43585         * lib/fsusage.c: Include full_read.h.
43586         (get_fs_usage): Use full_read instead of safe_read.
43587
43588         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
43589
43590 2002-12-12  Karl Berry  <karl@gnu.org>
43591
43592         * config/config.guess: update from prep.
43593
43594 2002-12-11  Bruno Haible  <bruno@clisp.org>
43595
43596         * m4/setenv.m4: New file, from gettext-0.11.5.
43597
43598 2002-12-11  Bruno Haible  <bruno@clisp.org>
43599
43600         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
43601         not unsetenv().
43602         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
43603         modifications:
43604
43605         2002-12-11  Bruno Haible  <bruno@clisp.org>
43606
43607                 * setenv.c (alloca): Fall back to malloc.
43608                 (freea): New macro.
43609                 (setenv): Use freea() to free memory allocated with alloca().
43610
43611         2002-11-13  Bruno Haible  <bruno@clisp.org>
43612
43613                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
43614                 function declarations.
43615                 * unsetenv.c (unsetenv): Likewise.
43616
43617         2002-03-04  Bruno Haible  <bruno@clisp.org>
43618
43619                 Portability to AIX 4.3.3.
43620                 * unsetenv.c: New file, extracted from setenv.c.
43621                 * setenv.c: Move the unsetenv() function to unsetenv.c.
43622
43623         2001-12-20  Bruno Haible  <bruno@clisp.org>
43624
43625                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
43626                 use malloc instead. For SunOS 4.
43627
43628         2001-12-11  Bruno Haible  <bruno@clisp.org>
43629
43630                 * setenv.c: Declare alloca.
43631                 (compar_fn_t): New typedef.
43632                 (KNOWN_VALUE, STORE_VALUE): Use it.
43633
43634         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
43635         setenv.h.
43636
43637 2002-12-10  Paul Eggert  <eggert@twinsun.com>
43638
43639         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
43640         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
43641         Choose values that are less likely to collide with system fnmatch
43642         options.
43643         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
43644         defined (e.g., a pure POSIX system).
43645         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
43646         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
43647
43648 2002-12-06  Paul Eggert  <eggert@twinsun.com>
43649
43650         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
43651         a pain in practice to deal with generated m4 files.  This change
43652         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
43653
43654         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
43655         and jm-glibc-io.m4, as they are no longer a special case.
43656         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
43657         kludge and the auto-generation stuff.  Check only whether the
43658         functions are declared, not whether they exist, since older hosts
43659         that don't declare the functions can't use the optimization anyway.
43660
43661 2002-12-06  Jim Meyering  <jim@meyering.net>
43662
43663         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
43664
43665         Merge in changes from libc's misc/error.c, in preparation
43666         for the merge of gnulib's changes back into libc.
43667
43668         * lib/error.c (_): Define only if not already defined.
43669         Move definition to follow all #include directives.
43670         Include unlocked-io.h only if !_LIBC.
43671         [_LIBC]: Include <libio/libioP.h>.
43672         [USE_IN_LIBIO]: Include <libio/iolibio.h>
43673         (fflush): Tweak definition to use INTUSE.
43674         (putc): Define.
43675
43676 2002-12-05  Paul Eggert  <eggert@twinsun.com>
43677
43678         * lib/alloca.c [defined emacs]: Include "lisp.h".
43679         (xalloc_die) [defined emacs]: New macro.
43680         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
43681         [! defined emacs]: Include <xalloc.h>.
43682         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
43683         (pointer): Typedef to POINTER_TYPE *.
43684         (malloc): Remove decl; we now always use xmalloc.
43685         (alloca): Use old-style definition, since Emacs needs this.
43686         Check for arithmetic overflow when computing combined size.
43687
43688 2002-12-04  Paul Eggert  <eggert@twinsun.com>
43689
43690         Do not generate unlocked-io.h automatically, since it's easier to
43691         maintain it by hand.
43692
43693         * lib/unlocked-io.h: New file, from GNU diffutils,
43694         but with proper copyright notice and attribution.
43695         * lib/gen-uio: Remove.
43696         * lib/Makefile.am: Add copyright notice.
43697         (libfetish_a_SOURCES): Add unlocked-io.h.
43698         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
43699         (DISTCLEANFILES, io_functions): Remove macros.
43700         (EXTRA_DIST): Remove gen_uio.
43701         (unlocked-io.h): Remove rule.
43702
43703 2002-12-04  Jim Meyering  <jim@meyering.net>
43704
43705         Reflect the fact that stat.c and lstat.c are no longer generated.
43706         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
43707         (DISTCLEANFILES): Likewise.
43708         (EXTRA_DIST): Likewise.
43709         (all_local): Don't depend on stat.c or lstat.c.
43710         (stat.c, lstat.c): Remove rules.
43711         (EXTRA_DIST): Remove xstat.in.
43712
43713         * lib/xstat.in: Remove file.  Contents moved into stat.c.
43714         * lib/stat.c: New file.  Contents mostly from xstat.in.
43715         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
43716         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
43717
43718         * lib/safe-read.c: Rework so that it may serve to define safe_write,
43719         too.
43720         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
43721
43722 2002-12-03  Jim Meyering  <jim@meyering.net>
43723
43724         * lib/safe-read.c, safe-write.c: Change variable names and comments,
43725         but not semantics, to minimize the differences between these two files.
43726         (safe_read): Change comment to mention SAFE_READ_ERROR.
43727
43728         * lib/safe-read.c (IS_EINTR): Define.
43729         (safe_read): Use IS_EINTR in place of in-function cpp directives.
43730
43731 2002-12-02  Jim Meyering  <jim@meyering.net>
43732
43733         * lib/safe-read.c (EINTR): Define.
43734         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43735         (INT_MAX): Provide fallback.
43736         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
43737
43738         * lib/safe-read.h (SAFE_READ_ERROR): Define.
43739
43740 2002-12-02  Bruno Haible  <bruno@clisp.org>
43741
43742         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
43743         Define, taken from safe-read.c.
43744         (INT_MAX): Provide fallback.
43745         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
43746         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
43747
43748         * lib/safe-read.c (EINTR): Remove definition.
43749         (safe_read): Don't use EINTR if it is absent.
43750
43751 2002-12-01  Jim Meyering  <jim@meyering.net>
43752
43753         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
43754         zero.
43755         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
43756
43757 2002-11-27  Paul Eggert  <eggert@twinsun.com>
43758
43759         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
43760         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
43761         with `if (! (value < limit)) abort ();', for readability.
43762
43763 2002-11-26  Karl Berry  <karl@gnu.org>
43764
43765         * lib/strdup.c: copy from libc again, with jim's ok.
43766         * lib/.cppi-disable: re-add strdup.c
43767
43768 2002-11-25  Karl Berry  <karl@gnu.org>
43769
43770         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
43771         instead of "strtol.c".
43772
43773 2002-11-25  Karl Berry  <karl@gnu.org>
43774
43775         * config/install-sh: update from automake for variable quoting, $0 in
43776         error msgs, etc.
43777
43778         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
43779         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
43780         entry.
43781
43782 2002-11-25  Jim Meyering  <jim@meyering.net>
43783
43784         * lib/mktime.c: Sync from libc, now that it has the latest fix.
43785
43786 2002-11-24  Karl Berry  <karl@gnu.org>
43787
43788         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
43789         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
43790
43791 2002-11-24  Jim Meyering  <jim@meyering.net>
43792
43793         Update from coreutils:
43794
43795         * lib/mktime.c: Merge in changes from libc.
43796
43797         Avoid a link-time failure on some Linux systems.
43798         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
43799         (otherwise).
43800         (__mon_yday): Declare with the STATIC attribute.
43801         (__mktime_internal): Likewise.
43802         Based on a report from Greg Schafer.
43803
43804 2002-11-23  Jim Meyering  <jim@meyering.net>
43805
43806         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
43807         Use `unsigned', not `int', as type of index.
43808
43809         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
43810
43811         * lib/fsusage.c: Remove unneeded parentheses around operands of
43812         `defined'.
43813
43814 2002-11-22  Paul Eggert  <eggert@twinsun.com>
43815
43816         * lib/quotearg.h: Allow multiple inclusion by surrounding with
43817         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
43818         so that we can be included first.
43819         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
43820         * lib/quotearg.c: Include quotearg.h immediately after config.h.
43821         No need to include stddef.h or sys/types.h any more.
43822         Surround local include files with "", not "<>".
43823         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
43824         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
43825         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
43826         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
43827         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
43828         (ISPRINT): Remove; no longer needed now that we assume C89.
43829
43830         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
43831         Preserve errno.
43832
43833         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
43834         quotearg_char): Use SIZE_MAX rather than
43835         (size_t) -1 when we are talking about "infinity".
43836
43837         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
43838
43839 2002-11-22  Paul Eggert  <eggert@twinsun.com>
43840
43841         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
43842         hint that one should use `if (! x) abort ();' rather than `assert
43843         (x);', and anyway it's one less thing to worry about configuring.
43844         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
43845         hash_rehash, hash_insert): Use abort rather than assert.
43846
43847 2002-11-22  Bruno Haible  <bruno@clisp.org>
43848
43849         * lib/safe-read.h: Assume C89. Add comments.
43850         (safe_read): Change return type to size_t.
43851         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
43852         byte counts > SSIZE_MAX correctly.
43853         * lib/safe-write.h: New file.
43854         * lib/safe-write.c: New file.
43855         * lib/full-read.h: New file.
43856         * lib/full-read.c: New file.
43857         * lib/full-write.h: Assume C89. Add comments.
43858         * lib/full-write.c: Include safe-write.h.
43859         (full_write): Rewritten to use safe_write.
43860         Suggested by Jim Meyering and Paul Eggert.
43861
43862 2002-11-21  Jim Meyering  <jim@meyering.net>
43863
43864         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
43865
43866         Merge in changes from the coreutils.
43867
43868         2002-09-25  Paul Eggert  <eggert@twinsun.com>
43869         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
43870         <stdint.h>.
43871         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
43872         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
43873         int.  Work more efficiently if X is the same width as uintmax_t.
43874         Do not compare X to -1, to avoid bogus compiler warning.
43875         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
43876         Don't assume that f_frsize and f_bsize are the same type.
43877
43878         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
43879         warning on FreeBSD.
43880
43881         * lib/makepath.c (make_path): Restore umask *before* creating the final
43882         component.
43883         (make_path): Minor reformatting.
43884
43885         * lib/xmalloc.c: Adjust to work with new autoconf macros,
43886         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
43887         HAVE_MALLOC/HAVE_REALLOC.
43888
43889         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
43890         dummy ones.  At least on GNU/Linux systems, `auto' means something
43891         else.
43892         From Michael Stone.
43893
43894 2002-11-21  Bruno Haible  <bruno@clisp.org>
43895
43896         Remove case insensitive option matching.
43897         * lib/argmatch.h (argcasematch): Remove declaration.
43898         (ARGCASEMATCH): Remove macro.
43899         (__xargmatch_internal): Remove case_sensitive argument.
43900         (XARGMATCH): Update.
43901         (XARGCASEMATCH): Remove macro.
43902         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
43903         case_sensitive argument.
43904         (argcasematch): Remove function.
43905         (__xargmatch_internal): Remove case_sensitive argument.
43906         (main): Use XARGMATCH instead of XARGCASEMATCH.
43907
43908         * lib/xmalloc.c: Change compile-time error message. Add comment about
43909         required autoconf version.
43910
43911 2002-11-20  Paul Eggert  <eggert@twinsun.com>
43912
43913         Merge argmatch cleanups from Bison.  Assume C89.
43914
43915         * lib/argmatch.c: Include config.h here, not in argmatch.h.
43916         Include stdlib.h, for EXIT_FAILURE.
43917         Always include <string.h>, since we assume C89.
43918         (EXIT_FAILURE): Remove pre-C89 bug workaround.
43919         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
43920         Include <stddef.h> instead, since it's all we need for size_t.
43921         (PARAMS): Remove.  All uses removed.
43922         (ARRAY_CARDINALITY): Do not bother to #undef.
43923         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
43924         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
43925         Remove unnecessary parentheses.
43926         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
43927         Insert necessary parentheses.
43928         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
43929         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
43930
43931 2002-11-19  Bruno Haible  <bruno@clisp.org>
43932
43933         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
43934         * lib/mbswidth.h: Include <stddef.h>, for size_t.
43935
43936         * lib/mbswidth.h (PARAMS): Remove macro.
43937         (mbswidth, mbsnwidth): Use ANSI C function declarations.
43938         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
43939
43940         * lib/gcd.h (PARAMS): Remove macro.
43941         (gcd): Use ANSI C function declarations.
43942         * lib/gcd.c (gcd): Likewise.
43943
43944 2002-11-15  Bruno Haible  <bruno@clisp.org>
43945
43946         * lib/strcspn.c: Include <stddef.h>.
43947         (strcspn): Use ANSI C function declaration. Change return type to
43948         size_t. Use NULL.
43949         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
43950         (strpbrk): Use NULL.
43951         * lib/strpbrk.h (PARAMS): Remove macro.
43952         (strpbrk): Use ANSI C function declaration.
43953         * lib/strstr.c: Don't include <sys/types.h>.
43954         * lib/strstr.h (PARAMS): Remove macro.
43955         (strstr): Use ANSI C function declarations.
43956
43957 2002-11-14  Karl Berry  <karl@gnu.org>
43958
43959         * config/mkinstalldirs: `do' on separate line, instead of
43960         `for var; do'.
43961
43962 2002-11-06  Bruno Haible  <bruno@clisp.org>
43963
43964         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
43965         * lib/gcd.c (gcd): Likewise.
43966
43967 2002-11-05  Bruno Haible  <bruno@clisp.org>
43968
43969         * lib/gcd.h: New file, from gettext-0.11.5.
43970         * lib/gcd.c: New file, from gettext-0.11.5.
43971
43972 2002-11-05  Bruno Haible  <bruno@clisp.org>
43973
43974         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43975         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43976         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43977         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
43978
43979         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
43980         <libintl.h>.
43981         * lib/makepath.c: Include gettext.h instead of <locale.h> and
43982         <libintl.h>.
43983
43984         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
43985         * lib/human.c: Include gettext.h instead of <libintl.h>.
43986         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
43987         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
43988         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
43989         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
43990         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
43991         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
43992         (textdomain): Remove definition.
43993         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
43994
43995         * lib/long-options.c: Remove include of <libintl.h> and definition of
43996         _.
43997         * lib/same.c: Remove include of <libintl.h> and definition of _.
43998
43999 2002-11-04  Owen Taylor  <otaylor@redhat.com>
44000
44001         * lib/config.charset: A few additions for Solaris.
44002
44003 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44004
44005         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
44006         * lib/localcharset.c (locale_charset): Declare as extern "C".
44007
44008 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44009
44010         * lib/config.charset: msdos in uk_UA uses CP1125.
44011
44012 2002-11-04  Bruno Haible  <bruno@clisp.org>
44013
44014         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
44015         * lib/strcase.h: New file, from GNU gettext-0.11.5.
44016         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
44017         * lib/strstr.h: New file, from GNU gettext-0.11.5.
44018         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
44019
44020 2002-11-04  Bruno Haible  <bruno@clisp.org>
44021
44022         * lib/localcharset.c (locale_charset): Don't return an empty string.
44023
44024 2002-11-04  Bruno Haible  <bruno@clisp.org>
44025
44026         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
44027         aliases.
44028
44029 2002-11-04  Bruno Haible  <bruno@clisp.org>
44030
44031         * lib/config.charset: Update for newest glibc. Add canonical names
44032         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
44033
44034 2002-11-04  Bruno Haible  <bruno@clisp.org>
44035
44036         * lib/config.charset: Add support for NetBSD.
44037
44038 2002-11-04  Bruno Haible  <bruno@clisp.org>
44039
44040         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
44041
44042 2002-11-01  Bruno Haible  <bruno@clisp.org>
44043
44044         * configure.in: Add AC_CONFIG_AUX_DIR call.
44045         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
44046         test/Makefile.
44047         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
44048
44049 2002-09-28  Karl Berry  <karl@gnu.org>
44050
44051         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
44052         installed automake until the next release, since changes have been
44053         made.
44054
44055 2002-09-25  Karl Berry  <karl@gnu.org>
44056
44057         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
44058         * lib/getopt*: copy from libc/posix.
44059         * lib/gettext.h: copy from gettext.
44060         * lib/.cppi-disable: add strdup.c, gettext.h.
44061
44062 2002-09-25  Karl Berry  <karl@gnu.org>
44063
44064         * config/srclist.txt: enable gettext.h check.
44065         * config/config.{guess,sub}: update from prep.
44066         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
44067                 from automake 1.6.3.
44068         See srclist*.
44069
44070 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
44071
44072         * regex.c (PATFETCH): Remove the translating fetch.
44073         (PATFETCH_RAW): Rename to PATFETCH.
44074         (set_image_of_range): New fun.
44075         (SET_RANGE_TABLE_WORK_AREA): Use it.
44076         (regex_compile): Don't translate the pattern chars so eagerly.
44077         Only do it when inserting an `exactn' bytecode or when handling
44078         a char-range.
44079         (mutually_exclusive_p): Avoid empty statement.
44080
44081 2002-07-06  Jim Meyering  <meyering@lucent.com>
44082
44083         * m4/README: Don't mention Makefile.am.in.
44084         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
44085
44086 2002-07-01  Jim Meyering  <meyering@lucent.com>
44087
44088         * lib/c-stack.c: Include sys/time.h.
44089         From Volker Borchert.
44090
44091 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44092
44093         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
44094
44095 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44096
44097         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
44098         New macro.  Use it uniformly instead of
44099         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
44100         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
44101         reported by Vin Shelton.
44102
44103 2002-06-22  Paul Eggert  <eggert@twinsun.com>
44104
44105         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
44106         Do not assume SA_SIGINFO behavior.
44107         Bug reported by Jim Meyering on NetBSD 1.5.2.
44108
44109 2002-06-22  Jim Meyering  <meyering@lucent.com>
44110
44111         * m4/c-stack.m4: New file, from diffutils-2.8.2.
44112         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
44113
44114         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
44115         now that configure.ac uses AC_GNU_SOURCE.
44116         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
44117         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
44118
44119         Update to latest tools.  Suggestions from Paul Eggert.
44120         * m4/stdbool.m4: New file, from diffutils-2.8.2.
44121         * m4/gnu-source.m4: Update from diffutils-2.8.2.
44122         * m4/fnmatch.m4: Likewise.
44123         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
44124         to AC_HEADER_STDBOOL
44125
44126 2002-06-22  Jim Meyering  <meyering@lucent.com>
44127
44128         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
44129         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
44130
44131 2002-06-22  Jim Meyering  <meyering@lucent.com>
44132
44133         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
44134
44135         * lib/exitfail.c, exitfail.h: Likewise.
44136         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
44137
44138         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
44139         of fnmatch.h.
44140         (EXTRA_DIST): Add fnmatch_loop.c.
44141         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
44142
44143         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
44144         * lib/fnmatch.c: Update from diffutils-2.8.2.
44145         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
44146         * lib/fnmatch.h: Remove file.
44147
44148 2002-06-21  Jim Meyering  <meyering@lucent.com>
44149
44150         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
44151         * m4/mbrtowc.m4: Likewise.
44152
44153         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
44154         * m4/mbswidth.m4: Reflect name change:
44155         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
44156         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44157
44158         * m4/lib-link.m4: Update from gettext-0.11.2.
44159         * m4/gettext.m4: Likewise.
44160
44161         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
44162         From Alfred M. Szmidt.
44163
44164 2002-06-18  Paul Eggert  <eggert@twinsun.com>
44165
44166         * lib/file-type.h: Report an error if neither S_ISREG nor
44167         S_IFREG is defined, instead of using a test specific to glibc
44168         2.2.  This should be safe, since POSIX requires S_ISREG and
44169         Unix Version 7 had S_IFREG.  We don't need to check for
44170         <sys/types.h> since we don't use any symbols that it defines.
44171
44172 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
44173
44174         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
44175         $@-t, so that each temporary file name is unique and valid in the first
44176         8 characters, for operation under DOS.
44177
44178 2002-06-15  Paul Eggert  <eggert@twinsun.com>
44179
44180         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
44181
44182 2002-06-15  Jim Meyering  <meyering@lucent.com>
44183
44184         Work even with DJGPP 2.03, which lacks support for symlinks.
44185         From Richard Dawe.
44186         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
44187         is defined.
44188         * lib/lchown.c (S_ISLNK): Likewise.
44189
44190 2002-06-15  Jim Meyering  <meyering@lucent.com>
44191
44192         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
44193         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
44194         have been included before this file.
44195
44196 2002-06-14  Jim Meyering  <meyering@lucent.com>
44197
44198         * lib/file-type.h: Use the version from diffutils-2.8.2.
44199         * lib/file-type.c: Likewise.
44200
44201 2002-06-07  Jim Meyering  <meyering@lucent.com>
44202
44203         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
44204         They're needed at least for NetBSD 1.5.2.
44205         ($statxfs_includes): Include those same headers.
44206         ($statxfs_includes): Include sys/vfs.h if available.
44207         ($statxfs_includes): Likewise for sys/statvfs.h.
44208         Check for the following members in both structs statfs and statvfs:
44209         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
44210
44211 2002-06-01  Jim Meyering  <meyering@lucent.com>
44212
44213         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
44214         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
44215
44216 2002-05-28  Jim Meyering  <meyering@lucent.com>
44217
44218         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
44219         Reported by Volker Borchert.
44220
44221 2002-05-27  Jim Meyering  <meyering@lucent.com>
44222
44223         Fix a problem seen only on nonconforming systems whereby ls.c's
44224         use of localtime, and then of gettimeofday would cause trouble:
44225         the localtime call used to initialize rpl_gettimeofday's save
44226         mechanism would clobber ls's current local time information so
44227         that in any long listing the first file would always be listed
44228         with date 1970-01-01.  Analysis by Volker Borchert.
44229
44230         * lib/gettimeofday.c (localtime): Undefine.
44231         (rpl_localtime): New function.
44232
44233 2002-05-27  Jim Meyering  <meyering@lucent.com>
44234
44235         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
44236         localtime.
44237
44238         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
44239         use the replacement function; it wouldn't resolve at link time.
44240         Reported by Volker Borchert.
44241
44242 2002-05-22  Jim Meyering  <meyering@lucent.com>
44243
44244         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
44245         file-type.h.
44246         * lib/file-type.h: New file.
44247         * lib/file-type.c (file_type): New file/function.  Extracted from
44248         diffutils.
44249
44250 2002-04-30  Jim Meyering  <meyering@lucent.com>
44251
44252         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
44253
44254 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44255
44256         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
44257
44258 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44259
44260         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
44261         Do not check for alloca.h (no longer used) or stdbool.h (was never
44262         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
44263
44264 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44265
44266         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
44267
44268 2002-04-29  Jim Meyering  <meyering@lucent.com>
44269
44270         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
44271         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
44272         Use AC_FUNC_STRNLEN here instead.
44273
44274         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
44275         With autoconf-2.53a, it's part of AC_PROG_CC.
44276
44277 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44278
44279         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
44280         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
44281
44282 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44283
44284         * lib/sig2str.h, lib/sig2str.c: New files.
44285         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
44286
44287 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44288
44289         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
44290         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
44291         of 127, since 64 is the largest conceivable number for ancient
44292         nonstandard hosts.
44293         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
44294
44295 2002-04-28  Jim Meyering  <meyering@lucent.com>
44296
44297         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
44298
44299 2002-04-24  Jim Meyering  <meyering@lucent.com>
44300
44301         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
44302         (jm_PREREQ): Use it.
44303
44304         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
44305         mach/mach.h fcntl.h.
44306         Check for this function: setlocale.
44307
44308 2002-04-24  Jim Meyering  <meyering@lucent.com>
44309
44310         * lib/gettext.h: New file, from Gettext.
44311         * lib/Makefile.am (INCLUDES): Remove -I../intl.
44312         (libfetish_a_SOURCES): Add gettext.h.
44313
44314 2002-04-16  Jim Meyering  <meyering@lucent.com>
44315
44316         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
44317         ut_pid, ut_id, ut_exit.
44318
44319 2002-04-16  Jim Meyering  <meyering@lucent.com>
44320
44321         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
44322         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
44323         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
44324
44325 2002-04-12  Jim Meyering  <meyering@lucent.com>
44326
44327         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
44328         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
44329         existence of the getmntinfo function.  Needed for Darwin 5.3.
44330
44331         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
44332         This is necessary at least on Darwin 5.3.
44333
44334         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
44335         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
44336         strnlen.o in the library, and that makes some versions of ranlib
44337         object.
44338
44339 2002-04-12  Jim Meyering  <meyering@lucent.com>
44340
44341         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
44342
44343 2002-04-09  Jim Meyering  <meyering@lucent.com>
44344
44345         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
44346         to be more precise.  Rather than saying we're checking whether the
44347         function `works', say what we're testing.
44348         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
44349         Reported by Bruno Haible.
44350
44351 2002-03-10  Jim Meyering  <meyering@lucent.com>
44352
44353         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
44354         Suggestion from Santiago Vila.
44355
44356 2002-03-08  Jim Meyering  <meyering@lucent.com>
44357
44358         * lib/rename.c: Mention that this wrapper is needed also on
44359         mips-dec-ultrix4.4 systems.
44360
44361 2002-03-02  Jim Meyering  <meyering@lucent.com>
44362
44363         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
44364         not HAVE_CLOCK_SETTIME.
44365
44366 2002-02-27  Paul Eggert  <eggert@twinsun.com>
44367
44368         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
44369         Check for clock_settime.
44370
44371 2002-02-27  Paul Eggert  <eggert@twinsun.com>
44372
44373         * lib/nanosleep.h: Rename to....
44374         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
44375
44376         * lib/gettime.c: New file.
44377         * lib/settime.c: New file.
44378         * lib/stime.c: Remove.
44379
44380         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
44381         timespec.h.  Remove nanosleep.h.
44382
44383 2002-02-25  Paul Eggert  <eggert@twinsun.com>
44384
44385         * m4/acl.m4: New file.
44386         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
44387         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
44388
44389 2002-02-25  Paul Eggert  <eggert@twinsun.com>
44390
44391         * lib/acl.c, lib/acl.h: New files.
44392         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
44393
44394 2002-02-24  Jim Meyering  <meyering@lucent.com>
44395
44396         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
44397         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
44398         cause trouble.  Reported by Nelson Beebe.
44399
44400 2002-02-23  Paul Eggert  <eggert@twinsun.com>
44401
44402         * lib/path-concat.c (xpath_concat): Reorder code to pacify
44403         compilers that don't know that xalloc_die never returns.
44404
44405 2002-02-20  Jim Meyering  <meyering@lucent.com>
44406
44407         * lib/getdate.c: Regenerate using bison-1.33.
44408
44409 2002-02-17  Jim Meyering  <meyering@lucent.com>
44410
44411         * config/config.guess (main): Don't use `head -1'; it's no longer
44412         portable. Use `sed 1q' instead.
44413
44414 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
44415
44416         * m4/codeset.m4: Upgrade to gettext-0.11.
44417         * m4/gettext.m4: Upgrade to gettext-0.11.
44418         * m4/glibc21.m4: Upgrade to gettext-0.11.
44419         * m4/iconv.m4: Upgrade to gettext-0.11.
44420         * m4/isc-posix.m4: Upgrade to gettext-0.11.
44421         * m4/lcmessage.m4: Upgrade to gettext-0.11.
44422         * m4/lib-ld.m4: New file, from gettext-0.11.
44423         * m4/lib-link.m4: New file, from gettext-0.11.
44424         * m4/lib-prefix.m4: New file, from gettext-0.11.
44425         * m4/progtest.m4: Upgrade to gettext-0.11.
44426
44427 2002-02-15  Paul Eggert  <eggert@twinsun.com>
44428
44429         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
44430         (jm_PREREQ): Use it.
44431
44432 2002-02-15  Paul Eggert  <eggert@twinsun.com>
44433
44434         * lib/posixver.c, lib/posixver.h: New files.
44435         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
44436
44437 2002-02-02  Paul Eggert  <eggert@twinsun.com>
44438             Bruno Haible  <bruno@clisp.org>
44439
44440         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
44441         (fwrite_success_callback): New declaration.
44442         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
44443         print_unicode_char. Call failure callback instead of error.
44444         (fwrite_success_callback): New function.
44445         (exit_failure_callback): New function.
44446         (fallback_failure_callback): New function.
44447         (print_unicode_char): Call unicode_to_mb.
44448
44449 2002-01-26  Jim Meyering  <meyering@lucent.com>
44450
44451         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
44452         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
44453
44454 2002-01-26  Jim Meyering  <meyering@lucent.com>
44455
44456         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
44457
44458 2002-01-22  Paul Eggert  <eggert@twinsun.com>
44459
44460         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
44461
44462 2002-01-22  Jim Meyering  <meyering@lucent.com>
44463
44464         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
44465         Otherwise, some versions of automake would omit the rule that makes
44466         Makefile from Makefile.in.
44467
44468 2002-01-21  Paul Eggert  <eggert@twinsun.com>
44469
44470         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
44471         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
44472         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
44473         (memcoll): Set errno to zero if there is no error.
44474
44475         * lib/quotearg.c (quotearg_buffer_restyled):
44476         Fix bug with quoting buffers containing NUL when backslashing escapes.
44477         This bug was exposed by the other changes in this patch.
44478         (quotearg_n_options): New arg ARGSIZE.
44479         All callers changed.
44480         (quoting_options_from_style): New function.
44481         (quotearg_n_style): Use it.
44482         (quotearg_n_style_mem): New function.
44483
44484         * lib/quotearg.h (quotearg_n_style_mem): New function.
44485
44486 2002-01-19  Jim Meyering  <meyering@lucent.com>
44487
44488         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
44489         Remove useless quotes: DF_PROG="df".
44490         * m4/strnlen.m4: New file.
44491
44492 2002-01-16  Paul Eggert  <eggert@twinsun.com>
44493
44494         * lib/backupfile.c (ISDIGIT): Comment fix.
44495         * lib/getdate.y (ISDIGIT): Likewise.
44496         * lib/posixtm.c (ISDIGIT, year): Likewise.
44497         * lib/strverscmp.c (ISDIGIT): Likewise.
44498         * lib/userspec.c (ISDIGIT): Likewise.
44499
44500 2002-01-16  Jim Meyering  <meyering@lucent.com>
44501
44502         * lib/getdate.y: Add three semicolons, each just before a closing
44503         brace. Bison (as of version 1.31) no longer papers over that mistake.
44504
44505 2002-01-05  Jim Meyering  <meyering@lucent.com>
44506
44507         * lib/version-etc.c (version_etc_copyright): Update copyright year.
44508
44509 2001-12-19  Paul Eggert  <eggert@twinsun.com>
44510
44511         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
44512         not silently exit merely because the output buffer happens to
44513         have nothing pending.
44514
44515 2001-12-18  Paul Eggert  <eggert@twinsun.com>
44516
44517         See the big note in ../ChangeLog.
44518         * lib/human.c (suffixes): Prefer K to k for 1024.
44519         (generate_suffix_backwards): New function.
44520         (human_readable_inexact): Use it.
44521         * lib/xstrtol.c (__xstrtol): If there is no number but there
44522         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
44523         Accept 'K' as well as 'k'.
44524
44525 2001-12-15  Jim Meyering  <meyering@lucent.com>
44526
44527         * lib/regex.h (__restrict_arr): Update from libc.
44528
44529         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
44530         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
44531         (STREQ): Define.
44532
44533 2001-12-14  Jim Meyering  <meyering@lucent.com>
44534
44535         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
44536         Suggestion from Bruno Haible.
44537
44538 2001-12-10  Jim Meyering  <meyering@lucent.com>
44539
44540         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
44541         xrealloc, Instead, include "xalloc.h".
44542         (initbuffer): Don't cast xmalloc return value to char*.
44543         (readline): Reword comment.
44544         Don't cast xrealloc return value to char*
44545         Return NULL, not 0.
44546
44547 2001-12-09  Jim Meyering  <meyering@lucent.com>
44548
44549         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
44550         about `signed and unsigned type in conditional expression'.
44551         * lib/posixtm.c (posix_time_parse): Likewise.
44552
44553         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
44554
44555         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
44556         to avoid a pedantic warning.
44557
44558         * lib/getstr.c: Don't include assert.h.
44559         (getstr): Remove warning-evoking assertions.
44560         Return -1 if offset parameter is out of bounds.
44561         Change the type of a local from int to size_t.
44562
44563         * lib/strftime.c (my_strftime_localtime_r): Include this function
44564         definition in the `#if ! HAVE_TM_GMTOFF' block.
44565
44566         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
44567         Include xalloc.h instead.
44568
44569 2001-12-02  Jim Meyering  <meyering@lucent.com>
44570
44571         * lib/tempname.c: Don't declare getenv, thus reverting the change of
44572         2001-11-18.  It's no longer necessary, now that stdlib.h is always
44573         included.
44574
44575         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
44576         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
44577
44578 2001-11-30  Akim Demaille  <akim@epita.fr>
44579
44580         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
44581         before being defined.
44582
44583 2001-11-27  Paul Eggert  <eggert@twinsun.com>
44584
44585         * lib/quotearg.h (quotearg_n, quotearg_n_style):
44586         First arg is int, not unsigned.
44587         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
44588         (SIZE_MAX, UINT_MAX): New macros.
44589         (quotearg_n_options): Abort if N is negative.
44590         Avoid overflow check on hosts where size_t is 64 bits and int
44591         is 32 bits, as overflow is impossible there.
44592         Fix off-by-one typo that caused unnecessary reallocation.
44593
44594 2001-11-27  Jim Meyering  <meyering@lucent.com>
44595
44596         * lib/tempname.c: Merge with version from libc.
44597         * lib/regex.c: Likewise.
44598
44599         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
44600         systems for which STDC_HEADERS is 0, it was not included, resulting in
44601         a warning about an integer-to-pointer conversion problem with getenv.
44602         Reported by Volker Borchert.
44603
44604 2001-11-26  Jim Meyering  <meyering@lucent.com>
44605
44606         * lib/gtod.h: Remove file.
44607         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
44608         * lib/gettimeofday.c: Don't include gtod.h.
44609         (GTOD_init): Remove function.
44610         (rpl_gettimeofday): Do its job here instead, rather than aborting.
44611         Suggestion from Volker Borchert.
44612
44613 2001-11-23  Jim Meyering  <meyering@lucent.com>
44614
44615         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
44616         it.
44617         * lib/hash.c (struct hash_table): Define it here instead.
44618
44619 2001-11-22  Jim Meyering  <meyering@lucent.com>
44620
44621         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
44622
44623 2001-11-20  Jim Meyering  <meyering@lucent.com>
44624
44625         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
44626         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
44627
44628 2001-11-19  Jim Meyering  <meyering@lucent.com>
44629
44630         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
44631         directory.  Use "conftestXXXXXX" as the template.
44632         Suggestion from Paul Eggert.
44633
44634         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
44635         immediately, so the test doesn't mistakenly hit the max-open-files
44636         limit.
44637
44638 2001-11-18  Paul Eggert  <eggert@twinsun.com>
44639
44640         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
44641         (TEMPORARIES): New macro.
44642         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
44643         removes an artificial limitation (e.g. HP-UX 10.20, where
44644         TMP_MAX is 17576).
44645
44646 2001-11-18  Jim Meyering  <meyering@lucent.com>
44647
44648         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
44649
44650 2001-11-18  Jim Meyering  <meyering@lucent.com>
44651
44652         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
44653         on SunOS 4.
44654
44655         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
44656         files will be created before anything else.
44657
44658 2001-11-17  Paul Eggert  <eggert@twinsun.com>
44659
44660         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
44661         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
44662
44663 2001-11-17  Jim Meyering  <meyering@lucent.com>
44664
44665         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
44666         Prompted by a report from Bob Proulx.
44667
44668         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
44669         Instead, require UTILS_FUNC_MKSTEMP.
44670
44671 2001-11-17  Jim Meyering  <meyering@lucent.com>
44672
44673         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
44674         Now, that's done as part of AC_FUNC_STRTOD.
44675
44676 2001-11-17  Jim Meyering  <meyering@lucent.com>
44677
44678         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
44679         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
44680         rather than group writable.  Patch by Juan F. Codagnone.
44681
44682         * lib/readtokens.c: Remove explicit declarations of xmalloc and
44683         xrealloc, Instead, include "xalloc.h".
44684
44685         * lib/mountlist.c: Include unlocked-io.h after all system headers.
44686         Remove explicit declarations of xmalloc, xrealloc,
44687         and xstrdup.  Instead, include "xalloc.h".
44688
44689         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
44690         unlocked-io.h.
44691         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
44692         Likewise.
44693         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
44694
44695         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
44696         Reported by Padraig Brady.
44697
44698         * lib/mkstemp.c: #undef mkstemp.
44699         Include config.h.
44700         (rpl_mkstemp): Rename from mkstemp.
44701         Protoize.
44702
44703 2001-11-16  Jim Meyering  <meyering@lucent.com>
44704
44705         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
44706         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
44707         determine the amount of total physical memory, use pstat_getstatic.
44708         HPUX-11 doesn't define _SC_PHYS_PAGES.
44709         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
44710         If sysconf couldn't be used to determine the amount of available
44711         physical memory, use both pstat_getstatic and pstat_getdynamic.
44712         Based on a patch from Bob Proulx.
44713
44714 2001-11-10  Jim Meyering  <meyering@lucent.com>
44715
44716         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
44717         (jm_PREREQ): Use it.
44718
44719 2001-11-09  Jim Meyering  <meyering@lucent.com>
44720
44721         * m4/jm-macros.m4: Require autoconf-2.52f.
44722         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
44723         Use these AC_-prefixed names, not the AM_-prefixed ones.
44724
44725         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
44726
44727 2001-11-05  Jim Meyering  <meyering@lucent.com>
44728
44729         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
44730
44731 2001-11-04  Jim Meyering  <meyering@lucent.com>
44732
44733         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
44734         $DEFS.
44735
44736 2001-11-03  Jim Meyering  <meyering@lucent.com>
44737
44738         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
44739         of AC_DEFUN.
44740
44741         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
44742         know the name of the variable in the macro definition.
44743
44744 2001-11-03  Jim Meyering  <meyering@lucent.com>
44745
44746         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
44747         in argmatch_to_argument call.
44748
44749         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
44750         argument.
44751
44752         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
44753         e.g., a fault due to an attempt to free a NULL pointer.
44754
44755 2001-11-01  Jim Meyering  <meyering@lucent.com>
44756
44757         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
44758         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
44759
44760 2001-11-01  Jim Meyering  <meyering@lucent.com>
44761
44762         * lib/dirfd.c, lib/dirfd.h: New files.
44763         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
44764
44765         * lib/hash.c (hash_print) [TESTING]: Clean up.
44766
44767 2001-10-22  Paul Eggert  <eggert@twinsun.com>
44768
44769         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
44770         to avoid a warning if -Wall.
44771
44772 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
44773
44774         * README: New file
44775         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
44776         (per RMS's instructions, this is now the canonical source)
44777         * lgpl/, gpl/: New directories.
44778
44779 2001-10-21  Paul Eggert  <eggert@twinsun.com>
44780
44781         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
44782
44783 2001-10-21  Jim Meyering  <meyering@lucent.com>
44784
44785         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
44786         this code would end up calling gettext even in packages built
44787         with --disable-nls.
44788         * lib/getopt.c (_): Likewise.
44789         * lib/regex.c (_): Likewise.
44790
44791 2001-10-20  Paul Eggert  <eggert@twinsun.com>
44792
44793         * m4/error.m4 (jm_PREREQ_ERROR):
44794         Do not invoke AC_CHECK_FUNCS with strerror_r, as
44795         AC_FUNC_STRERROR_R does that.
44796         Check for strerror declaration.
44797
44798         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
44799         are supposed to have them these days.
44800         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
44801         Merge changes from latest Autoconf CVS.
44802         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
44803         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
44804         POSIX decided to standardize on the int flavor of strerror_r.
44805
44806 2001-10-20  Paul Eggert  <eggert@twinsun.com>
44807
44808         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
44809         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
44810         Use strerror_r that is only a macro, even if it is not a function.
44811         (strerror): Check for HAVE_DECL_STRERROR before declaring.
44812         (private_strerror): Use prototypes, not old-style function definition.
44813         (print_errno_message): New function.
44814         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
44815         char*-flavored one.
44816         (error_tail, error, error_at_line): Use it.
44817
44818 2001-10-11  Jim Meyering  <meyering@lucent.com>
44819
44820         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
44821         and quote_n (1, ... to avoid clobbering a buffer.
44822
44823 2001-10-05  Jim Meyering  <meyering@lucent.com>
44824
44825         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
44826         hash-pjw.h.
44827         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
44828         * lib/hash-pjw.h: New file.
44829
44830 2001-09-30  Jim Meyering  <meyering@lucent.com>
44831
44832         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
44833         `struct fsstat' has the `f_fstypename' member.
44834         Use that to define FS_TYPE, which is now used to make
44835         the getfsstat link test tighter.
44836
44837 2001-09-30  Jim Meyering  <meyering@lucent.com>
44838
44839         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
44840         Include <sys/ucred.h>, for Apple Darwin.
44841         Include sys/mount.h and sys/fs_types.h only if available.
44842         (FS_TYPE): Define.
44843         (read_filesystem_list): Use FS_TYPE.
44844
44845 2001-09-29  Paul Eggert  <eggert@twinsun.com>
44846
44847         * lib/exclude.c (excluded_filename): 0 -> false, since it's
44848         a boolean context.
44849
44850 2001-09-29  Jim Meyering  <meyering@lucent.com>
44851
44852         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
44853         [one-argument getmntent function]): Include stdio.h before mntent.h.
44854         SunOS 4.1.x needs it for the declaration of `FILE'.
44855         Patch by Volker Borchert.
44856
44857         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
44858         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
44859         sys/fs_types.h, and make the link-test for getfsstat guard #include
44860         directives with appropriate #if HAVE_*_H tests so that we can
44861         detect getfsstat on Apple Darwin1.3.7 systems.
44862         Reported by Nelson Beebe.
44863         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
44864
44865 2001-09-28  Paul Eggert  <eggert@twinsun.com>
44866
44867         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
44868         #defines strtoimax.  Also treat the other strto* functions
44869         like strtoimax.
44870
44871         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
44872         Check for strtoul and strtoumax,
44873         as those declarations are made even in the signed case.
44874         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
44875         Likewise, for strtol and strtoimax.
44876
44877 2001-09-28  Paul Eggert  <eggert@twinsun.com>
44878
44879         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
44880         #defines strtoimax.  Also treat the other strto* functions
44881         like strtoimax.
44882
44883         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
44884         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
44885         (strtoimax, strtoumax): Do not declare if already defined as a macro.
44886
44887 2001-09-26  Jim Meyering  <meyering@lucent.com>
44888
44889         Most macros in unlocked-io.h had the wrong number of arguments.
44890         * lib/gen-uio: New script.
44891         (USE_UNLOCKED_IO): Define to 1 if not already defined.
44892         * lib/unlocked-io.hin: Remove file.
44893         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
44894         rather than trying to embed it here.
44895         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
44896         Reported by Padraig Brady.
44897
44898 2001-09-25  Volker Borchert  <bt@teknon.de>
44899
44900         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
44901         `result'.
44902
44903 2001-09-24  Jim Meyering  <meyering@lucent.com>
44904
44905         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
44906
44907 2001-09-23  Jim Meyering  <meyering@lucent.com>
44908
44909         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
44910         instead of the mere test for existence of mntent.h.  The latter
44911         would get a false-positive on AIX 3.4 systems.
44912         In the outer getmntent if-block, don't die if neither of the getmntent
44913         tests succeeds.  Instead, just fall through and continue with the
44914         remaining tests.
44915
44916 2001-09-23  Jim Meyering  <meyering@lucent.com>
44917
44918         * lib/mountlist.c: Remove useless parentheses in #if directives.
44919         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
44920         the deprecated MOUNTED symbol is no longer defined in mntent.h.
44921
44922 2001-09-22  Jim Meyering  <meyering@lucent.com>
44923
44924         * m4/gettext.m4: New file.  From gettext.
44925         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
44926         * m4/progtest.m4: Likewise
44927         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
44928         * m4/glibc21.m4: Likewise.
44929
44930         * m4/libintl.m4: Remove.  No longer used.
44931
44932 2001-09-22  Jim Meyering  <meyering@lucent.com>
44933
44934         * lib/localcharset.c: Update from latest gettext.
44935         * lib/config.charset: Likewise.
44936
44937 2001-09-20  Jim Meyering  <meyering@lucent.com>
44938
44939         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
44940         strtoimax.
44941         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
44942         strtoumax.
44943
44944 2001-09-20  Jim Meyering  <meyering@lucent.com>
44945
44946         * lib/xstrtol.c (strtoimax): Guard declaration with
44947         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
44948         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
44949         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
44950         (strtoumax): Likewise, for completeness (it wasn't necessary).
44951
44952 2001-09-17  Paul Eggert  <eggert@twinsun.com>
44953
44954         * lib/strtoimax.c (HAVE_LONG_LONG):
44955         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
44956         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
44957         to work around bug in IBM C compiler.
44958
44959 2001-09-17  Jim Meyering  <meyering@lucent.com>
44960
44961         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
44962         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
44963         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
44964         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
44965         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
44966         whenever the right hand side need not be expanded by the shell.
44967
44968 2001-09-16  Paul Eggert  <eggert@twinsun.com>
44969
44970         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
44971         library.  It's not correct, as some older glibcs are buggy.
44972         fnmatch wasn't fixed until glibc 2.2.
44973
44974         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
44975         special shell magic here.
44976
44977 2001-09-16  Jim Meyering  <meyering@lucent.com>
44978
44979         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
44980         * m4/jm-macros.m4: Require it.
44981
44982 2001-09-16  Jim Meyering  <meyering@lucent.com>
44983
44984         * lib/mkdir.c: New file.
44985
44986 2001-09-15  Jim Meyering  <meyering@lucent.com>
44987
44988         * m4/jm-macros.m4: Check for help2man.
44989
44990 2001-09-11  Jim Meyering  <meyering@lucent.com>
44991
44992         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
44993         The body, by Paul Eggert, was moved here from configure.in.
44994         * m4/jm-macros.m4: Require UTILS_HOST_OS.
44995
44996 2001-09-04  Paul Eggert  <eggert@twinsun.com>
44997
44998         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
44999         (jm_PREREQ): Use it.
45000
45001 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45002
45003         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
45004         Use ssize_t, not int, to store result of readlink.
45005         Check for ssize_t overflow as well as size_t overflow,
45006         as POSIX says the result of readlink is implementation-defined
45007         when ssize_t overflows.
45008         Remove unnecessary cast to char*.
45009         Use free+malloc instead of realloc, as the storage doesn't need
45010         to be preserved and it's clearer and can be more efficient that way.
45011         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
45012         * lib/xreadlink.h (xreadlink): Update prototype.
45013
45014 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45015
45016         * lib/xgetcwd.c: Revert some of the previous change; intead,
45017         fix the HAVE_GETCWD_NULL code to behave more like the
45018         !HAVE_GETCWD_NULL code used to.
45019
45020         Include "xalloc.h".
45021         (xgetcwd): Do not return NULL when memory is exhausted; instead,
45022         invoke xalloc_die.
45023
45024 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45025
45026         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
45027         sys/param.h, as pathmax.h includes them.
45028
45029 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45030
45031         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
45032         (jm_PREREQ_XGETCWD): New macro.
45033
45034         * m4/getcwd.m4: New file.
45035
45036 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45037
45038         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
45039         like the HAVE_GETCWD_NULL code.
45040         Include pathmax.h if not HAVE_GETCWD.
45041         Do not include xalloc.h.
45042         (INITIAL_BUFFER_SIZE): New symbol.
45043         Do not use xmalloc / xrealloc, since the caller is responsible for
45044         handling errors.  Preserve errno around `free' during failure.
45045         Do not overrun buffer when using getwd.
45046
45047 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45048
45049         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
45050         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
45051         getcwd (NULL, 0).
45052
45053 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45054
45055         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
45056         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
45057         spotted by Jim Meyering.
45058
45059 2001-09-03  Jim Meyering  <meyering@lucent.com>
45060
45061         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
45062         failure.
45063
45064 2001-09-02  Jim Meyering  <meyering@lucent.com>
45065
45066         * lib/error.c: Update from GNU libc.
45067
45068 2001-09-01  Jim Meyering  <meyering@lucent.com>
45069
45070         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
45071         Used by df.
45072
45073 2001-09-01  Jim Meyering  <meyering@lucent.com>
45074
45075         * lib/xreadlink.c: New file.
45076         * lib/xreadlink.h: New file.
45077         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
45078         xreadlink.h.
45079
45080         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
45081         doesn't conflict with sparc Solaris 7's definition in
45082         /usr/include/sys/int_types.h.
45083
45084         * lib/exclude.c: Use `""', not `<>' to #include non-system header
45085         files.
45086         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
45087         and strncasecmp as r-values.  Unixware didn't have declarations.
45088
45089 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45090
45091         * lib/xstrtol.h: Add copyright notice.
45092         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
45093         LONGINT_INVALID_SUFFIX_CHAR.
45094
45095 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45096
45097         * lib/xstrtol.c (strtoimax): New decl.
45098
45099 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45100
45101         * lib/xgetcwd.c: Don't include pathmax.h.
45102         Include stdlib.h and unistd.h if available.
45103         Include xalloc.h.
45104         (xmalloc, xstrdup, free): Remove decls.
45105         (xgetcwd): Don't assume sizes fit in unsigned.
45106         Check for overflow when computing sizes.
45107         Simplify reallocation code.
45108
45109 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45110
45111         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
45112         a directory's st_size can have an arbitrary value, so the old
45113         usage could waste an arbitrary amount of memory.  All uses
45114         changed.
45115         * lib/savedir.h: Update prototype.
45116
45117 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45118
45119         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
45120
45121         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
45122         old strtoimax.c.
45123
45124         Also, make the following further changes to make this file's
45125         configuration more similar to that of strtol.c:
45126         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
45127         (strtoumax, uintmax_t, strtoull, strtol): Remove.
45128         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
45129         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
45130         changed to signed values.
45131
45132         And make the following changes as well:
45133         Fix copyright notice, as 1999 was missing.
45134         (verify): New macro.
45135         (strtoimax): Check sizes at compile-time, not run-time.
45136         Prefer strtol to strtoll if both work.
45137         (main): Remove; it was not that useful and was a pain to maintain.
45138
45139         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
45140
45141 2001-08-31  Jim Meyering  <meyering@lucent.com>
45142
45143         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
45144         Use an initial, malloc'd, buffer of length 128 rather than
45145         a statically allocated one of length 1024.
45146
45147 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45148
45149         Simplify code, partly by assuming autoconf 2.52 semantics.
45150
45151         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
45152
45153         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
45154         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
45155         All uses removed.
45156         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
45157         Move AC_REQUIRE to next-to-top level, to avoid confusion.
45158         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
45159         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
45160         jm_AC_HEADER_INTTYPES_H.
45161         * m4/jm-macros.m4 (jm_MACROS): Likewise.
45162
45163         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
45164
45165         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45166         Quote first arg of AC_DEFUN.
45167         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
45168         since they are needed to parse the include file even if we need
45169         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
45170         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
45171         but with opposite signedness.
45172
45173 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45174
45175         Merge 'exclude' changes from tar 1.13.22.
45176         This fixes one or two unlikely storage allocation overflow bugs,
45177         but doesn't change user-visible behavior otherwise.
45178
45179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45180
45181         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
45182         (jm_PREREQ_EXCLUDE): New macro.
45183
45184 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45185
45186         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
45187         tm to be declared.
45188
45189 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45190
45191         * lib/hash.c: Remove '2001' from copyright notice.
45192
45193 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45194
45195         * lib/full-write.h: New file.
45196         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
45197         * lib/full-write.c: Correct credits, as cccp.c no longer
45198         exists and anyway it was so heavily changed from the old cccp
45199         code as to be unrecognizable.  Include full-write.h.
45200         (full_write) Return size_t, with short writes meaning failure.
45201         All callers changed.  This fixes a bug with large buffers
45202         on 64-bit hosts.
45203         * lib/utime.c: Include full-write.h.
45204
45205 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45206
45207         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
45208         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
45209         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
45210         Include if available.
45211         (<xalloc.h>): Include
45212         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
45213         (verify): New macro.  Use it to verify that EXCLUDE macros do not
45214         collide with FNM macros.
45215         (struct patopts): New struct.
45216         (struct exclude): Use it, as exclude patterns now come with options.
45217         (new_exclude): Support above changes.
45218         (new_exclude, add_exclude_file):
45219         Initial size must now be a power of two to simplify overflow checking.
45220         (free_exclude, fnmatch_no_wildcards): New function.
45221         (excluded_filename): No longer requires options arg, as the options
45222         are determined by add_exclude.  Now returns bool, not int.
45223         (excluded_filename, add_exclude):
45224         Add support for the fancy new exclusion options.
45225         (add_exclude, add_exclude_file): Now takes int options arg.
45226         Check for arithmetic overflow when computing sizes.
45227         (add_exclude_file): xrealloc might modify errno, so don't
45228         realloc until after errno might be used.
45229
45230         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
45231         New macros.
45232         (free_exclude): New decl.
45233         (add_exclude, add_exclude_file): Now takes int options arg.
45234         (excluded_filename): No longer requires options arg, as the options
45235         are determined by add_exclude.  Now returns bool, not int.
45236
45237 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45238
45239         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
45240
45241 2001-08-27  Jim Meyering  <meyering@lucent.com>
45242
45243         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
45244
45245         * lib/version-etc.c (N_): Remove definition.
45246         Revert most of last change.
45247         Instead, simply don't mark the `Copyright...' string for translation.
45248         Based on advice from Paul Eggert.
45249
45250         * lib/strtoxmax.c: Tweak comment.
45251
45252 2001-08-26  Jim Meyering  <meyering@lucent.com>
45253
45254         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
45255
45256         * m4/xstrtoimax.m4: New file.
45257         * m4/xstrtoumax.m4: Add comments explaining why we
45258         AC_REPLACE_FUNCS(strtol).
45259
45260 2001-08-26  Jim Meyering  <meyering@lucent.com>
45261
45262         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
45263         of copyright with `%s' so translators don't get an untranslated
45264         message in 2002.
45265         (COPYRIGHT_YEAR): Define.
45266         (version_etc): Use fprintf rather than fputs.
45267         Suggestion from Ulrich Drepper.
45268
45269         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
45270
45271         * lib/strtoll.c: New file, from GNU libc.
45272         * lib/xstrtoimax.c: New file.
45273
45274         * lib/xstrtol.h: Add xstrtoimax.
45275         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
45276         * lib/strtoimax.c: New file.  Likewise, but first define
45277         STRTOUXMAX_SIGNED.
45278
45279         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
45280         ...
45281         * lib/strtoxmax.c: ... then renamed to this.
45282
45283 2001-08-18  Paul Eggert  <eggert@twinsun.com>
45284
45285         * m4/inttypes.m4: Add AC_PREREQ(2.13).
45286         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
45287         (jm_AC_TYPE_INTMAX_T): New macro.
45288         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
45289
45290         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
45291
45292         * m4/longlong.m4: Renamed from ulonglong.m4.
45293         * m4/inttypes.m4: Renamed from inttypes_h.m4.
45294         * m4/uintmax_t.m4: Removed.
45295
45296 2001-08-13  Paul Eggert  <eggert@twinsun.com>
45297
45298         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
45299         Port to Solaris 8, where 'sed' requires a space after the 'r'
45300         command, and where sh dislikes "$/".  Clean up the spacing a bit.
45301         Redirect output to $tmp just once.
45302
45303 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
45304
45305         * lib/addext.c (<errno.h>): Include.
45306         (errno): Declare if not defined.
45307         (addext): Work correctly when pathconf returns -1 and leaves
45308         errno alone because there is no limit.  Also, work even if
45309         pathconf returns a value greater than SIZE_MAX.
45310
45311 2001-08-12  Jim Meyering  <meyering@lucent.com>
45312
45313         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
45314         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
45315         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
45316         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
45317         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
45318         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
45319         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
45320         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
45321         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
45322         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
45323         utime.m4, utimes.m4, xstrtoumax.m4:
45324         Quote the first argument in each use of AC_DEFUN.
45325
45326 2001-08-12  Jim Meyering  <meyering@lucent.com>
45327
45328         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
45329         Simply `return getcwd (NULL, 0);'.
45330         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
45331         Use 1300 as initial value for length, not PATH_MAX.
45332
45333         * lib/pathmax.h: Clean up cpp syntax.
45334
45335 2001-08-12  Jim Meyering  <meyering@lucent.com>
45336
45337         * lib/gettimeofday.c: New file.
45338         * lib/gtod.h: New file.
45339         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
45340
45341 2001-08-05  Jim Meyering  <meyering@lucent.com>
45342
45343         * m4/jm-macros.m4: Require autoconf-2.52.
45344
45345 2001-08-04  Jim Meyering  <meyering@lucent.com>
45346
45347         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
45348         stmt, to get in sync with glibc.
45349
45350 2001-08-03  Paul Eggert  <eggert@twinsun.com>
45351
45352         The following changes are from gettext 0.10.39 as maintained by
45353         Bruno Haible.
45354
45355         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
45356         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
45357         with inverted sense.  All uses changed.
45358
45359         * lib/mbswidth.c: Don't include <limits.h>.
45360         Include <stdlib.h> and <string.h> unconditionally.
45361         (iswcntrl, mbsinit, ISCNTRL): New macros.
45362         (mbsnwidth): Use K&R style function declarations.
45363         Don't bother checking for MB_LEN_MAX == 1, since the compiler
45364         can optimize it when MB_CUR_MAX == 1.
45365         The width of control characters is zero, not 1.
45366
45367 2001-08-03  Paul Eggert  <eggert@twinsun.com>
45368
45369         The following changes are from gettext 0.10.39 as maintained by
45370         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
45371
45372         * m4/codeset.m4: Upgrade to serial AM1.
45373         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
45374         all uses changed.  Quote first arg of AC_DEFUN.
45375         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
45376
45377         * m4/iconv.m4: Upgrade to serial AM2.
45378         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
45379         Add --with-libconv-prefix.
45380         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
45381         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
45382         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
45383         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
45384         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
45385
45386         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
45387         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
45388         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
45389         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
45390         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
45391         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
45392         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
45393         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
45394         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
45395
45396         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
45397         string.h any more.
45398
45399         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
45400         not the default value.
45401
45402         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
45403         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
45404         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
45405         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
45406         Also check for iswcntrl, used for wcwidth fallback.
45407         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
45408         to Autoconf 2.13.
45409
45410 2001-08-03  Jim Meyering  <meyering@lucent.com>
45411
45412         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
45413         as it was in the original.  Reported by Paul Eggert.
45414
45415 2001-07-16  Jim Meyering  <meyering@lucent.com>
45416
45417         * m4/gettimeofday.m4: New file.
45418         Prompted by a report from Bernhard Baehr.
45419
45420 2001-07-15  Jim Meyering  <meyering@lucent.com>
45421
45422         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
45423         stuff. Now it's in ../Makefile.cfg.
45424
45425 2001-07-15  Jim Meyering  <meyering@lucent.com>
45426
45427         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
45428         (BUILT_SOURCES): Add unlocked-io.h.
45429         (io_functions): Define.
45430         (unlocked-io.h): New rule.
45431         (DISTCLEANFILES): Add unlocked-io.h.
45432         (all-local): Depend on unlocked-io.h, to ensure it is created.
45433
45434         * lib/unlocked-io.hin: New file
45435
45436         * lib/regex.c: Update from glibc.
45437
45438 2001-07-05  Jim Meyering  <meyering@lucent.com>
45439
45440         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
45441         recommendation.
45442         (libfetish_a_SOURCES): Put all .h files here instead.
45443         Remove a thus-exposed (better checks in automake) duplicate and
45444         two unnecessary .h files.
45445
45446 2001-07-04  Jim Meyering  <meyering@lucent.com>
45447
45448         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
45449         that generates jm-glibc-io.m4 so that it doesn't trigger any make
45450         distcheck failure.
45451
45452 2001-07-02  Jim Meyering  <meyering@lucent.com>
45453
45454         The following changes were prompted by suggestions from Bruno Haible.
45455
45456         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
45457         is now generated.
45458         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
45459         definition of EXTRA_DIST.
45460         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
45461         ensure that the generated file is created/updated whenever the list
45462         of $(unlocked_functions) is changed.
45463         (jm-glibc-io.m4): New rule.
45464         (unlocked-io.h): New rule -- currently unused.
45465
45466 2001-06-24  Jim Meyering  <meyering@lucent.com>
45467
45468         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
45469         unmatched right bracket, rather than kludging it with an extra,
45470         falsely-matching quote in a comment.  Patch by Akim Demaille.
45471
45472 2001-06-11  Jim Meyering  <meyering@lucent.com>
45473
45474         * lib/regex.c: Update from GNU libc.
45475
45476 2001-05-27  Jim Meyering  <meyering@lucent.com>
45477
45478         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
45479         Check for ut_type in struct utmp.
45480
45481 2001-05-27  Jim Meyering  <meyering@lucent.com>
45482
45483         * lib/readutmp.h (UT_TYPE): Define.
45484
45485 2001-05-24  Jim Meyering  <meyering@lucent.com>
45486
45487         * lib/argmatch.c: Include "quote.h".
45488         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
45489         quote function.  Reported by Göran Uddeborg.
45490
45491 2001-05-22  Jim Meyering  <meyering@lucent.com>
45492
45493         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
45494         now that we use the package-supplied version unconditionally.
45495         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
45496
45497 2001-05-21  Jim Meyering  <meyering@lucent.com>
45498
45499         * m4/regex.m4: Change a couple backticks to single quotes to avoid
45500         shell syntax errors.
45501
45502 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
45503
45504         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
45505
45506 2001-05-20  Paul Eggert  <eggert@twinsun.com>
45507
45508         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
45509         Don't bother to check library strftime, since
45510         we'll be using our own my_strftime function anyway.
45511         Define my_strftime instead of strftime.
45512
45513 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
45514
45515         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
45516         which is not yet declared.
45517
45518 2001-05-15  Jim Meyering  <meyering@lucent.com>
45519
45520         * m4/regex.m4: Use proper quoting so brackets appear in the test
45521         program.
45522         Reported by, and with help from, Bruno Haible.
45523
45524 2001-05-13  Jim Meyering  <meyering@lucent.com>
45525
45526         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
45527         undefined.
45528
45529 2001-05-11  Paul Eggert  <eggert@twinsun.com>
45530
45531         dirname code cleanup.  base_name now behaves more compatibly
45532         with POSIX basename when given file names that have trailing
45533         slashes, and similarly for dir_name.  Add new primitives
45534         base_len and dir_len.  Put the directory-name-related decls
45535         into dirname.h.
45536
45537         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
45538         * lib/backupfile.c (base_name): Likewise.
45539         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
45540         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
45541         * lib/makepath.c (strip_trailing_slashes): Likewise.
45542         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
45543         ISSLASH): Likewise.
45544         * lib/rename.c (strip_trailing_slashes): Likewise.
45545         * lib/same.c (base_name): Likewise.
45546         * lib/stripslash.c (ISSLASH): Likewise.
45547
45548         * lib/addext.c: Include <dirname.h> after size_t is defined.
45549         * lib/backupfile.c: Likewise.
45550
45551         * lib/addext.c (addext): Use base_len to trim redundant
45552         trailing slashes instead of doing it ourselves.
45553         But do not trim the last slash if it is not redundant.
45554
45555         * lib/backupfile.c (find_backup_file_name,
45556         max_backup_version): Use base_len instead of rolling it ourselves.
45557         Handle the case of "" and (on DOS) "C:" correctly.
45558
45559         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
45560         needed. Include <string.h>, <dirname.h>.
45561         (base_name): Allow file names ending in slashes, other than names
45562         that are all slashes.  In this case, return the basename followed
45563         by the slashes.  This is more general, and can be used in places
45564         where the original base_name purposely had an assertion failure.
45565         (base_len): New function.
45566
45567         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
45568         Do not include <assert.h>; no longer needed.
45569         Include xalloc.h.
45570         (memrchr): Remove decl.
45571         (dir_name_r): Remove.
45572         (dir_len): Renamed from dirlen.  All callers changed.
45573         Rewrite in terms of base_name, for simplicity and consistency.
45574         (dir_name): Never return NULL.  All callers changed.
45575         Do not include <stdlib.h> in test program; no longer needed.
45576         return 0; is fine for test program.
45577
45578         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
45579         New macros.
45580         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
45581
45582         * lib/path-concat.c (path_concat): Use base_len to compute
45583         base length, not strlen; this means we cannot rely on memcpy
45584         to null-terminate.
45585
45586         * lib/same.c (STREQ): Remove.
45587         (same_name): Handle the case where the basename ends in trailing '/'.
45588
45589         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
45590         a slash was stripped.  Do not strip the last slash after a
45591         file system prefix.
45592
45593 2001-05-11  Paul Eggert  <eggert@twinsun.com>
45594
45595         * lib/Makefile.am (libfetish_a_SOURCES):
45596         Add strftime.c, since we now compile it on all hosts.
45597
45598         * lib/strftime.c (my_strftime):
45599         Define to nstrftime if emacs, but only if my_strftime is not defined.
45600         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
45601         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
45602         Add one more extra argument: a nanoseconds value.
45603         All uses changed.
45604         (ns): New macro.
45605         (my_strftime function): Add %N format.
45606         (emacs_strftimeu): Renamed from emacs_strftime,
45607         with extra ut argument.
45608
45609 2001-05-09  Paul Eggert  <eggert@twinsun.com>
45610
45611         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
45612
45613 2001-04-21  Jim Meyering  <meyering@lucent.com>
45614
45615         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
45616         doesn't interfere.
45617
45618 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
45619
45620         * m4/ftruncate.m4: Check for chsize.
45621         Link with ftruncate.o unconditionally if ftruncate is missing.
45622         This was required when cross-compiling to i586-mingw32msvc.
45623
45624 2001-04-08  Jim Meyering  <meyering@lucent.com>
45625
45626         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
45627         recomputed; that's necessary when the offset spans a DST transition.
45628         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
45629
45630 2001-04-02  Jim Meyering  <meyering@lucent.com>
45631
45632         * lib/regex.h, regex.c: Update from GNU libc.
45633
45634 2001-03-24  Jim Meyering  <meyering@lucent.com>
45635
45636         * m4/jm-macros.m4: Require autoconf-2.49d.
45637
45638 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
45639
45640         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
45641
45642 2001-03-19  Paul Eggert  <eggert@twinsun.com>
45643
45644         * lib/version-etc.c (version_etc_copyright): Update to 2001.
45645
45646 2001-03-17  Jim Meyering  <meyering@lucent.com>
45647
45648         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
45649         now that the version in autoconf is equivalent.
45650         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
45651
45652         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
45653         Suggestion from Akim Demaille.
45654
45655         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
45656         (jm_PREREQ_TEMPNAME): New function.
45657
45658 2001-03-16  Paul Eggert  <eggert@twinsun.com>
45659
45660         * lib/tempname.c (uint64_t): Define to uintmax_t if
45661         not defined, and if UINT64_MAX is not defined.
45662         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
45663         Reported by John David Anglin.
45664
45665 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
45666
45667         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
45668         resolve alias if codeset is empty.
45669         * lib/config.charset (BeOS): Use wildcard syntax.
45670
45671 2001-03-13  Jim Meyering  <meyering@lucent.com>
45672
45673         * lib/path-concat.c (path_concat)
45674         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
45675         concatenating e.g., `C:' and `foo'.
45676         From Bruno Haible.
45677
45678 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
45679
45680         * lib/localcharset.c (locale_charset): Don't use
45681         setlocale(LC_CTYPE,NULL). Don't return NULL.
45682         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
45683
45684 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
45685
45686         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
45687         support for DOS/DJGPP.
45688
45689 2001-03-01  Paul Eggert  <eggert@twinsun.com>
45690
45691         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
45692         lacks mkstemp.  Compile our own tempname.c if we compile our own
45693         mkstemp.c, as mkstemp relies on tempname.
45694
45695 2001-03-01  Jim Meyering  <meyering@lucent.com>
45696
45697         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
45698         AH_VERBATIM really does output its argument verbatim.
45699
45700 2001-02-28  Paul Eggert  <eggert@twinsun.com>
45701
45702         * lib/Makefile.am (libfetish_a_SOURCES):
45703         Add dup-safer.c, fopen-safer.c.
45704         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
45705
45706         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
45707         * lib/unistd-safer.h: New files.
45708
45709 2001-02-25  Paul Eggert  <eggert@twinsun.com>
45710
45711         The mkstemp replacement is taken from glibc 2.2.2, with some
45712         portability fixes for use outside glibc, as follows:
45713
45714         * lib/tempname.c (struct_stat64): New macro.
45715         (direxists, __gen_tempname): Use it.
45716         This avoids a portability problem with Solaris 8.
45717
45718         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
45719         (<stddef.h>, <stdint.h>, <string.h>):
45720         Include only if STDC_HEADERS || _LIBC.
45721         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
45722         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
45723         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
45724         (__set_errno): Define this macro if <errno.h> doesn't.
45725         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
45726         Define these macros if <stdio.h> doesn't.
45727         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
45728         Define these macros if <sys/stat.h>
45729         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
45730         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
45731         __xstat64): Define if not _LIBC.
45732         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
45733         (__gen_tempname): Invoke gettimeofday only if
45734         HAVE_GETTIMEOFDAY || _LIBC;
45735         otherwise, fall back on plain "time".
45736         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
45737
45738         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
45739
45740         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
45741
45742 2001-02-18  Paul Eggert  <eggert@twinsun.com>
45743
45744         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
45745
45746 2001-02-17  Paul Eggert  <eggert@twinsun.com>
45747
45748         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
45749         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
45750         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
45751         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
45752
45753 2001-02-17  Paul Eggert  <eggert@twinsun.com>
45754
45755         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
45756         Remove workaround macros for hosts that have mbrtowc but not
45757         mbstate_t, as we now insist on proper declarations for both
45758         before using mbrtowc.
45759
45760 2001-02-17  Jim Meyering  <meyering@lucent.com>
45761
45762         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
45763         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
45764         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
45765         UnixWare 7.1.1.
45766
45767         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
45768         rather than AC_CACHE_VAL.
45769
45770 2001-02-17  Jim Meyering  <meyering@lucent.com>
45771
45772         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
45773         around included file name.
45774
45775         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
45776
45777         * lib/strftime.c: Update from GNU libc (the only changes were to
45778         comments).
45779
45780 2001-02-17  Jim Meyering  <meyering@lucent.com>
45781
45782         * lib/regex.c: Update from libc.
45783
45784 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
45785
45786         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
45787         clash.
45788
45789 2001-02-16  Paul Eggert  <eggert@twinsun.com>
45790
45791         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
45792         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
45793         Reported by Mark Hounschell via Paul Eggert.
45794
45795 2001-02-07  Jim Meyering  <meyering@lucent.com>
45796
45797         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
45798
45799 2001-02-05  Jim Meyering  <meyering@lucent.com>
45800
45801         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
45802         it includes the patch required for `large file' support with at least
45803         HP-UX's 10.20 /bin/cc.
45804
45805 2001-02-03  Jim Meyering  <meyering@lucent.com>
45806
45807         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
45808         AS_IF, now that it works once again (mysteriously).
45809         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
45810
45811 2001-01-30  Jim Meyering  <meyering@lucent.com>
45812
45813         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
45814         * m4/chown.m4: Rename conftestchown to conftest.chown.
45815         * m4/rename.m4: s/conftestdir/conftest.d1/ and
45816         s/conftestdir2/conftest.d2/.
45817         * m4/utimes.m4: s/conftestdata/conftest.data/
45818         Inspired by Pavel Roskin's change in autoconf.
45819
45820 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
45821
45822         * lib/config.charset: Update for FreeBSD 4.2.
45823
45824 2001-01-27  Jim Meyering  <meyering@lucent.com>
45825
45826         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
45827         a use of AS_IF.
45828         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
45829
45830 2001-01-26  Jim Meyering  <meyering@lucent.com>
45831
45832         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
45833         quotearg.c includes it.
45834
45835 2001-01-26  Jim Meyering  <meyering@lucent.com>
45836
45837         * lib/quotearg.c: Include stddef.h.
45838         * lib/quote.c: Include stddef.h.
45839         Reported by Axel Kittenberger.
45840
45841         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
45842         line in double quotes so that it evokes a better diagnostic.
45843         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
45844         Reported by Axel Kittenberger.
45845
45846 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
45847
45848         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
45849         as if it was a `charset'.
45850
45851 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
45852
45853         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
45854         has const.
45855
45856 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
45857
45858         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
45859         to avoid a warning.  Add back 'const' to inptr.
45860
45861 2001-01-20  Jim Meyering  <meyering@lucent.com>
45862
45863         Be sure that headers are checked before used in code compiled
45864         for the type checks.
45865         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
45866         In place of that, invoke jm_CHECK_ALL_TYPES.
45867         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
45868         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
45869         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
45870         The check for ssize_t was mistakenly run before the test for unistd.h.
45871
45872         The configure-time check for stdbool.h was missing.
45873         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
45874         (jm_PREREQ_HASH): New function.
45875
45876 2001-01-17  Jim Meyering  <meyering@lucent.com>
45877
45878         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
45879         for autoconf-2.49c.
45880         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
45881
45882 2001-01-16  Jim Meyering  <meyering@lucent.com>
45883
45884         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
45885         From Bruno Haible.
45886
45887 2001-01-14  Jim Meyering  <meyering@lucent.com>
45888
45889         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
45890         foo and bar.  Create conftestdir/ in the script, not in the C code.
45891         Remove directories in the script, not in the C code.
45892         Remove conftestdir{,2} before trying to create the directory.
45893         Make the entire configure script fail if the mkdir fails.
45894
45895 2001-01-14  Jim Meyering  <meyering@lucent.com>
45896
45897         * lib/rename.c: New file.  From Volker Borchert.
45898         Include stdlib.h, string.h or strings.h, and xalloc.h.
45899         Use strip_trailing_slashes rather than open-coding it.
45900
45901 2001-01-03  Paul Eggert  <eggert@twinsun.com>
45902
45903         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
45904
45905 2001-01-03  Jim Meyering  <meyering@lucent.com>
45906
45907         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
45908         of local `inptr' to avoid warning with some system declarations of
45909         iconv.
45910
45911 2001-01-02  Volker Borchert  <bt@teknon.de>
45912
45913         * m4/rename.m4: New file.
45914         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
45915
45916 2001-01-01  Jim Meyering  <meyering@lucent.com>
45917
45918         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
45919         even on systems with utmpx.h.  It's necessary for the declaration of
45920         utmp's ut_user member.  Reported by Andreas Jaeger.
45921
45922         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
45923         available. They are required for the declarations of getgrgid and
45924         getpwuid resp.
45925         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
45926         Reported by Andreas Jaeger.
45927
45928 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
45929
45930         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
45931         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
45932         so `make install' also works in VPATH builds.
45933
45934 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
45935
45936         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
45937         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
45938         can be used in subdirectories.
45939
45940 2000-12-29  Paul Eggert  <eggert@twinsun.com>
45941
45942         * lib/modechange.c: Do not assume that mode_t uses the
45943         traditional octal encoding.  E.g. "chmod 1 FOO" should set
45944         the other-execute bit of FOO even if S_IXOTH != 1.
45945
45946         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
45947         WOTH, XOTH, ALLM): New macros.
45948         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
45949          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
45950         Use them.
45951         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
45952         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
45953         (mode_compile):
45954         No need to use uintmax_t; unsigned long is long enough.
45955         Don't bother to get suffix since we don't use it.
45956
45957 2000-12-26  Jim Meyering  <meyering@lucent.com>
45958
45959         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
45960         better with autoheader.
45961
45962 2000-12-24  Jim Meyering  <meyering@lucent.com>
45963
45964         * lib/hash.c (is_prime): Return explicit boolean values.
45965         (hash_get_first): Return NULL to appease Irix5.6's 89.
45966         Reported by Nelson Beebe.
45967
45968 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
45969
45970         * lib/localcharset.c (locale_charset): Add support for Win32.
45971
45972 2000-12-18  Paul Eggert  <eggert@twinsun.com>
45973
45974         * lib/physmem.h, lib/physmem.c: New files.
45975
45976         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
45977         (noinst_HEADERS): Add physmem.h.
45978
45979         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
45980         't' for compatibility with Solaris 8 sort.
45981
45982 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
45983
45984         * lib/config.charset: Add support for BeOS.
45985
45986 2000-12-17  Jim Meyering  <meyering@lucent.com>
45987
45988         * m4/dos.m4 (jm_AC_DOS): New file and macro.
45989         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
45990
45991 2000-12-16  Jim Meyering  <meyering@lucent.com>
45992
45993         This bug had a serious impact on chown: `chown N:M FILE' (for integer
45994         N and M) would have treated it like `chown N:N FILE'.
45995
45996         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
45997
45998 2000-12-16  Jim Meyering  <meyering@lucent.com>
45999
46000         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
46001         SHELLS_FILE to a file name that's useful on djgpp systems.
46002         Include stdlib.h.
46003         (ADDITIONAL_DEFAULT_SHELLS): Define.
46004         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
46005         Based mostly on a patch from Prashant TR.
46006
46007 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
46008
46009         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
46010         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
46011         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
46012
46013 2000-12-08  Andreas Schwab  <schwab@suse.de>
46014
46015         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
46016         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
46017
46018 2000-12-07  Jim Meyering  <meyering@lucent.com>
46019
46020         * lib/stripslash.c (ISSLASH): Define.
46021         (strip_trailing_slashes): Use ISSLASH rather than comparing against
46022         `/'.
46023         From Prashant TR.
46024
46025         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
46026         (dir_name_r): Declare this function as static.
46027         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
46028         manifest itself on a name containing a mix of slashes and
46029         backslashes.
46030         Make this function work with names starting with a DOS-style
46031         drive letter and colon prefix.
46032         (dir_name): Append `.' if necessary.
46033         Based mostly on patches from Prashant TR and Eli Zaretskii.
46034
46035         * lib/dirname.h (dir_name_r): Remove prototype.
46036
46037 2000-12-06  Paul Eggert  <eggert@twinsun.com>
46038
46039         * m4/off_t-format.m4: Remove this file.
46040         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
46041
46042 2000-12-06  Jim Meyering  <meyering@lucent.com>
46043
46044         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
46045         replacement strtoull, we may well need the replacement strtoul, too.
46046         Check for declarations of strtoul and strtoull.
46047         Check for strtol.  Mainly as a cue to cause automake to include
46048         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
46049         Check for limits.h -- strtol.c needs it.
46050
46051 2000-12-05  Jim Meyering  <meyering@lucent.com>
46052
46053         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
46054
46055 2000-12-04  Jim Meyering  <meyering@lucent.com>
46056
46057         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
46058         Also include memory.h, stdlib.h, unistd.h if appropriate.
46059         Reported by Andreas Jaeger (conflicting declaration of malloc).
46060
46061 2000-12-02  Jim Meyering  <meyering@lucent.com>
46062
46063         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
46064         * m4/jm-macros.m4 (jm_MACROS): require it.
46065
46066 2000-12-02  Jim Meyering  <meyering@lucent.com>
46067
46068         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
46069
46070 2000-12-01  Paul Eggert  <eggert@twinsun.com>
46071
46072         * lib/memrchr.c: Include <config.h> before any system include file.
46073
46074 2000-11-30  Jim Meyering  <meyering@lucent.com>
46075
46076         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
46077
46078 2000-11-30  Jim Meyering  <meyering@lucent.com>
46079
46080         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
46081
46082 2000-11-29  Paul Eggert  <eggert@twinsun.com>
46083
46084         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
46085
46086 2000-11-26  Jim Meyering  <meyering@lucent.com>
46087
46088         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
46089
46090 2000-11-22  Paul Eggert  <eggert@twinsun.com>
46091
46092         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
46093         size of (size_t) -1; it's not portable.
46094
46095 2000-11-17  Jim Meyering  <meyering@lucent.com>
46096
46097         * lib/strstr.c: Update from GNU libc.
46098
46099 2000-11-17  Akim Demaille  <akim@epita.fr>
46100
46101         * lib/obstack.h: Formatting changes.
46102         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
46103         prevent type checking.
46104         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
46105         cast the value to (void *): assigning a `foo *' to a `void *'
46106         variable is valid.
46107         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
46108
46109 2000-11-16  Jim Meyering  <meyering@lucent.com>
46110
46111         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
46112
46113 2000-11-11  Jim Meyering  <meyering@lucent.com>
46114
46115         * lib/error.c: Add a couple #includes, merging from GNU libc version.
46116
46117 2000-11-10  Jim Meyering  <meyering@lucent.com>
46118
46119         * lib/obstack.h: Update from GNU libc.
46120         * lib/obstack.c: Likewise.
46121
46122 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
46123
46124         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
46125
46126 2000-11-06  Paul Eggert  <eggert@twinsun.com>
46127
46128         * lib/getusershell.c (setusershell): Use rewind rather than
46129         fseek/fseeko, to avoid configuration hassles with fseeko.
46130         Don't bother opening SHELLS_FILE if shellstream is NULL;
46131         it's not necessary.
46132
46133 2000-11-05  Jim Meyering  <meyering@lucent.com>
46134
46135         * lib/makepath.h (make_dir): Declare.
46136         * lib/makepath.c (make_dir): Remove `static' attribute.
46137         Tweak a comment.
46138
46139 2000-11-04  Jim Meyering  <meyering@lucent.com>
46140
46141         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
46142
46143 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
46144
46145         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
46146         last one in a bucket, advance to the next bucket.
46147
46148 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
46149
46150         * lib/fnmatch.c: Do not comment out all the code if we are using
46151         the GNU C library, because in some cases we are replacing buggy
46152         code in the GNU C library itself.
46153
46154 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
46155
46156         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
46157         (regex_compile): Catch bogus \(\1\).
46158
46159 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46160
46161         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
46162         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
46163         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
46164
46165 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46166
46167         * lib/error.h, getline.h, modechange.h:
46168         Remove "2000" from Copyright line, as the file hasn't been
46169         changed this year other than in the copyright notice.
46170
46171         * lib/xalloc.h: Add "2000" to Copyright line, as this file
46172         was changed this year.
46173
46174 2000-10-29  Jim Meyering  <meyering@lucent.com>
46175
46176         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
46177         renaming.
46178         * m4/ls-mntd-fs.m4: Likewise
46179
46180 2000-10-29  Jim Meyering  <meyering@lucent.com>
46181
46182         * lib/xstat.in: Fix grammar in comment.
46183
46184 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
46185
46186         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
46187         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
46188         doesn't define __restrict_arr.
46189
46190 2000-10-28  Jim Meyering  <meyering@lucent.com>
46191
46192         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
46193         (jm_PREREQ_MEMCHR): New function.
46194
46195 2000-10-28  Jim Meyering  <meyering@lucent.com>
46196
46197         * lib/memchr.c: Update from libc.
46198         Adjust for portability:
46199         [HAVE_STDLIB_H]: Include stdlib.h.
46200         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
46201         Undef __memchr, too.
46202         [!weak_alias]: Define __memchr to memchr.
46203
46204         * lib/regex.c: Update from libc.
46205         * lib/regex.h: Likewise.
46206         * lib/getopt1.c: Likewise.
46207         * lib/memcmp.c: Likewise.
46208
46209         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
46210         Avoid using fseek, when possible -- it's broken by design.
46211         Patch by Ulrich Drepper.
46212
46213 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
46214
46215         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
46216         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
46217         Giving in to popular pressure to shut up the compiler with casts.
46218
46219 2000-10-26  Jim Meyering  <meyering@lucent.com>
46220
46221         * lib/strftime.c: Update from libc.
46222
46223 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
46224
46225         * regex.c: More `unsigned char' -> `re_char' changes.
46226         Also change several `int' into `re_wchar_t'.
46227         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
46228         (PUSH_FAILURE_POINTER): Don't cast any more.
46229         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
46230         We want GCC to complain, since this piece of code makes
46231         re_match non-reentrant, which *should* be fixed.
46232         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
46233         (EXTEND_BUFFER): Use RETALLOC.
46234         (SET_LIST_BIT): Don't cast.
46235         (re_wchar_t): New type.
46236         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
46237         that those two functions will always properly return.
46238         (IMMEDIATE_QUIT_CHECK): Cast to void.
46239         (analyse_first): Use recursion rather than an explicit stack.
46240         (re_compile_fastmap): Can't fail anymore.
46241         (re_search_2): Don't check re_compile_fastmap for failure.
46242         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
46243         Now also sets the new value (passed in a new argument).
46244         (re_match_2_internal): Use it.
46245         Also, use a new var `reg' of type size_t when looping through regs
46246         rather than reuse the inappropriate `mcnt'.
46247
46248 2000-10-25  Jim Meyering  <meyering@lucent.com>
46249
46250         * lib/obstack.c: Update from libc.
46251
46252 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
46253
46254         * regex.c (regex_compile): Change the way of handling a range from
46255         a char less than 256 to a char not less than 256.
46256
46257 2000-10-24  Andrew Innes  <andrewi@gnu.org>
46258
46259         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
46260         NT-Emacs only.
46261         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
46262         so that re_search functions only quit when callers expect them to.
46263
46264 2000-10-23  Jim Meyering  <meyering@lucent.com>
46265
46266         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
46267         wrong.  That set_locale call must not have any side effects.
46268         From Paul Eggert.
46269
46270 2000-10-22  Jim Meyering  <meyering@lucent.com>
46271
46272         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
46273         [CYCLIC]: Remove now-unused definition.
46274
46275         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
46276         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
46277         Suggestion from Ulrich Drepper.
46278
46279 2000-10-21  Jim Meyering  <meyering@lucent.com>
46280
46281         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
46282         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
46283         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
46284
46285 2000-10-21  Jim Meyering  <meyering@lucent.com>
46286
46287         * lib/dirname.c (memrchr): Declare if necessary.
46288         (dir_name): Remove the restriction that there be no
46289         trailing slashes.  Now, this code skips past them, effectively
46290         ignoring them.
46291         [TEST_DIRNAME] (main): New unit tests.
46292
46293         * lib/memrchr.c: New file from GNU libc.
46294         Undef __memrchr, too.
46295         [!weak_alias]: Define __memrchr to memrchr.
46296         Guard weak_alias use with `#ifdef weak_alias'.
46297
46298 2000-10-21  Jim Meyering  <meyering@lucent.com>
46299
46300         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
46301         (dir_name): Use dir_name_r.
46302         * lib/dirname.h (dir_name_r): Declare it.
46303
46304 2000-10-17  Jim Meyering  <meyering@lucent.com>
46305
46306         * lib/quote.h (PARAMS): Define and use.
46307         Reported by Akim Demaille.
46308
46309         * lib/getopt.c: Update from libc.
46310
46311 2000-10-16  Jim Meyering  <meyering@lucent.com>
46312
46313         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
46314         setlocale.
46315         From Jan Fedak.
46316
46317 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
46318
46319         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
46320
46321 2000-09-25  Jim Meyering  <meyering@lucent.com>
46322
46323         * lib/md5.h (rol): Define (from GnuPG).
46324
46325         * lib/sha.c: Give credit (GnuPG) where due.
46326         (M): Use rol rather than open-coding it.
46327         Add a FIXME comment.
46328
46329 2000-09-21  Jim Meyering  <meyering@lucent.com>
46330
46331         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
46332         Reported by Michael Stone.
46333
46334 2000-09-20  Jim Meyering  <meyering@lucent.com>
46335
46336         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
46337         (noinst_HEADERS): Add sha.h.
46338         Based on code from Scott G. Miller and from GnuPG.
46339
46340 2000-09-18  Jim Meyering  <meyering@lucent.com>
46341
46342         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
46343         LIBS. Otherwise, everyone ends up linking with -lelf for some
46344         configurations.
46345         Reported by Mike Stone.
46346
46347 2000-09-15  Jim Meyering  <meyering@lucent.com>
46348
46349         * lib/regex.c: Update from libc.
46350
46351 2000-09-10  Jim Meyering  <meyering@lucent.com>
46352
46353         * lib/getopt.c (_getopt_internal): Update from glibc.
46354
46355 2000-09-09  Jim Meyering  <meyering@lucent.com>
46356
46357         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
46358         think it should be used as a general replacement for isascii.
46359         * lib/fnmatch.c: Likewise.
46360         * lib/mbswidth.c: Likewise
46361         * lib/regex.c: Likewise.
46362
46363         Don't use atoi.
46364         * lib/userspec.c: Include sys/param.h and limits.h.
46365         Include xstrtol.h.
46366         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
46367         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
46368         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
46369         UID, GID.  Check range.
46370
46371 2000-09-06  Jim Meyering  <meyering@lucent.com>
46372
46373         * lib/getopt.c (_getopt_internal): Update from glibc.
46374
46375 2000-08-30  Jim Meyering  <meyering@lucent.com>
46376
46377         * lib/strftime.c: Merge in changes from GNU libc.
46378
46379 2000-08-26  Jim Meyering  <meyering@lucent.com>
46380
46381         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
46382         * m4/fpending.m4: New file.
46383
46384 2000-08-26  Jim Meyering  <meyering@lucent.com>
46385
46386         * lib/closeout.c: Include "__fpending.h".
46387         (close_stdout_status): Return right away if there's nothing to flush.
46388
46389         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
46390         * lib/__fpending.c: New file.
46391         * lib/__fpending.h: New file.
46392
46393 2000-08-20  Jim Meyering  <meyering@lucent.com>
46394
46395         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
46396         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
46397         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
46398
46399 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
46400
46401         Improve fileutils installation on systems where running
46402         programs (like install) can't be unlinked.
46403         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
46404         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
46405
46406 2000-08-07  Paul Eggert  <eggert@twinsun.com>
46407
46408         Standardize on "memory exhausted" instead of "Memory exhausted"
46409         or "virtual memory exhausted".
46410         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
46411         "virtual memory exhausted".
46412         * lib/same.c (same_name): Invoke xalloc_die instead of printing
46413         our own message.
46414         * lib/userspec.c (parse_user_spec): Likewise.
46415         * lib/bumpalloc.h: comment fix
46416         * lib/same.c, userspec.c: Include xalloc.h.
46417
46418         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
46419         not char *const and pointing to a constant array.
46420         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
46421         (xrealloc): Comment fix.
46422
46423         * lib/userspec.c (parse_user_spec):
46424         Don't translate a message until just before returning,
46425         to avoid unnecessary translation.
46426
46427 2000-08-07  Jim Meyering  <meyering@lucent.com>
46428
46429         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
46430         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
46431         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
46432         getgroups.c, gethostname.c, getopt.h, group-member.c,
46433         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
46434         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
46435         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
46436         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
46437         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
46438         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
46439         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
46440         yesno.c: Back out Copyright date changes for each file with no change
46441         this year.  This eases coordination with other programs using the same
46442         source code modules.  From Paul Eggert.
46443
46444 2000-08-06  Paul Eggert  <eggert@twinsun.com>
46445
46446         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
46447         not char, for compatibility with glibc 2.1.3 strftime.c.
46448
46449 2000-08-03  Greg McGary  <greg@mcgary.org>
46450
46451         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
46452         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
46453         (EXTEND_BUFFER): Use them.
46454
46455 2000-08-01  Jim Meyering  <meyering@lucent.com>
46456
46457         * lib/dirname.c (ISSLASH): Define.
46458         (BACKSLASH_IS_PATH_SEPARATOR): Define.
46459         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
46460         both `\' and `/' may be use as path separators.
46461         Based on a patch from Prashant TR.
46462
46463 2000-07-31  Paul Eggert  <eggert@twinsun.com>
46464
46465         * lib/quotearg.c (quotearg_n_options): Don't make the initial
46466         slot vector a constant, since it might get modified.
46467
46468 2000-07-31  Jim Meyering  <meyering@lucent.com>
46469
46470         * lib/xmalloc.c: Use `virtual memory exhausted', not
46471         `Memory exhausted'.
46472         * lib/obstack.c (print_and_abort): Likewise.
46473
46474 2000-07-30  Paul Eggert  <eggert@twinsun.com>
46475
46476         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
46477         buffer, so that the caller can always quote one small
46478         component of a "memory exhausted" message in slot 0.
46479         From a suggestion by Jim Meyering.
46480
46481 2000-07-30  Jim Meyering  <meyering@lucent.com>
46482
46483         * lib/makepath.c (make_path): Quote the other instance, too.
46484
46485         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
46486         (STATIC_BUF_SIZE): Define.
46487         (quotearg_n_options): Use only statically allocated storage when
46488         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
46489         than STATIC_BUF_SIZE.
46490
46491 2000-07-29  Jim Meyering  <meyering@lucent.com>
46492
46493         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
46494         * lib/dirname.c (dir_name): Likewise.
46495
46496         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
46497         `/'.
46498
46499         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
46500         (dir_name): Assert that there are no trailing slashes.
46501
46502 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
46503
46504         * lib/mbswidth.h (mbswidth): Add a flags argument.
46505         (mbswidth): New declaration.
46506         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
46507         * lib/mbswidth.c (mbswidth): Add a flags argument.
46508         (mbsnwidth): New function.
46509
46510 2000-07-24  Jim Meyering  <meyering@lucent.com>
46511
46512         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
46513
46514 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46515
46516         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
46517
46518 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46519
46520         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
46521         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
46522         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
46523         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
46524         invoke multibyte primitives.
46525
46526 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46527
46528         * lib/quotearg.c:
46529         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
46530         so that mbstate_t is always defined.
46531
46532         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
46533         be 1 in at least one GCC installation, and this configuration
46534         error is likely to be common.  Ignoring MB_LEN_MAX hurts
46535         performance on hosts that have mbrtowc but have only unibyte
46536         locales, but I assume these hosts are rare.
46537
46538 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46539
46540         * lib/mbswidth.c (_XOPEN_SOURCE):
46541         Don't define; this causes problems on Solaris 7.
46542         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
46543
46544 2000-07-23  Jim Meyering  <meyering@lucent.com>
46545
46546         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
46547         too: getgrgid, getpwuid, getuid.
46548
46549 2000-07-23  Jim Meyering  <meyering@lucent.com>
46550
46551         * lib/basename.c (base_name): Add an assertion.
46552
46553 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
46554
46555         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
46556         shadow its mbsinit function.
46557
46558 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
46559
46560         * lib/mbswidth.h: New file.
46561         * lib/mbswidth.c: New file.
46562         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
46563         (noinst_HEADERS): Add mbswidth.h.
46564
46565 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
46566
46567         * lib/config.charset: Add support for FreeBSD. Improve support for
46568         HP-UX and IRIX 6.
46569
46570 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
46571
46572         * m4/mbswidth.m4: New file.
46573         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
46574
46575 2000-07-15  Jim Meyering  <meyering@lucent.com>
46576
46577         * lib/makepath.c: Include quote.h.
46578         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
46579         corresponding argument in a `quote (...)' call.
46580         Give better diagnostics.
46581
46582         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
46583         (noinst_HEADERS): Add quote.h.
46584
46585         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
46586         from tar's src/misc.c.
46587         * lib/quote.h: New file.  Prototypes for same.
46588
46589 2000-07-14  Paul Eggert  <eggert@twinsun.com>
46590
46591         From a suggestion by Bruno Haible.
46592         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
46593         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
46594         to decide whether to define the BeOS workaround macro;
46595         this adjusts to the change to AC_MBSTATE_T.
46596
46597 2000-07-14  Jim Meyering  <meyering@lucent.com>
46598
46599         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
46600         jm_AC_TYPE_UINTMAX_T.
46601
46602 2000-07-13  Paul Eggert  <eggert@twinsun.com>
46603
46604         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
46605
46606         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
46607         quotearg_buffer_restyled): Add support for
46608         clocale_quoting_style.  Undo previous change to
46609         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
46610         and "{RIGHT QUOTATION MARK}" msgids.
46611
46612 2000-07-10  Paul Eggert  <eggert@twinsun.com>
46613
46614         From a suggestion by Bruno Haible.
46615         * m4/mbstate_t.m4 (AC_MBSTATE_T):
46616         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
46617         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
46618         and mbstate_t, to a single-part test that simply defines mbstate_t.
46619         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
46620         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
46621
46622 2000-07-10  Jim Meyering  <meyering@lucent.com>
46623
46624         * m4/strerror_r.m4: Mirror the correction made in autoconf.
46625
46626         * m4/gnu-source.m4: Output to confdefs.h directly.
46627         Suggestion from Akim Demaille.
46628
46629 2000-07-09  Paul Eggert  <eggert@twinsun.com>
46630
46631         The old behavior of quoting `like this' doesn't look good with
46632         newer, ISO-style fonts.  See:
46633         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
46634
46635         Instead, quote "like this" by default.  Let the translator
46636         tailor the locale-specific quoting behavior by providing
46637         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
46638
46639         * lib/quotearg.c (N_): New macro.
46640         (gettext_default): New function.
46641         (quotearg_buffer_restyled): Use
46642         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
46643         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
46644
46645 2000-07-09  Jim Meyering  <meyering@lucent.com>
46646
46647         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
46648         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
46649
46650         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
46651         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
46652
46653 2000-07-09  Jim Meyering  <meyering@lucent.com>
46654
46655         * lib/Most files: Update copyright dates to include 2000.
46656
46657 2000-07-08  Jim Meyering  <meyering@lucent.com>
46658
46659         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
46660         if not defined.
46661         (xgethostname): Remove now-unnecessary #ifdef.
46662         Move declaration of `err' into loop where it's used.
46663
46664 2000-07-05  Paul Eggert  <eggert@twinsun.com>
46665         and Bruno Haible  <haible@clisp.cons.org>
46666
46667         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
46668         only if the test for an object-type mbstate_t fails.  This
46669         prevents us from mistakenly reporting that mbstate_t is a
46670         system object type after we "#define mbstate_t int" to work
46671         around its lack.
46672
46673 2000-07-05  Paul Eggert  <eggert@twinsun.com>
46674         and Bruno Haible  <haible@clisp.cons.org>
46675
46676         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
46677
46678 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
46679
46680         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
46681         to strerror_r.
46682         Include <ctype.h> for use of isalpha.
46683
46684 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
46685
46686         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
46687         by allocating a larger buffer. Test the gethostname return value for
46688         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
46689         returns an error and ENAMETOOLONG isn't defined.
46690
46691 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
46692
46693         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
46694         dimension.
46695
46696 2000-07-04  Jim Meyering  <meyering@lucent.com>
46697
46698         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
46699         of the deprecated AC_CHECKING.
46700
46701 2000-07-04  Jim Meyering  <meyering@lucent.com>
46702
46703         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
46704         Reported by Bruno Haible.
46705
46706 2000-07-04  Jim Meyering  <meyering@lucent.com>
46707
46708         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
46709         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
46710         lacks mbrtowc.
46711
46712 2000-07-03  Paul Eggert  <eggert@twinsun.com>
46713
46714         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
46715         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
46716
46717 2000-07-03  Paul Eggert  <eggert@twinsun.com>
46718         and Bruno Haible  <haible@clisp.cons.org>
46719
46720         * lib/quotearg.c (mbrtowc):
46721         Assign to *pwc, and return 1 only if result is nonzero.
46722         (iswprint): Use ISPRINT when substituting our own mbrtowc.
46723
46724 2000-07-03  Jim Meyering  <meyering@lucent.com>
46725
46726         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
46727
46728 2000-07-03  Jim Meyering  <meyering@lucent.com>
46729
46730         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
46731         This is necessary to get a definition of e.g., UTMP_FILE on
46732         HP-UX 10.20.
46733         From Bob Proulx.
46734
46735 2000-07-02  Jim Meyering  <meyering@lucent.com>
46736
46737         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
46738
46739         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
46740         AC_LIBOBJ(function_name).
46741         * m4/chown.m4: Likewise.
46742         * m4/fnmatch.m4: Likewise.
46743         * m4/ftruncate.m4: Likewise.
46744         * m4/getgroups.m4: Likewise.
46745         * m4/getline.m4: Likewise.
46746         * m4/group-member.m4: Likewise.
46747         * m4/jm-macros.m4: Likewise.
46748         * m4/lstat.m4: Likewise.
46749         * m4/malloc.m4: Likewise.
46750         * m4/memcmp.m4: Likewise.
46751         * m4/nanosleep.m4: Likewise.
46752         * m4/putenv.m4: Likewise.
46753         * m4/realloc.m4: Likewise.
46754         * m4/regex.m4: Likewise.
46755         * m4/stat.m4: Likewise.
46756         * m4/strftime.m4: Likewise.
46757
46758 2000-07-02  Jim Meyering  <meyering@lucent.com>
46759
46760         * lib/quotearg.c (mbstate_t): Don't define here.
46761
46762 2000-07-02  Jim Meyering  <meyering@lucent.com>
46763
46764         * lib/nanosleep.c (SIGCONT): Define if not already defined.
46765
46766 2000-07-01  Jim Meyering  <meyering@lucent.com>
46767
46768         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
46769
46770 2000-07-01  Jim Meyering  <meyering@lucent.com>
46771
46772         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
46773         problem.
46774
46775 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
46776
46777         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
46778         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
46779
46780 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
46781
46782         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
46783         per change in ../m4/ls-mntd-fs.m4.
46784         (read_filesystem_list): Ignore symbolic links.
46785
46786 2000-06-29  Jim Meyering  <meyering@lucent.com>
46787
46788         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
46789         for declaration of strcmp.
46790
46791         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
46792
46793         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
46794         Avoid warning by casting result to `char *' to remove `const'.
46795
46796 2000-06-28  Jim Meyering  <meyering@lucent.com>
46797
46798         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
46799         included by quotearg.c, for which we perform this test.  From
46800         Bruno Haible.
46801
46802 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
46803
46804         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
46805         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
46806         <utmpx.h> exists, put readutmp.o into LIBOBJS.
46807
46808 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
46809
46810         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
46811
46812 2000-06-26  Paul Eggert  <eggert@twinsun.com>
46813
46814         savedir now sets errno on failure and invokes xmalloc to get memory.
46815         Fix a couple of other minor bugs while we're at it.
46816
46817         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
46818         (NAMLEN): Remove macro.
46819         (malloc, realloc): Remove decls.
46820         (stpcpy): Likewise.
46821         ("xalloc.h"): Include.
46822         (NAME_SIZE_DEFAULT): New macro.
46823         (savedir): Use xmalloc / xrealloc to allocate memory.
46824         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
46825         Skip "" directory entries.
46826         Use strlen to calculate directory entry length, since the old method
46827         is rarely used these days and isn't worth supporting.
46828         Don't use a pointer after freeing it.
46829         Check for integer overflow when calculating allocation size.
46830         Use memcpy to copy entries, instead of stpcpy.
46831         Set errno properly when returning NULL.
46832         Check for readdir error.
46833
46834 2000-06-26  Jim Meyering  <meyering@lucent.com>
46835
46836         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
46837
46838 2000-06-25  Jim Meyering  <meyering@lucent.com>
46839
46840         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
46841         Linux header bug when _XOPEN_SOURCE is defined to 500.
46842
46843 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
46844
46845         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
46846         deficiency.
46847
46848 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
46849
46850         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
46851         Include xalloc.h.
46852         Don't include <stdlib.h>.  Don't declare malloc, realloc.
46853
46854 2000-06-24  Jim Meyering  <meyering@lucent.com>
46855
46856         * m4/strerror_r.m4: Revive this file -- to try out an experimental
46857         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
46858         for which strerror does return char*, but which lacks a conveniently
46859         accessible declaration of the function.  If the compile-test says
46860         strerror_r doesn't work, then resort to a `run'-test that works on
46861         BeOS and segfaults on DEC Unix.
46862
46863 2000-06-24  Jim Meyering  <meyering@lucent.com>
46864
46865         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
46866
46867 2000-06-23  Paul Eggert  <eggert@twinsun.com>
46868
46869         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
46870         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
46871
46872 2000-06-23  Paul Eggert  <eggert@twinsun.com>
46873
46874         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
46875         (mbrtowc, mbstate_t): Define substitutes if
46876         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
46877         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
46878         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
46879
46880 2000-06-23  Jim Meyering  <meyering@lucent.com>
46881
46882         * m4/afs.m4: Add missing AC_MSG_RESULT.
46883         Reported by Bruno Haible.
46884
46885         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
46886         Suggestion from Bruno Haible.
46887
46888 2000-06-23  Jim Meyering  <meyering@lucent.com>
46889
46890         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
46891
46892 2000-06-21  Jim Meyering  <meyering@lucent.com>
46893
46894         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
46895
46896 2000-06-21  Jim Meyering  <meyering@lucent.com>
46897
46898         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
46899         (noinst_HEADERS): Add getstr.h.
46900
46901         * lib/getline.c (getstr): Move into a separate file.
46902         * lib/getstr.c (getstr): New file, extracted from getline.c, with
46903         the following changes: new parameter, delim2; both delim[12]
46904         parameters have type `int', not `char'.  The latter would lose
46905         with 8-bit delimiters.
46906         * lib/getstr.h: New file.
46907
46908 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46909
46910         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
46911         than 1024, return a memory chunk of least possible size, instead
46912         of size PATH_MAX + 2. In the loop, increment the size proportionally.
46913         Use free/xmalloc instead of xrealloc to avoid copying for very long
46914         paths.
46915
46916 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46917
46918         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
46919         the empty string.
46920
46921 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
46922
46923         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
46924         address, not strdup.  Include <stdlib.h> and don't declare free().
46925
46926 2000-06-19  Jim Meyering  <meyering@lucent.com>
46927
46928         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
46929
46930 2000-06-18  Jim Meyering  <meyering@lucent.com>
46931
46932         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
46933
46934         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
46935         `checking whether...' message to be consistent with that of the
46936         lstat test.
46937
46938 2000-06-18  Jim Meyering  <meyering@lucent.com>
46939
46940         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
46941         Besides, these days every porting target provides a mkdir function.
46942
46943         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
46944         needed. (this snippet comes from src/system.h).
46945
46946 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
46947
46948         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
46949
46950 2000-06-15  Paul Eggert  <eggert@twinsun.com>
46951
46952         * lib/human.c (adjust_value): New function.
46953         (human_readable_inexact): Apply rounding style even when
46954         printing approximate values.
46955
46956 2000-06-14  Paul Eggert  <eggert@twinsun.com>
46957
46958         * lib/human.c (human_readable_inexact): Allow an input block
46959         size that is not a multiple of the output block size, and vice versa.
46960         Reported by Piergiorgio Sartor.
46961
46962 2000-06-14  Paul Eggert  <eggert@twinsun.com>
46963
46964         * lib/getdate.y (get_date): Apply relative times after time
46965         zone indicator, not before.  Reported by Todd A. Jacobs.
46966
46967 2000-06-13  Jim Meyering  <meyering@lucent.com>
46968
46969         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
46970
46971         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
46972
46973 2000-06-12  Paul Eggert  <eggert@twinsun.com>
46974
46975         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
46976
46977 2000-06-12  Jim Meyering  <meyering@lucent.com>
46978
46979         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
46980         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
46981         optional argument.
46982         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
46983         the optional argument, `lib'.
46984
46985 2000-06-08  Jim Meyering  <meyering@lucent.com>
46986
46987         * m4/largefile.m4: Remove file (now that it's part of autoconf).
46988
46989 2000-06-04  Paul Eggert  <eggert@twinsun.com>
46990
46991         Rewrite largefile configuration so that we don't need to run
46992         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
46993         AC_CANONICAL_HOST in configure.in -- jmm]
46994
46995         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
46996         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
46997         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
46998         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
46999         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
47000         All uses changed.
47001         Instead of inspecting the output of getconf, try to compile the
47002         test program without and with the macro definition.
47003         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
47004         for getconf.  Instead, check for the needed flags by compiling
47005         test programs.
47006
47007 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47008
47009         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
47010
47011 2000-06-04  Jim Meyering  <meyering@lucent.com>
47012
47013         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
47014         SunOS 4.1.4 for which gid_t is an unsigned type.
47015
47016 2000-06-03  Jim Meyering  <meyering@lucent.com>
47017
47018         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
47019         now that autoconf requires that.
47020
47021         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
47022         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
47023         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
47024
47025 2000-06-03  Jim Meyering  <meyering@lucent.com>
47026
47027         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
47028
47029 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47030
47031         * m4/glibc21.m4: New file.
47032         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
47033
47034 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47035
47036         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
47037         newer, don't install charset.alias.
47038         * lib/config.charset: Change the Linux/glibc rules so they become empty
47039         on glibc-2.1 or newer.
47040
47041 2000-06-02  Jim Meyering  <meyering@lucent.com>
47042
47043         * lib/mountlist.c: Back out last change.  Instead, do this...
47044         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
47045         me_dummy member using the same `ignore'-testing code.
47046         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
47047         fs_type strings.
47048         From Mark D. Roth.
47049
47050 2000-05-29  Jim Meyering  <meyering@lucent.com>
47051
47052         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
47053         mounts with the `ignore' attribute.  Based on a patch from
47054         Mark D. Roth.
47055
47056 2000-05-28  Jim Meyering  <meyering@lucent.com>
47057
47058         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
47059         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47060         * m4/stat.m4: Likewise.
47061         * m4/lstat.m4: Likewise.
47062         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
47063
47064         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
47065         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
47066
47067 2000-05-26  Jim Meyering  <meyering@lucent.com>
47068
47069         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
47070
47071 2000-05-24  Jim Meyering  <meyering@lucent.com>
47072
47073         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
47074         autoconf requires that.
47075         * m4/lib-check.m4: Likewise.
47076         * m4/jm-macros.m4: Likewise.
47077         * m4/strftime.m4: Likewise.
47078
47079         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
47080         AC_CHECK_DECLS, now that autoconf requires that.
47081
47082 2000-05-22  Jim Meyering  <meyering@lucent.com>
47083
47084         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47085         * m4/lstat.m4: Likewise.
47086
47087 2000-05-22  Jim Meyering  <meyering@lucent.com>
47088
47089         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
47090
47091 2000-05-20  Jim Meyering  <meyering@lucent.com>
47092
47093         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
47094         (jm_PREREQ): Use it.
47095
47096 2000-05-18  Jim Meyering  <meyering@lucent.com>
47097
47098         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
47099         back, too, since it may have been modified by allocate_entry.
47100         (hash_delete): Rewrite to use neither the assignment operator
47101         nor the comma operator in an if-expression.
47102
47103 2000-05-15  Paul Eggert  <eggert@twinsun.com>
47104
47105         * lib/closeout.c:
47106         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
47107         Remove; no longer needed.
47108         "quotearg.h": Add include.
47109         (file_name): Do not bother to explicitly initialize to NULL; it's less
47110         efficient on some hosts.
47111         (close_stdout_status): Remove test as to whether stdout was already
47112         closed; it breaks for the case "echo x | sort >&-".
47113         Quote file name colons.
47114         Do not assume that _("write error") lacks format strings.
47115
47116 2000-05-15  Jim Meyering  <meyering@lucent.com>
47117
47118         * lib/version-etc.c (version_etc_copyright): Update the copyright
47119         string used in all --version output.
47120
47121 2000-05-14  Jim Meyering  <meyering@lucent.com>
47122
47123         * lib/closeout.c (close_stdout_set_file_name): New function.
47124         (close_stdout_status): Use new file-scoped global.
47125         Return right away if fstat says the stdout file descriptor is invalid.
47126         * lib/closeout.h (close_stdout_set_file_name): Declare.
47127
47128 2000-05-10  Jim Meyering  <meyering@lucent.com>
47129
47130         * lib/closeout.c [default_exit_status]: New file-scoped variable.
47131         (close_stdout_set_status): New function.
47132         * lib/closeout.h (close_stdout_set_status): Declare.
47133
47134 2000-05-09  Jim Meyering  <meyering@lucent.com>
47135
47136         * m4/gettext.m4: Rename this...
47137         * m4/libintl.m4: ...to this.
47138
47139 2000-05-08  Jim Meyering  <meyering@lucent.com>
47140
47141         * lib/long-options.c: Don't include closeout.h.
47142         (parse_long_options): Don't call close_stdout for --version.
47143
47144 2000-05-06  Paul Eggert  <eggert@twinsun.com>
47145
47146         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
47147         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
47148         2.1.3 bug.  This avoids a clash when files like regex.c define
47149         _GNU_SOURCE.
47150
47151 2000-05-06  Jim Meyering  <meyering@lucent.com>
47152
47153         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
47154         (AC_REPLACE_FUNCS): Add strnlen.
47155
47156         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
47157         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
47158
47159         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
47160         AC_SEARCH_LIBS call for nanosleep.
47161         (LIB_NANOSLEEP): Set and AC_SUBST.
47162
47163 2000-05-06  Jim Meyering  <meyering@lucent.com>
47164
47165         * lib/strnlen.c: Undefine __strnlen and strnlen.
47166         [!weak_alias]: Define __strnlen to strnlen.
47167
47168         * lib/atexit.c: New file, from libiberty.
47169
47170 2000-05-06  Jim Meyering  <meyering@lucent.com>
47171
47172         * lib/closeout.c (close_stdout_status): Also check for errors on the
47173         stderr stream.
47174
47175 2000-05-05  Jim Meyering  <meyering@lucent.com>
47176
47177         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
47178         AC_SEARCH_LIBS call for clock_gettime.
47179         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
47180
47181         * m4/search-libs.m4: Update from autoconf.
47182
47183         su doesn't work on Solaris 2.6.
47184         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
47185         <shadow.h>.  Reported by Dragos Harabor.
47186
47187 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
47188
47189         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
47190         memcpy instead of xmalloc, xrealloc, path_concat.
47191         (locale_charset): Treat empty environment variables as absent.
47192         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
47193
47194 2000-05-04  Jim Meyering  <meyering@lucent.com>
47195
47196         * lib/getopt.c: Update from glibc.
47197         * lib/obstack.c: Likewise.
47198         * lib/obstack.h: Likewise.
47199         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
47200         file
47201
47202         * lib/regex.h: Likewise.
47203         * lib/strndup.c: Likewise.
47204         * lib/strnlen.c: New file, from glibc.
47205
47206 2000-05-03  Jim Meyering  <meyering@lucent.com>
47207
47208         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
47209
47210 2000-05-02  Paul Eggert  <eggert@twinsun.com>
47211
47212         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
47213         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
47214         compile-time test, rather than inspecting host and OS, to
47215         decide whether to define _LARGEFILE_SOURCE.
47216
47217 2000-05-01  Jim Meyering  <meyering@lucent.com>
47218
47219         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
47220
47221         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
47222         Based on a patch from Bruno Haible.
47223
47224 2000-05-01  Jim Meyering  <meyering@lucent.com>
47225
47226         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
47227
47228 2000-04-29  Jim Meyering  <meyering@lucent.com>
47229
47230         * lib/path-concat.c: Declare strdup only if it's not defined.
47231         * lib/canon-host.c: Likewise.
47232
47233 2000-04-28  Jim Meyering  <meyering@lucent.com>
47234
47235         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
47236         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
47237         is included first, then limits.h is included by locale.h by libintl.h.
47238         From John David Anglin.
47239
47240 2000-04-25  Jim Meyering  <meyering@lucent.com>
47241
47242         * lib/makepath.c (S_IRWXUGO): Define.
47243         (make_path): Always perform explicit chmod if MODE specifies any
47244         of the `special' permission bits.  Prompted by a bug report against
47245         install from Mate Wierdl and Joost van Baal.
47246
47247 2000-04-18  Jim Meyering  <meyering@lucent.com>
47248
47249         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
47250         (jm_PREREQ): Use it.
47251
47252 2000-04-18  Jim Meyering  <meyering@lucent.com>
47253
47254         * lib/README: New file.
47255
47256         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
47257         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
47258
47259 2000-04-17  Jim Meyering  <meyering@lucent.com>
47260
47261         Get it right :-)
47262         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
47263         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
47264         Suggestion from Akim Demaille.
47265
47266 2000-04-17  Jim Meyering  <meyering@lucent.com>
47267
47268         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
47269         the definition of it to rpl_strftime also defined-away the system's
47270         declaration.
47271
47272 2000-04-15  Jim Meyering  <meyering@lucent.com>
47273
47274         Use `C' to denote so-called `contiguous' files, the same way
47275         that tar does.
47276         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
47277         (ftypelet): Use S_ISCTG.
47278         From Michael Deutschmann.
47279
47280 2000-04-14  Jim Meyering  <meyering@lucent.com>
47281
47282         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
47283         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
47284         clobbered.
47285
47286 2000-04-14  Jim Meyering  <meyering@lucent.com>
47287
47288         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
47289
47290 2000-04-13  Jim Meyering  <meyering@lucent.com>
47291
47292         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
47293         AH_VERBATIM to insert required #ifndef into config.h.in.
47294         Suggestion from Akim Demaille.
47295
47296 2000-04-12  Jim Meyering  <meyering@lucent.com>
47297
47298         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
47299         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
47300         Christian Krackowizer.
47301
47302         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
47303         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
47304         (AC_SYS_LARGEFILE): Require.
47305         (AM_C_PROTOTYPES): Require.
47306
47307 2000-04-08  Jim Meyering  <meyering@lucent.com>
47308
47309         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
47310         names don't conflict.  Reported by Eli Zaretskii.
47311
47312 2000-04-07  Jim Meyering  <meyering@lucent.com>
47313
47314         * lib/putenv.c: Move inclusion of errno.h so it follows that of
47315         sys/types.h, to work around system header problems on AIX 3.2.5.
47316         From Bruno Haible.
47317
47318 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
47319
47320         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
47321         bug.  Deal with the different error behavior of Irix iconv.
47322
47323 2000-04-05  Paul Eggert  <eggert@twinsun.com>
47324
47325         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
47326         IRIX if the installer said otherwise.
47327
47328 2000-04-05  Jim Meyering  <meyering@lucent.com>
47329
47330         Portability tweaks required for ultrix4.3.
47331         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
47332         (jm_CHECK_DECLS): Add getutent to the list of functions.
47333         (_jm_DECL_HEADERS): Add utmpx.h.
47334         From John David Anglin.
47335
47336         * m4/strftime.m4: Back out the 2000-04-02 change.
47337         Instead of that change, simply undefine putenv in the test program.
47338
47339 2000-04-05  Jim Meyering  <meyering@lucent.com>
47340
47341         Portability tweaks required for ultrix4.3.
47342         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
47343         getutent.
47344         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
47345         * lib/canon-host.c: Declare strdup.
47346         * lib/path-concat.c: Likewise.
47347         From John David Anglin.
47348
47349 2000-04-04  Jim Meyering  <meyering@lucent.com>
47350
47351         Be more DOS 8.3-friendly.
47352         * lib/ref-add.sin: Renamed from ref-add.sed.in.
47353         * lib/ref-del.sin: Renamed from ref-del.sed.in.
47354         * lib/Makefile.am: Reflect renaming.
47355         Reported by Eli Zaretskii.
47356
47357         Use a temporary file name that won't clash with `charset.alias'
47358         in the DOS 8.3 name space.
47359         * lib/Makefile.am (charset_tmp): Define.
47360         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
47361         (uninstall-local): Likewise.
47362         Reported by Eli Zaretskii.
47363
47364 2000-04-03  Jim Meyering  <meyering@lucent.com>
47365
47366         * m4/gettext.m4: Fix typo in comment.
47367
47368         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
47369         textutils/configure.in).  Suggestion from Paul Eggert.
47370         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
47371
47372 2000-04-02  Paul Eggert  <eggert@twinsun.com>
47373
47374         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
47375         variable in the shell rather than using putenv, which isn't
47376         portable.  This avoids the configure-time inter-test dependency
47377         on the potentially-renamed putenv function.
47378
47379 2000-03-30  Paul Eggert  <eggert@twinsun.com>
47380
47381         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
47382         before checking struct stat.st_blksize, so that
47383         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
47384
47385 2000-03-29  Paul Eggert  <eggert@twinsun.com>
47386
47387         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
47388         since strftime.c uses HAVE_STRFTIME to decide whether to use
47389         the underlying strftime.
47390
47391 2000-03-29  Paul Eggert  <eggert@twinsun.com>
47392
47393         * lib/time/strftime.c (my_strftime): Make sure we call the system
47394         strftime, not ourselves, when invoking the underlying strftime.
47395
47396 2000-03-24  Jim Meyering  <meyering@lucent.com>
47397
47398         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
47399         (charset_alias): Define.
47400         (install-exec-local): Factor out common code.
47401         (uninstall-local): Split lines longer than 80.
47402         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
47403         (SUFFIXES): Define.
47404         (.sed.in.sed): New rule.  Don't redirect directly to $@.
47405         (CLEANFILES): Add ref-add.sed and ref-del.sed.
47406
47407 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
47408
47409         * lib/config.charset: Output a line containing "Packages using this
47410         file".
47411         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
47412         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
47413         ref-del.sed): New rules.
47414
47415 2000-03-17  Jim Meyering  <meyering@lucent.com>
47416
47417         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
47418         Otherwise, include <strings.h>
47419
47420 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
47421
47422         * lib/unicodeio.c (utf8_wctomb): New function.
47423         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
47424         format instead of in UCS-4 with platform dependent endianness.
47425
47426 2000-03-10  Jim Meyering  <meyering@lucent.com>
47427
47428         * m4/lib-check.m4: Look for getspnam in -lgen, too.
47429         From Marco Franzen.
47430
47431 2000-03-07  Paul Eggert  <eggert@twinsun.com>
47432
47433         * lib/savedir.c (savedir): Work even if directory size is
47434         negative; this can happen with some screwy NFS configurations.
47435
47436 2000-03-06  Jim Meyering  <meyering@lucent.com>
47437
47438         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
47439         if it's NULL (because we ran out of memory).  From Bruno Haible.
47440
47441 2000-03-05  Jim Meyering  <meyering@lucent.com>
47442
47443         * lib/localcharset.c ("path-concat.h"): Include.
47444         (get_charset_aliases): Use path_concat instead of ANSI string
47445         concatenation.
47446
47447         * lib/unicodeio.h (PARAMS): Define.
47448         Use it to guard prototype.
47449
47450 2000-03-04  Jim Meyering  <meyering@lucent.com>
47451
47452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
47453         for lib/localcharset.c.
47454
47455 2000-03-04  Jim Meyering  <meyering@lucent.com>
47456
47457         * lib/Makefile.am (install-exec-local): Create $(libdir) before
47458         installing into it.
47459         (uninstall-local): Uncomment this rule so `make distcheck' works
47460         once again.
47461
47462         * lib/unicodeio.c (<errno.h>): Include it.
47463         (errno): Declare if not defined.
47464
47465         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
47466
47467         * lib/config.charset: New version, incorporating remarks from a linux
47468         i18n mailing list.  From Bruno Haible.
47469
47470 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
47471
47472         * m4/codeset.m4: New file.
47473         * m4/iconv.m4: New file.
47474         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
47475
47476 2000-03-03  Jim Meyering  <meyering@lucent.com>
47477
47478         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
47479
47480 2000-03-02  Jim Meyering  <meyering@lucent.com>
47481
47482         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
47483         the messages come out on separate lines.
47484
47485         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
47486         rather than jm_CHECK_DECLARATIONS.
47487         * m4/decl.m4: Remove now-unused file.
47488
47489         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
47490         geteuid.
47491
47492 2000-03-02  Jim Meyering  <meyering@lucent.com>
47493
47494         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
47495
47496 2000-03-01  Jim Meyering  <meyering@lucent.com>
47497
47498         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
47499         * lib/unicodeio.c: Likewise.
47500
47501 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
47502
47503         * lib/config.charset: New file.
47504         * lib/localcharset.c: New file.
47505         * lib/unicodeio.h, lib/unicodeio.c: New files.
47506         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
47507         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
47508         (noinst_HEADERS): Add unicodeio.h.
47509         (all-local, install-exec-local, charset.alias): New targets.
47510
47511 2000-02-28  Paul Eggert  <eggert@twinsun.com>
47512
47513         * lib/quotearg.c (ALERT_CHAR): New macro.
47514         (quotearg_buffer_restyled): Use it.
47515
47516 2000-02-27  Jim Meyering  <meyering@lucent.com>
47517
47518         * m4/check-decl.m4: Add getenv to the list.
47519
47520 2000-02-27  Jim Meyering  <meyering@lucent.com>
47521
47522         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
47523         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
47524
47525         * lib/backupfile.c: Guard inclusion of stdlib.h with
47526         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
47527         Declare malloc if needed.
47528
47529         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
47530         `#ifndef HAVE_DECL..'
47531         now that autoconf always defines the HAVE_DECL_ symbols.
47532         * lib/human.c: Likewise.
47533         * lib/same.c: Likewise.
47534         * lib/strtoumax.c: Likewise.
47535
47536         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
47537         declaration check was not run.
47538         * lib/hash.c: Likewise.
47539         * lib/human.c: Likewise.
47540         * lib/same.c: Likewise.
47541         * lib/strtoumax.c: Likewise.
47542
47543         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
47544         `.', then first look up the entire `.'-containing string as a login
47545         name.
47546
47547 2000-02-23  Jim Meyering  <meyering@lucent.com>
47548
47549         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
47550         in place of my hack.
47551
47552 2000-02-18  Paul Eggert  <eggert@twinsun.com>
47553
47554         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
47555         (textint): New typedef.
47556         (parser_control): Member year changed from int to textint.
47557         All uses changed.
47558         (YYSTYPE): Removed; replaced by %union with int and textint members.
47559         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
47560         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
47561         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
47562         (tSNUMBER, tUNUMBER): Now of type <textintval>.
47563         (date, number, to_year): Use width of number in digits, not its value,
47564         to determine whether it's a 2-digit year, or a 2-digit time.
47565         (yylex): Store number of digits of numeric tokens.
47566         Reported by John Kendall.
47567
47568         (parser_control): Changed from struct parser_control to typedef (for
47569         consistency).  All uses changed.
47570
47571         (tID): Removed; not used.
47572         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
47573
47574 2000-02-14  Paul Eggert  <eggert@twinsun.com>
47575
47576         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
47577         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
47578
47579 2000-02-12  Jim Meyering  <meyering@lucent.com>
47580
47581         * lib/userspec.c (ISDIGIT): Define it.
47582         (isdigit): Remove definition.
47583         (is_number): Use ISDIGIT, not isdigit.
47584         <libintl.h>: Include.
47585         (_ and N_): Define.
47586         (parse_user_spec): Mark translatable strings.
47587
47588 2000-02-10  Jim Meyering  <meyering@lucent.com>
47589
47590         With these changes, nanosleep.[ch] are finally enough like the other
47591         lib/* replacement files to compile on a few more losing systems.
47592
47593         * lib/nanosleep.h: Don't include config.h.
47594         Remove prototype from declaration of nanosleep.
47595         (PARAMS): Remove now-unneeded definition.
47596         * lib/nanosleep.c: #undef nanosleep.
47597         (rpl_nanosleep): Rename from nanosleep.
47598
47599 2000-02-10  Jim Meyering  <meyering@lucent.com>
47600
47601         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
47602         gnu_nanosleep to rpl_nanosleep.
47603
47604 2000-02-09  Jim Meyering  <meyering@lucent.com>
47605
47606         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
47607         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
47608
47609 2000-02-08  Akim Demaille  <akim@epita.fr>
47610
47611         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
47612         `[' and `]' and remove uses of `changequote'.
47613         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
47614         (AC_SYS_LARGEFILE): Likewise.
47615         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
47616         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
47617         of changequote.
47618         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
47619         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
47620         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
47621         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
47622
47623 2000-02-05  Jim Meyering  <meyering@lucent.com>
47624
47625         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
47626         Remove explicit use of AC_HEADER_TIME.  It is required by
47627         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
47628         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
47629         in autoconf whereby the expansion of the latter ended up preceding
47630         the expansion of its prerequisite, AC_HEADER_TIME.
47631         Reported by Volker Borchert.
47632
47633 2000-02-03  Jim Meyering  <meyering@lucent.com>
47634
47635         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
47636
47637 2000-02-03  Jim Meyering  <meyering@lucent.com>
47638
47639         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
47640         rather than with `#if HAVE_UTMPNAME'.
47641
47642 2000-02-02  Jim Meyering  <meyering@lucent.com>
47643
47644         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
47645         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
47646         Reported by Eli Zaretskii.
47647
47648 2000-02-01  Jim Meyering  <meyering@lucent.com>
47649
47650         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
47651
47652 2000-01-31  Jim Meyering  <meyering@lucent.com>
47653
47654         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
47655         functions.  Add the time.h and sys/time.h headers along with the
47656         AC_REQUIRE'ment of AC_HEADER_TIME.
47657
47658 2000-01-31  Jim Meyering  <meyering@lucent.com>
47659
47660         * lib/nanosleep.h (nanosleep): Guard declaration with
47661         `#if ! HAVE_DECL_NANOSLEEP'.
47662         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
47663         the declaration in that vendor's sys/timers.h.
47664         Reported by Christian Krackowizer.
47665
47666         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
47667         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
47668         (ISPRINT): Likewise.
47669         Reported by Tom Tromey.
47670
47671 2000-01-30  Jim Meyering  <meyering@lucent.com>
47672
47673         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
47674
47675         * m4/prereq.m4 (utmp_includes): Define.
47676         Check for ut_user and ut_name members in both struct utmpx
47677         and struct utmp.
47678
47679 2000-01-30  Jim Meyering  <meyering@lucent.com>
47680
47681         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
47682         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
47683         header files where only utmpx.ut_user is declared.
47684
47685         * lib/readutmp.h (UT_USER): Define.
47686
47687 2000-01-29  Jim Meyering  <meyering@lucent.com>
47688
47689         * m4/lib-check.m4: New file containing library-related checks from
47690         fileutils and sh-utils (textutils had none).
47691
47692 2000-01-28  Jim Meyering  <meyering@lucent.com>
47693
47694         * m4/perl.m4: Change format of warning message to look more like that
47695         from the missing script.  Suggestion from François Pinard.
47696
47697 2000-01-25  Jim Meyering  <meyering@lucent.com>
47698
47699         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
47700         well as time.h in the compile check.
47701         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
47702         Fix typo in cross-compiling case: s/yes/no/.
47703
47704 2000-01-23  Jim Meyering  <meyering@lucent.com>
47705
47706         * m4/jm-macros.m4: Move df-related tests here from
47707         fileutils/configure.in
47708
47709         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
47710         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
47711
47712         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
47713         s/space/ac_fsusage_space/.
47714         (jm_FILE_SYSTEM_USAGE): Take two parameters.
47715
47716         * m4/ftruncate.m4: New file (derived from part of
47717         fileutils/configure.in).
47718         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
47719         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
47720
47721         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
47722         AC_SUBST these here, rather than just in sh-util/configure.in, so
47723         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
47724         all the same.
47725         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
47726         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
47727         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
47728         (AC_SUBST(POW_LIBM)): Likewise.
47729         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
47730
47731 2000-01-23  Jim Meyering  <meyering@lucent.com>
47732
47733         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
47734         obstack.c.
47735
47736 2000-01-22  Jim Meyering  <meyering@lucent.com>
47737
47738         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
47739
47740         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
47741
47742         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
47743         configure.in
47744         (AC_CHECK_HEADERS): Likewise for sh-utils.
47745         (AC_CHECK_HEADERS): Likewise for textutils.
47746         Merge the three lists of headers.
47747
47748         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
47749         from fileutils' configure.in.
47750
47751         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
47752         code. Moved tests into their own function (_jm_DECL_HEADERS) in
47753         check-decl.m4.
47754
47755         * m4/check-decl.m4: Use #if rather than #ifdef.
47756         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
47757         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
47758         (_jm_DECL_HEADERS): Define new function.
47759         (jm_CHECK_DECLARATIONS): Require it.
47760
47761 2000-01-22  Jim Meyering  <meyering@lucent.com>
47762
47763         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
47764         [! HAVE_DECL_STRTOULL]: Declare strtoull.
47765         Required for some AIX systems.  Reported by Christian Krackowizer.
47766         [TESTING] (main): New function.
47767
47768         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
47769         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
47770         letters.
47771
47772         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
47773         iswprint.
47774
47775         * lib/strverscmp.c (ISDIGIT): Define.
47776         (strverscmp): Use ISDIGIT, not isdigit.
47777
47778 2000-01-19  Jim Meyering  <meyering@lucent.com>
47779
47780         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
47781         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
47782         defines `struct timespec' in <sys/time.h>
47783
47784         * m4/c-bs-a.m4: Remove uses of changequote altogether.
47785         Thanks to Akim for explaining.
47786
47787 2000-01-17  Paul Eggert  <eggert@twinsun.com>
47788
47789         * lib/nanosleep.c (nanosleep):
47790         Don't use SA_INTERRUPT to decide whether to call sigaction, as
47791         POSIX.1 doesn't require SA_INTERRUPT and some systems
47792         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
47793         it's been part of POSIX.1 since day 1 (in 1988).
47794
47795 2000-01-17  Jim Meyering  <meyering@lucent.com>
47796
47797         * lib/interlock: Remove unused file.  Reported by François Pinard.
47798
47799 2000-01-16  Paul Eggert  <eggert@twinsun.com>
47800
47801         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
47802         alert, backslash, formfeed, and vertical tab unnecessarily in
47803         shell quoting style.
47804
47805 2000-01-16  Jim Meyering  <meyering@lucent.com>
47806
47807         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
47808         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
47809         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
47810         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
47811
47812 2000-01-16  Jim Meyering  <meyering@lucent.com>
47813
47814         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
47815         because the latter didn't work.
47816
47817 2000-01-15  Jim Meyering  <meyering@lucent.com>
47818
47819         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
47820         (AC_REPLACE_FUNCS): Add memcpy and memset.
47821         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
47822         Add strpbrk.
47823         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
47824
47825 2000-01-12  Jim Meyering  <meyering@lucent.com>
47826
47827         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
47828         (jm_PREREQ): Use it.
47829         (jm_PREREQ_READUTMP): New macro.
47830         (jm_PREREQ): Use it.
47831
47832 2000-01-11  Paul Eggert  <eggert@twinsun.com>
47833
47834         Quote multibyte characters correctly.
47835         * m4/c-bs-a.m4: New file.
47836         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
47837         (jm_PREREQ): Use it.
47838
47839 2000-01-11  Paul Eggert  <eggert@twinsun.com>
47840
47841         * m4/uintmax_t.m4: Port to autoconf 2.13.
47842
47843 2000-01-08  Jim Meyering  <meyering@ascend.com>
47844
47845         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
47846         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
47847
47848 2000-01-04  Jim Meyering  <meyering@ascend.com>
47849
47850         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
47851         jm_STRUCT_DIRENT_D_TYPE.
47852         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
47853         jm_STRUCT_DIRENT_D_INO.
47854         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
47855         jm_STRUCT_UTIMBUF.
47856         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
47857         renamings.
47858         * m4/utime.m4: Likewise.
47859
47860         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
47861         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
47862
47863 2000-01-03  Paul Eggert  <eggert@twinsun.com>
47864
47865         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
47866         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
47867
47868 2000-01-02  Jim Meyering  <meyering@ascend.com>
47869
47870         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
47871         remember if this is necessary.
47872
47873 1999-12-26  Jim Meyering  <meyering@ascend.com>
47874
47875         * m4/jm-macros.m4: Use it here.
47876         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
47877
47878 1999-12-23  Jim Meyering  <meyering@ascend.com>
47879
47880         * m4/jm-macros.m4: Check for clock_gettime (moved from
47881         fileutils/configure.in)
47882         Check for gettimeofday.
47883
47884 1999-12-20  Jim Meyering  <meyering@ascend.com>
47885
47886         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
47887         autoconf-2.14a-1999-12-20.
47888
47889 1999-12-19  Jim Meyering  <meyering@ascend.com>
47890
47891         * m4/lstat-slash.m4: New file.
47892         * m4/jm-macros.m4: Use the new macro:
47893         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47894
47895 1999-12-07  Jim Meyering  <meyering@ascend.com>
47896
47897         * m4/perl.m4: Require that File::Compare be available, too.
47898         Too many systems seem to lack it.
47899
47900         * m4/strftime.m4: Add checks for most of the cpp macros tested in
47901         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
47902
47903 1999-11-18  Paul Eggert  <eggert@twinsun.com>
47904
47905         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
47906         problem with the QNX 4.25 shell, which doesn't propagate exit
47907         status of failed commands inside shell assignments.
47908
47909 1999-11-17  Jim Meyering  <meyering@ascend.com>
47910
47911         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
47912
47913 1999-11-07  Jim Meyering  <meyering@ascend.com>
47914
47915         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
47916
47917 1999-11-06  Jim Meyering  <meyering@ascend.com>
47918
47919         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
47920         * m4/jm-macros.m4 (jm_MACROS): Use it here.
47921
47922 1999-11-05  Jim Meyering  <meyering@ascend.com>
47923
47924         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
47925         configure.in of textutils, fileutils, and sh-utils into this one
47926         (shared between those packages) file.
47927         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
47928         AC_STRUCT_ST_BLKSIZE.
47929
47930 1999-11-03  Jim Meyering  <meyering@ascend.com>
47931
47932         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
47933         of AC_CHECK_TYPE checks includes unistd.h.
47934         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
47935         Suggestion from Akim Demaille.
47936
47937 1999-10-30  Jim Meyering  <meyering@ascend.com>
47938
47939         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
47940         m4-quoted string.
47941         * m4/ls-mntd-fs.m4: Likewise.
47942         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
47943         * m4/jm-winsz1.m4: Likewise.
47944
47945         * m4/const.m4: Remove file, since the fix made it into the experimental
47946         version of autoconf.
47947         * m4/mktime.m4: Likewise.
47948
47949         * m4/check-type.m4: Remove file, now that the latest version of
47950         AC_CHECK_TYPE takes a third arg to specify additional #includes.
47951
47952         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
47953         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
47954         AC_CHECK_TYPE.
47955
47956 1999-10-04  Jim Meyering  <meyering@ascend.com>
47957
47958         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
47959
47960 1999-09-22  Paul Eggert  <eggert@twinsun.com>
47961
47962         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
47963         2.95.1 bug with HP-UX 10.20.
47964
47965 1999-09-17  Jim Meyering  <meyering@ascend.com>
47966
47967         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
47968         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
47969         due to missing strdup (against sh-utils-2.0).
47970
47971 1999-08-29  Jim Meyering  <meyering@ascend.com>
47972
47973         * m4/jm-macros.m4: Require jm_BISON.
47974         * m4/bison.m4: New file.
47975
47976 1999-08-17  Paul Eggert  <eggert@twinsun.com>
47977
47978         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
47979         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
47980
47981 1999-08-05  Jim Meyering  <meyering@ascend.com>
47982
47983         * m4/getline.m4: Rename test file from conftestdata to conftest.data
47984         to avoid conflicts with `conftest' on 8+3 filesystems.
47985         Suggestion from Eli Zaretskii.
47986
47987 1999-08-04  Jim Meyering  <meyering@ascend.com>
47988
47989         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
47990         fileutils and sh-utils (textutils's getline test was inadequate).
47991         (AM_FUNC_GETLINE): Run this test.
47992         (AC_CHECK_FUNCS): Check for getdelim.
47993         Reported by Bob Proulx.
47994
47995 1999-08-02  Jim Meyering  <meyering@ascend.com>
47996
47997         * m4/jm-macros.m4: Add a comment.
47998
47999 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48000
48001         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
48002         <inttypes.h> defines strtoumax as a macro (and not as a
48003         function).
48004
48005 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48006
48007         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
48008         that we can shift, multiply and divide unsigned long long
48009         values; Ultrix cc can't do it.
48010
48011 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48012
48013         * m4/mktime.m4: New file, which is a preview of what should appear
48014         in the next public autoconf release.
48015
48016 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48017
48018         * m4/lfs.m4: Remove this file.
48019         * m4/largefile.m4: New file.  It contains the old contents of
48020         lfs.m4, except that all names with prefix AC_LFS have been
48021         changed to use the prefix AC_SYS_LARGEFILE instead, to be
48022         compatible with future autoconf versions.  Also, some minor m4
48023         quoting problems have been fixed.
48024
48025 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48026
48027         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
48028         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
48029         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
48030         and simplify the shell code.
48031
48032 1999-08-01  Jim Meyering  <meyering@ascend.com>
48033
48034         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
48035         m4.
48036
48037 1999-07-20  Jim Meyering  <meyering@ascend.com>
48038
48039         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
48040
48041 1999-07-15  Jim Meyering  <meyering@ascend.com>
48042
48043         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
48044
48045 1999-05-22  Jim Meyering  <meyering@ascend.com>
48046
48047         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
48048
48049 1999-05-20  Jim Meyering  <meyering@ascend.com>
48050
48051         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
48052         Add a colon after each `then' in case $4 is empty.
48053
48054 1999-05-16  Jim Meyering  <meyering@ascend.com>
48055
48056         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
48057
48058 1999-05-10  Jim Meyering  <meyering@ascend.com>
48059
48060         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
48061
48062         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
48063         AC_FUNC_MKTIME.
48064
48065 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
48066
48067         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
48068
48069 1999-05-04  Paul Eggert  <eggert@twinsun.com>
48070
48071         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
48072         not CPPFLAGS, so that linking works correctly in IRIX.
48073
48074 1999-04-30  Paul Eggert  <eggert@twinsun.com>
48075
48076         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
48077
48078 1999-04-20  Paul Eggert  <eggert@twinsun.com>
48079
48080         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
48081         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
48082         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
48083         jm_AC_TYPE_UNSIGNED_LONG_LONG.
48084         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
48085
48086         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
48087
48088 1999-04-20  Jim Meyering  <meyering@ascend.com>
48089
48090         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
48091         AC_REPLACE xstroull if necessary.  From Paul Eggert.
48092         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
48093
48094 1999-04-18  Jim Meyering  <meyering@ascend.com>
48095
48096         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
48097         * m4/jm-macros.m4: Use it.
48098
48099 1999-04-06  Jim Meyering  <meyering@ascend.com>
48100
48101         * m4/strftime.m4: Remove test for %f.
48102
48103 1999-03-29  Jim Meyering  <meyering@ascend.com>
48104
48105         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
48106         superset of the AC_TYPE_* checks in the textutils, fileutils,
48107         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
48108         AC_TYPE_PID_T.
48109
48110 1999-03-28  Jim Meyering  <meyering@ascend.com>
48111
48112         * m4/jm-macros.m4: Define GNU_PACKAGE here.
48113         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
48114         replaced e.g., in the *.sh files of the sh-utils.
48115
48116 1999-03-20  Jim Meyering  <meyering@ascend.com>
48117
48118         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
48119         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
48120         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
48121
48122 1999-03-19  Jim Meyering  <meyering@ascend.com>
48123
48124         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
48125
48126 1999-03-12  Jim Meyering  <meyering@ascend.com>
48127
48128         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
48129
48130 1999-03-07  Jim Meyering  <meyering@ascend.com>
48131
48132         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
48133         declared.
48134
48135 1999-02-17  Jim Meyering  <meyering@ascend.com>
48136
48137         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
48138         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
48139
48140 1999-02-07  Jim Meyering  <meyering@ascend.com>
48141
48142         * m4/group-member.m4: New file -- extracted from sh-utils'
48143         configure.in.
48144
48145         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
48146         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
48147
48148 1999-02-06  Jim Meyering  <meyering@ascend.com>
48149
48150         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
48151         * m4/fnmatch.m4: Likewise.
48152         * m4/getgroups.m4: Likewise.
48153         * m4/lstat.m4: Likewise.
48154         * m4/malloc.m4: Likewise.
48155         * m4/putenv.m4: Likewise.
48156         * m4/realloc.m4: Likewise.
48157         * m4/regex.m4: Likewise.
48158         * m4/stat.m4: Likewise.
48159         * m4/strftime.m4: Likewise.
48160         Suggestion from Alain Magloire.
48161
48162         * m4/chown.m4: Use `.$ac_objext', not `.o'.
48163         * m4/fnmatch.m4: Likewise.
48164         * m4/getgroups.m4: Likewise.
48165         * m4/getline.m4: Likewise.
48166         * m4/lstat.m4: Likewise.
48167         * m4/malloc.m4: Likewise.
48168         * m4/memcmp.m4: Likewise.
48169         * m4/putenv.m4: Likewise.
48170         * m4/realloc.m4: Likewise.
48171         * m4/regex.m4: Likewise.
48172         * m4/stat.m4: Likewise.
48173         * m4/strftime.m4: Likewise.
48174         Suggestion from Alain Magloire.
48175
48176         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
48177         an argument.
48178
48179         * m4/regex.m4: Add a run-time Test for proper operation of
48180         re_compile_pattern.
48181
48182 1999-01-31  Jim Meyering  <meyering@ascend.com>
48183
48184         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
48185
48186 1999-01-30  Jim Meyering  <meyering@ascend.com>
48187
48188         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
48189
48190         * m4/jm-mktime.m4: Make this a wrapper around the official
48191         AM_FUNC_MKTIME rather than my private copy, now that the official one
48192         is up to date.
48193         * m4/mktime.m4: Remove file.
48194
48195         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
48196         * m4/uptime.m4: Likewise.
48197         * m4/uintmax_t.m4: Likewise.
48198
48199 1999-01-28  Jim Meyering  <meyering@ascend.com>
48200
48201         * m4/jm-macros.m4: Use jm_AFS.
48202         * m4/afs.m4: New file (from fileutils' configure.in).
48203
48204         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
48205         * m4/chown.m4: Likewise.
48206         * m4/d-ino.m4: Likewise.
48207         * m4/d-type.m4: Likewise.
48208         * m4/fnmatch.m4: Likewise.
48209         * m4/getgroups.m4: Likewise.
48210         * m4/gettext.m4: Likewise.
48211         * m4/jm-mktime.m4: Likewise.
48212         * m4/jm-winsz2.m4: Likewise.
48213         * m4/lcmessage.m4: Likewise.
48214         * m4/ls-mntd-fs.m4: Likewise.
48215         * m4/malloc.m4: Likewise.
48216         * m4/memcmp.m4: Likewise.
48217         * m4/putenv.m4: Likewise.
48218         * m4/realloc.m4: Likewise.
48219         * m4/st_mtim.m4: Likewise.
48220         * m4/strftime.m4: Likewise.
48221
48222 1999-01-16  Jim Meyering  <meyering@ascend.com>
48223
48224         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
48225         (ARGMATCH_DIE_DECL): Define.
48226
48227 1999-01-12  Jim Meyering  <meyering@ascend.com>
48228
48229         * m4/Makefile.am.in: Rewrite to avoid using fmt.
48230         Reported by Lars Hecking.
48231
48232 1999-01-10  Jim Meyering  <meyering@ascend.com>
48233
48234         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
48235         gross kludge.
48236         * m4/inttypes_h.m4: Likewise.
48237         * m4/lstat.m4: Likewise.
48238         * m4/malloc.m4: Likewise.
48239         * m4/readdir.m4: Likewise.
48240         * m4/realloc.m4: Likewise.
48241         * m4/st_dm_mode.m4: Likewise.
48242         * m4/stat.m4: Likewise.
48243         * m4/utimbuf.m4: Likewise.
48244         * m4/utimes.m4: Likewise.
48245
48246         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
48247         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
48248         comments in config.h.in are meaningful.
48249
48250         * m4/jm-macros.m4: Require autoconf-2.13 here.
48251
48252         * m4/regex.m4: By default, don't use the included regex.c on systems
48253         with glibc 2.  Suggestion from Uli Drepper.
48254
48255 1999-01-02  Jim Meyering  <meyering@ascend.com>
48256
48257         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
48258
48259 1998-12-18  Jim Meyering  <meyering@ascend.com>
48260
48261         * m4/Makefile.am.in (Makefile.am): Simplify rule.
48262         Based on a suggestion from Lars Hecking.
48263
48264 1998-11-16  Paul Eggert  <eggert@twinsun.com>
48265
48266         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
48267
48268 1998-11-16  Jim Meyering  <meyering@ascend.com>
48269
48270         * m4/lfs.m4: Double-quote the `uname...` expression.
48271
48272 1998-11-14  Jim Meyering  <meyering@ascend.com>
48273
48274         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
48275         * m4/stat.m4: Likewise.
48276
48277 1998-11-03  Jim Meyering  <meyering@ascend.com>
48278
48279         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
48280         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
48281
48282 1998-10-18  Jim Meyering  <meyering@ascend.com>
48283
48284         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
48285
48286 1998-10-17  Jim Meyering  <meyering@ascend.com>
48287
48288         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
48289         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
48290         calls for those previously hard-coded headers.  Instead, take a new
48291         parameter.
48292         (jm_CHECK_DECLARATIONS): Reflect interface change.
48293         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
48294         (jm_CHECK_DECL_LOCALTIME_R): New macro.
48295
48296         * m4/mktime.m4: Test for spring-forward gap before long-running test.
48297
48298 1998-10-14  Jim Meyering  <meyering@ascend.com>
48299
48300         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
48301         instead of "TZ=America/Vancouver".  From Paul Eggert.
48302
48303 1998-10-11  Jim Meyering  <meyering@ascend.com>
48304
48305         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
48306         This adds a test for a recently added compatibility fix for mktime.c.
48307         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
48308
48309 1998-09-27  Jim Meyering  <meyering@ascend.com>
48310
48311         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
48312
48313         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
48314         ../configure.in, including a change from Gordon Matzigkeit to allow
48315         cross-compiling for the Hurd.
48316
48317         * m4/glibc.m4: New file/macro to test for the GNU C Library
48318         versions 1 and 2.  From Gordon Matzigkeit.
48319         Indent.
48320
48321 1998-09-21  Jim Meyering  <meyering@ascend.com>
48322
48323         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
48324
48325 1998-08-18  Paul Eggert  <eggert@twinsun.com>
48326
48327         Port nanosecond-resolution times to UnixWare 2.1.2 and
48328         pedantic Solaris 2.6.
48329
48330         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
48331         AC_STRUCT_ST_MTIM.
48332         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
48333         Generate name of ns member, instead of just 1 or undef.
48334         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
48335
48336 1998-08-15  Jim Meyering  <meyering@ascend.com>
48337
48338         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
48339         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
48340         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
48341         instead of jm_TYPE_SSIZE_T.
48342
48343 1998-08-12  Jim Meyering  <meyering@ascend.com>
48344
48345         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
48346
48347 1998-08-02  Jim Meyering  <meyering@ascend.com>
48348
48349         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
48350         in acconfig.h manually.
48351
48352 1998-07-31  Paul Eggert  <eggert@twinsun.com>
48353
48354         * m4/st_mtim.m4: New file.
48355
48356 1998-07-28  Jim Meyering  <meyering@ascend.com>
48357
48358         * m4/utimes.m4: Undef stat.
48359
48360 1998-07-25  Jim Meyering  <meyering@ascend.com>
48361
48362         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
48363         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
48364
48365 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
48366
48367         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
48368         uid and gid actually remain unchanged.
48369
48370 1998-07-07  Jim Meyering  <meyering@ascend.com>
48371
48372         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
48373
48374 1998-07-04  Jim Meyering  <meyering@ascend.com>
48375
48376         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
48377         to prove that this macro can be used in packages without regex.c.
48378
48379 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
48380
48381         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
48382         is to be used.
48383
48384 1998-07-03  Jim Meyering  <meyering@ascend.com>
48385
48386         * m4/gettext.m4: Add -lintl if it's found to be necessary.
48387
48388         * m4/gettext.m4: New file -- from gettext-0.10.35.
48389         * m4/lcmessage.m4: Likewise.
48390         * m4/progtest.m4: Likewise.
48391
48392         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
48393         * m4/jm-macros.m4: Require the new macro.
48394
48395 1998-06-29  Jim Meyering  <meyering@ascend.com>
48396
48397         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
48398         for the definition of NGROUPS (used in a system header included
48399         by sys/mount.h).
48400
48401 1998-06-28  Jim Meyering  <meyering@ascend.com>
48402
48403         * m4/ls-mntd-fs.m4: New file.
48404         * m4/fstypename.m4: New file.
48405
48406         * m4/jm-macros.m4: Require the new macro.
48407         * m4/jm-glibc-io.m4: New file.
48408
48409 1998-05-19  Jim Meyering  <meyering@ascend.com>
48410
48411         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
48412         * m4/lchown.m4: New file.
48413
48414         * m4/Makefile.am.in: New file.
48415         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
48416
48417 1998-05-14  Jim Meyering  <meyering@ascend.com>
48418
48419         * m4/Makefile.am (EXTRA_DIST): Add them.
48420         * m4/jm-macros.m4: New file.
48421         * m4/utimbuf.m4: New file.
48422
48423 1998-05-12  Jim Meyering  <meyering@ascend.com>
48424
48425         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
48426
48427 1998-05-11  Jim Meyering  <meyering@ascend.com>
48428
48429         * m4/isc-posix.m4: New file.
48430
48431 1998-05-10  Jim Meyering  <meyering@ascend.com>
48432
48433         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
48434
48435 1998-05-09  Jim Meyering  <meyering@ascend.com>
48436
48437         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
48438         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
48439         with automake.
48440
48441         * m4/ssize_t.m4: New file.
48442         * m4/mktime.m4: Remove file -- the new automake has this now.
48443
48444 1998-04-26  Jim Meyering  <meyering@ascend.com>
48445
48446         * m4/assert.m4: New file.
48447         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
48448
48449 1998-04-05  Jim Meyering  <meyering@ascend.com>
48450
48451         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
48452         (jm_PREREQ): Use it here.
48453
48454 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
48455
48456         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
48457         in acconfig.h.
48458
48459 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
48460
48461         * m4/prereq.m4: New file.
48462         * m4/error.m4: New file.
48463         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
48464
48465 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
48466
48467         * m4/getline.m4: Don't set am_cv_func_working_getline before the
48468         cache-check for the same variable -- that defeated the purpose of
48469         the test; the test program was never run.  This was a problem only
48470         on systems with losing getline functions -- HP-UX 10.20 is one.
48471         Reported by Bjorn Helgaas.
48472
48473 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
48474
48475         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
48476
48477 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
48478
48479         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
48480
48481         * m4/const.m4: New file.  Use an initializer in this declaration
48482         typedef int charset[2]; const charset x;
48483         Reported by Bob Glickstein.
48484
48485 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
48486
48487         * m4/chown.m4: Fix reversed types on -1 args to chown.
48488         From Kaveh Ghazi.
48489
48490 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
48491
48492         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
48493         Add lseek and memchr.
48494
48495         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
48496         T.E.Dickey <dickey@clark.net> said that some older preprocessors
48497         have a 20-character limit on names.
48498
48499 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
48500
48501         * m4/inttypes_h.m4: New file.
48502         * m4/uintmax_t.m4: New file.
48503         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
48504
48505
48506         -----
48507
48508         Local Variables:
48509         coding: utf-8
48510         End:
48511
48512         Copyright (C) 1997-2009 Free Software Foundation, Inc.
48513
48514         Copying and distribution of this file, with or without
48515         modification, are permitted provided the copyright notice
48516         and this notice are preserved.