305a835768feb893891a5a2cbc53152a68ad92f0
[gnulib.git] / ChangeLog
1 2010-03-14  Bruno Haible  <bruno@clisp.org>
2
3         Fix compilation error with Sun C.
4         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
5         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
6         instead of GCC specific ULONG_LONG_MAX.
7         * lib/xstrtoll.c: Likewise.
8         * lib/xstrtoull.c: Likewise.
9
10 2010-03-13  Bruno Haible  <bruno@clisp.org>
11
12         Allow the user to disable C++ code and tests.
13         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
14         (gl_PROG_ANSI_CXX): Require it.
15
16 2010-03-13  Bruno Haible  <bruno@clisp.org>
17
18         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
19         cases.
20
21 2010-03-13  Bruno Haible  <bruno@clisp.org>
22
23         Test that gnulib does not break the standard C++ headers.
24         * tests/test-locale-c++2.cc: New file.
25         * modules/locale-tests (Files): Add it.
26         (Makefile.am): Compile it for test-locale-c++.
27         * tests/test-math-c++2.cc: New file.
28         * modules/math-tests (Files): Add it.
29         (Makefile.am): Compile it for test-math-c++.
30         * tests/test-signal-c++2.cc: New file.
31         * modules/signal-tests (Files): Add it.
32         (Makefile.am): Compile it for test-signal-c++.
33         * tests/test-stdio-c++2.cc: New file.
34         * modules/stdio-tests (Files): Add it.
35         (Makefile.am): Compile it for test-stdio-c++.
36         * tests/test-stdlib-c++2.cc: New file.
37         * modules/stdlib-tests (Files): Add it.
38         (Makefile.am): Compile it for test-stdlib-c++.
39         * tests/test-string-c++2.cc: New file.
40         * modules/string-tests (Files): Add it.
41         (Makefile.am): Compile it for test-string-c++.
42         * tests/test-time-c++2.cc: New file.
43         * modules/time-tests (Files): Add it.
44         (Makefile.am): Compile it for test-time-c++.
45         Reported by John W. Eaton <jwe@gnu.org>.
46
47 2010-03-13  Bruno Haible  <bruno@clisp.org>
48
49         * gnulib-tool (func_usage): Clarify which options are available for
50         --create-testdir and --create-megatestdir.
51
52 2010-03-13  Bruno Haible  <bruno@clisp.org>
53
54         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
55         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
56         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
57         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
58         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
59         when appropriate.
60         Reported by Jim Meyering.
61
62 2010-03-12  Simon Josefsson  <simon@josefsson.org>
63
64         * gnulib-tool (func_import): Explain origin of code.
65
66 2010-03-12  Bruno Haible  <bruno@clisp.org>
67
68         Fix problem with automake's definition of CXXLINK.
69         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
70         Reported by Simon Josefsson and Ludovic Courtès.
71
72 2010-03-12  Bruno Haible  <bruno@clisp.org>
73
74         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
75         stable releases.
76
77 2010-03-11  Bruno Haible  <bruno@clisp.org>
78
79         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
80         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
81         whether the system provides one variant or multiple variants of the
82         function.
83         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
84         C++ compilers.
85         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
86         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
87         Reported by Jim Meyering.
88
89 2010-03-09  Simon Josefsson  <simon@josefsson.org>
90
91         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
92
93 2010-03-08  Bruno Haible  <bruno@clisp.org>
94
95         gnulib-tool: Add support for --libtool in --create-testdir.
96         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
97         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
98
99 2010-03-08  Eric Blake  <eblake@redhat.com>
100
101         gnulib-tool.texi: mention possibility of git submodule
102         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
103         submodules.
104         * doc/.gitignore: Ignore another generated file.
105
106 2010-03-08  Karl Berry  <karl@gnu.org>
107
108         * doc/gnulib-tool.texi (VCS Issues): Mention third option
109         of committing gnulib files while skipping others.
110
111 2010-03-07  Bruno Haible  <bruno@clisp.org>
112
113         Tests of module 'wctype' in C++ mode.
114         * tests/test-wctype-c++.cc: New file.
115         * modules/wctype-tests (Files): Add it and tests/signature.h.
116         (Depends-on): Add ansi-c++-opt.
117         (Makefile.am): Arrange to compile and run test-wctype-c++.
118
119         Tests of module 'wchar' in C++ mode.
120         * tests/test-wchar-c++.cc: New file.
121         * modules/wchar-tests (Files): Add it and tests/signature.h.
122         (Depends-on): Add ansi-c++-opt.
123         (Makefile.am): Arrange to compile and run test-wchar-c++.
124         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
125         gl_MODULE_INDICATOR.
126
127         Tests of module 'unistd' in C++ mode.
128         * tests/test-unistd-c++.cc: New file.
129         * modules/unistd-tests (Files): Add it and tests/signature.h.
130         (Depends-on): Add ansi-c++-opt.
131         (Makefile.am): Arrange to compile and run test-unistd-c++.
132         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
133         gl_MODULE_INDICATOR.
134
135         Tests of module 'time' in C++ mode.
136         * tests/test-time-c++.cc: New file.
137         * modules/time-tests (Files): Add it and tests/signature.h.
138         (Depends-on): Add ansi-c++-opt.
139         (Makefile.am): Arrange to compile and run test-time-c++.
140         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
141
142         Tests of module 'sys_time' in C++ mode.
143         * tests/test-sys_time-c++.cc: New file.
144         * modules/sys_time-tests (Files): Add it and tests/signature.h.
145         (Depends-on): Add ansi-c++-opt.
146         (Makefile.am): Arrange to compile and run test-sys_time-c++.
147         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
148         gl_MODULE_INDICATOR.
149
150         Tests of module 'sys_stat' in C++ mode.
151         * tests/test-sys_stat-c++.cc: New file.
152         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
153         (Depends-on): Add ansi-c++-opt.
154         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
155         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
156         gl_MODULE_INDICATOR.
157
158         Tests of module 'sys_socket' in C++ mode.
159         * tests/test-sys_socket-c++.cc: New file.
160         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
161         (Depends-on): Add ansi-c++-opt.
162         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
163         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
164         gl_MODULE_INDICATOR.
165
166         Tests of module 'sys_select' in C++ mode.
167         * tests/test-sys_select-c++.cc: New file.
168         * modules/sys_select-tests (Files): Add it and tests/signature.h.
169         (Depends-on): Add ansi-c++-opt.
170         (Makefile.am): Arrange to compile and run test-sys_select-c++.
171         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
172         gl_MODULE_INDICATOR.
173
174         Tests of module 'sys_ioctl' in C++ mode.
175         * tests/test-sys_ioctl-c++.cc: New file.
176         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
177         (Depends-on): Add ansi-c++-opt.
178         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
179         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
180         gl_MODULE_INDICATOR.
181
182         Tests of module 'string' in C++ mode.
183         * tests/test-string-c++.cc: New file.
184         * modules/string-tests (Files): Add it and tests/signature.h.
185         (Depends-on): Add ansi-c++-opt.
186         (Makefile.am): Arrange to compile and run test-string-c++.
187         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
188         gl_MODULE_INDICATOR.
189
190         Tests of module 'stdlib' in C++ mode.
191         * tests/test-stdlib-c++.cc: New file.
192         * modules/stdlib-tests (Files): Add it and tests/signature.h.
193         (Depends-on): Add ansi-c++-opt.
194         (Makefile.am): Arrange to compile and run test-stdlib-c++.
195         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
196         gl_MODULE_INDICATOR.
197
198         Tests of module 'stdio' in C++ mode.
199         * tests/test-stdio-c++.cc: New file.
200         * modules/stdio-tests (Files): Add it and tests/signature.h.
201         (Depends-on): Add ansi-c++-opt.
202         (Makefile.am): Arrange to compile and run test-stdio-c++.
203         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
204         gl_MODULE_INDICATOR.
205
206         Tests of module 'spawn' in C++ mode.
207         * tests/test-spawn-c++.cc: New file.
208         * modules/spawn-tests (Files): Add it and tests/signature.h.
209         (Depends-on): Add ansi-c++-opt.
210         (Makefile.am): Arrange to compile and run test-spawn-c++.
211         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
212         gl_MODULE_INDICATOR.
213
214         Tests of module 'signal' in C++ mode.
215         * tests/test-signal-c++.cc: New file.
216         * modules/signal-tests (Files): Add it and tests/signature.h.
217         (Depends-on): Add ansi-c++-opt.
218         (Makefile.am): Arrange to compile and run test-signal-c++.
219         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
220         gl_MODULE_INDICATOR.
221
222         Tests of module 'search' in C++ mode.
223         * tests/test-search-c++.cc: New file.
224         * modules/search-tests (Files): Add it and tests/signature.h.
225         (Depends-on): Add ansi-c++-opt.
226         (Makefile.am): Arrange to compile and run test-search-c++.
227         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
228         gl_MODULE_INDICATOR.
229
230         Tests of module 'math' in C++ mode.
231         * tests/test-math-c++.cc: New file.
232         * modules/math-tests (Files): Add it and tests/signature.h.
233         (Depends-on): Add ansi-c++-opt.
234         (Makefile.am): Arrange to compile and run test-math-c++.
235         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
236
237         Tests of module 'locale' in C++ mode.
238         * tests/test-locale-c++.cc: New file.
239         * modules/locale-tests (Files): Add it and tests/signature.h.
240         (Depends-on): Add ansi-c++-opt.
241         (Makefile.am): Arrange to compile and run test-locale-c++.
242         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
243         gl_MODULE_INDICATOR.
244
245         Tests of module 'langinfo' in C++ mode.
246         * tests/test-langinfo-c++.cc: New file.
247         * modules/langinfo-tests (Files): Add it and tests/signature.h.
248         (Depends-on): Add ansi-c++-opt.
249         (Makefile.am): Arrange to compile and run test-langinfo-c++.
250         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
251         gl_MODULE_INDICATOR.
252
253         Tests of module 'iconv-h' in C++ mode.
254         * tests/test-iconv-h-c++.cc: New file.
255         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
256         (Depends-on): Add ansi-c++-opt.
257         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
258
259         Tests of module 'glob' in C++ mode.
260         * tests/test-glob-c++.cc: New file.
261         * modules/glob-tests (Files): Add it.
262         (Depends-on): Add ansi-c++-opt.
263         (Makefile.am): Arrange to compile and run test-glob-c++.
264
265         Tests of module 'fcntl-h' in C++ mode.
266         * tests/test-fcntl-h-c++.cc: New file.
267         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
268         (Depends-on): Add ansi-c++-opt.
269         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
270         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
271         gl_MODULE_INDICATOR.
272
273         Tests of module 'dirent' in C++ mode.
274         * tests/test-dirent-c++.cc: New file.
275         * modules/dirent-tests (Files): Add it and tests/signature.h.
276         (Depends-on): Add ansi-c++-opt.
277         (Makefile.am): Arrange to compile and run test-dirent-c++.
278         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
279         gl_MODULE_INDICATOR.
280
281         New module 'ansi-c++-opt'.
282         * modules/ansi-c++-opt: New file.
283         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
284
285         Document C++ namespace mode.
286         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
287
288         wctype: Avoid #define replacements in C++ mode.
289         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
290         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
291         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
292         In C++, define a namespaced alias symbol.
293         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
294         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
295         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
296         rule.
297
298         wchar: Avoid #define replacements in C++ mode.
299         * lib/wchar.in.h: Include c++defs.h.
300         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
301         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
302         symbol.
303         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
304         * modules/wchar (Depends-on): Add c++defs.
305         (Makefile.am): Update wchar.h rule.
306
307         unistd: Avoid #define replacements in C++ mode.
308         * lib/unistd.in.h: Include c++defs.h.
309         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
310         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
311         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
312         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
313         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
314         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
315         symbol.
316         (environ): Update.
317         * modules/unistd (Depends-on): Add c++defs.
318         (Makefile.am): Update unistd.h rule.
319
320         time: Avoid #define replacements in C++ mode.
321         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
322         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
323         define a namespaced alias symbol.
324         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
325         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
326         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
327         * modules/time (Depends-on): Add c++defs, warn-on-use.
328         (Makefile.am): Update time.h rule.
329         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
330         * modules/nanosleep (configure.ac): Likewise.
331         * modules/strptime (configure.ac): Likewise.
332         * modules/timegm (configure.ac): Likewise.
333
334         sys_time: Avoid #define replacements in C++ mode.
335         * lib/sys_time.in.h: Include c++defs.h.
336         (gettimeofday): In C++, define a namespaced alias symbol.
337         * modules/sys_time (Depends-on): Add c++defs.
338         (Makefile.am): Update sys/time.h rule.
339
340         sys_stat: Avoid #define replacements in C++ mode.
341         * lib/sys_stat.in.h: Include c++defs.h.
342         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
343         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
344         namespaced alias symbol.
345         In C++, define a namespaced alias symbol.
346         * modules/sys_stat (Depends-on): Add c++defs.
347         (Makefile.am): Update sys/stat.h rule.
348
349         sys_socket: Avoid #define replacements in C++ mode.
350         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
351         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
352         definitions also when the system has a <sys/socket.h>.
353         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
354         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
355         In C++, define a namespaced alias symbol.
356         * modules/sys_socket (Depends-on): Add c++defs.
357         (Makefile.am): Update sys/socket.h rule.
358
359         sys_select: Avoid #define replacements in C++ mode.
360         * lib/sys_select.in.h: Include c++defs.h. Enable the function
361         definitions also when the system has a <sys/select.h>.
362         (select): In C++, define a namespaced alias symbol.
363         * modules/sys_select (Depends-on): Add c++defs.
364         (Makefile.am): Update sys/select.h rule.
365
366         sys_ioctl: Avoid #define replacements in C++ mode.
367         * lib/sys_ioctl.in.h: Include c++defs.h.
368         (ioctl): In C++, define a namespaced alias symbol.
369         * modules/sys_ioctl (Depends-on): Add c++defs.
370         (Makefile.am): Update sys/ioctl.h rule.
371
372         string: Avoid #define replacements in C++ mode.
373         * lib/string.in.h: Include c++defs.h.
374         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
375         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
376         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
377         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
378         strsignal, strverscmp): In C++, define a namespaced alias symbol.
379         * modules/string (Depends-on): Add c++defs.
380         (Makefile.am): Update string.h rule.
381
382         stdlib: Avoid #define replacements in C++ mode.
383         * lib/stdlib.in.h: Include c++defs.h.
384         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
385         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
386         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
387         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
388         symbol.
389         * modules/stdlib (Depends-on): Add c++defs.
390         (Makefile.am): Update stdlib.h rule.
391
392         stdio: Avoid #define replacements in C++ mode.
393         * lib/stdio.in.h: Include c++defs.h.
394         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
395         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
396         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
397         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
398         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
399         namespaced alias symbol.
400         * modules/stdio (Depends-on): Add c++defs.
401         (Makefile.am): Update stdio.h rule.
402
403         spawn: Avoid #define replacements in C++ mode.
404         * lib/spawn.in.h: Include c++defs.h.
405         (posix_spawn, posix_spawnp, posix_spawnattr_init,
406         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
407         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
408         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
409         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
410         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
411         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
412         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
413         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
414         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
415         In C++, define a namespaced alias symbol.
416         * modules/spawn (Depends-on): Add c++defs.
417         (Makefile.am): Update spawn.h rule.
418
419         signal: Avoid #define replacements in C++ mode.
420         * lib/signal.in.h: Include c++defs.h.
421         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
422         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
423         namespaced alias symbol.
424         * modules/signal (Depends-on): Add c++defs.
425         (Makefile.am): Update signal.h rule.
426
427         search: Avoid #define replacements in C++ mode.
428         * lib/search.in.h: Include c++defs.h.
429         (_gl_search_compar_fn, _gl_search_action_fn): New types.
430         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
431         symbol.
432         * modules/search (Depends-on): Add c++defs.
433         (Makefile.am): Update search.h rule.
434
435         math: Avoid #define replacements in C++ mode.
436         * lib/math.in.h: Include c++defs.h.
437         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
438         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
439         trunc, truncl): In C++, define a namespaced alias symbol.
440         * modules/math (Depends-on): Add c++defs.
441         (Makefile.am): Update math.h rule.
442
443         locale: Avoid #define replacements in C++ mode.
444         * lib/locale.in.h: Include c++defs.h.
445         (duplocale): In C++, define a namespaced alias symbol.
446         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
447         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
448         * modules/locale (Depends-on): Add c++defs.
449         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
450
451         langinfo: Avoid #define replacements in C++ mode.
452         * lib/langinfo.in.h: Include c++defs.h.
453         (nl_langinfo): In C++, define a namespaced alias symbol.
454         * modules/langinfo (Depends-on): Add c++defs.
455         (Makefile.am): Update langinfo.h rule.
456
457         iconv-h: Avoid #define replacements in C++ mode.
458         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
459         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
460         symbol.
461         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
462         whenever iconv is present.
463         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
464         (Makefile.am): Update iconv.h rule.
465
466         glob: Avoid #define replacements in C++ mode.
467         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
468         (_gl_glob_errfunc_fn): New type.
469         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
470         symbol.
471         * modules/glob (Depends-on): Add c++defs, warn-on-use.
472         (Makefile.am): Update glob.h rule.
473
474         fcntl-h: Avoid #define replacements in C++ mode.
475         * lib/fcntl.in.h: Include c++defs.h.
476         (fcntl, open, openat): In C++, define a namespaced alias symbol.
477         * modules/fcntl-h (Depends-on): Add c++defs.
478         (Makefile.am): Update fcntl.h rule.
479
480         dirent: Avoid #define replacements in C++ mode.
481         * lib/dirent.in.h: Include c++defs.h.
482         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
483         namespaced alias symbol.
484         (dirfd): Update declaration.
485         * modules/dirent (Depends-on): Add c++defs.
486         (Makefile.am): Update dirent.h rule.
487
488         ctype: Make it usable in C++ code.
489         * lib/ctype.in.h: Include c++defs.h.
490         (isblank): Declare as extern "C".
491         * modules/ctype (Depends-on): Add c++defs.
492         (Makefile.am): Update ctype.h rule.
493
494         New module 'c++defs'.
495         * modules/c++defs: New file.
496         * build-aux/c++defs.h: New file.
497         Reported by John W. Eaton <jwe@gnu.org>.
498
499 2010-03-07  Bruno Haible  <bruno@clisp.org>
500
501         logb: Provide missing declaration for Cygwin.
502         * lib/math.in.h (logb): New declaration.
503         * m4/logb.m4: New file.
504         * modules/logb (Files): Add m4/logb.m4.
505         (Depends-on): Add math.
506         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
507         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
508         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
509         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
510         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
511
512 2010-03-07  Bruno Haible  <bruno@clisp.org>
513
514         Fix test-cond link error.
515         * tests/test-cond.c: Include <stdio.h>.
516
517 2010-03-07  Bruno Haible  <bruno@clisp.org>
518
519         Fix test-dirent-safer link error.
520         * modules/dirent-safer-tests (Makefile.am): Define
521         test_dirent_safer_LDADD.
522
523 2010-03-07  Bruno Haible  <bruno@clisp.org>
524
525         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
526         among default module list.
527
528 2010-03-07  Bruno Haible  <bruno@clisp.org>
529
530         Fix link error on platforms with GNU libiconv.
531         * modules/unistr/u8-strcoll-tests (Makefile): Define
532         test_u8_strcoll_LDADD.
533         * modules/unistr/u16-strcoll-tests (Makefile): Define
534         test_u16_strcoll_LDADD.
535         * modules/unistr/u32-strcoll-tests (Makefile): Define
536         test_u32_strcoll_LDADD.
537
538 2010-03-07  Bruno Haible  <bruno@clisp.org>
539
540         Use POSIX declarations for socket functions.
541         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
542         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
543         rpl_sendto): Change declaration to match POSIX.
544         * lib/connect.c (rpl_connect): Likewise.
545         * lib/accept.c (rpl_accept): Likewise.
546         * lib/bind.c (rpl_bind): Likewise.
547         * lib/getpeername.c (rpl_getpeername): Likewise.
548         * lib/getsockname.c (rpl_getsockname): Likewise.
549         * lib/recv.c (rpl_recv): Likewise.
550         * lib/send.c (rpl_send): Likewise.
551         * lib/recvfrom.c (rpl_recvfrom): Likewise.
552         * lib/sendto.c (rpl_sendto): Likewise.
553
554 2010-03-06  Bruno Haible  <bruno@clisp.org>
555
556         Clarify access, euidaccess, faccessat.
557         * doc/posix-functions/faccessat.texi: Mention security problem under
558         "Other problems", not "Portability problems".
559         * doc/posix-functions/access.texi: Likewise. Mention a related security
560         problem.
561         * doc/glibc-functions/euidaccess.texi: Mention security problems.
562         * lib/euidaccess.c: Add comments about platforms.
563         * lib/unistd.in.h (access, euidaccess): Add warnings.
564
565 2010-03-07  Bruno Haible  <bruno@clisp.org>
566
567         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
568         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
569         (POSIX_SPAWN_SETSCHEDULER): Likewise.
570         (POSIX_SPAWN_USEVFORK): Define in a way that works when
571         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
572         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
573         declare when POSIX_SPAWN_SETSCHEDULER is zero.
574         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
575         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
576         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
577         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
578         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
579         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
580         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
581         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
582         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
583         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
584         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
585         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
586         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
587         Likewise.
588         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
589         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
590         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
591         Likewise.
592         * tests/test-spawn.c (main): Make it work when
593         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
594
595 2010-03-07  Bruno Haible  <bruno@clisp.org>
596
597         Fix incorrect Makefile.am generation in German locale.
598         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
599         Execute sed command with character range in C locale.
600
601 2010-03-06  Bruno Haible  <bruno@clisp.org>
602
603         Tests for module 'iconv-h'.
604         * modules/iconv-h-tests: New file.
605         * tests/test-iconv-h.c: New file.
606
607         New module 'iconv-h'.
608         * modules/iconv-h: New file.
609         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
610         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
611         (configure.ac): Remove gl_ICONV_H.
612         (Makefile.am): Remove rule for iconv.h.
613
614 2010-03-06  Bruno Haible  <bruno@clisp.org>
615
616         More consistent naming of *.m4 files.
617         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
618         * modules/wctype (Files): Update.
619
620         More consistent naming of *.m4 files.
621         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
622         * modules/wchar (Files): Update.
623
624 2010-03-06  Jim Meyering  <meyering@redhat.com>
625
626         euidaccess: relax license to LGPLv2+
627         * modules/euidaccess (License): Relax to LGPLv2+.
628
629 2010-03-06  Bruno Haible  <bruno@clisp.org>
630
631         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
632         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
633         (Makefile.am): Augment lib_SOURCES instead.
634
635 2010-03-04  Jim Meyering  <meyering@redhat.com>
636
637         utime: remove obsolete module
638         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
639         unnecessary for years, and has been marked as obsolete for 10 months.
640         * modules/utime: Remove file.
641         * lib/utime.c: Remove file.
642         * m4/utime.m4: Remove file.
643         * m4/utimes-null.m4: Remove file.
644         * doc/posix-functions/utime.texi (utime): Remove reference to
645         the module.  Move the sole "fixed by gnulib" item into the
646         "problems not fixed by Gnulib" list.
647         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
648
649 2010-03-05  Simon Josefsson  <simon@josefsson.org>
650
651         * modules/exit (License): Relax license to LGPLv2+.
652         (Status): Mark as obsolete.
653         * NEWS: Mention deprecated 'exit' module.
654         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
655         of now obsolete 'exit'.
656
657 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
658
659         fts-lgpl: remove unused module
660         * modules/fts-lgpl: Remove.
661         * MODULES.html.sh (func_all_modules): Adjust.
662         * check-module (find_included_lib_files): Adjust.
663         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
664
665 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
666
667         copy-acl: enhance Solaris ACL error handling
668         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
669         * lib/set-mode-acl.c (qset_acl): Likewise.
670
671 2010-03-02  Bruno Haible  <bruno@clisp.org>
672
673         spawn: Don't override the system defined values on FreeBSD 8.
674         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
675         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
676         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
677         if HAVE_POSIX_SPAWN is 1.
678         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
679
680 2010-03-01  Bruno Haible  <bruno@clisp.org>
681
682         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
683         regarding Automake.
684
685 2010-02-25  Bruno Haible  <bruno@clisp.org>
686
687         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
688         * gnulib-tool: Define 'echo' as a function only before the ksh alias
689         setting, not afterwards.
690         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
691
692 2010-02-24  Eric Blake  <eblake@redhat.com>
693
694         bootstrap, git-version-gen: use timestamp
695         * build-aux/git-version-gen (scriptversion): Force UTC.
696         * build-aux/bootstrap (scriptversion): New variable.
697
698         bootstrap: allow older git
699         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
700         older than 1.6.4.  Requested by the libvirt project.
701
702 2010-02-23  Eric Blake  <eblake@redhat.com>
703
704         warn-on-use: work with old autoconf
705         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
706         AS_VAR semantics of autoconf 2.60.
707         Reported by Bruno Haible.
708
709         bootstrap: improve some comments
710         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
711         clarification comments.
712
713         gettimeofday: provide correct function
714         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
715         when replacement is declared, otherwise provide gettimeofday.
716         Reported by Michael Goffioul.
717
718 2010-02-23  Jim Meyering  <meyering@redhat.com>
719
720         lib-ignore: relax license to "unlimited", not LGPLv2+
721         * modules/lib-ignore (License): Relax to "unlimited".
722
723 2010-02-23  Jim Meyering  <meyering@redhat.com>
724
725         lib-ignore: relax license to LGPLv2+
726         * modules/lib-ignore (License): Relax to LGPLv2+.
727
728 2010-02-22  Eric Blake  <eblake@redhat.com>
729
730         lseek: avoid bash 3.2 broken pipe bug
731         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
732         warning from bash 3.2.
733         Reported by Ben Pfaff, with analysis from Bruno Haible.
734
735         bootstrap: support non-FSF copyright holder
736         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
737         bootstrap.conf override of COPYRIGHT_HOLDER.
738         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
739
740         bootstrap: interoperate with gettext 0.14.1
741         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
742
743         bootstrap: allow for alternate submodule location
744         * build-aux/bootstrap (gnulib_path): New variable; use instead of
745         hardcoding submodule location.
746         (gnulib_mk): Allow direct use of Makefile.am.
747
748         bootstrap: use GNULIB_SRCDIR to reduce disk usage
749         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
750         rather than reconfiguring where the submodule points.
751
752         gettimeofday: restore support for platforms that lack function
753         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
754         replacement if function is missing.
755         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
756         * modules/sys_time (Makefile.am): Substitute it.
757         * lib/sys_time.in.h (gettimeofday): Check it.
758         Reported by Michael Goffioul.
759
760 2010-02-21  Bruno Haible  <bruno@clisp.org>
761
762         * lib/stdio.in.h (obstack_printf): Fix typo.
763
764 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
765
766         vc-list-files: use bzr ls's -R option
767         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
768         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
769
770 2010-02-21  Jim Meyering  <meyering@redhat.com>
771
772         init.sh: fix EXEEXT shims to work also for names like test-prog
773         * tests/init.sh: Re-exec a better shell, when needed.
774         If the current shell lacks support for posix $(...), an init.sh-using
775         test will now try to find a shell that supports that.  If EXEEXT is
776         nonempty, we also require support for hyphen-in-alias-name and shell
777         substitutions like ${var#glob}.  Failure to find such a shell results
778         in a skipped test.
779
780 2010-02-21  Bruno Haible  <bruno@clisp.org>
781
782         Really work around around "broken pipe" error message from bash 3.2.
783         * gnulib-tool (func_reset_sigpipe): Remove function.
784         (echo): In bash 3.2, define to a function that uses printf.
785         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
786
787 2010-02-20  Bruno Haible  <bruno@clisp.org>
788
789         Restore support for automake 1.9.6 with autoconf 2.61.
790         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
791         Reported by James Youngman <jay@gnu.org>.
792
793 2010-02-20  Bruno Haible  <bruno@clisp.org>
794
795         Improve *printf warning condition.
796         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
797         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
798         and the function is overridden due to SIGPIPE emulation.
799
800 2010-02-20  Bruno Haible  <bruno@clisp.org>
801
802         * lib/stdio.in.h: Tweak comments.
803
804 2010-02-19  Bruno Haible  <bruno@clisp.org>
805
806         Make it easier to find modules. New gnulib-tool option '--find'.
807         * gnulib-tool: New option --find.
808         (func_usage): Document it.
809         (func_sanitize_modulelist): New function, extracted from
810         func_all_modules.
811         (func_all_modules): Invoke it.
812         * doc/gnulib-tool.texi (Which modules?): New node.
813
814 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
815
816         * lib/sys_select.in.h: Provide select replacement even if
817         sys/select.h exists on a system, for Interix.
818
819 2010-02-18  Jim Meyering  <meyering@redhat.com>
820
821         init.sh: don't use $(...) just yet
822         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
823         to accommodate e.g., Solaris' /bin/sh.
824
825 2010-02-17  Bruno Haible  <bruno@clisp.org>
826
827         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
828         Reported by Ludovic Courtès <ludo@gnu.org>.
829
830 2010-02-16  Simon Josefsson  <simon@josefsson.org>
831
832         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
833         linking with -lintl.
834
835 2010-02-17  Simon Josefsson  <simon@josefsson.org>
836
837         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
838         if not provided by the system's netdb.h.  Reported by
839         ludo@gnu.org (Ludovic Courtès).
840
841 2010-02-15  Jim Meyering  <meyering@redhat.com>
842
843         init.sh: improve portability and efficiency
844         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
845         "dummy" in a for loop.
846         Use '!', not '^' to select the complement of a character set used
847         in a "case" statement.
848         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
849         Suggestions from Eric Blake.
850
851         init.sh: automatically accommodate programs with the .exe suffix
852         Automatically arrange for an invocation of "prog" to execute the
853         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
854         may use the simpler "prog", yet still work when built on a system
855         that requires specifying the added suffix.
856         Do this by constructing a function named "prog" that invokes
857         "prog.exe" for each .exe file in selected directories.
858         * tests/init.sh (find_exe_basenames_): New function.
859         (create_exe_shim_functions_): New function.
860         (path_prepend_): Use it.
861
862         maint.mk: mark syntax-check sc_*.m rules as .PHONY
863         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
864         "make -t syntax-check" doesn't create a ton of sc_*.m files.
865
866 2010-02-14  Jim Meyering  <meyering@redhat.com>
867
868         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
869         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
870         (sc_prohibit_hash_pjw_without_use): New rule.
871
872         maint.mk: allow the default upload destination dir to be overridden
873         * top/maint.mk (upload_dest_dir_): Define with a default that
874         preserves the status quo.
875         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
876         Reported by Peter Simons.
877
878         maint.mk: prohibit inclusion of "hash.h" without_use
879         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
880
881 2010-02-10  Jim Meyering  <meyering@redhat.com>
882
883         maint.mk: prohibit inclusion of "ignore-value.h" without_use
884         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
885
886 2010-02-09  Eric Blake  <ebb9@byu.net>
887         and Bruno Haible  <bruno@clisp.org>
888
889         obstack-printf-posix: ensure declaration
890         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
891         extracted from gl_FUNC_OBSTACK_PRINTF.
892         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
893         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
894         Likewise.
895         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
896         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
897         0.
898
899 2010-02-08  Bruno Haible  <bruno@clisp.org>
900
901         gnulib-tool: Fix typo in 2010-02-07 commit.
902         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
903         Reported by Eric Blake.
904
905 2010-02-07  Bruno Haible  <bruno@clisp.org>
906
907         gnulib-tool: Fix up caching patches.
908         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
909         option --no-cache. Use associative arrays when supported by the shell.
910         (sed_comments): New variable.
911         (modcache): Renamed from do_cache.
912         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
913         abbreviate unnecessarily.
914         (have_associative): New variable.
915         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
916         way also for ksh and zsh.
917         (func_init_sed_convert_to_cache_statements): New function, extracted
918         from func_cache_lookup_module. Add support for associative arrays.
919         Don't set the c_MODULE_cached variable here. Ignore all lines before
920         the first field header. Remove only the final newline, not all trailing
921         newlines. Support empty fields correctly. Limit the use of 'eval' to
922         assignments.
923         (func_get_description, func_get_status, func_get_notice,
924         func_get_applicability, func_get_filelist, func_get_dependencies,
925         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
926         func_get_automake_snippet, func_get_include_directive,
927         func_get_link_directive, func_get_license, func_get_maintainer):
928         Update documentation. List the unoptimized code first. Add support for
929         associative arrays. Limit the use of 'eval' to assignments.
930         (func_get_applicability): Undo stylistic pessimisations.
931         (func_get_automake_snippet, func_get_include_directive): Reduce code
932         duplication.
933         (func_modules_transitive_closure, func_modules_add_dummy,
934         func_modules_notice, func_modules_to_filelist, func_add_file,
935         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
936         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
937         func_create_testdir, func_create_megatestdir): Update documentation.
938
939 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
940
941         * gnulib-tool (func_cache_lookup_module): Store the module name
942         belonging to the cache variable; error out if two different
943         module names map to the same cache variable name.
944
945 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
946
947         gnulib-tool: Make caching optional.
948         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
949         Update matching short versions of --no-changelog.
950         (func_usage): Update.
951         (sed_extract_cache_prog): Renamed from ...
952         (sed_extract_prog): ... this; revert to old extraction script.
953         (func_get_description, func_get_status)
954         (func_get_notice, func_get_applicability, func_get_filelist)
955         (func_get_dependencies, func_get_autoconf_early_snippet)
956         (func_get_autoconf_snippet, func_get_automake_snippet)
957         (func_get_include_directive, func_get_link_directive)
958         (func_get_license, func_get_maintainer): If $do_cache is false,
959         use old, non-caching extraction scripts.
960         Suggestion by Bruno Haible.
961
962 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
963
964         gnulib-tool: cache module metainformation.
965         * gnulib-tool (sed_extract_prog): Match newline before each
966         header, and rewrite header to a shell variable suffix.
967         (func_cache_var, func_cache_lookup_module): New functions,
968         to turn a module name into a cache variable prefix, and to
969         look up and cache module metainformation.
970         (func_get_description, func_get_status)
971         (func_get_notice, func_get_applicability, func_get_filelist)
972         (func_get_dependencies, func_get_autoconf_early_snippet)
973         (func_get_autoconf_snippet, func_get_automake_snippet)
974         (func_get_include_directive, func_get_link_directive)
975         (func_get_license, func_get_maintainer): Use
976         func_cache_lookup_module.
977
978 2010-02-07  Bruno Haible  <bruno@clisp.org>
979
980         fnctl: Fix missing dependency.
981         * modules/fcntl (Depends-on): Add getdtablesize.
982         Reported by John W. Eaton <jwe@gnu.org>.
983
984 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
985
986         Argp: fix recognition of short alias options.
987
988         * lib/argp-parse.c (convert_options): Fix improper use of
989         `|' between character values.
990         * tests/test-argp.c (group1_option): New alias option
991         --read (-r).
992         (group1_parser): Special handling for 'r'.
993         (test15): New test case.
994         (test_fun): Add test15.
995         * tests/test-argp-2.sh: Update expected --help and --usage
996         outputs.
997
998 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
999
1000         * tests/test-argp.c: Fix indentation.
1001
1002 2010-02-04  Eric Blake  <ebb9@byu.net>
1003
1004         gettimeofday: expose type of second argument
1005         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
1006         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
1007         * tests/test-gettimeofday.c: Use it to silence warning.
1008         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
1009         the issue.
1010
1011 2010-02-03  Jim Meyering  <meyering@redhat.com>
1012
1013         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
1014         * lib/regcomp.c (TYPE_SIGNED): Define.
1015         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
1016
1017         regcomp.c: avoid a new -Wshadow warning
1018         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
1019
1020 2010-02-01  Jim Meyering  <meyering@redhat.com>
1021
1022         removing useless parentheses in cpp #define directives
1023         For motivation, see commit c0221df4, "define STREQ(a,b)
1024         consistently, removing useless parentheses"
1025         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
1026         * lib/mountlist.c (MNT_IGNORE): Likewise.
1027         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
1028
1029 2010-02-01  Eric Blake  <ebb9@byu.net>
1030
1031         sys_time: use link-warning
1032         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
1033         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
1034         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
1035         * modules/sys_time (Depends-on): Add warn-on-use.
1036         (Makefile.am): Always build replacement.
1037         (configure.ac): Update substitutions.
1038         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
1039         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
1040         bother with SYS_TIME_H.
1041         * modules/gettimeofday (configure.ac): Declare indicator.
1042         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
1043         in use.
1044
1045         closein-tests: silence compiler warning
1046         * tests/test-closein.c (main): Ignore fread result.
1047         * modules/closein-tests (Depends-on): Add ignore-value.
1048
1049         tests: silence warning about system return
1050         * tests/test-areadlink-with-size.c (main): Ignore system result.
1051         * tests/test-areadlink.c (main): Likewise.
1052         * tests/test-areadlinkat-with-size.c (main): Likewise.
1053         * tests/test-areadlinkat.c (main): Likewise.
1054         * tests/test-canonicalize-lgpl.c (main): Likewise.
1055         * tests/test-canonicalize.c (main): Likewise.
1056         * tests/test-chown.c (main): Likewise.
1057         * tests/test-fchownat.c (main): Likewise.
1058         * tests/test-fdutimensat.c (main): Likewise.
1059         * tests/test-fstatat.c (main): Likewise.
1060         * tests/test-futimens.c (main): Likewise.
1061         * tests/test-lchown.c (main): Likewise.
1062         * tests/test-link.c (main): Likewise.
1063         * tests/test-linkat.c (main): Likewise.
1064         * tests/test-lstat.c (main): Likewise.
1065         * tests/test-mkdir.c (main): Likewise.
1066         * tests/test-mkdirat.c (main): Likewise.
1067         * tests/test-mkfifo.c (main): Likewise.
1068         * tests/test-mkfifoat.c (main): Likewise.
1069         * tests/test-mknod.c (main): Likewise.
1070         * tests/test-readlink.c (main): Likewise.
1071         * tests/test-remove.c (main): Likewise.
1072         * tests/test-rename.c (main): Likewise.
1073         * tests/test-renameat.c (main): Likewise.
1074         * tests/test-rmdir.c (main): Likewise.
1075         * tests/test-symlink.c (main): Likewise.
1076         * tests/test-symlinkat.c (main): Likewise.
1077         * tests/test-unlink.c (main): Likewise.
1078         * tests/test-unlinkat.c (main): Likewise.
1079         * tests/test-utimens.c (main): Likewise.
1080         * tests/test-utimensat.c (main): Likewise.
1081         * modules/areadlink-tests (Depends-on): Add ignore-value.
1082         * modules/areadlink-with-size-tests (Depends-on): Likewise.
1083         * modules/areadlinkat-tests (Depends-on): Likewise.
1084         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
1085         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
1086         * modules/canonicalize-tests (Depends-on): Likewise.
1087         * modules/chown-tests (Depends-on): Likewise.
1088         * modules/fdutimensat-tests (Depends-on): Likewise.
1089         * modules/futimens-tests (Depends-on): Likewise.
1090         * modules/lchown-tests (Depends-on): Likewise.
1091         * modules/link-tests (Depends-on): Likewise.
1092         * modules/linkat-tests (Depends-on): Likewise.
1093         * modules/lstat-tests (Depends-on): Likewise.
1094         * modules/mkdir-tests (Depends-on): Likewise.
1095         * modules/mkfifo-tests (Depends-on): Likewise.
1096         * modules/mkfifoat-tests (Depends-on): Likewise.
1097         * modules/mknod-tests (Depends-on): Likewise.
1098         * modules/openat-tests (Depends-on): Likewise.
1099         * modules/readlink-tests (Depends-on): Likewise.
1100         * modules/remove-tests (Depends-on): Likewise.
1101         * modules/rename-tests (Depends-on): Likewise.
1102         * modules/renameat-tests (Depends-on): Likewise.
1103         * modules/rmdir-tests (Depends-on): Likewise.
1104         * modules/symlink-tests (Depends-on): Likewise.
1105         * modules/symlinkat-tests (Depends-on): Likewise.
1106         * modules/unlink-tests (Depends-on): Likewise.
1107         * modules/utimens-tests (Depends-on): Likewise.
1108         * modules/utimensat-tests (Depends-on): Likewise.
1109
1110 2010-01-31  Bruno Haible  <bruno@clisp.org>
1111
1112         Perform the same test for many <math.h> functions.
1113         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
1114         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
1115         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
1116         of gl_MATHFUNC.
1117         * modules/acos (configure.ac): Likewise.
1118         * modules/asin (configure.ac): Likewise.
1119         * modules/atan (configure.ac): Likewise.
1120         * modules/atan2 (configure.ac): Likewise.
1121         * modules/cbrt (configure.ac): Likewise.
1122         * modules/copysign (configure.ac): Likewise.
1123         * modules/cos (configure.ac): Likewise.
1124         * modules/cosh (configure.ac): Likewise.
1125         * modules/erf (configure.ac): Likewise.
1126         * modules/erfc (configure.ac): Likewise.
1127         * modules/exp (configure.ac): Likewise.
1128         * modules/fmod (configure.ac): Likewise.
1129         * modules/hypot (configure.ac): Likewise.
1130         * modules/j0 (configure.ac): Likewise.
1131         * modules/j1 (configure.ac): Likewise.
1132         * modules/jn (configure.ac): Likewise.
1133         * modules/lgamma (configure.ac): Likewise.
1134         * modules/log (configure.ac): Likewise.
1135         * modules/log10 (configure.ac): Likewise.
1136         * modules/log1p (configure.ac): Likewise.
1137         * modules/pow (configure.ac): Likewise.
1138         * modules/remainder (configure.ac): Likewise.
1139         * modules/sin (configure.ac): Likewise.
1140         * modules/sinh (configure.ac): Likewise.
1141         * modules/tan (configure.ac): Likewise.
1142         * modules/tanh (configure.ac): Likewise.
1143         * modules/y0 (configure.ac): Likewise.
1144         * modules/y1 (configure.ac): Likewise.
1145         * modules/yn (configure.ac): Likewise.
1146         Suggested by Paolo Bonzini.
1147
1148 2010-01-31  Bruno Haible  <bruno@clisp.org>
1149
1150         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
1151
1152 2010-01-31  Bruno Haible  <bruno@clisp.org>
1153
1154         Work around getdelim() bug on FreeBSD 8.0.
1155         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
1156         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
1157         not work.
1158         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
1159         is 1.
1160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
1161         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
1162         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
1163         a non-zero size.
1164         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
1165
1166 2010-01-31  Bruno Haible  <bruno@clisp.org>
1167
1168         Work around getline() bug on FreeBSD 8.0.
1169         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
1170         and a non-zero size.
1171         * tests/test-getline.c (main): Likewise.
1172         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
1173         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
1174
1175 2010-01-28  Eric Blake  <ebb9@byu.net>
1176
1177         regex: fix build failure
1178         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
1179         platforms.
1180
1181 2010-01-28  Jim Meyering  <meyering@redhat.com>
1182
1183         regex: do not ignore memory allocation failure
1184         * lib/regex_internal.c (create_cd_newstate): Detect
1185         re_node_set_init_copy failure.   Extracted from glibc commit
1186         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
1187
1188         regex: sync more white-space changes from libc
1189         * lib/regex_internal.c: White-space only changes.
1190         * lib/regexec.c: Likewise.
1191
1192         regex: add many uses of __attribute_warn_unused_result__
1193         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
1194         * lib/regexec.c: Likewise.
1195         Extracted from a messy glibc commit.
1196
1197         regcomp.c: spelling and merge-artifact from glibc
1198         * lib/regcomp.c: Merge remainder of glibc's
1199         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
1200
1201         regcomp.c: sync white-space changes from glibc
1202         * lib/regcomp.c: Merge to accommodate white space
1203         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
1204
1205         regcomp.c: do not ignore internal return values
1206         * lib/regcomp.c: Do not ignore internal return values.
1207         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
1208         but without its white-space changes and spelling fixes.
1209
1210         regex_internal.h: define __attribute_warn_unused_result__
1211         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
1212
1213         maint: add a syntax-check rule to check for vulnerable Makefile.in
1214         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
1215
1216 2010-01-27  Jim Meyering  <meyering@redhat.com>
1217
1218         ncftpput-ftp: clean up spaces
1219         * build-aux/ncftpput-ftp: Make Copyright line consistent.
1220         Remove trailing blanks.
1221
1222 2010-01-27  Simon Josefsson  <simon@josefsson.org>
1223
1224         * build-aux/git-version-gen: Fix copyright statement.
1225         * build-aux/gnupload: Likewise.
1226         * tests/test-arcfour.c: Likewise.
1227         * tests/test-arctwo.c: Likewise.
1228         * tests/test-count-one-bits.c: Likewise.
1229         * tests/test-crc.c: Likewise.
1230         * tests/test-des.c: Likewise.
1231         * tests/test-gc-arcfour.c: Likewise.
1232         * tests/test-gc-arctwo.c: Likewise.
1233         * tests/test-gc-des.c: Likewise.
1234         * tests/test-gc-hmac-md5.c: Likewise.
1235         * tests/test-gc-hmac-sha1.c: Likewise.
1236         * tests/test-gc-md2.c: Likewise.
1237         * tests/test-gc-md4.c: Likewise.
1238         * tests/test-gc-md5.c: Likewise.
1239         * tests/test-gc-pbkdf2-sha1.c: Likewise.
1240         * tests/test-gc-rijndael.c: Likewise.
1241         * tests/test-gc-sha1.c: Likewise.
1242         * tests/test-gc.c: Likewise.
1243         * tests/test-gethostname.c: Likewise.
1244         * tests/test-gettimeofday.c: Likewise.
1245         * tests/test-hash.c: Likewise.
1246         * tests/test-hmac-md5.c: Likewise.
1247         * tests/test-hmac-sha1.c: Likewise.
1248         * tests/test-md2.c: Likewise.
1249         * tests/test-md4.c: Likewise.
1250         * tests/test-md5.c: Likewise.
1251         * tests/test-memchr.c: Likewise.
1252         * tests/test-memchr2.c: Likewise.
1253         * tests/test-memcmp.c: Likewise.
1254         * tests/test-memmem.c: Likewise.
1255         * tests/test-memrchr.c: Likewise.
1256         * tests/test-rawmemchr.c: Likewise.
1257         * tests/test-read-file.c: Likewise.
1258         * tests/test-rijndael.c: Likewise.
1259         * tests/test-sockets.c: Likewise.
1260         * tests/test-strchrnul.c: Likewise.
1261         * tests/test-strstr.c: Likewise.
1262         * tests/test-strtod.c: Likewise.
1263         * build-aux/ncftpput-ftp: Likewise.
1264
1265 2010-01-26  Eric Blake  <ebb9@byu.net>
1266
1267         ignore-value: update recommended header name
1268         * modules/ignore-value (Include): Only use <> for headers that
1269         exist in glibc.
1270
1271 2010-01-26  Jim Meyering  <meyering@redhat.com>
1272
1273         test-userspec.c: avoid compiler warnings
1274         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
1275         and "initialization discards qualifiers..." warnings.
1276         Put the first "uid" in its own scope, and make char* members "const".
1277
1278 2010-01-25  Bruno Haible  <bruno@clisp.org>
1279
1280         gnulib-tool: Make warning diagnostics consistent.
1281         * gnulib-tool (func_warning): New function.
1282         Use it everywhere where gnulib-tool produces output to stderr and it is
1283         not a fatal error.
1284
1285 2010-01-25  Bruno Haible  <bruno@clisp.org>
1286
1287         Fix test dependencies.
1288         * modules/xstrtol-tests (Depends-on): Add inttypes.
1289         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
1290
1291 2010-01-25 Pádraig Brady <P@draigBrady.com>
1292
1293         syntax-check: detect incorrect boolean macro values in config.h
1294         * modules/maintainer-makefile (configure.ac): Parameterize the location
1295         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
1296         The logic is from Eric Blake and the location indicated by Jim Meyering.
1297         Note the more natural CONFIG_HEADER name is prohibited by automake
1298         for backwards compatibility reasons.
1299         * top/maint.mk (sc_Wundef_boolean): New rule.
1300
1301 2010-01-25  Jim Meyering  <meyering@redhat.com>
1302
1303         bootstrap: detect MacOS 10.6's shasum, too
1304         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
1305         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
1306
1307 2010-01-23  Jim Meyering  <meyering@redhat.com>
1308
1309         xstrtoll: new module
1310         * modules/xstrtoll: New file.
1311         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
1312         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
1313         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
1314         ./configure fails if you use this module and lack "long long".
1315         * modules/xstrtoll-tests: New module.
1316         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
1317         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
1318         new init.sh-based test framework.
1319
1320 2010-01-24  Bruno Haible  <bruno@clisp.org>
1321
1322         Tests for module 'yn'.
1323         * modules/yn-tests: New file.
1324         * tests/test-yn.c: New file.
1325
1326         Tests for module 'y1'.
1327         * modules/y1-tests: New file.
1328         * tests/test-y1.c: New file.
1329
1330         Tests for module 'y0'.
1331         * modules/y0-tests: New file.
1332         * tests/test-y0.c: New file.
1333
1334         Tests for module 'tanh'.
1335         * modules/tanh-tests: New file.
1336         * tests/test-tanh.c: New file.
1337
1338         Tests for module 'tan'.
1339         * modules/tan-tests: New file.
1340         * tests/test-tan.c: New file.
1341
1342         Tests for module 'sqrt'.
1343         * modules/sqrt-tests: New file.
1344         * tests/test-sqrt.c: New file.
1345
1346         Tests for module 'sinh'.
1347         * modules/sinh-tests: New file.
1348         * tests/test-sinh.c: New file.
1349
1350         Tests for module 'sin'.
1351         * modules/sin-tests: New file.
1352         * tests/test-sin.c: New file.
1353
1354         Tests for module 'rint'.
1355         * modules/rint-tests: New file.
1356         * tests/test-rint.c: New file.
1357
1358         Tests for module 'remainder'.
1359         * modules/remainder-tests: New file.
1360         * tests/test-remainder.c: New file.
1361
1362         Tests for module 'pow'.
1363         * modules/pow-tests: New file.
1364         * tests/test-pow.c: New file.
1365
1366         Tests for module 'nextafter'.
1367         * modules/nextafter-tests: New file.
1368         * tests/test-nextafter.c: New file.
1369
1370         Tests for module 'modf'.
1371         * modules/modf-tests: New file.
1372         * tests/test-modf.c: New file.
1373
1374         Tests for module 'logb'.
1375         * modules/logb-tests: New file.
1376         * tests/test-logb.c: New file.
1377
1378         Tests for module 'log1p'.
1379         * modules/log1p-tests: New file.
1380         * tests/test-log1p.c: New file.
1381
1382         Tests for module 'log10'.
1383         * modules/log10-tests: New file.
1384         * tests/test-log10.c: New file.
1385
1386         Tests for module 'log'.
1387         * modules/log-tests: New file.
1388         * tests/test-log.c: New file.
1389
1390         Tests for module 'lgamma'.
1391         * modules/lgamma-tests: New file.
1392         * tests/test-lgamma.c: New file.
1393
1394         Tests for module 'ldexp'.
1395         * modules/ldexp-tests: New file.
1396         * tests/test-ldexp.c: New file.
1397
1398         Tests for module 'jn'.
1399         * modules/jn-tests: New file.
1400         * tests/test-jn.c: New file.
1401
1402         Tests for module 'j1'.
1403         * modules/j1-tests: New file.
1404         * tests/test-j1.c: New file.
1405
1406         Tests for module 'j0'.
1407         * modules/j0-tests: New file.
1408         * tests/test-j0.c: New file.
1409
1410         Tests for module 'hypot'.
1411         * modules/hypot-tests: New file.
1412         * tests/test-hypot.c: New file.
1413
1414         Tests for module 'fmod'.
1415         * modules/fmod-tests: New file.
1416         * tests/test-fmod.c: New file.
1417
1418         Tests for module 'fabs'.
1419         * modules/fabs-tests: New file.
1420         * tests/test-fabs.c: New file.
1421
1422         Tests for module 'exp'.
1423         * modules/exp-tests: New file.
1424         * tests/test-exp.c: New file.
1425
1426         Tests for module 'erfc'.
1427         * modules/erfc-tests: New file.
1428         * tests/test-erfc.c: New file.
1429
1430         Tests for module 'erf'.
1431         * modules/erf-tests: New file.
1432         * tests/test-erf.c: New file.
1433
1434         Tests for module 'cosh'.
1435         * modules/cosh-tests: New file.
1436         * tests/test-cosh.c: New file.
1437
1438         Tests for module 'cos'.
1439         * modules/cos-tests: New file.
1440         * tests/test-cos.c: New file.
1441
1442         Tests for module 'copysign'.
1443         * modules/copysign-tests: New file.
1444         * tests/test-copysign.c: New file.
1445
1446         Tests for module 'cbrt'.
1447         * modules/cbrt-tests: New file.
1448         * tests/test-cbrt.c: New file.
1449
1450         Tests for module 'atan2'.
1451         * modules/atan2-tests: New file.
1452         * tests/test-atan2.c: New file.
1453
1454         Tests for module 'atan'.
1455         * modules/atan-tests: New file.
1456         * tests/test-atan.c: New file.
1457
1458         Tests for module 'asin'.
1459         * modules/asin-tests: New file.
1460         * tests/test-asin.c: New file.
1461
1462         Tests for module 'acos'.
1463         * modules/acos-tests: New file.
1464         * tests/test-acos.c: New file.
1465
1466 2010-01-24  Bruno Haible  <bruno@clisp.org>
1467
1468         Fix tests for common <math.h> functions.
1469         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
1470         code snippet that references the function pointer, rather than merely
1471         calling the function. Substitute the FUNC_LIBM variable.
1472         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
1473         * modules/acos (configure.ac): Likewise.
1474         * modules/asin (configure.ac): Likewise.
1475         * modules/atan (configure.ac): Likewise.
1476         * modules/atan2 (configure.ac): Likewise.
1477         * modules/cbrt (configure.ac): Likewise.
1478         * modules/copysign (configure.ac): Likewise.
1479         * modules/cos (configure.ac): Likewise.
1480         * modules/cosh (configure.ac): Likewise.
1481         * modules/erf (configure.ac): Likewise.
1482         * modules/erfc (configure.ac): Likewise.
1483         * modules/exp (configure.ac): Likewise.
1484         * modules/fabs (configure.ac): Likewise.
1485         * modules/fmod (configure.ac): Likewise.
1486         * modules/hypot (configure.ac): Likewise.
1487         * modules/j0 (configure.ac): Likewise.
1488         * modules/j1 (configure.ac): Likewise.
1489         * modules/jn (configure.ac): Likewise.
1490         * modules/ldexp (configure.ac): Likewise.
1491         * modules/lgamma (configure.ac): Likewise.
1492         * modules/log (configure.ac): Likewise.
1493         * modules/log10 (configure.ac): Likewise.
1494         * modules/log1p (configure.ac): Likewise.
1495         * modules/logb (configure.ac): Likewise.
1496         * modules/modf (configure.ac): Likewise.
1497         * modules/nextafter (configure.ac): Likewise.
1498         * modules/pow (configure.ac): Likewise.
1499         * modules/remainder (configure.ac): Likewise.
1500         * modules/rint (configure.ac): Likewise.
1501         * modules/sin (configure.ac): Likewise.
1502         * modules/sinh (configure.ac): Likewise.
1503         * modules/tan (configure.ac): Likewise.
1504         * modules/tanh (configure.ac): Likewise.
1505         * modules/y0 (configure.ac): Likewise.
1506         * modules/y1 (configure.ac): Likewise.
1507         * modules/yn (configure.ac): Likewise.
1508
1509 2010-01-24  Bruno Haible  <bruno@clisp.org>
1510
1511         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
1512         * tests/test-acosl.c (x): New variable.
1513         (main): Store argument in x and fetch it from x.
1514         * tests/test-asinl.c (x): New variable.
1515         (main): Store argument in x and fetch it from x.
1516         * tests/test-atanl.c (x): New variable.
1517         (main): Store argument in x and fetch it from x.
1518         * tests/test-cosl.c (x): New variable.
1519         (main): Store argument in x and fetch it from x.
1520         * tests/test-expl.c (x): New variable.
1521         (main): Store argument in x and fetch it from x.
1522         * tests/test-logl.c (x): New variable.
1523         (main): Store argument in x and fetch it from x.
1524         * tests/test-sinl.c (x): New variable.
1525         (main): Store argument in x and fetch it from x.
1526         * tests/test-sqrtl.c (x): New variable.
1527         (main): Store argument in x and fetch it from x.
1528         * tests/test-tanl.c (x): New variable.
1529         (main): Store argument in x and fetch it from x.
1530
1531 2010-01-24  Bruno Haible  <bruno@clisp.org>
1532
1533         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
1534         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
1535         assignments to the initial TESTS_ENVIRONMENT.
1536         * doc/gnulib.texi (Unit test modules): Document it.
1537         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
1538         TESTS_ENVIRONMENT.
1539         * modules/btowc-tests (Makefile.am): Likewise.
1540         * modules/c-stack-tests (Makefile.am): Likewise.
1541         * modules/c-strcase-tests (Makefile.am): Likewise.
1542         * modules/copy-file-tests (Makefile.am): Likewise.
1543         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
1544         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
1545         * modules/mbrtowc-tests (Makefile.am): Likewise.
1546         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1547         * modules/mbscasestr-tests (Makefile.am): Likewise.
1548         * modules/mbschr-tests (Makefile.am): Likewise.
1549         * modules/mbscspn-tests (Makefile.am): Likewise.
1550         * modules/mbsinit-tests (Makefile.am): Likewise.
1551         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1552         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
1553         * modules/mbspbrk-tests (Makefile.am): Likewise.
1554         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1555         * modules/mbsrchr-tests (Makefile.am): Likewise.
1556         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
1557         * modules/mbsspn-tests (Makefile.am): Likewise.
1558         * modules/mbsstr-tests (Makefile.am): Likewise.
1559         * modules/nl_langinfo-tests (Makefile.am): Likewise.
1560         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
1561         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1562         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1563         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1564         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1565         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
1566         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1567         * modules/wcrtomb-tests (Makefile.am): Likewise.
1568         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
1569         * modules/wcsrtombs-tests (Makefile.am): Likewise.
1570         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
1571         assignments from TESTS_ENVIRONMENT.
1572         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
1573         augmentation.
1574         * modules/argp-version-etc-tests (Makefile.am): Likewise.
1575         * modules/atexit-tests (Makefile.am): Likewise.
1576         * modules/binary-io-tests (Makefile.am): Likewise.
1577         * modules/closein-tests (Makefile.am): Likewise.
1578         * modules/dprintf-posix-tests (Makefile.am): Likewise.
1579         * modules/exclude-tests (Makefile.am): Likewise.
1580         * modules/fflush-tests (Makefile.am): Likewise.
1581         * modules/fpending-tests (Makefile.am): Likewise.
1582         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1583         * modules/freadahead-tests (Makefile.am): Likewise.
1584         * modules/freadptr-tests (Makefile.am): Likewise.
1585         * modules/freadseek-tests (Makefile.am): Likewise.
1586         * modules/fseek-tests (Makefile.am): Likewise.
1587         * modules/fseeko-tests (Makefile.am): Likewise.
1588         * modules/ftell-tests (Makefile.am): Likewise.
1589         * modules/ftello-tests (Makefile.am): Likewise.
1590         * modules/idpriv-drop-tests (Makefile.am): Likewise.
1591         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
1592         * modules/lseek-tests (Makefile.am): Likewise.
1593         * modules/parse-duration-tests (Makefile.am): Likewise.
1594         * modules/perror-tests (Makefile.am): Likewise.
1595         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
1596         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
1597         * modules/pipe-tests (Makefile.am): Likewise.
1598         * modules/pread-tests (Makefile.am): Likewise.
1599         * modules/printf-posix-tests (Makefile.am): Likewise.
1600         * modules/select-tests (Makefile.am): Likewise.
1601         * modules/sigpipe-tests (Makefile.am): Likewise.
1602         * modules/tsearch-tests (Makefile.am): Likewise.
1603         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
1604         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
1605         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1606         * modules/uniwidth/width-tests (Makefile.am): Likewise.
1607         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
1608         * modules/version-etc-tests (Makefile.am): Likewise.
1609         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1610         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1611         * modules/xalloc-die-tests (Makefile.am): Likewise.
1612         * modules/xprintf-posix-tests (Makefile.am): Likewise.
1613         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1614         * modules/xstrtol-tests (Makefile.am): Likewise.
1615         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1616         * modules/yesno-tests (Makefile.am): Likewise.
1617         Suggested by Jim Meyering.
1618
1619 2010-01-24  Bruno Haible  <bruno@clisp.org>
1620
1621         More documentation.
1622         * doc/gnulib.texi (Writing modules): New chapter.
1623         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
1624         the new chapter.
1625
1626 2010-01-24  Jim Meyering  <meyering@redhat.com>
1627
1628         maint.mk: do not prepend "./" after filtering
1629         * top/maint.mk (_prepend_srcdir_prefix): New variable
1630         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
1631         "./" when $(srcdir) is ".".
1632
1633         define STREQ(a,b) consistently, removing useless parentheses
1634         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
1635         since the only risk is that "a" or "b" contains an unparenthesized
1636         comma, but if either did that, STREQ would have 3 or more arguments.
1637         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
1638         * lib/fts.c (STREQ): Remove unnecessary parentheses.
1639         * lib/hash-triple.c (STREQ): Likewise.
1640         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
1641         * lib/getugroups.c (STREQ): Likewise.
1642
1643 2010-01-23  Jim Meyering  <meyering@redhat.com>
1644
1645         maint.mk: fix syntax-check in a non-srcdir build directory
1646         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
1647         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
1648
1649 2010-01-22  Jim Meyering  <meyering@redhat.com>
1650
1651         userspec: add unit tests
1652         * tests/test-userspec.c: New file.
1653         * modules/userspec-tests: Likewise.
1654
1655 2010-01-21  Jim Meyering  <meyering@redhat.com>
1656
1657         maint.mk: handle source file names containing "." robustly
1658         * top/maint.mk (_dot_escaped_srcdir): Define.
1659         (VC_LIST): Use it in LHS of sed substitution.
1660
1661 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
1662
1663         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
1664         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
1665         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
1666         from a non-srcdir build.
1667
1668 2010-01-20  Eric Blake  <ebb9@byu.net>
1669
1670         warn-on-use: use instead of link-warning
1671         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
1672         * modules/unistd (Depends-on, Makefile.am): Likewise.
1673         * modules/arpa_inet (Depends-on): Replace link-warning with
1674         warn-on-use.
1675         (Makefile.am): Update rules accordingly.
1676         * modules/ctype (Depends-on, Makefile.am): Likewise.
1677         * modules/dirent (Depends-on, Makefile.am): Likewise.
1678         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
1679         * modules/inttypes (Depends-on, Makefile.am): Likewise.
1680         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1681         * modules/locale (Depends-on, Makefile.am): Likewise.
1682         * modules/math (Depends-on, Makefile.am): Likewise.
1683         * modules/search (Depends-on, Makefile.am): Likewise.
1684         * modules/signal (Depends-on, Makefile.am): Likewise.
1685         * modules/spawn (Depends-on, Makefile.am): Likewise.
1686         * modules/stdlib (Depends-on, Makefile.am): Likewise.
1687         * modules/string (Depends-on, Makefile.am): Likewise.
1688         * modules/strings (Depends-on, Makefile.am): Likewise.
1689         * modules/sys_file (Depends-on, Makefile.am): Likewise.
1690         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
1691         * modules/sys_select (Depends-on, Makefile.am): Likewise.
1692         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
1693         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
1694         * modules/sys_times (Depends-on, Makefile.am): Likewise.
1695         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1696         * modules/wchar (Depends-on, Makefile.am): Likewise.
1697         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
1698         should be poisoned.
1699         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
1700         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
1701         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
1702         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1703         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1704         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1705         * m4/math_h.m4 (gl_MATH_H): Likewise.
1706         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1707         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1708         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1709         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1710         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1711         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1712         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
1713         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
1714         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
1715         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1716         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1717         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1718         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1719         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1720         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1721         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1722         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
1723         GL_LINK_WARNING.
1724         * lib/ctype.in.h: Likewise.
1725         * lib/dirent.in.h: Likewise.
1726         * lib/fcntl.in.h: Likewise.
1727         * lib/inttypes.in.h: Likewise.
1728         * lib/langinfo.in.h: Likewise.
1729         * lib/locale.in.h: Likewise.
1730         * lib/math.in.h: Likewise.
1731         * lib/search.in.h: Likewise.
1732         * lib/signal.in.h: Likewise.
1733         * lib/spawn.in.h: Likewise.
1734         * lib/stdio.in.h: Likewise.
1735         * lib/stdlib.in.h: Likewise.
1736         * lib/string.in.h: Likewise.
1737         * lib/strings.in.h: Likewise.
1738         * lib/sys_file.in.h: Likewise.
1739         * lib/sys_ioctl.in.h: Likewise.
1740         * lib/sys_select.in.h: Likewise.
1741         * lib/sys_socket.in.h: Likewise.
1742         * lib/sys_stat.in.h: Likewise.
1743         * lib/sys_times.in.h: Likewise.
1744         * lib/sys_utsname.in.h: Likewise.
1745         * lib/unistd.in.h: Likewise.
1746         * lib/wchar.in.h: Likewise.
1747
1748 2010-01-20  Bruno Haible  <bruno@clisp.org>
1749
1750         Avoid duplicate -lm.
1751         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
1752         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
1753         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
1754         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
1755         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
1756         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
1757         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
1758         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
1759         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
1760         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
1761         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
1762         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
1763         Reported by Paolo Bonzini.
1764
1765 2010-01-19  Bruno Haible  <bruno@clisp.org>
1766
1767         langinfo, nl_langinfo: Relicense under LGPLv2+.
1768         * modules/langinfo (License): Change to LGPLv2+.
1769         * modules/nl_langinfo (License): Likewise.
1770         Patch by David Lutterkort <lutter@redhat.com>.
1771
1772 2010-01-19  Bruno Haible  <bruno@clisp.org>
1773
1774         Avoid compilation error with cc on OSF/1 5.1.
1775         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
1776         statement, not before.
1777         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1778
1779 2010-01-18  Bruno Haible  <bruno@clisp.org>
1780
1781         Avoid a link error due to the __printf__ symbol.
1782         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
1783         and 2.6.x.
1784         (__format__, __printf__): Remove definitions.
1785         * lib/argp-fmtstream.h: Likewise.
1786         * lib/argp.h: Likewise.
1787         * lib/error.h: Likewise.
1788         * lib/vasnprintf.h: Likewise.
1789         * lib/xprintf.h: Likewise.
1790         * lib/xvasprintf.h: Likewise.
1791         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1792
1793 2010-01-18  Bruno Haible  <bruno@clisp.org>
1794
1795         Tests for module 'tanl'.
1796         * modules/tanl-tests: New file.
1797         * tests/test-tanl.c: New file.
1798
1799         Tests for module 'sqrtl'.
1800         * modules/sqrtl-tests: New file.
1801         * tests/test-sqrtl.c: New file.
1802
1803         Tests for module 'sinl'.
1804         * modules/sinl-tests: New file.
1805         * tests/test-sinl.c: New file.
1806
1807         Tests for module 'logl'.
1808         * modules/logl-tests: New file.
1809         * tests/test-logl.c: New file.
1810
1811         Tests for module 'expl'.
1812         * modules/expl-tests: New file.
1813         * tests/test-expl.c: New file.
1814
1815         Tests for module 'cosl'.
1816         * modules/cosl-tests: New file.
1817         * tests/test-cosl.c: New file.
1818
1819         Tests for module 'atanl'.
1820         * modules/atanl-tests: New file.
1821         * tests/test-atanl.c: New file.
1822
1823         Tests for module 'asinl'.
1824         * modules/asinl-tests: New file.
1825         * tests/test-asinl.c: New file.
1826
1827         Tests for module 'acosl'.
1828         * modules/acosl-tests: New file.
1829         * tests/test-acosl.c: New file.
1830
1831         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1832         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
1833         tanl): Use the standard gnulib idiom.
1834         * lib/cosl.c: Don't include trigl.c and sincosl.c.
1835         * lib/sinl.c: Likewise.
1836         * lib/tanl.c: Don't include trigl.c.
1837         (kernel_tanl): Make static.
1838         * lib/sincosl.c: Include trigl.h first.
1839         * lib/trigl.c: Likewise.
1840         * m4/acosl.m4: New file.
1841         * m4/asinl.m4: New file.
1842         * m4/atanl.m4: New file.
1843         * m4/cosl.m4: New file.
1844         * m4/expl.m4: New file.
1845         * m4/logl.m4: New file.
1846         * m4/sinl.m4: New file.
1847         * m4/sqrtl.m4: New file.
1848         * m4/tanl.m4: New file.
1849         * m4/mathl.m4: Remove file.
1850         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
1851         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1852         Don't initialize GNULIB_MATHL.
1853         * modules/acosl: New file.
1854         * modules/asinl: New file.
1855         * modules/atanl: New file.
1856         * modules/cosl: New file.
1857         * modules/expl: New file.
1858         * modules/logl: New file.
1859         * modules/sinl: New file.
1860         * modules/sqrtl: New file.
1861         * modules/tanl: New file.
1862         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
1863         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
1864         substitute GNULIB_MATHL.
1865         * modules/mathl: Rewritten.
1866         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
1867         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
1868         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
1869         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
1870         * doc/posix-functions/expl.texi: Mention the 'expl' module.
1871         * doc/posix-functions/logl.texi: Mention the 'logl' module.
1872         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
1873         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
1874         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
1875
1876 2010-01-18  Bruno Haible  <bruno@clisp.org>
1877
1878         sqrt: Make gl_FUNC_SQRT requirable.
1879         * m4/sqrt.m4: New file.
1880         * modules/sqrt (Files): Add it.
1881         (configure.ac): Invoke gl_FUNC_SQRT.
1882
1883 2010-01-18  Bruno Haible  <bruno@clisp.org>
1884
1885         New modules for common <math.h> functions.
1886         * m4/mathfunc.m4: New file.
1887         * modules/acos: New file.
1888         * modules/asin: New file.
1889         * modules/atan: New file.
1890         * modules/atan2: New file.
1891         * modules/cbrt: New file.
1892         * modules/copysign: New file.
1893         * modules/cos: New file.
1894         * modules/cosh: New file.
1895         * modules/erf: New file.
1896         * modules/erfc: New file.
1897         * modules/exp: New file.
1898         * modules/fabs: New file.
1899         * modules/fmod: New file.
1900         * modules/hypot: New file.
1901         * modules/j0: New file.
1902         * modules/j1: New file.
1903         * modules/jn: New file.
1904         * modules/ldexp: New file.
1905         * modules/lgamma: New file.
1906         * modules/log: New file.
1907         * modules/log10: New file.
1908         * modules/log1p: New file.
1909         * modules/logb: New file.
1910         * modules/modf: New file.
1911         * modules/nextafter: New file.
1912         * modules/pow: New file.
1913         * modules/remainder: New file.
1914         * modules/rint: New file.
1915         * modules/sin: New file.
1916         * modules/sinh: New file.
1917         * modules/sqrt: New file.
1918         * modules/tan: New file.
1919         * modules/tanh: New file.
1920         * modules/y0: New file.
1921         * modules/y1: New file.
1922         * modules/yn: New file.
1923         * doc/posix-functions/acos.texi: Mention the 'acos' module.
1924         * doc/posix-functions/asin.texi: Mention the 'asin' module.
1925         * doc/posix-functions/atan.texi: Mention the 'atan' module.
1926         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
1927         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
1928         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
1929         * doc/posix-functions/cos.texi: Mention the 'cos' module.
1930         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
1931         * doc/posix-functions/erf.texi: Mention the 'erf' module.
1932         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
1933         * doc/posix-functions/exp.texi: Mention the 'exp' module.
1934         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
1935         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
1936         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
1937         * doc/posix-functions/j0.texi: Mention the 'j0' module.
1938         * doc/posix-functions/j1.texi: Mention the 'j1' module.
1939         * doc/posix-functions/jn.texi: Mention the 'jn' module.
1940         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
1941         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
1942         * doc/posix-functions/log.texi: Mention the 'log' module.
1943         * doc/posix-functions/log10.texi: Mention the 'log10' module.
1944         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
1945         * doc/posix-functions/logb.texi: Mention the 'logb' module.
1946         * doc/posix-functions/modf.texi: Mention the 'modf' module.
1947         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
1948         * doc/posix-functions/pow.texi: Mention the 'pow' module.
1949         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
1950         * doc/posix-functions/rint.texi: Mention the 'rint' module.
1951         * doc/posix-functions/sin.texi: Mention the 'sin' module.
1952         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
1953         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
1954         * doc/posix-functions/tan.texi: Mention the 'tan' module.
1955         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
1956         * doc/posix-functions/y0.texi: Mention the 'y0' module.
1957         * doc/posix-functions/y1.texi: Mention the 'y1' module.
1958         * doc/posix-functions/yn.texi: Mention the 'yn' module.
1959
1960 2010-01-18  Jim Meyering  <meyering@redhat.com>
1961
1962         ignore-value: relax license to LGPLv2+
1963         * modules/ignore-value (License): Relax to LGPLv2+.
1964
1965         getdate: don't leak when TZ contains two or more '"'s
1966         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
1967         double quote in TZ after the first one.
1968
1969         readtokens: do not leak internal token_lengths buffer
1970         * lib/readtokens.c (readtokens): Free the local, lengths,
1971         when the supplied "token_lengths" parameter is NULL.
1972
1973 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1974
1975         Fix a couple of missing LIBTHREAD link failures on AIX.
1976         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
1977         $(LIBTHREAD).
1978         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
1979
1980         Link test-poll against INET_PTON_LIB.
1981         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
1982         for inet_pton on Solaris 10.
1983
1984 2010-01-17  Bruno Haible  <bruno@clisp.org>
1985
1986         unistdio/*-sprintf: Fix typo in module description.
1987         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
1988         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
1989         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
1990         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
1991         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
1992         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
1993         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
1994         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1995
1996 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1997
1998         gnulib-tool: fix filelist for AIX, HP-UX ksh.
1999         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
2000         variables in shell case patterns, for AIX and HP-UX ksh.
2001
2002         Split large sed scripts, for HP-UX sed.
2003         * modules/stdio: Split sed scripts around 50 sed commands,
2004         to avoid HP-UX limit of 99 commands, in the near future.
2005         * modules/string: Likewise.
2006         * modules/unistd: Likewise.
2007
2008         gnulib-tool: avoid writing in the current directory.
2009         * gnulib-tool (func_emit_lib_Makefile_am)
2010         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
2011         not in the current directory, so concurrent gnulib-tool
2012         instances do not interfere.
2013
2014 2010-01-16  Jim Meyering  <meyering@redhat.com>
2015
2016         doc: update users.txt
2017         * users.txt: Add grep.
2018         (diffutils, gzip): Update URLs.
2019
2020 2010-01-12  Bruno Haible  <bruno@clisp.org>
2021
2022         posix_spawn: Avoid test failure on Cygwin.
2023         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
2024         characters.
2025         Reported by Simon Josefsson.
2026
2027 2010-01-12  Bruno Haible  <bruno@clisp.org>
2028
2029         * tests/test-cond.c (main): When skipping the test, show the reason.
2030
2031 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2032
2033         * lib/striconv.c (str_cd_iconv): Avoid if before free.
2034
2035 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2036
2037         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
2038         VC_LIST_ALWAYS_EXCLUDE_REGEX.
2039
2040 2010-01-12  Eric Blake  <ebb9@byu.net>
2041
2042         build: guarantee AS_VAR_IF
2043         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
2044         (gl_AS_VAR_IF): Move...
2045         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
2046         Reported by Simon Josefsson.
2047
2048 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2049
2050         * lib/stdio.in.h: Fix typo.
2051
2052 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2053
2054         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
2055         libgpg-error.
2056
2057 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2058
2059         * tests/test-xalloc-die.sh: Use $EXEEXT.
2060
2061 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2062             Bruno Haible  <bruno@clisp.org>
2063
2064         getlogin, getlogin_r: Avoid test failure.
2065         * tests/test-getlogin.c: Include <stdio.h>.
2066         (main): Skip the test when the function fails because stdin is not a
2067         tty.
2068         * tests/test-getlogin_r.c: Include <stdio.h>.
2069         (main): Skip the test when the function fails because stdin is not a
2070         tty.
2071
2072 2010-01-11  Eric Blake  <ebb9@byu.net>
2073
2074         tests: avoid more large file warnings
2075         * tests/test-fflush.c: Avoid warning about ftell use.
2076         * tests/test-fseek.c: Avoid warning about fseek use.
2077
2078 2010-01-10  Bruno Haible  <bruno@clisp.org>
2079
2080         nproc: Work better on Linux when /proc and /sys are not mounted.
2081         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
2082         as lower bound when, on glibc/Linux systems,
2083         sysconf (_SC_NPROCESSORS_CONF) returns 1.
2084         Suggested by Pádraig Brady <P@draigbrady.com>.
2085         Reported by Dmitry V. Levin <ldv@altlinux.org>.
2086
2087         nproc: Refactor.
2088         * lib/nproc.c (num_processors_via_affinity_mask): New function,
2089         extracted from num_processors.
2090         (num_processors): Call it.
2091
2092 2010-01-11  Jim Meyering  <meyering@redhat.com>
2093
2094         utimecmp: avoid new warning from upcoming gcc-4.5.0
2095         * lib/utimecmp.c (BILLION): Define using #define rather than an
2096         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
2097
2098 2010-01-11  Eric Blake  <ebb9@byu.net>
2099
2100         math: add portability warnings for classification macros
2101         * modules/math (Depends-on): Add warn-on-use.
2102         (Makefile.am): Provide new substitutions.
2103         * m4/math_h.m4 (gl_MATH_H): Require inline.
2104         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
2105         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
2106         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
2107         implement warnings.
2108
2109         unistd: warn on use of environ without module
2110         * modules/unistd (Depends-on): Add warn-on-use.
2111         (Makefile.am): Provide new substitutions.
2112         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
2113         * lib/unistd.in.h (environ): Wrap with a warning helper function.
2114
2115         stdio: warn on suspicious uses
2116         * modules/stdio (Depends-on): Add warn-on-use.
2117         (Makefile.am): Provide new substitutions.
2118         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
2119         fseeko.
2120         * lib/stdio.in.h (gets): Always warn on use.
2121         (fseek, ftell): Adjust when warnings are issued, and honor
2122         _GL_NO_LARGE_FILES as a way to silence the warning.
2123         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
2124         any warning about large file offsets.
2125         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
2126         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
2127         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
2128         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
2129         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
2130         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
2131         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
2132         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
2133
2134         warn-on-use: new module
2135         * modules/warn-on-use: New file.
2136         * build-aux/warn-on-use.h: Likewise.
2137         * m4/warn-on-use.m4: Likewise.
2138         * MODULES.html.sh (Support for building): Mention it.
2139
2140 2010-01-10  Bruno Haible  <bruno@clisp.org>
2141
2142         Tests for module 'unistr/u32-strdup'.
2143         * modules/unistr/u32-strdup-tests: New file.
2144         * tests/unistr/test-u32-strdup.c: New file.
2145
2146         Tests for module 'unistr/u16-strdup'.
2147         * modules/unistr/u16-strdup-tests: New file.
2148         * tests/unistr/test-u16-strdup.c: New file.
2149
2150         Tests for module 'unistr/u8-strdup'.
2151         * modules/unistr/u8-strdup-tests: New file.
2152         * tests/unistr/test-u8-strdup.c: New file.
2153         * tests/unistr/test-strdup.h: New file.
2154
2155         Tests for module 'unistr/u32-strncmp'.
2156         * modules/unistr/u32-strncmp-tests: New file.
2157         * tests/unistr/test-u32-strncmp.c: New file.
2158
2159         Tests for module 'unistr/u16-strncmp'.
2160         * modules/unistr/u16-strncmp-tests: New file.
2161         * tests/unistr/test-u16-strncmp.c: New file.
2162
2163         Tests for module 'unistr/u8-strncmp'.
2164         * modules/unistr/u8-strncmp-tests: New file.
2165         * tests/unistr/test-u8-strncmp.c: New file.
2166         * tests/unistr/test-strncmp.h: New file.
2167
2168         Tests for module 'unistr/u32-strcoll'.
2169         * modules/unistr/u32-strcoll-tests: New file.
2170         * tests/unistr/test-u32-strcoll.c: New file.
2171
2172         Tests for module 'unistr/u16-strcoll'.
2173         * modules/unistr/u16-strcoll-tests: New file.
2174         * tests/unistr/test-u16-strcoll.c: New file.
2175
2176         Tests for module 'unistr/u8-strcoll'.
2177         * modules/unistr/u8-strcoll-tests: New file.
2178         * tests/unistr/test-u8-strcoll.c: New file.
2179
2180         Tests for module 'unistr/u32-strcmp'.
2181         * modules/unistr/u32-strcmp-tests: New file.
2182         * tests/unistr/test-u32-strcmp.c: New file.
2183         * tests/unistr/test-u32-strcmp.h: New file.
2184
2185         Tests for module 'unistr/u16-strcmp'.
2186         * modules/unistr/u16-strcmp-tests: New file.
2187         * tests/unistr/test-u16-strcmp.c: New file.
2188         * tests/unistr/test-u16-strcmp.h: New file.
2189
2190         Tests for module 'unistr/u8-strcmp'.
2191         * modules/unistr/u8-strcmp-tests: New file.
2192         * tests/unistr/test-u8-strcmp.c: New file.
2193         * tests/unistr/test-u8-strcmp.h: New file.
2194         * tests/unistr/test-strcmp.h: New file.
2195
2196         Tests for module 'unistr/u32-strncat'.
2197         * modules/unistr/u32-strncat-tests: New file.
2198         * tests/unistr/test-u32-strncat.c: New file.
2199
2200         Tests for module 'unistr/u16-strncat'.
2201         * modules/unistr/u16-strncat-tests: New file.
2202         * tests/unistr/test-u16-strncat.c: New file.
2203
2204         Tests for module 'unistr/u8-strncat'.
2205         * modules/unistr/u8-strncat-tests: New file.
2206         * tests/unistr/test-u8-strncat.c: New file.
2207         * tests/unistr/test-strncat.h: New file.
2208
2209         Tests for module 'unistr/u32-strcat'.
2210         * modules/unistr/u32-strcat-tests: New file.
2211         * tests/unistr/test-u32-strcat.c: New file.
2212
2213         Tests for module 'unistr/u16-strcat'.
2214         * modules/unistr/u16-strcat-tests: New file.
2215         * tests/unistr/test-u16-strcat.c: New file.
2216
2217         Tests for module 'unistr/u8-strcat'.
2218         * modules/unistr/u8-strcat-tests: New file.
2219         * tests/unistr/test-u8-strcat.c: New file.
2220         * tests/unistr/test-strcat.h: New file.
2221
2222         Tests for module 'unistr/u32-stpncpy'.
2223         * modules/unistr/u32-stpncpy-tests: New file.
2224         * tests/unistr/test-u32-stpncpy.c: New file.
2225
2226         Tests for module 'unistr/u16-stpncpy'.
2227         * modules/unistr/u16-stpncpy-tests: New file.
2228         * tests/unistr/test-u16-stpncpy.c: New file.
2229
2230         Tests for module 'unistr/u8-stpncpy'.
2231         * modules/unistr/u8-stpncpy-tests: New file.
2232         * tests/unistr/test-u8-stpncpy.c: New file.
2233         * tests/unistr/test-stpncpy.h: New file.
2234
2235         Tests for module 'unistr/u32-strncpy'.
2236         * modules/unistr/u32-strncpy-tests: New file.
2237         * tests/unistr/test-u32-strncpy.c: New file.
2238
2239         Tests for module 'unistr/u16-strncpy'.
2240         * modules/unistr/u16-strncpy-tests: New file.
2241         * tests/unistr/test-u16-strncpy.c: New file.
2242
2243         Tests for module 'unistr/u8-strncpy'.
2244         * modules/unistr/u8-strncpy-tests: New file.
2245         * tests/unistr/test-u8-strncpy.c: New file.
2246         * tests/unistr/test-strncpy.h: New file.
2247
2248         Tests for module 'unistr/u32-stpcpy'.
2249         * modules/unistr/u32-stpcpy-tests: New file.
2250         * tests/unistr/test-u32-stpcpy.c: New file.
2251
2252         Tests for module 'unistr/u16-stpcpy'.
2253         * modules/unistr/u16-stpcpy-tests: New file.
2254         * tests/unistr/test-u16-stpcpy.c: New file.
2255
2256         Tests for module 'unistr/u8-stpcpy'.
2257         * modules/unistr/u8-stpcpy-tests: New file.
2258         * tests/unistr/test-u8-stpcpy.c: New file.
2259         * tests/unistr/test-stpcpy.h: New file.
2260
2261         Tests for module 'unistr/u32-strcpy'.
2262         * modules/unistr/u32-strcpy-tests: New file.
2263         * tests/unistr/test-u32-strcpy.c: New file.
2264
2265         Tests for module 'unistr/u16-strcpy'.
2266         * modules/unistr/u16-strcpy-tests: New file.
2267         * tests/unistr/test-u16-strcpy.c: New file.
2268
2269         Tests for module 'unistr/u8-strcpy'.
2270         * modules/unistr/u8-strcpy-tests: New file.
2271         * tests/unistr/test-u8-strcpy.c: New file.
2272         * tests/unistr/test-strcpy.h: New file.
2273
2274         Tests for module 'unistr/u32-strnlen'.
2275         * modules/unistr/u32-strnlen-tests: New file.
2276         * tests/unistr/test-u32-strnlen.c: New file.
2277
2278         Tests for module 'unistr/u16-strnlen'.
2279         * modules/unistr/u16-strnlen-tests: New file.
2280         * tests/unistr/test-u16-strnlen.c: New file.
2281
2282         Tests for module 'unistr/u8-strnlen'.
2283         * modules/unistr/u8-strnlen-tests: New file.
2284         * tests/unistr/test-u8-strnlen.c: New file.
2285         * tests/unistr/test-strnlen.h: New file.
2286
2287         Tests for module 'unistr/u32-strlen'.
2288         * modules/unistr/u32-strlen-tests: New file.
2289         * tests/unistr/test-u32-strlen.c: New file.
2290
2291         Tests for module 'unistr/u16-strlen'.
2292         * modules/unistr/u16-strlen-tests: New file.
2293         * tests/unistr/test-u16-strlen.c: New file.
2294
2295         Tests for module 'unistr/u8-strlen'.
2296         * modules/unistr/u8-strlen-tests: New file.
2297         * tests/unistr/test-u8-strlen.c: New file.
2298
2299         Tests for module 'unistr/u32-prev'.
2300         * modules/unistr/u32-prev-tests: New file.
2301         * tests/unistr/test-u32-prev.c: New file.
2302
2303         Tests for module 'unistr/u16-prev'.
2304         * modules/unistr/u16-prev-tests: New file.
2305         * tests/unistr/test-u16-prev.c: New file.
2306
2307         Tests for module 'unistr/u8-prev'.
2308         * modules/unistr/u8-prev-tests: New file.
2309         * tests/unistr/test-u8-prev.c: New file.
2310
2311         Tests for module 'unistr/u32-next'.
2312         * modules/unistr/u32-next-tests: New file.
2313         * tests/unistr/test-u32-next.c: New file.
2314
2315         Tests for module 'unistr/u16-next'.
2316         * modules/unistr/u16-next-tests: New file.
2317         * tests/unistr/test-u16-next.c: New file.
2318
2319         Tests for module 'unistr/u8-next'.
2320         * modules/unistr/u8-next-tests: New file.
2321         * tests/unistr/test-u8-next.c: New file.
2322
2323         Tests for module 'unistr/u32-strmbtouc'.
2324         * modules/unistr/u32-strmbtouc-tests: New file.
2325         * tests/unistr/test-u32-strmbtouc.c: New file.
2326
2327         Tests for module 'unistr/u16-strmbtouc'.
2328         * modules/unistr/u16-strmbtouc-tests: New file.
2329         * tests/unistr/test-u16-strmbtouc.c: New file.
2330
2331         Tests for module 'unistr/u8-strmbtouc'.
2332         * modules/unistr/u8-strmbtouc-tests: New file.
2333         * tests/unistr/test-u8-strmbtouc.c: New file.
2334
2335         Tests for module 'unistr/u32-strmblen'.
2336         * modules/unistr/u32-strmblen-tests: New file.
2337         * tests/unistr/test-u32-strmblen.c: New file.
2338
2339         Tests for module 'unistr/u16-strmblen'.
2340         * modules/unistr/u16-strmblen-tests: New file.
2341         * tests/unistr/test-u16-strmblen.c: New file.
2342
2343         Tests for module 'unistr/u8-strmblen'.
2344         * modules/unistr/u8-strmblen-tests: New file.
2345         * tests/unistr/test-u8-strmblen.c: New file.
2346
2347         Tests for module 'unistr/u32-cpy-alloc'.
2348         * modules/unistr/u32-cpy-alloc-tests: New file.
2349         * tests/unistr/test-u32-cpy-alloc.c: New file.
2350
2351         Tests for module 'unistr/u16-cpy-alloc'.
2352         * modules/unistr/u16-cpy-alloc-tests: New file.
2353         * tests/unistr/test-u16-cpy-alloc.c: New file.
2354
2355         Tests for module 'unistr/u8-cpy-alloc'.
2356         * modules/unistr/u8-cpy-alloc-tests: New file.
2357         * tests/unistr/test-u8-cpy-alloc.c: New file.
2358         * tests/unistr/test-cpy-alloc.h: New file.
2359
2360         Tests for module 'unistr/u32-mbsnlen'.
2361         * modules/unistr/u32-mbsnlen-tests: New file.
2362         * tests/unistr/test-u32-mbsnlen.c: New file.
2363
2364         Tests for module 'unistr/u16-mbsnlen'.
2365         * modules/unistr/u16-mbsnlen-tests: New file.
2366         * tests/unistr/test-u16-mbsnlen.c: New file.
2367
2368         Tests for module 'unistr/u8-mbsnlen'.
2369         * modules/unistr/u8-mbsnlen-tests: New file.
2370         * tests/unistr/test-u8-mbsnlen.c: New file.
2371
2372         Tests for module 'unistr/u32-chr'.
2373         * modules/unistr/u32-chr-tests: New file.
2374         * tests/unistr/test-u32-chr.c: New file.
2375
2376         Tests for module 'unistr/u16-chr'.
2377         * modules/unistr/u16-chr-tests: New file.
2378         * tests/unistr/test-u16-chr.c: New file.
2379
2380         Tests for module 'unistr/u8-chr'.
2381         * modules/unistr/u8-chr-tests: New file.
2382         * tests/unistr/test-u8-chr.c: New file.
2383         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
2384
2385         Tests for module 'unistr/u32-cmp2'.
2386         * modules/unistr/u32-cmp2-tests: New file.
2387         * tests/unistr/test-u32-cmp2.c: New file.
2388
2389         Tests for module 'unistr/u16-cmp2'.
2390         * modules/unistr/u16-cmp2-tests: New file.
2391         * tests/unistr/test-u16-cmp2.c: New file.
2392
2393         Tests for module 'unistr/u8-cmp2'.
2394         * modules/unistr/u8-cmp2-tests: New file.
2395         * tests/unistr/test-u8-cmp2.c: New file.
2396         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
2397
2398         Tests for module 'unistr/u32-cmp'.
2399         * modules/unistr/u32-cmp-tests: New file.
2400         * tests/unistr/test-u32-cmp.c: New file.
2401
2402         Tests for module 'unistr/u16-cmp'.
2403         * modules/unistr/u16-cmp-tests: New file.
2404         * tests/unistr/test-u16-cmp.c: New file.
2405
2406         Tests for module 'unistr/u8-cmp'.
2407         * modules/unistr/u8-cmp-tests: New file.
2408         * tests/unistr/test-u8-cmp.c: New file.
2409         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
2410
2411         Tests for module 'unistr/u32-set'.
2412         * modules/unistr/u32-set-tests: New file.
2413         * tests/unistr/test-u32-set.c: New file.
2414
2415         Tests for module 'unistr/u16-set'.
2416         * modules/unistr/u16-set-tests: New file.
2417         * tests/unistr/test-u16-set.c: New file.
2418
2419         Tests for module 'unistr/u8-set'.
2420         * modules/unistr/u8-set-tests: New file.
2421         * tests/unistr/test-u8-set.c: New file.
2422         * tests/unistr/test-set.h: New file.
2423
2424         Tests for module 'unistr/u32-move'.
2425         * modules/unistr/u32-move-tests: New file.
2426         * tests/unistr/test-u32-move.c: New file.
2427
2428         Tests for module 'unistr/u16-move'.
2429         * modules/unistr/u16-move-tests: New file.
2430         * tests/unistr/test-u16-move.c: New file.
2431
2432         Tests for module 'unistr/u8-move'.
2433         * modules/unistr/u8-move-tests: New file.
2434         * tests/unistr/test-u8-move.c: New file.
2435         * tests/unistr/test-move.h: New file.
2436
2437         Tests for module 'unistr/u32-cpy'.
2438         * modules/unistr/u32-cpy-tests: New file.
2439         * tests/unistr/test-u32-cpy.c: New file.
2440
2441         Tests for module 'unistr/u16-cpy'.
2442         * modules/unistr/u16-cpy-tests: New file.
2443         * tests/unistr/test-u16-cpy.c: New file.
2444
2445         Tests for module 'unistr/u8-cpy'.
2446         * modules/unistr/u8-cpy-tests: New file.
2447         * tests/unistr/test-u8-cpy.c: New file.
2448         * tests/unistr/test-cpy.h: New file.
2449
2450 2010-01-09  Bruno Haible  <bruno@clisp.org>
2451
2452         Tests for module 'unistr/u32-uctomb'.
2453         * modules/unistr/u32-uctomb-tests: New file.
2454         * tests/unistr/test-u32-uctomb.c: New file.
2455
2456         Tests for module 'unistr/u16-uctomb'.
2457         * modules/unistr/u16-uctomb-tests: New file.
2458         * tests/unistr/test-u16-uctomb.c: New file.
2459
2460         Tests for module 'unistr/u8-uctomb'.
2461         * modules/unistr/u8-uctomb-tests: New file.
2462         * tests/unistr/test-u8-uctomb.c: New file.
2463
2464         Tests for module 'unistr/u32-mbtoucr'.
2465         * modules/unistr/u32-mbtoucr-tests: New file.
2466         * tests/unistr/test-u32-mbtoucr.c: New file.
2467
2468         Tests for module 'unistr/u16-mbtoucr'.
2469         * modules/unistr/u16-mbtoucr-tests: New file.
2470         * tests/unistr/test-u16-mbtoucr.c: New file.
2471
2472         Tests for module 'unistr/u8-mbtoucr'.
2473         * modules/unistr/u8-mbtoucr-tests: New file.
2474         * tests/unistr/test-u8-mbtoucr.c: New file.
2475
2476         Tests for module 'unistr/u32-mbtouc'.
2477         * modules/unistr/u32-mbtouc-tests: New file.
2478         * tests/unistr/test-u32-mbtouc.c: New file.
2479
2480         Tests for module 'unistr/u16-mbtouc'.
2481         * modules/unistr/u16-mbtouc-tests: New file.
2482         * tests/unistr/test-u16-mbtouc.c: New file.
2483
2484         Tests for module 'unistr/u8-mbtouc'.
2485         * modules/unistr/u8-mbtouc-tests: New file.
2486         * tests/unistr/test-u8-mbtouc.c: New file.
2487
2488         Tests for module 'unistr/u32-mbtouc-unsafe'.
2489         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
2490         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
2491         * tests/unistr/test-u32-mbtouc.h: New file.
2492
2493         Tests for module 'unistr/u16-mbtouc-unsafe'.
2494         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
2495         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
2496         * tests/unistr/test-u16-mbtouc.h: New file.
2497
2498         Tests for module 'unistr/u8-mbtouc-unsafe'.
2499         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
2500         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
2501         * tests/unistr/test-u8-mbtouc.h: New file.
2502
2503         Tests for module 'unistr/u32-mblen'.
2504         * modules/unistr/u32-mblen-tests: New file.
2505         * tests/unistr/test-u32-mblen.c: New file.
2506
2507         Tests for module 'unistr/u16-mblen'.
2508         * modules/unistr/u16-mblen-tests: New file.
2509         * tests/unistr/test-u16-mblen.c: New file.
2510
2511         Tests for module 'unistr/u8-mblen'.
2512         * modules/unistr/u8-mblen-tests: New file.
2513         * tests/unistr/test-u8-mblen.c: New file.
2514
2515         Tests for module 'unistr/u32-to-u16'.
2516         * modules/unistr/u32-to-u16-tests: New file.
2517         * tests/unistr/test-u32-to-u16.c: New file.
2518
2519         Tests for module 'unistr/u32-to-u8'.
2520         * modules/unistr/u32-to-u8-tests: New file.
2521         * tests/unistr/test-u32-to-u8.c: New file.
2522
2523         Tests for module 'unistr/u16-to-u32'.
2524         * modules/unistr/u16-to-u32-tests: New file.
2525         * tests/unistr/test-u16-to-u32.c: New file.
2526
2527         Tests for module 'unistr/u16-to-u8'.
2528         * modules/unistr/u16-to-u8-tests: New file.
2529         * tests/unistr/test-u16-to-u8.c: New file.
2530
2531         Tests for module 'unistr/u8-to-u32'.
2532         * modules/unistr/u8-to-u32-tests: New file.
2533         * tests/unistr/test-u8-to-u32.c: New file.
2534
2535         Tests for module 'unistr/u8-to-u16'.
2536         * modules/unistr/u8-to-u16-tests: New file.
2537         * tests/unistr/test-u8-to-u16.c: New file.
2538
2539         Tests for module 'unistr/u32-check'.
2540         * modules/unistr/u32-check-tests: New file.
2541         * tests/unistr/test-u32-check.c: New file.
2542
2543         Tests for module 'unistr/u16-check'.
2544         * modules/unistr/u16-check-tests: New file.
2545         * tests/unistr/test-u16-check.c: New file.
2546
2547         Tests for module 'unistr/u8-check'.
2548         * modules/unistr/u8-check-tests: New file.
2549         * tests/unistr/test-u8-check.c: New file.
2550
2551         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
2552         (category_equals): New function.
2553         (main): Add more tests.
2554         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
2555
2556         * tests/unictype/test-bidi_byname.c (main): Add more tests.
2557
2558 2010-01-10  Bruno Haible  <bruno@clisp.org>
2559
2560         unistr/u*-strcoll: Try harder to distinguish different strings.
2561         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
2562         compare s1 and s2 to see if they are different.
2563
2564 2010-01-10  Bruno Haible  <bruno@clisp.org>
2565
2566         unistr/u*-stpncpy: Fix the return value.
2567         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
2568         description of the return value consistent with stpncpy in glibc.
2569         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
2570         written non-NUL unit.
2571
2572 2010-01-10  Bruno Haible  <bruno@clisp.org>
2573
2574         unistr/u*-next: Add missing dependencies.
2575         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
2576         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
2577         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
2578
2579 2010-01-10  Bruno Haible  <bruno@clisp.org>
2580
2581         unistr/u8-mbsnlen: Fix return value for incomplete character.
2582         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
2583         u8_mblen.
2584         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
2585         Remove unistr/u8-mblen.
2586         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
2587         u16_mblen.
2588         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
2589         Remove unistr/u16-mblen.
2590
2591 2010-01-10  Bruno Haible  <bruno@clisp.org>
2592
2593         wchar: Fix compilation error when <wchar.h> is used from coreutils.
2594         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
2595         Reported by Brian Gough <bjg@gnu.org> and
2596         Chris Clayton <chris2553@googlemail.com> via
2597         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
2598
2599 2010-01-09  Bruno Haible  <bruno@clisp.org>
2600
2601         unistr/u16-to-u32: Reject invalid input.
2602         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
2603         u16_mbtouc.
2604         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
2605         Remove unistr/u16-mbtouc.
2606
2607         unistr/u16-to-u8: Reject invalid input.
2608         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
2609         u16_mbtouc.
2610         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
2611         Remove unistr/u16-mbtouc.
2612
2613         unistr/u8-to-u32: Reject invalid input.
2614         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
2615         u8_mbtouc.
2616         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
2617         Remove unistr/u8-mbtouc.
2618
2619         unistr/u8-to-u16: Reject invalid input.
2620         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
2621         u8_mbtouc.
2622         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
2623         Remove unistr/u8-mbtouc.
2624
2625 2010-01-09  Bruno Haible  <bruno@clisp.org>
2626
2627         Tests for module 'getlogin'.
2628         * modules/getlogin-tests: New file.
2629         * tests/test-getlogin.c: New file.
2630
2631         New module 'getlogin'.
2632         * lib/unistd.in.h (getlogin): New declaration.
2633         * lib/getlogin.c: New file.
2634         * m4/getlogin.m4: New file.
2635         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
2636         HAVE_GETLOGIN.
2637         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
2638         HAVE_GETLOGIN.
2639         * modules/getlogin: New file.
2640         * doc/posix-functions/getlogin.texi: Mention the new module.
2641         Reported by John W. Eaton <jwe@gnu.org>.
2642
2643 2010-01-09  Bruno Haible  <bruno@clisp.org>
2644
2645         getlogin_r: Support for native Windows.
2646         * lib/getlogin_r.c: Include <windows.h>
2647         (getlogin_r): Implement for native Windows.
2648         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
2649         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
2650         via John W. Eaton <jwe@gnu.org>.
2651
2652 2010-01-09  Bruno Haible  <bruno@clisp.org>
2653
2654         getlogin_r: Small fixes.
2655         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
2656         succeeds.
2657         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
2658         before testing whether getlogin_r is declared. No need to set
2659         HAVE_DECL_GETLOGIN_R to 1.
2660         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
2661
2662 2010-01-09  Bruno Haible  <bruno@clisp.org>
2663
2664         * lib/unistd.in.h (getlogin_r): Add comment.
2665
2666 2010-01-09  Bruno Haible  <bruno@clisp.org>
2667
2668         Tests for module 'getlogin_r'.
2669         * modules/getlogin_r-tests: New file.
2670         * tests/test-getlogin_r.c: New file.
2671
2672 2010-01-09  Jim Meyering  <meyering@redhat.com>
2673
2674         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
2675         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
2676         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
2677
2678 2010-01-08  Simon Josefsson  <simon@josefsson.org>
2679
2680         * lib/dup2.c (rpl_dup2): Improve comment.
2681
2682 2010-01-08  Eric Blake  <ebb9@byu.net>
2683
2684         maint.mk: allow packages to add makefile @@ exceptions
2685         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
2686         (sc_makefile_check): Rename...
2687         (sc_makefile_at_at_check): ...to this, and use hook.
2688
2689         dup2: work around mingw bug
2690         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
2691         Reported by Simon Josefsson.
2692
2693 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
2694
2695         glob: Fix C++ compilation.
2696         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
2697         C++.
2698
2699 2010-01-07  Bruno Haible  <bruno@clisp.org>
2700
2701         Fix indentation of wctype.in.h, broken since 2007-01-06.
2702         * lib/wctype.in.h: Fix indentation of preprocessor directives.
2703
2704 2010-01-07  Bruno Haible  <bruno@clisp.org>
2705
2706         mbslen: Avoid collision with system function.
2707         * lib/string.in.h [MirBSD]: Include <wchar.h>.
2708         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
2709         * m4/mbslen.m4: New file.
2710         * modules/mbslen (Files): Add it.
2711         (configure.ac): Invoke gl_MBSLEN.
2712         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
2713         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
2714         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
2715         via Ian Beckwith <ianb@erislabs.net>.
2716
2717 2010-01-07  Bruno Haible  <bruno@clisp.org>
2718
2719         dirent: Document the last fix.
2720         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
2721
2722 2010-01-07  Bruno Haible  <bruno@clisp.org>
2723
2724         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
2725         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
2726         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
2727         va_list are defined.
2728         * doc/posix-headers/stdio.texi: Document the bug of missing types.
2729         Reported by Eric Blake.
2730
2731 2010-01-07  Bruno Haible  <bruno@clisp.org>
2732
2733         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
2734         * modules/xlist (Depends-on): Add 'list',
2735         * modules/xoset (Depends-on): Add 'oset'.
2736         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2737
2738 2010-01-07  Bruno Haible  <bruno@clisp.org>
2739
2740         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
2741         * doc/posix-functions/strncasecmp.texi: Likewise.
2742
2743 2010-01-07  Bruno Haible  <bruno@clisp.org>
2744
2745         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
2746
2747 2010-01-07  John W. Eaton  <jwe@octave.org>
2748
2749         wctype: allow C++ use
2750         * lib/wctype.in.h: Add extern "C" block for C++.
2751
2752 2010-01-06  Eric Blake  <ebb9@byu.net>
2753
2754         maint.mk: detect incorrect GFDL usage
2755         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
2756
2757 2010-01-06  Jim Meyering  <meyering@redhat.com>
2758         and Eric Blake  <ebb9@byu.net>
2759
2760         maint.mk: ignore multi-line copyright in NEWS
2761         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
2762
2763 2010-01-06  Eric Blake  <ebb9@byu.net>
2764
2765         select: add missing dependency
2766         * modules/select-tests (Depends-on): Move sockets dependency...
2767         * modules/select (Depends-on): ...here.
2768         Reported by Ian Beckwith.
2769
2770         doc: regenerate INSTALL
2771         * doc/INSTALL: Reflect recent autoconf update.
2772         * doc/INSTALL.ISO: Likewise.
2773         * doc/INSTALL.UTF-8: Likewise.
2774
2775         pread: fix compilation on glibc
2776         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
2777         Reported by Ralf Wildenhues.
2778
2779         dirent: fix test failure
2780         * lib/dirent.in.h (includes): Guarantee ino_t.
2781         Reported by Ralf Wildenhues.
2782
2783 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
2784
2785         linkat, renameat: avoid bad free
2786         * lib/at-func2.c (at_func2): Fix typo.
2787         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
2788
2789 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2790
2791         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
2792         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
2793         to avoid failure of symlink test later.
2794
2795 2010-01-06  Eric Blake  <ebb9@byu.net>
2796
2797         stdio, unistd: guarantee ssize_t
2798         * lib/unistd.in.h (includes): Ensure that types required by POSIX
2799         2008 are exposed when needed.
2800         * lib/stdio.in.h (includes): Likewise.
2801         Reported by Ralf Wildenhues.
2802
2803 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
2804
2805         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
2806         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
2807         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
2808
2809 2010-01-06  Jim Meyering  <meyering@redhat.com>
2810
2811         readtokens: this module *does* require xalloc.h
2812         It uses only functions that were omitted by the old syntax-check rule.
2813         * lib/readtokens.c: Include "xalloc.h" once again.
2814         * modules/readtokens (Depends-on): Add xalloc.
2815         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
2816
2817 2010-01-05  Eric Blake  <ebb9@byu.net>
2818
2819         maint: support 'make announcement' from a VPATH build
2820         * top/maint.mk (announcement): Look for correct NEWS file.
2821
2822 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
2823
2824         utimens (fdutimens): ignore a negative FD, per contract
2825         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
2826         when we have a valid file descriptor.  Otherwise, using a brand
2827         new glibc (with just-patched futimens that now fails with EBADF)
2828         would cause this function to fail with ENOSYS.
2829         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
2830         See also http://bugzilla.redhat.com/552320.
2831
2832 2010-01-05  Eric Blake  <ebb9@byu.net>
2833
2834         strcase: document what it provides
2835         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
2836         gnulib module.
2837         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
2838         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
2839
2840 2010-01-05  Jim Meyering  <meyering@redhat.com>
2841
2842         maint: remove useless inclusions of "xalloc.h"
2843         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
2844         * lib/readtokens.c: Likewise.
2845         * lib/same.c: Likewise.
2846         * modules/getloadavg (Depends-on): Remove xalloc.
2847         * modules/readtokens: Likewise.
2848         * modules/same: Likewise.
2849
2850         maint.mk: include 4 more function names in alloca.h-checking regexp
2851         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
2852         regexp.  Before, we would give a false-positive (saying alloca.h
2853         is included unnecessarily) when the only uses involved omitted symbols.
2854
2855         xalloc.h: use consistent formatting
2856         * lib/xalloc.h: Move declarations to start in the first column.
2857
2858 2010-01-05  Eric Blake  <ebb9@byu.net>
2859
2860         mkdir: avoid xalloc
2861         * lib/mkdir.c (includes): Drop unused header.
2862         Reported by John W. Eaton.
2863
2864 2010-01-04  Jim Meyering  <meyering@redhat.com>
2865
2866         nl_langinfo: avoid configure-time syntax error
2867         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
2868         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
2869         the empty string.  Don't let that provoke a shell syntax error.
2870
2871         regcomp, regexec, fnmatch: avoid array bounds read error
2872         * lib/regcomp.c (build_equiv_class): From glibc:
2873         Use only the low 24 bits of a findidx return value as an index
2874         into the weights array.  Patch by Ulrich Drepper:
2875         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
2876         * lib/regexec.c (check_node_accept_bytes): Likewise.
2877         * lib/fnmatch_loop.c (FCT): Likewise.
2878
2879         regcomp: skip collseq lookup when there are no rules
2880         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
2881         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
2882
2883         regcomp: recognize ill-formed { } expressions
2884         * lib/regcomp.c (parse_dup_op): From glibc:
2885         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
2886
2887         regcomp: fix typo in comment
2888         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
2889         s/satisfy/satisfies/.
2890
2891         regcomp: sync from glibc: remove dead store
2892         * lib/regcomp.c (duplicate_node_closure): Remove useless
2893         search_duplicated_node call and dead store.
2894
2895         regcomp: sync from glibc; always use nl_langinfo
2896         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
2897         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
2898         * modules/regex (Depends-on): Add nl_langinfo.
2899
2900 2010-01-04  Eric Blake  <ebb9@byu.net>
2901
2902         fdopendir: fix configure test
2903         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
2904
2905 2010-01-01  Bruno Haible  <bruno@clisp.org>
2906
2907         wchar: Remove unused configure check.
2908         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
2909
2910 2010-01-01  Eric Blake  <ebb9@byu.net>
2911
2912         headers: make check of system header explicit
2913         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
2914         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
2915         ourselves.
2916         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2917         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2918         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2919         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
2920         internals.
2921         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
2922         missing.
2923         Suggested by Bruno Haible.
2924
2925 2010-01-01  Jim Meyering  <meyering@redhat.com>
2926
2927         ChangeLog: tweak to eliminate unnecessary copyright line
2928         * ChangeLog: Remove a copyright line that was mistakenly updated
2929         by today's update-copyright run.  Reported by Eric Blake.
2930
2931         test-update-copyright: don't let envvar setting cause test failure
2932         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2933
2934 2010-01-01  Bruno Haible  <bruno@clisp.org>
2935
2936         localename: Avoid gcc warning.
2937         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
2938         function if it is not used.
2939
2940 2010-01-01  Jim Meyering  <meyering@redhat.com>
2941
2942         update nearly all FSF copyright year lists to include 2010
2943         Use the same procedure as for 2009, outlined in
2944         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2945
2946         version-etc: set COPYRIGHT_YEAR to 2010
2947         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
2948
2949 2009-12-31  Eric Blake  <ebb9@byu.net>
2950
2951         doc: correct availability of cygwin 1.5.x getopt
2952         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
2953         variables.
2954         * doc/posix-functions/opterr.texi (opterr): Likewise.
2955         * doc/posix-functions/optind.texi (optind): Likewise.
2956         * doc/posix-functions/optopt.texi (optopt): Likewise.
2957         * doc/posix-functions/tzname.texi (tzname): Likewise.
2958
2959         openat: update maintainer
2960         * modules/openat (Maintainer): Add myself.
2961
2962         utimens: avoid shadowing warning
2963         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
2964         buffers into one, to avoid shadowing, as well as avoiding a
2965         redundant stat.
2966         Reported by Jim Meyering.
2967
2968         test-dup2: avoid compiler warning
2969         * tests/test-dup2.c (is_inheritable): Only define if used.
2970
2971 2010-01-01  Bruno Haible  <bruno@clisp.org>
2972
2973         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
2974         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
2975         defined, use wctomb instead of wcrtomb.
2976
2977 2010-01-01  Bruno Haible  <bruno@clisp.org>
2978
2979         iconv: Reject native Solaris iconv.
2980         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
2981         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
2982
2983 2009-12-31  Bruno Haible  <bruno@clisp.org>
2984
2985         * tests/test-signal.c (main): Remove test of 'SIG'.
2986
2987 2009-12-31  Bruno Haible  <bruno@clisp.org>
2988
2989         spawn: Fix incomplete fix.
2990         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2991         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2992         warnings for GNULIB_POSIXCHECK again.
2993         Reported by Eric Blake.
2994
2995 2009-12-31  Bruno Haible  <bruno@clisp.org>
2996
2997         Avoid namespace pollution on glibc systems.
2998         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
2999         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
3000         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
3001         glibc systems.
3002
3003 2009-12-31  Bruno Haible  <bruno@clisp.org>
3004
3005         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
3006         (gl_REPLACE_WCHAR_H): Turn into a no-op.
3007         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
3008         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
3009         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
3010         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
3011         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
3012
3013 2009-12-31  Bruno Haible  <bruno@clisp.org>
3014
3015         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
3016         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
3017         afterwards.
3018
3019 2009-12-31  Bruno Haible  <bruno@clisp.org>
3020
3021         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
3022         SYS_UTSNAME_H.
3023
3024 2009-12-31  Bruno Haible  <bruno@clisp.org>
3025
3026         spawn: Fix misapplied patch.
3027         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
3028         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
3029         warnings for GNULIB_POSIXCHECK.
3030
3031 2009-12-31  Bruno Haible  <bruno@clisp.org>
3032
3033         times: Update after sys_times changed.
3034         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
3035         * modules/times (Files): Add it.
3036         (configure.ac): Invoke gl_FUNC_TIMES.
3037
3038 2009-12-31  Bruno Haible  <bruno@clisp.org>
3039
3040         Use AC_C_INLINE where necessary.
3041         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
3042         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3043         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
3044         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
3045         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3046         * m4/mbiter.m4 (gl_MBITER): Likewise.
3047         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3048         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
3049         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
3050         * modules/u64 (configure.ac): Likewise.
3051
3052 2009-12-31  Bruno Haible  <bruno@clisp.org>
3053
3054         Use AC_C_INLINE instead of module 'inline' where possible.
3055         * modules/inline (Description): Clarify purpose.
3056         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
3057         * modules/count-one-bits (Depends-on): Remove inline.
3058         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
3059         * modules/openat (Depends-on): Remove inline.
3060         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
3061         instead of depending on module 'inline'.
3062         * modules/filevercmp (Depends-on, configure.ac): Likewise.
3063         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
3064         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
3065         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
3066         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
3067         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
3068         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
3069         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
3070         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
3071         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
3072         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
3073         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
3074         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
3075         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
3076         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
3077         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
3078         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
3079         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
3080         Likewise.
3081         * modules/unictype/property-ascii-hex-digit (Depends-on,
3082         configure.ac): Likewise.
3083         * modules/unictype/property-bidi-arabic-digit (Depends-on,
3084         configure.ac): Likewise.
3085         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
3086         configure.ac): Likewise.
3087         * modules/unictype/property-bidi-block-separator (Depends-on,
3088         configure.ac): Likewise.
3089         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
3090         configure.ac): Likewise.
3091         * modules/unictype/property-bidi-common-separator (Depends-on,
3092         configure.ac): Likewise.
3093         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
3094         Likewise.
3095         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
3096         configure.ac): Likewise.
3097         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
3098         configure.ac): Likewise.
3099         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
3100         configure.ac): Likewise.
3101         * modules/unictype/property-bidi-european-digit (Depends-on,
3102         configure.ac): Likewise.
3103         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
3104         configure.ac): Likewise.
3105         * modules/unictype/property-bidi-left-to-right (Depends-on,
3106         configure.ac): Likewise.
3107         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
3108         configure.ac): Likewise.
3109         * modules/unictype/property-bidi-other-neutral (Depends-on,
3110         configure.ac): Likewise.
3111         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
3112         Likewise.
3113         * modules/unictype/property-bidi-segment-separator (Depends-on,
3114         configure.ac): Likewise.
3115         * modules/unictype/property-bidi-whitespace (Depends-on,
3116         configure.ac): Likewise.
3117         * modules/unictype/property-combining (Depends-on, configure.ac):
3118         Likewise.
3119         * modules/unictype/property-composite (Depends-on, configure.ac):
3120         Likewise.
3121         * modules/unictype/property-currency-symbol (Depends-on,
3122         configure.ac): Likewise.
3123         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
3124         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
3125         Likewise.
3126         * modules/unictype/property-default-ignorable-code-point (Depends-on,
3127         configure.ac): Likewise.
3128         * modules/unictype/property-deprecated (Depends-on, configure.ac):
3129         Likewise.
3130         * modules/unictype/property-diacritic (Depends-on, configure.ac):
3131         Likewise.
3132         * modules/unictype/property-extender (Depends-on, configure.ac):
3133         Likewise.
3134         * modules/unictype/property-format-control (Depends-on, configure.ac):
3135         Likewise.
3136         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
3137         Likewise.
3138         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
3139         Likewise.
3140         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
3141         Likewise.
3142         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
3143         Likewise.
3144         * modules/unictype/property-hyphen (Depends-on, configure.ac):
3145         Likewise.
3146         * modules/unictype/property-id-continue (Depends-on, configure.ac):
3147         Likewise.
3148         * modules/unictype/property-id-start (Depends-on, configure.ac):
3149         Likewise.
3150         * modules/unictype/property-ideographic (Depends-on, configure.ac):
3151         Likewise.
3152         * modules/unictype/property-ids-binary-operator (Depends-on,
3153         configure.ac): Likewise.
3154         * modules/unictype/property-ids-trinary-operator (Depends-on,
3155         configure.ac): Likewise.
3156         * modules/unictype/property-ignorable-control (Depends-on,
3157         configure.ac): Likewise.
3158         * modules/unictype/property-iso-control (Depends-on, configure.ac):
3159         Likewise.
3160         * modules/unictype/property-join-control (Depends-on, configure.ac):
3161         Likewise.
3162         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
3163         Likewise.
3164         * modules/unictype/property-line-separator (Depends-on, configure.ac):
3165         Likewise.
3166         * modules/unictype/property-logical-order-exception (Depends-on,
3167         configure.ac): Likewise.
3168         * modules/unictype/property-lowercase (Depends-on, configure.ac):
3169         Likewise.
3170         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
3171         * modules/unictype/property-non-break (Depends-on, configure.ac):
3172         Likewise.
3173         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
3174         Likewise.
3175         * modules/unictype/property-numeric (Depends-on, configure.ac):
3176         Likewise.
3177         * modules/unictype/property-other-alphabetic (Depends-on,
3178         configure.ac): Likewise.
3179         * modules/unictype/property-other-default-ignorable-code-point
3180         (Depends-on, configure.ac): Likewise.
3181         * modules/unictype/property-other-grapheme-extend (Depends-on,
3182         configure.ac): Likewise.
3183         * modules/unictype/property-other-id-continue (Depends-on,
3184         configure.ac): Likewise.
3185         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
3186         Likewise.
3187         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
3188         Likewise.
3189         * modules/unictype/property-other-math (Depends-on, configure.ac):
3190         Likewise.
3191         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
3192         Likewise.
3193         * modules/unictype/property-paired-punctuation (Depends-on,
3194         configure.ac): Likewise.
3195         * modules/unictype/property-paragraph-separator (Depends-on,
3196         configure.ac): Likewise.
3197         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
3198         Likewise.
3199         * modules/unictype/property-pattern-white-space (Depends-on,
3200         configure.ac): Likewise.
3201         * modules/unictype/property-private-use (Depends-on, configure.ac):
3202         Likewise.
3203         * modules/unictype/property-punctuation (Depends-on, configure.ac):
3204         Likewise.
3205         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
3206         Likewise.
3207         * modules/unictype/property-radical (Depends-on, configure.ac):
3208         Likewise.
3209         * modules/unictype/property-sentence-terminal (Depends-on,
3210         configure.ac): Likewise.
3211         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
3212         Likewise.
3213         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
3214         * modules/unictype/property-terminal-punctuation (Depends-on,
3215         configure.ac): Likewise.
3216         * modules/unictype/property-titlecase (Depends-on, configure.ac):
3217         Likewise.
3218         * modules/unictype/property-unassigned-code-value (Depends-on,
3219         configure.ac): Likewise.
3220         * modules/unictype/property-unified-ideograph (Depends-on,
3221         configure.ac): Likewise.
3222         * modules/unictype/property-uppercase (Depends-on, configure.ac):
3223         Likewise.
3224         * modules/unictype/property-variation-selector (Depends-on,
3225         configure.ac): Likewise.
3226         * modules/unictype/property-white-space (Depends-on, configure.ac):
3227         Likewise.
3228         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
3229         Likewise.
3230         * modules/unictype/property-xid-start (Depends-on, configure.ac):
3231         Likewise.
3232         * modules/unictype/property-zero-width (Depends-on, configure.ac):
3233         Likewise.
3234         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
3235         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
3236         Likewise.
3237
3238 2009-12-31  Bruno Haible  <bruno@clisp.org>
3239
3240         Remove unnecessary AC_C_INLINE invocation.
3241         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
3242         since 2009-08-21.
3243
3244 2009-12-31  Jim Meyering  <meyering@redhat.com>
3245
3246         maint.mk: don't require explicit gpg_key_ID in cfg.mk
3247         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
3248         With this change, we can all remove the gpg_key_ID = ... definition
3249         from our respective cfg.mk files.
3250
3251         maint.mk: create announcement template in ~/, not in /tmp
3252         * top/maint.mk (emit_upload_commands): Adjust.
3253         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
3254         Remove temporary file, .ci-msg.
3255
3256 2009-12-31  Eric Blake  <ebb9@byu.net>
3257
3258         link-warning: always build headers with link warnings
3259         * modules/arpa_inet (Makefile.am): Always build replacement
3260         header.
3261         * modules/ctype (Makefile.am): Likewise.
3262         * modules/dirent (Makefile.am): Likewise.
3263         * modules/inttypes (Makefile.am): Likewise.
3264         * modules/langinfo (Makefile.am): Likewise.
3265         * modules/locale (Makefile.am): Likewise.
3266         * modules/spawn (Makefile.am): Likewise.
3267         * modules/sys_file (Makefile.am): Likewise.
3268         * modules/sys_ioctl (Makefile.am): Likewise.
3269         * modules/sys_select (Makefile.am): Likewise.
3270         * modules/sys_socket (Makefile.am): Likewise.
3271         * modules/sys_times (Makefile.am): Likewise.
3272         * modules/sys_utsname (Makefile.am): Likewise.
3273         * modules/sys_wait (Makefile.am): Likewise.
3274         * modules/wchar (Makefile.am): Likewise.
3275         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
3276         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
3277         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
3278         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
3279         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
3280         Likewise.
3281         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3282         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3283         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
3284         Likewise.
3285         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
3286         Likewise.
3287         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
3288         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
3289         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
3290         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3291         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3292         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
3293         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
3294         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
3295         (gl_WCHAR_H_DEFAULTS): Likewise.
3296
3297 2009-12-31  Eric Blake  <ebb9@byu.net>
3298
3299         signal, spawn: use link warnings
3300         * lib/signal.in.h (sigset_t): Make unconditional.
3301         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
3302         (sigpending, sigprocmask, sigaction): Add link warnings.
3303         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
3304         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
3305         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
3306         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
3307         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
3308         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
3309         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
3310         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
3311         (posix_spawn_file_actions_destroy)
3312         (posix_spawn_file_actions_addopen)
3313         (posix_spawn_file_actions_addclose)
3314         (posix_spawwn_file_actions_adddup2): Likewise.
3315         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
3316         * tests/test-signal.c (main): Enhance test.
3317
3318         spawn: improve wrapper support
3319         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
3320         (gl_SPAWN_H_DEFAULTS): New defaults.
3321         * modules/spawn (Makefile.am): Substitute them.
3322         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
3323         Only declare if missing or broken.
3324
3325         sys_times, sys_utsname: use include_next
3326         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
3327         header.
3328         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
3329         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
3330         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
3331         * modules/sys_times (Depends-on): Add include_next.
3332         (Makefile.am): Substitute additional values.
3333         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3334         * lib/sys_times.in.h (includes): Include native header, if
3335         available.
3336         * lib/sys_utsname.in.h (includes): Likewise.
3337         * tests/test-sys_times.c (main): Enhance test.
3338
3339         fdutimensat: revert prior patch
3340         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
3341         utimens.h.
3342         Reported by Bruno Haible.
3343
3344 2009-12-30  Eric Blake  <ebb9@byu.net>
3345
3346         sys_wait: drop link-warning dependency
3347         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
3348         link-warning efforts.
3349         * lib/sys_wait.in.h: Likewise.
3350
3351         fdutimensat: remove bogus dependency
3352         * modules/fdutimensat (Depends-on): Drop inline.
3353
3354         unistd: fix typo
3355         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
3356
3357 2009-12-30  Bruno Haible  <bruno@clisp.org>
3358
3359         Fix compilation error with Solaris cc.
3360         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
3361         * lib/unicase/u16-is-invariant.c: Likewise.
3362         * lib/unicase/u32-is-invariant.c: Likewise.
3363         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3364
3365 2009-12-30  Bruno Haible  <bruno@clisp.org>
3366
3367         Fix test crash.
3368         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
3369         locales.
3370         Reported by Simon Josefsson <simon@josefsson.org>.
3371
3372 2009-12-30  Bruno Haible  <bruno@clisp.org>
3373
3374         Fix compilation error on most platforms.
3375         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
3376         Reported by Simon Josefsson <simon@josefsson.org>
3377         and Nelson H. F. Beebe <beebe@math.utah.edu>.
3378
3379 2009-12-30  Eric Blake  <ebb9@byu.net>
3380
3381         futimens, utimensat: work around ntfs-3g bug
3382         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
3383         a ctime bug is present, and expand workaround to cover ntfs-3g.
3384         * lib/utimens.c (fdutimens, lutimens): Likewise.
3385         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
3386         (validate_timespec): Adjust return value.
3387         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
3388         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
3389         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
3390
3391 2009-12-29  Eric Blake  <ebb9@byu.net>
3392
3393         link-warning: make usage consistent
3394         * modules/ctype (Depends-on): Add link-warning.
3395         (Makefile.am): Update rules accordingly.
3396         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3397         * modules/locale (Depends-on, Makefile.am): Likewise.
3398         * modules/sys_file (Makefile.am): Likewise.
3399         * modules/getopt-posix (Makefile.am): Delete unused link warning
3400         efforts.
3401         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
3402         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
3403         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
3404         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
3405
3406         stdio: remove unused variables
3407         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
3408         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
3409         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
3410
3411         tests: test more substitute headers
3412         * modules/ctype-tests: New file.
3413         * modules/dirent-tests: Likewise.
3414         * modules/spawn-tests: Likewise.
3415         * modules/sys_file-tests: Likewise.
3416         * modules/sys_ioctl-tests: Likewise.
3417         * modules/sys_wait-tests: Likewise.
3418         * tests/test-ctype.c: Likewise.
3419         * tests/test-dirent.c: Likewise.
3420         * tests/test-spawn.c: Likewise.
3421         * tests/test-sys_file.c: Likewise.
3422         * tests/test-sys_ioctl.c: Likewise.
3423         * tests/test-sys_wait.c: Likewise.
3424         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
3425         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
3426         whether or not flock is in use.
3427
3428         tests: remove License section from module
3429         * modules/arpa_inet-tests: Remove unneeded section.
3430         * modules/byteswap-tests: Likewise.
3431         * modules/ceilf-tests: Likewise.
3432         * modules/ceill-tests: Likewise.
3433         * modules/crypto/des-tests: Likewise.
3434         * modules/crypto/gc-arcfour-tests: Likewise.
3435         * modules/crypto/gc-arctwo-tests: Likewise.
3436         * modules/crypto/gc-des-tests: Likewise.
3437         * modules/crypto/gc-hmac-md5-tests: Likewise.
3438         * modules/crypto/gc-hmac-sha1-tests: Likewise.
3439         * modules/crypto/gc-md2-tests: Likewise.
3440         * modules/crypto/gc-md4-tests: Likewise.
3441         * modules/crypto/gc-md5-tests: Likewise.
3442         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
3443         * modules/crypto/gc-rijndael-tests: Likewise.
3444         * modules/crypto/gc-sha1-tests: Likewise.
3445         * modules/crypto/gc-tests: Likewise.
3446         * modules/crypto/md2-tests: Likewise.
3447         * modules/crypto/md4-tests: Likewise.
3448         * modules/fcntl-h-tests: Likewise.
3449         * modules/floorf-tests: Likewise.
3450         * modules/floorl-tests: Likewise.
3451         * modules/frexp-nolibm-tests: Likewise.
3452         * modules/frexp-tests: Likewise.
3453         * modules/frexpl-nolibm-tests: Likewise.
3454         * modules/frexpl-tests: Likewise.
3455         * modules/getaddrinfo-tests: Likewise.
3456         * modules/inttypes-tests: Likewise.
3457         * modules/isfinite-tests: Likewise.
3458         * modules/isinf-tests: Likewise.
3459         * modules/ldexpl-tests: Likewise.
3460         * modules/locale-tests: Likewise.
3461         * modules/math-tests: Likewise.
3462         * modules/netdb-tests: Likewise.
3463         * modules/netinet_in-tests: Likewise.
3464         * modules/printf-frexp-tests: Likewise.
3465         * modules/printf-frexpl-tests: Likewise.
3466         * modules/priv-set-tests: Likewise.
3467         * modules/random_r-tests: Likewise.
3468         * modules/round-tests: Likewise.
3469         * modules/roundf-tests: Likewise.
3470         * modules/roundl-tests: Likewise.
3471         * modules/search-tests: Likewise.
3472         * modules/select-tests: Likewise.
3473         * modules/signal-tests: Likewise.
3474         * modules/stdbool-tests: Likewise.
3475         * modules/stddef-tests: Likewise.
3476         * modules/stdint-tests: Likewise.
3477         * modules/stdio-tests: Likewise.
3478         * modules/stdlib-tests: Likewise.
3479         * modules/string-tests: Likewise.
3480         * modules/strings-tests: Likewise.
3481         * modules/sys_select-tests: Likewise.
3482         * modules/sys_socket-tests: Likewise.
3483         * modules/sys_stat-tests: Likewise.
3484         * modules/sys_time-tests: Likewise.
3485         * modules/sys_utsname-tests: Likewise.
3486         * modules/sysexits-tests: Likewise.
3487         * modules/time-tests: Likewise.
3488         * modules/trunc-tests: Likewise.
3489         * modules/truncf-tests: Likewise.
3490         * modules/truncl-tests: Likewise.
3491         * modules/tsearch-tests: Likewise.
3492         * modules/unistd-tests: Likewise.
3493         * modules/wchar-tests: Likewise.
3494         * modules/wctype-tests: Likewise.
3495
3496         tests: fix license on several tests
3497         * tests/test-des.c: Update to GPLv3+.
3498         * tests/test-flock.c: Likewise.
3499         * tests/test-fsync.c: Likewise.
3500         * tests/test-futimens.h: Likewise.
3501         * tests/test-gc-arcfour.c: Likewise.
3502         * tests/test-gc-arctwo.c: Likewise.
3503         * tests/test-gc-des.c: Likewise.
3504         * tests/test-gc-hmac-md5.c: Likewise.
3505         * tests/test-gc-hmac-sha1.c: Likewise.
3506         * tests/test-gc-md2.c: Likewise.
3507         * tests/test-gc-md4.c: Likewise.
3508         * tests/test-gc-md5.c: Likewise.
3509         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3510         * tests/test-gc-rijndael.c: Likewise.
3511         * tests/test-gc-sha1.c: Likewise.
3512         * tests/test-gc.c: Likewise.
3513         * tests/test-getcwd.c: Likewise.
3514         * tests/test-link.c: Likewise.
3515         * tests/test-link.h: Likewise.
3516         * tests/test-lutimens.h: Likewise.
3517         * tests/test-md2.c: Likewise.
3518         * tests/test-md4.c: Likewise.
3519         * tests/test-mkdir.h: Likewise.
3520         * tests/test-rename.c: Likewise.
3521         * tests/test-rename.h: Likewise.
3522         * tests/test-safe-alloc.c: Likewise.
3523         * tests/test-utimens-common.h: Likewise.
3524         * tests/test-utimens.h: Likewise.
3525
3526         maint: sync license texts
3527         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
3528         * doc/gpl-3.0.texi: Revert copyright year update.
3529         * doc/lgpl-3.0.texi: Likewise.
3530
3531 2009-12-29  Jim Meyering  <meyering@redhat.com>
3532
3533         update nearly all FSF copyright year lists to include 2009
3534         The files named by the following are exempted:
3535             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
3536               test -f "$dst" && { echo "$dst"; continue; }
3537               test -d "$dst" || continue
3538               echo "$dst"/$(basename "$src")
3539             done > exempt
3540             git ls-files tests/unictype >> exempt
3541         In the remaining files, convert to all-interval notation if
3542         - there is already at least one year interval like 2000-2003
3543         - the file is maintained by me
3544         - the file is in lib/uni*/, where that style already prevails
3545         Otherwise, use update-copyright's default.
3546
3547 2009-12-29  Simon Josefsson  <simon@josefsson.org>
3548         and Eric Blake  <ebb9@byu.net>
3549
3550         tests: don't require debug system() to pass
3551         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
3552         * tests/test-rmdir.h (test_rmdir_func): Likewise.
3553         * tests/test-unlink.h (test_unlink_func): Likewise.
3554         * tests/test-fstatat.c (main): ...into callers.
3555         * tests/test-lstat.c (main): Likewise.
3556         * tests/test-rmdir.c (main): Likewise.
3557         * tests/test-unlink.c (main): Likewise.
3558         * tests/test-unlinkat.c (main): Likewise.
3559         * tests/test-areadlink-with-size.c (main): Don't require a
3560         debug-only system call to pass, aiding cross-testing to mingw.
3561         * tests/test-areadlink.c (main): Likewise.
3562         * tests/test-areadlinkat-with-size.c (main): Likewise.
3563         * tests/test-areadlinkat.c (main): Likewise.
3564         * tests/test-canonicalize-lgpl.c (main): Likewise.
3565         * tests/test-canonicalize.c (main): Likewise.
3566         * tests/test-chown.c (main): Likewise.
3567         * tests/test-fchownat.c (main): Likewise.
3568         * tests/test-lchown.c (main): Likewise.
3569         * tests/test-fdutimensat.c (main): Likewise.
3570         * tests/test-futimens.c (main): Likewise.
3571         * tests/test-link.c (main): Likewise.
3572         * tests/test-linkat.c (main): Likewise.
3573         * tests/test-mkdir.c (main): Likewise.
3574         * tests/test-mkdirat.c (main): Likewise.
3575         * tests/test-mkfifo.c (main): Likewise.
3576         * tests/test-mkfifoat.c (main): Likewise.
3577         * tests/test-mknod.c (main): Likewise.
3578         * tests/test-readlink.c (main): Likewise.
3579         * tests/test-remove.c (main): Likewise.
3580         * tests/test-rename.c (main): Likewise.
3581         * tests/test-renameat.c (main): Likewise.
3582         * tests/test-symlink.c (main): Likewise.
3583         * tests/test-symlinkat.c (main): Likewise.
3584         * tests/test-utimens.c (main): Likewise.
3585         * tests/test-utimensat.c (main): Likewise.
3586
3587 2009-12-29  Simon Josefsson  <simon@josefsson.org>
3588
3589         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
3590         on $(UNUSED_PARAMETER_H) to avoid build failure.
3591
3592 2009-12-28  Jim Meyering  <meyering@redhat.com>
3593
3594         update-copyright: you may specify a max. line length other than 72
3595         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
3596
3597         maint: use consistent FSF copyright line syntax
3598         * lib/posixtm.c: Add missing comma in FSF copyright line.
3599         * lib/posixtm.h: Likewise.
3600         * lib/getugroups.c: Add missing ", Inc.".
3601
3602         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
3603         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
3604         FSF copyright line.  Remove trailing blanks.
3605
3606 2009-12-28  Eric Blake  <ebb9@byu.net>
3607
3608         test-dup2: reduce dependencies
3609         * modules/cloexec (Configure.ac): Set witness.
3610         * modules/dup2-tests (Depends-on): Drop cloexec.
3611         * tests/test-dup2.c (main): Skip portion of test if cloexec module
3612         not present.
3613         Suggested by Bruno Haible.
3614
3615 2009-12-26  Bruno Haible  <bruno@clisp.org>
3616
3617         Remove an unneeded dependency.
3618         * modules/fseterr (Depends-on): Remove dup2.
3619
3620 2009-12-26  Eric Blake  <ebb9@byu.net>
3621
3622         tests: use macros.h in more places
3623         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
3624         (ASSERT_STREAM): Provide default of stderr.
3625         * tests/test-dirent-safer.c: Include macros.h, using alternate
3626         stream for assertions.
3627         * tests/test-dup-safer.c: Likewise.
3628         * tests/test-freopen-safer.c: Likewise.
3629         * tests/test-getopt.c: Likewise.
3630         * tests/test-openat-safer.c: Likewise.
3631         * tests/test-pipe.c: Likewise.
3632         * tests/test-popen-safer.c: Likewise.
3633         * modules/dirent-safer-tests (Files): Include macros.h.
3634         * modules/unistd-safer-tests (Files): Likewise.
3635         * modules/freopen-safer-tests (Files): Likewise.
3636         * modules/getopt-posix-tests (Files): Likewise.
3637         * modules/openat-safer-tests (Files): Likewise.
3638         * modules/pipe-tests (Files): Likewise.
3639
3640 2009-12-26  Bruno Haible  <bruno@clisp.org>
3641
3642         javacomp: Portability fix.
3643         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
3644         that it also works on Solaris.
3645
3646 2009-12-26  Bruno Haible  <bruno@clisp.org>
3647
3648         localename: Fix storage allocation of gl_locale_name_thread's result.
3649         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
3650         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
3651         all platforms that have 'uselocale'.
3652         (gl_locale_name_thread_unsafe): New function, extracted from
3653         gl_locale_name_thread.
3654         (gl_locale_name_thread): Call struniq on all platforms that have
3655         'uselocale'.
3656         * tests/test-localename.c (test_locale_name_thread): Check that the
3657         resulting strings are permanently allocated.
3658         * modules/localename-tests (Depends-on): Add strdup.
3659
3660 2009-12-26  Bruno Haible  <bruno@clisp.org>
3661
3662         * tests/test-localename.c (categories): Fill in the strings.
3663
3664 2009-12-26  Jim Meyering  <meyering@redhat.com>
3665
3666         isdir: complete the removal of m4/isdir.m4
3667         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
3668
3669         isdir: clean up, since at least grep still uses it
3670         * lib/isdir.c: Include "isdir.h".
3671         (S_ISDIR): Remove now-unneeded definition.
3672         * modules/isdir (Files): Add lib/isdir.h.
3673         * lib/isdir.h: New file, with declaration.
3674         * m4/isdir.m4: Remove file -- unneeded.
3675
3676 2009-12-25  Bruno Haible  <bruno@clisp.org>
3677
3678         selinux-h: Make generated .h files standalone.
3679         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
3680         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
3681         * lib/se-selinux.in.h: Likewise.
3682         * modules/selinux-h (Depends-on): Add unused-parameter.
3683         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
3684         selinux/selinux.h and selinux/context.h.
3685         Suggested by Eric Blake.
3686
3687 2009-12-25  Bruno Haible  <bruno@clisp.org>
3688
3689         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
3690         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
3691         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
3692         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
3693         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
3694
3695 2009-12-24  Bruno Haible  <bruno@clisp.org>
3696
3697         openat: Fix warning.
3698         * lib/openat-proc.c: Include <unistd.h>.
3699
3700 2009-12-24  Bruno Haible  <bruno@clisp.org>
3701
3702         New module 'unused-parameter'.
3703         * build-aux/unused-parameter.h: New file, extracted from earlier
3704         gnulib-common.m4.
3705         * modules/unused-parameter: New file.
3706         * lib/unistr.h: Include unused-parameter.h.
3707         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
3708         _GL_UNUSED.
3709         * modules/unistr/base (Depends-on): Add unused-parameter.
3710
3711 2009-12-24  Bruno Haible  <bruno@clisp.org>
3712
3713         Add missing dependencies to 'extensions' module.
3714         * m4/extensions.m4: Add comment.
3715         * modules/accept4 (Depends-on): Add extensions.
3716         * modules/dup3 (Depends-on): Likewise.
3717         * modules/fcntl (Depends-on): Likewise.
3718         * modules/futimens (Depends-on): Likewise.
3719         * modules/mknod (Depends-on): Likewise.
3720         * modules/pipe2 (Depends-on): Likewise.
3721         * modules/stat-time (Depends-on): Likewise.
3722         * modules/strcasestr-simple (Depends-on): Likewise.
3723         * modules/strsignal (Depends-on): Likewise.
3724         * modules/utimensat (Depends-on): Likewise.
3725         * modules/localcharset (Depends-on): Likewise. Needed because of
3726         gl_FCNTL_O_FLAGS.
3727         * modules/wcrtomb (Depends-on): Likewise. Needed because of
3728         AC_TYPE_MBSTATE_T.
3729         * modules/wcsnrtombs (Depends-on): Likewise.
3730         * modules/wcsrtombs (Depends-on): Likewise.
3731
3732 2009-12-24  Bruno Haible  <bruno@clisp.org>
3733
3734         binary-io: Avoid gcc warning due to SET_BINARY.
3735         * lib/binary-io.h (SET_BINARY): Cast the result to void.
3736         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
3737
3738 2009-12-24  Bruno Haible  <bruno@clisp.org>
3739
3740         Avoid future namespace pollution on glibc systems.
3741         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
3742         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
3743         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
3744         glibc systems.
3745
3746 2009-12-24  Bruno Haible  <bruno@clisp.org>
3747
3748         Refactor common macros used in tests.
3749         * tests/macros.h: New file.
3750         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
3751         and/or <stdlib.h>, if appropriate.
3752         (ASSERT, SIZEOF): Remove macros.
3753         * tests/test-areadlink-with-size.c: Likewise.
3754         * tests/test-areadlinkat.c: Likewise.
3755         * tests/test-areadlinkat-with-size.c: Likewise.
3756         * tests/test-argmatch.c: Likewise.
3757         * tests/test-argv-iter.c: Likewise.
3758         * tests/test-array-mergesort.c: Likewise.
3759         * tests/test-array_list.c: Likewise.
3760         * tests/test-array_oset.c: Likewise.
3761         * tests/test-avltree_list.c: Likewise.
3762         * tests/test-avltree_oset.c: Likewise.
3763         * tests/test-avltreehash_list.c: Likewise.
3764         * tests/test-base64.c: Likewise.
3765         * tests/test-binary-io.c: Likewise.
3766         * tests/test-bitrotate.c: Likewise.
3767         * tests/test-btowc.c: Likewise.
3768         * tests/test-byteswap.c: Likewise.
3769         * tests/test-c-ctype.c: Likewise.
3770         * tests/test-c-stack.c: Likewise.
3771         * tests/test-c-strcasecmp.c: Likewise.
3772         * tests/test-c-strcasestr.c: Likewise.
3773         * tests/test-c-strncasecmp.c: Likewise.
3774         * tests/test-c-strstr.c: Likewise.
3775         * tests/test-canonicalize-lgpl.c: Likewise.
3776         * tests/test-canonicalize.c: Likewise.
3777         * tests/test-carray_list.c: Likewise.
3778         * tests/test-ceilf1.c: Likewise.
3779         * tests/test-ceilf2.c: Likewise.
3780         * tests/test-ceill.c: Likewise.
3781         * tests/test-chown.c: Likewise.
3782         * tests/test-cloexec.c: Likewise.
3783         * tests/test-copy-acl.c: Likewise.
3784         * tests/test-copy-file.c: Likewise.
3785         * tests/test-count-one-bits.c: Likewise.
3786         * tests/test-dprintf-posix.c: Likewise.
3787         * tests/test-dup2.c: Likewise.
3788         * tests/test-dup3.c: Likewise.
3789         * tests/test-duplocale.c: Likewise.
3790         * tests/test-fbufmode.c: Likewise.
3791         * tests/test-fchdir.c: Likewise.
3792         * tests/test-fchownat.c: Likewise.
3793         * tests/test-fcntl-safer.c: Likewise.
3794         * tests/test-fcntl.c: Likewise.
3795         * tests/test-fdopendir.c: Likewise.
3796         * tests/test-fdutimensat.c: Likewise.
3797         * tests/test-fflush2.c: Likewise.
3798         * tests/test-file-has-acl.c: Likewise.
3799         * tests/test-filevercmp.c: Likewise.
3800         * tests/test-flock.c: Likewise.
3801         * tests/test-floorf1.c: Likewise.
3802         * tests/test-floorf2.c: Likewise.
3803         * tests/test-floorl.c: Likewise.
3804         * tests/test-fnmatch.c: Likewise.
3805         * tests/test-fopen.h: Likewise.
3806         * tests/test-fpending.c: Likewise.
3807         * tests/test-fprintf-posix.c: Likewise.
3808         * tests/test-fpurge.c: Likewise.
3809         * tests/test-freadable.c: Likewise.
3810         * tests/test-freadahead.c: Likewise.
3811         * tests/test-freading.c: Likewise.
3812         * tests/test-freadptr.c: Likewise.
3813         * tests/test-freadptr2.c: Likewise.
3814         * tests/test-freadseek.c: Likewise.
3815         * tests/test-freopen.c: Likewise.
3816         * tests/test-frexp.c: Likewise.
3817         * tests/test-frexpl.c: Likewise.
3818         * tests/test-fseek.c: Likewise.
3819         * tests/test-fseeko.c: Likewise.
3820         * tests/test-fstatat.c: Likewise.
3821         * tests/test-fstrcmp.c: Likewise.
3822         * tests/test-fsync.c: Likewise.
3823         * tests/test-ftell.c: Likewise.
3824         * tests/test-ftello.c: Likewise.
3825         * tests/test-func.c: Likewise.
3826         * tests/test-futimens.c: Likewise.
3827         * tests/test-fwritable.c: Likewise.
3828         * tests/test-fwriting.c: Likewise.
3829         * tests/test-getcwd.c: Likewise.
3830         * tests/test-getdate.c: Likewise.
3831         * tests/test-getdelim.c: Likewise.
3832         * tests/test-getdtablesize.c: Likewise.
3833         * tests/test-getgroups.c: Likewise.
3834         * tests/test-getline.c: Likewise.
3835         * tests/test-getndelim2.c: Likewise.
3836         * tests/test-glob.c: Likewise.
3837         * tests/test-hash.c: Likewise.
3838         * tests/test-i-ring.c: Likewise.
3839         * tests/test-iconv-utf.c: Likewise.
3840         * tests/test-iconv.c: Likewise.
3841         * tests/test-idpriv-drop.c: Likewise.
3842         * tests/test-idpriv-droptemp.c: Likewise.
3843         * tests/test-inet_ntop.c: Likewise.
3844         * tests/test-inet_pton.c: Likewise.
3845         * tests/test-isblank.c: Likewise.
3846         * tests/test-isfinite.c: Likewise.
3847         * tests/test-isinf.c: Likewise.
3848         * tests/test-isnan.c: Likewise.
3849         * tests/test-isnand.h: Likewise.
3850         * tests/test-isnanf.h: Likewise.
3851         * tests/test-isnanl.h: Likewise.
3852         * tests/test-lchown.c: Likewise.
3853         * tests/test-ldexpl.c: Likewise.
3854         * tests/test-link.c: Likewise.
3855         * tests/test-linkat.c: Likewise.
3856         * tests/test-linked_list.c: Likewise.
3857         * tests/test-linkedhash_list.c: Likewise.
3858         * tests/test-localename.c: Likewise.
3859         * tests/test-lseek.c: Likewise.
3860         * tests/test-lstat.c: Likewise.
3861         * tests/test-mbmemcasecmp.c: Likewise.
3862         * tests/test-mbmemcasecoll.c: Likewise.
3863         * tests/test-mbrtowc.c: Likewise.
3864         * tests/test-mbscasecmp.c: Likewise.
3865         * tests/test-mbscasestr1.c: Likewise.
3866         * tests/test-mbscasestr2.c: Likewise.
3867         * tests/test-mbscasestr3.c: Likewise.
3868         * tests/test-mbscasestr4.c: Likewise.
3869         * tests/test-mbschr.c: Likewise.
3870         * tests/test-mbscspn.c: Likewise.
3871         * tests/test-mbsinit.c: Likewise.
3872         * tests/test-mbsncasecmp.c: Likewise.
3873         * tests/test-mbsnrtowcs.c: Likewise.
3874         * tests/test-mbspbrk.c: Likewise.
3875         * tests/test-mbspcasecmp.c: Likewise.
3876         * tests/test-mbsrchr.c: Likewise.
3877         * tests/test-mbsrtowcs.c: Likewise.
3878         * tests/test-mbsspn.c: Likewise.
3879         * tests/test-mbsstr1.c: Likewise.
3880         * tests/test-mbsstr2.c: Likewise.
3881         * tests/test-mbsstr3.c: Likewise.
3882         * tests/test-memchr.c: Likewise.
3883         * tests/test-memchr2.c: Likewise.
3884         * tests/test-memcmp.c: Likewise.
3885         * tests/test-memmem.c: Likewise.
3886         * tests/test-memrchr.c: Likewise.
3887         * tests/test-mkdir.c: Likewise.
3888         * tests/test-mkdirat.c: Likewise.
3889         * tests/test-mkfifo.c: Likewise.
3890         * tests/test-mkfifoat.c: Likewise.
3891         * tests/test-mknod.c: Likewise.
3892         * tests/test-nanosleep.c: Likewise.
3893         * tests/test-nl_langinfo.c: Likewise.
3894         * tests/test-obstack-printf.c: Likewise.
3895         * tests/test-open.c: Likewise.
3896         * tests/test-openat.c: Likewise.
3897         * tests/test-pipe-filter-gi1.c: Likewise.
3898         * tests/test-pipe-filter-gi2-main.c: Likewise.
3899         * tests/test-pipe-filter-ii1.c: Likewise.
3900         * tests/test-pipe-filter-ii2-main.c: Likewise.
3901         * tests/test-pipe2.c: Likewise.
3902         * tests/test-popen.h: Likewise.
3903         * tests/test-posixtm.c: Likewise.
3904         * tests/test-pread.c: Likewise.
3905         * tests/test-printf-frexp.c: Likewise.
3906         * tests/test-printf-frexpl.c: Likewise.
3907         * tests/test-printf-posix.c: Likewise.
3908         * tests/test-priv-set.c: Likewise.
3909         * tests/test-quotearg.c: Likewise.
3910         * tests/test-random_r.c: Likewise.
3911         * tests/test-rawmemchr.c: Likewise.
3912         * tests/test-rbtree_list.c: Likewise.
3913         * tests/test-rbtree_oset.c: Likewise.
3914         * tests/test-rbtreehash_list.c: Likewise.
3915         * tests/test-readlink.c: Likewise.
3916         * tests/test-remove.c: Likewise.
3917         * tests/test-rename.c: Likewise.
3918         * tests/test-renameat.c: Likewise.
3919         * tests/test-rmdir.c: Likewise.
3920         * tests/test-round1.c: Likewise.
3921         * tests/test-roundf1.c: Likewise.
3922         * tests/test-roundl.c: Likewise.
3923         * tests/test-safe-alloc.c: Likewise.
3924         * tests/test-sameacls.c: Likewise.
3925         * tests/test-set-mode-acl.c: Likewise.
3926         * tests/test-setenv.c: Likewise.
3927         * tests/test-sigaction.c: Likewise.
3928         * tests/test-signbit.c: Likewise.
3929         * tests/test-sleep.c: Likewise.
3930         * tests/test-snprintf-posix.c: Likewise.
3931         * tests/test-snprintf.c: Likewise.
3932         * tests/test-sprintf-posix.c: Likewise.
3933         * tests/test-stat-time.c: Likewise.
3934         * tests/test-stat.c: Likewise.
3935         * tests/test-strcasestr.c: Likewise.
3936         * tests/test-strchrnul.c: Likewise.
3937         * tests/test-strerror.c: Likewise.
3938         * tests/test-striconv.c: Likewise.
3939         * tests/test-striconveh.c: Likewise.
3940         * tests/test-striconveha.c: Likewise.
3941         * tests/test-strsignal.c: Likewise.
3942         * tests/test-strstr.c: Likewise.
3943         * tests/test-strtod.c: Likewise.
3944         * tests/test-strverscmp.c: Likewise.
3945         * tests/test-symlink.c: Likewise.
3946         * tests/test-symlinkat.c: Likewise.
3947         * tests/test-trunc1.c: Likewise.
3948         * tests/test-trunc2.c: Likewise.
3949         * tests/test-truncf1.c: Likewise.
3950         * tests/test-truncf2.c: Likewise.
3951         * tests/test-truncl.c: Likewise.
3952         * tests/test-uname.c: Likewise.
3953         * tests/test-unlink.c: Likewise.
3954         * tests/test-unlinkat.c: Likewise.
3955         * tests/test-unsetenv.c: Likewise.
3956         * tests/test-usleep.c: Likewise.
3957         * tests/test-utimens.c: Likewise.
3958         * tests/test-utimensat.c: Likewise.
3959         * tests/test-vasnprintf-posix.c: Likewise.
3960         * tests/test-vasnprintf-posix2.c: Likewise.
3961         * tests/test-vasnprintf.c: Likewise.
3962         * tests/test-vasprintf-posix.c: Likewise.
3963         * tests/test-vasprintf.c: Likewise.
3964         * tests/test-vdprintf-posix.c: Likewise.
3965         * tests/test-vfprintf-posix.c: Likewise.
3966         * tests/test-vprintf-posix.c: Likewise.
3967         * tests/test-vsnprintf-posix.c: Likewise.
3968         * tests/test-vsnprintf.c: Likewise.
3969         * tests/test-vsprintf-posix.c: Likewise.
3970         * tests/test-wcrtomb.c: Likewise.
3971         * tests/test-wcsnrtombs.c: Likewise.
3972         * tests/test-wcsrtombs.c: Likewise.
3973         * tests/test-wctype.c: Likewise.
3974         * tests/test-wcwidth.c: Likewise.
3975         * tests/test-xfprintf-posix.c: Likewise.
3976         * tests/test-xmemdup0.c: Likewise.
3977         * tests/test-xprintf-posix.c: Likewise.
3978         * tests/test-xvasprintf.c: Likewise.
3979         * tests/unicase/test-locale-language.c: Likewise.
3980         * tests/unicase/test-mapping-part1.h: Likewise.
3981         * tests/unicase/test-predicate-part1.h: Likewise.
3982         * tests/unicase/test-u8-casecmp.c: Likewise.
3983         * tests/unicase/test-u8-casecoll.c: Likewise.
3984         * tests/unicase/test-u8-casefold.c: Likewise.
3985         * tests/unicase/test-u8-is-cased.c: Likewise.
3986         * tests/unicase/test-u8-is-casefolded.c: Likewise.
3987         * tests/unicase/test-u8-is-lowercase.c: Likewise.
3988         * tests/unicase/test-u8-is-titlecase.c: Likewise.
3989         * tests/unicase/test-u8-is-uppercase.c: Likewise.
3990         * tests/unicase/test-u8-tolower.c: Likewise.
3991         * tests/unicase/test-u8-totitle.c: Likewise.
3992         * tests/unicase/test-u8-toupper.c: Likewise.
3993         * tests/unicase/test-u16-casecmp.c: Likewise.
3994         * tests/unicase/test-u16-casecoll.c: Likewise.
3995         * tests/unicase/test-u16-casefold.c: Likewise.
3996         * tests/unicase/test-u16-is-cased.c: Likewise.
3997         * tests/unicase/test-u16-is-casefolded.c: Likewise.
3998         * tests/unicase/test-u16-is-lowercase.c: Likewise.
3999         * tests/unicase/test-u16-is-titlecase.c: Likewise.
4000         * tests/unicase/test-u16-is-uppercase.c: Likewise.
4001         * tests/unicase/test-u16-tolower.c: Likewise.
4002         * tests/unicase/test-u16-totitle.c: Likewise.
4003         * tests/unicase/test-u16-toupper.c: Likewise.
4004         * tests/unicase/test-u32-casecmp.c: Likewise.
4005         * tests/unicase/test-u32-casecoll.c: Likewise.
4006         * tests/unicase/test-u32-casefold.c: Likewise.
4007         * tests/unicase/test-u32-is-cased.c: Likewise.
4008         * tests/unicase/test-u32-is-casefolded.c: Likewise.
4009         * tests/unicase/test-u32-is-lowercase.c: Likewise.
4010         * tests/unicase/test-u32-is-titlecase.c: Likewise.
4011         * tests/unicase/test-u32-is-uppercase.c: Likewise.
4012         * tests/unicase/test-u32-tolower.c: Likewise.
4013         * tests/unicase/test-u32-totitle.c: Likewise.
4014         * tests/unicase/test-u32-toupper.c: Likewise.
4015         * tests/unicase/test-ulc-casecmp.c: Likewise.
4016         * tests/unicase/test-ulc-casecoll.c: Likewise.
4017         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4018         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
4019         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4020         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4021         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
4022         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
4023         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4024         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4025         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4026         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
4027         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4028         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4029         * tests/unictype/test-bidi_byname.c: Likewise.
4030         * tests/unictype/test-bidi_name.c: Likewise.
4031         * tests/unictype/test-bidi_of.c: Likewise.
4032         * tests/unictype/test-bidi_test.c: Likewise.
4033         * tests/unictype/test-block_list.c: Likewise.
4034         * tests/unictype/test-block_of.c: Likewise.
4035         * tests/unictype/test-block_test.c: Likewise.
4036         * tests/unictype/test-categ_and.c: Likewise.
4037         * tests/unictype/test-categ_and_not.c: Likewise.
4038         * tests/unictype/test-categ_byname.c: Likewise.
4039         * tests/unictype/test-categ_name.c: Likewise.
4040         * tests/unictype/test-categ_none.c: Likewise.
4041         * tests/unictype/test-categ_of.c: Likewise.
4042         * tests/unictype/test-categ_or.c: Likewise.
4043         * tests/unictype/test-categ_test_withtable.c: Likewise.
4044         * tests/unictype/test-combining.c: Likewise.
4045         * tests/unictype/test-decdigit.c: Likewise.
4046         * tests/unictype/test-digit.c: Likewise.
4047         * tests/unictype/test-mirror.c: Likewise.
4048         * tests/unictype/test-numeric.c: Likewise.
4049         * tests/unictype/test-pr_byname.c: Likewise.
4050         * tests/unictype/test-pr_test.c: Likewise.
4051         * tests/unictype/test-predicate-part1.h: Likewise.
4052         * tests/unictype/test-scripts.c: Likewise.
4053         * tests/unictype/test-sy_c_ident.c: Likewise.
4054         * tests/unictype/test-sy_java_ident.c: Likewise.
4055         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
4056         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
4057         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
4058         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
4059         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
4060         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
4061         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
4062         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
4063         * tests/uninorm/test-canonical-decomposition.c: Likewise.
4064         * tests/uninorm/test-compat-decomposition.c: Likewise.
4065         * tests/uninorm/test-composition.c: Likewise.
4066         * tests/uninorm/test-decomposing-form.c: Likewise.
4067         * tests/uninorm/test-decomposition.c: Likewise.
4068         * tests/uninorm/test-u8-nfc.c: Likewise.
4069         * tests/uninorm/test-u8-nfd.c: Likewise.
4070         * tests/uninorm/test-u8-nfkc.c: Likewise.
4071         * tests/uninorm/test-u8-nfkd.c: Likewise.
4072         * tests/uninorm/test-u8-normcmp.c: Likewise.
4073         * tests/uninorm/test-u8-normcoll.c: Likewise.
4074         * tests/uninorm/test-u16-nfc.c: Likewise.
4075         * tests/uninorm/test-u16-nfd.c: Likewise.
4076         * tests/uninorm/test-u16-nfkc.c: Likewise.
4077         * tests/uninorm/test-u16-nfkd.c: Likewise.
4078         * tests/uninorm/test-u16-normcmp.c: Likewise.
4079         * tests/uninorm/test-u16-normcoll.c: Likewise.
4080         * tests/uninorm/test-u32-nfc.c: Likewise.
4081         * tests/uninorm/test-u32-nfd.c: Likewise.
4082         * tests/uninorm/test-u32-nfkc.c: Likewise.
4083         * tests/uninorm/test-u32-nfkd.c: Likewise.
4084         * tests/uninorm/test-u32-normalize-big.c: Likewise.
4085         * tests/uninorm/test-u32-normcmp.c: Likewise.
4086         * tests/uninorm/test-u32-normcoll.c: Likewise.
4087         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
4088         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
4089         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
4090         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
4091         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
4092         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
4093         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
4094         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
4095         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
4096         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
4097         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
4098         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
4099         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
4100         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
4101         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
4102         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
4103         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
4104         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
4105         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
4106         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
4107         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
4108         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
4109         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
4110         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
4111         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
4112         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
4113         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
4114         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
4115         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
4116         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
4117         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
4118         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
4119         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
4120         * tests/uniwidth/test-u8-strwidth.c: Likewise.
4121         * tests/uniwidth/test-u8-width.c: Likewise.
4122         * tests/uniwidth/test-u16-strwidth.c: Likewise.
4123         * tests/uniwidth/test-u16-width.c: Likewise.
4124         * tests/uniwidth/test-u32-strwidth.c: Likewise.
4125         * tests/uniwidth/test-u32-width.c: Likewise.
4126         * tests/uniwidth/test-uc_width.c: Likewise.
4127         * tests/uniwidth/test-uc_width2.c: Likewise.
4128         * modules/acl-tests (Files): Add tests/macros.h.
4129         * modules/areadlink-tests (Files): Likewise.
4130         * modules/areadlink-with-size-tests (Files): Likewise.
4131         * modules/areadlinkat-tests (Files): Likewise.
4132         * modules/areadlinkat-with-size-tests (Files): Likewise.
4133         * modules/argmatch-tests (Files): Likewise.
4134         * modules/argv-iter-tests (Files): Likewise.
4135         * modules/array-list-tests (Files): Likewise.
4136         * modules/array-mergesort-tests (Files): Likewise.
4137         * modules/array-oset-tests (Files): Likewise.
4138         * modules/avltree-list-tests (Files): Likewise.
4139         * modules/avltree-oset-tests (Files): Likewise.
4140         * modules/avltreehash-list-tests (Files): Likewise.
4141         * modules/base64-tests (Files): Likewise.
4142         * modules/binary-io-tests (Files): Likewise.
4143         * modules/bitrotate-tests (Files): Likewise.
4144         * modules/btowc-tests (Files): Likewise.
4145         * modules/byteswap-tests (Files): Likewise.
4146         * modules/c-ctype-tests (Files): Likewise.
4147         * modules/c-stack-tests (Files): Likewise.
4148         * modules/c-strcase-tests (Files): Likewise.
4149         * modules/c-strcasestr-tests (Files): Likewise.
4150         * modules/c-strstr-tests (Files): Likewise.
4151         * modules/canonicalize-lgpl-tests (Files): Likewise.
4152         * modules/canonicalize-tests (Files): Likewise.
4153         * modules/carray-list-tests (Files): Likewise.
4154         * modules/ceilf-tests (Files): Likewise.
4155         * modules/ceill-tests (Files): Likewise.
4156         * modules/chown-tests (Files): Likewise.
4157         * modules/cloexec-tests (Files): Likewise.
4158         * modules/copy-file-tests (Files): Likewise.
4159         * modules/count-one-bits-tests (Files): Likewise.
4160         * modules/dprintf-posix-tests (Files): Likewise.
4161         * modules/dup2-tests (Files): Likewise.
4162         * modules/dup3-tests (Files): Likewise.
4163         * modules/duplocale-tests (Files): Likewise.
4164         * modules/fbufmode-tests (Files): Likewise.
4165         * modules/fchdir-tests (Files): Likewise.
4166         * modules/fcntl-safer-tests (Files): Likewise.
4167         * modules/fcntl-tests (Files): Likewise.
4168         * modules/fdopendir-tests (Files): Likewise.
4169         * modules/fdutimensat-tests (Files): Likewise.
4170         * modules/fflush-tests (Files): Likewise.
4171         * modules/filevercmp-tests (Files): Likewise.
4172         * modules/flock-tests (Files): Likewise.
4173         * modules/floorf-tests (Files): Likewise.
4174         * modules/floorl-tests (Files): Likewise.
4175         * modules/fnmatch-tests (Files): Likewise.
4176         * modules/fopen-safer-tests (Files): Likewise.
4177         * modules/fopen-tests (Files): Likewise.
4178         * modules/fpending-tests (Files): Likewise.
4179         * modules/fprintf-posix-tests (Files): Likewise.
4180         * modules/fpurge-tests (Files): Likewise.
4181         * modules/freadable-tests (Files): Likewise.
4182         * modules/freadahead-tests (Files): Likewise.
4183         * modules/freading-tests (Files): Likewise.
4184         * modules/freadptr-tests (Files): Likewise.
4185         * modules/freadseek-tests (Files): Likewise.
4186         * modules/freopen-tests (Files): Likewise.
4187         * modules/frexp-nolibm-tests (Files): Likewise.
4188         * modules/frexp-tests (Files): Likewise.
4189         * modules/frexpl-nolibm-tests (Files): Likewise.
4190         * modules/frexpl-tests (Files): Likewise.
4191         * modules/fseek-tests (Files): Likewise.
4192         * modules/fseeko-tests (Files): Likewise.
4193         * modules/fstrcmp-tests (Files): Likewise.
4194         * modules/fsync-tests (Files): Likewise.
4195         * modules/ftell-tests (Files): Likewise.
4196         * modules/ftello-tests (Files): Likewise.
4197         * modules/func-tests (Files): Likewise.
4198         * modules/futimens-tests (Files): Likewise.
4199         * modules/fwritable-tests (Files): Likewise.
4200         * modules/fwriting-tests (Files): Likewise.
4201         * modules/getcwd-tests (Files): Likewise.
4202         * modules/getdate-tests (Files): Likewise.
4203         * modules/getdelim-tests (Files): Likewise.
4204         * modules/getdtablesize-tests (Files): Likewise.
4205         * modules/getgroups-tests (Files): Likewise.
4206         * modules/getline-tests (Files): Likewise.
4207         * modules/getndelim2-tests (Files): Likewise.
4208         * modules/glob-tests (Files): Likewise.
4209         * modules/hash-tests (Files): Likewise.
4210         * modules/i-ring-tests (Files): Likewise.
4211         * modules/iconv-tests (Files): Likewise.
4212         * modules/iconv_open-utf-tests (Files): Likewise.
4213         * modules/idpriv-drop-tests (Files): Likewise.
4214         * modules/idpriv-droptemp-tests (Files): Likewise.
4215         * modules/inet_ntop-tests (Files): Likewise.
4216         * modules/inet_pton-tests (Files): Likewise.
4217         * modules/isblank-tests (Files): Likewise.
4218         * modules/isfinite-tests (Files): Likewise.
4219         * modules/isinf-tests (Files): Likewise.
4220         * modules/isnan-tests (Files): Likewise.
4221         * modules/isnand-nolibm-tests (Files): Likewise.
4222         * modules/isnand-tests (Files): Likewise.
4223         * modules/isnanf-nolibm-tests (Files): Likewise.
4224         * modules/isnanf-tests (Files): Likewise.
4225         * modules/isnanl-nolibm-tests (Files): Likewise.
4226         * modules/isnanl-tests (Files): Likewise.
4227         * modules/lchown-tests (Files): Likewise.
4228         * modules/ldexpl-tests (Files): Likewise.
4229         * modules/link-tests (Files): Likewise.
4230         * modules/linkat-tests (Files): Likewise.
4231         * modules/linked-list-tests (Files): Likewise.
4232         * modules/linkedhash-list-tests (Files): Likewise.
4233         * modules/localename-tests (Files): Likewise.
4234         * modules/lseek-tests (Files): Likewise.
4235         * modules/lstat-tests (Files): Likewise.
4236         * modules/mbmemcasecmp-tests (Files): Likewise.
4237         * modules/mbmemcasecoll-tests (Files): Likewise.
4238         * modules/mbrtowc-tests (Files): Likewise.
4239         * modules/mbscasecmp-tests (Files): Likewise.
4240         * modules/mbscasestr-tests (Files): Likewise.
4241         * modules/mbschr-tests (Files): Likewise.
4242         * modules/mbscspn-tests (Files): Likewise.
4243         * modules/mbsinit-tests (Files): Likewise.
4244         * modules/mbsncasecmp-tests (Files): Likewise.
4245         * modules/mbsnrtowcs-tests (Files): Likewise.
4246         * modules/mbspbrk-tests (Files): Likewise.
4247         * modules/mbspcasecmp-tests (Files): Likewise.
4248         * modules/mbsrchr-tests (Files): Likewise.
4249         * modules/mbsrtowcs-tests (Files): Likewise.
4250         * modules/mbsspn-tests (Files): Likewise.
4251         * modules/mbsstr-tests (Files): Likewise.
4252         * modules/memchr-tests (Files): Likewise.
4253         * modules/memchr2-tests (Files): Likewise.
4254         * modules/memcmp-tests (Files): Likewise.
4255         * modules/memmem-tests (Files): Likewise.
4256         * modules/memrchr-tests (Files): Likewise.
4257         * modules/mkdir-tests (Files): Likewise.
4258         * modules/mkfifo-tests (Files): Likewise.
4259         * modules/mkfifoat-tests (Files): Likewise.
4260         * modules/mknod-tests (Files): Likewise.
4261         * modules/nanosleep-tests (Files): Likewise.
4262         * modules/nl_langinfo-tests (Files): Likewise.
4263         * modules/obstack-printf-tests (Files): Likewise.
4264         * modules/open-tests (Files): Likewise.
4265         * modules/openat-tests (Files): Likewise.
4266         * modules/pipe-filter-gi-tests (Files): Likewise.
4267         * modules/pipe-filter-ii-tests (Files): Likewise.
4268         * modules/pipe2-tests (Files): Likewise.
4269         * modules/popen-safer-tests (Files): Likewise.
4270         * modules/popen-tests (Files): Likewise.
4271         * modules/posixtm-tests (Files): Likewise.
4272         * modules/pread-tests (Files): Likewise.
4273         * modules/printf-frexp-tests (Files): Likewise.
4274         * modules/printf-frexpl-tests (Files): Likewise.
4275         * modules/printf-posix-tests (Files): Likewise.
4276         * modules/priv-set-tests (Files): Likewise.
4277         * modules/quotearg-tests (Files): Likewise.
4278         * modules/random_r-tests (Files): Likewise.
4279         * modules/rawmemchr-tests (Files): Likewise.
4280         * modules/rbtree-list-tests (Files): Likewise.
4281         * modules/rbtree-oset-tests (Files): Likewise.
4282         * modules/rbtreehash-list-tests (Files): Likewise.
4283         * modules/readlink-tests (Files): Likewise.
4284         * modules/remove-tests (Files): Likewise.
4285         * modules/rename-tests (Files): Likewise.
4286         * modules/renameat-tests (Files): Likewise.
4287         * modules/rmdir-tests (Files): Likewise.
4288         * modules/round-tests (Files): Likewise.
4289         * modules/roundf-tests (Files): Likewise.
4290         * modules/roundl-tests (Files): Likewise.
4291         * modules/safe-alloc-tests (Files): Likewise.
4292         * modules/setenv-tests (Files): Likewise.
4293         * modules/sigaction-tests (Files): Likewise.
4294         * modules/signbit-tests (Files): Likewise.
4295         * modules/sleep-tests (Files): Likewise.
4296         * modules/snprintf-posix-tests (Files): Likewise.
4297         * modules/snprintf-tests (Files): Likewise.
4298         * modules/sprintf-posix-tests (Files): Likewise.
4299         * modules/stat-tests (Files): Likewise.
4300         * modules/stat-time-tests (Files): Likewise.
4301         * modules/strcasestr-tests (Files): Likewise.
4302         * modules/strchrnul-tests (Files): Likewise.
4303         * modules/strerror-tests (Files): Likewise.
4304         * modules/striconv-tests (Files): Likewise.
4305         * modules/striconveh-tests (Files): Likewise.
4306         * modules/striconveha-tests (Files): Likewise.
4307         * modules/strsignal-tests (Files): Likewise.
4308         * modules/strstr-tests (Files): Likewise.
4309         * modules/strtod-tests (Files): Likewise.
4310         * modules/strverscmp-tests (Files): Likewise.
4311         * modules/symlink-tests (Files): Likewise.
4312         * modules/symlinkat-tests (Files): Likewise.
4313         * modules/trunc-tests (Files): Likewise.
4314         * modules/truncf-tests (Files): Likewise.
4315         * modules/truncl-tests (Files): Likewise.
4316         * modules/uname-tests (Files): Likewise.
4317         * modules/unicase/cased-tests (Files): Likewise.
4318         * modules/unicase/ignorable-tests (Files): Likewise.
4319         * modules/unicase/locale-language-tests (Files): Likewise.
4320         * modules/unicase/tolower-tests (Files): Likewise.
4321         * modules/unicase/totitle-tests (Files): Likewise.
4322         * modules/unicase/toupper-tests (Files): Likewise.
4323         * modules/unicase/u8-casecmp-tests (Files): Likewise.
4324         * modules/unicase/u8-casecoll-tests (Files): Likewise.
4325         * modules/unicase/u8-casefold-tests (Files): Likewise.
4326         * modules/unicase/u8-is-cased-tests (Files): Likewise.
4327         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
4328         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
4329         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
4330         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
4331         * modules/unicase/u8-tolower-tests (Files): Likewise.
4332         * modules/unicase/u8-totitle-tests (Files): Likewise.
4333         * modules/unicase/u8-toupper-tests (Files): Likewise.
4334         * modules/unicase/u16-casecmp-tests (Files): Likewise.
4335         * modules/unicase/u16-casecoll-tests (Files): Likewise.
4336         * modules/unicase/u16-casefold-tests (Files): Likewise.
4337         * modules/unicase/u16-is-cased-tests (Files): Likewise.
4338         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
4339         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
4340         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
4341         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
4342         * modules/unicase/u16-tolower-tests (Files): Likewise.
4343         * modules/unicase/u16-totitle-tests (Files): Likewise.
4344         * modules/unicase/u16-toupper-tests (Files): Likewise.
4345         * modules/unicase/u32-casecmp-tests (Files): Likewise.
4346         * modules/unicase/u32-casecoll-tests (Files): Likewise.
4347         * modules/unicase/u32-casefold-tests (Files): Likewise.
4348         * modules/unicase/u32-is-cased-tests (Files): Likewise.
4349         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
4350         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
4351         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
4352         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
4353         * modules/unicase/u32-tolower-tests (Files): Likewise.
4354         * modules/unicase/u32-totitle-tests (Files): Likewise.
4355         * modules/unicase/u32-toupper-tests (Files): Likewise.
4356         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
4357         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
4358         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
4359         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
4360         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
4361         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
4362         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
4363         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
4364         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
4365         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
4366         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
4367         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
4368         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
4369         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
4370         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
4371         * modules/unictype/bidicategory-name-tests (Files): Likewise.
4372         * modules/unictype/bidicategory-of-tests (Files): Likewise.
4373         * modules/unictype/bidicategory-test-tests (Files): Likewise.
4374         * modules/unictype/block-list-tests (Files): Likewise.
4375         * modules/unictype/block-of-tests (Files): Likewise.
4376         * modules/unictype/block-test-tests (Files): Likewise.
4377         * modules/unictype/category-C-tests (Files): Likewise.
4378         * modules/unictype/category-Cc-tests (Files): Likewise.
4379         * modules/unictype/category-Cf-tests (Files): Likewise.
4380         * modules/unictype/category-Cn-tests (Files): Likewise.
4381         * modules/unictype/category-Co-tests (Files): Likewise.
4382         * modules/unictype/category-Cs-tests (Files): Likewise.
4383         * modules/unictype/category-L-tests (Files): Likewise.
4384         * modules/unictype/category-Ll-tests (Files): Likewise.
4385         * modules/unictype/category-Lm-tests (Files): Likewise.
4386         * modules/unictype/category-Lo-tests (Files): Likewise.
4387         * modules/unictype/category-Lt-tests (Files): Likewise.
4388         * modules/unictype/category-Lu-tests (Files): Likewise.
4389         * modules/unictype/category-M-tests (Files): Likewise.
4390         * modules/unictype/category-Mc-tests (Files): Likewise.
4391         * modules/unictype/category-Me-tests (Files): Likewise.
4392         * modules/unictype/category-Mn-tests (Files): Likewise.
4393         * modules/unictype/category-N-tests (Files): Likewise.
4394         * modules/unictype/category-Nd-tests (Files): Likewise.
4395         * modules/unictype/category-Nl-tests (Files): Likewise.
4396         * modules/unictype/category-No-tests (Files): Likewise.
4397         * modules/unictype/category-P-tests (Files): Likewise.
4398         * modules/unictype/category-Pc-tests (Files): Likewise.
4399         * modules/unictype/category-Pd-tests (Files): Likewise.
4400         * modules/unictype/category-Pe-tests (Files): Likewise.
4401         * modules/unictype/category-Pf-tests (Files): Likewise.
4402         * modules/unictype/category-Pi-tests (Files): Likewise.
4403         * modules/unictype/category-Po-tests (Files): Likewise.
4404         * modules/unictype/category-Ps-tests (Files): Likewise.
4405         * modules/unictype/category-S-tests (Files): Likewise.
4406         * modules/unictype/category-Sc-tests (Files): Likewise.
4407         * modules/unictype/category-Sk-tests (Files): Likewise.
4408         * modules/unictype/category-Sm-tests (Files): Likewise.
4409         * modules/unictype/category-So-tests (Files): Likewise.
4410         * modules/unictype/category-Z-tests (Files): Likewise.
4411         * modules/unictype/category-Zl-tests (Files): Likewise.
4412         * modules/unictype/category-Zp-tests (Files): Likewise.
4413         * modules/unictype/category-Zs-tests (Files): Likewise.
4414         * modules/unictype/category-and-not-tests (Files): Likewise.
4415         * modules/unictype/category-and-tests (Files): Likewise.
4416         * modules/unictype/category-byname-tests (Files): Likewise.
4417         * modules/unictype/category-name-tests (Files): Likewise.
4418         * modules/unictype/category-none-tests (Files): Likewise.
4419         * modules/unictype/category-of-tests (Files): Likewise.
4420         * modules/unictype/category-or-tests (Files): Likewise.
4421         * modules/unictype/category-test-withtable-tests (Files): Likewise.
4422         * modules/unictype/combining-class-tests (Files): Likewise.
4423         * modules/unictype/ctype-alnum-tests (Files): Likewise.
4424         * modules/unictype/ctype-alpha-tests (Files): Likewise.
4425         * modules/unictype/ctype-blank-tests (Files): Likewise.
4426         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
4427         * modules/unictype/ctype-digit-tests (Files): Likewise.
4428         * modules/unictype/ctype-graph-tests (Files): Likewise.
4429         * modules/unictype/ctype-lower-tests (Files): Likewise.
4430         * modules/unictype/ctype-print-tests (Files): Likewise.
4431         * modules/unictype/ctype-punct-tests (Files): Likewise.
4432         * modules/unictype/ctype-space-tests (Files): Likewise.
4433         * modules/unictype/ctype-upper-tests (Files): Likewise.
4434         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
4435         * modules/unictype/decimal-digit-tests (Files): Likewise.
4436         * modules/unictype/digit-tests (Files): Likewise.
4437         * modules/unictype/mirror-tests (Files): Likewise.
4438         * modules/unictype/numeric-tests (Files): Likewise.
4439         * modules/unictype/property-alphabetic-tests (Files): Likewise.
4440         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
4441         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
4442         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
4443         Likewise.
4444         * modules/unictype/property-bidi-block-separator-tests (Files):
4445         Likewise.
4446         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
4447         Likewise.
4448         * modules/unictype/property-bidi-common-separator-tests (Files):
4449         Likewise.
4450         * modules/unictype/property-bidi-control-tests (Files): Likewise.
4451         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
4452         Likewise.
4453         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
4454         Likewise.
4455         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
4456         Likewise.
4457         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
4458         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
4459         Likewise.
4460         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
4461         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
4462         Likewise.
4463         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
4464         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
4465         * modules/unictype/property-bidi-segment-separator-tests (Files):
4466         Likewise.
4467         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
4468         * modules/unictype/property-byname-tests (Files): Likewise.
4469         * modules/unictype/property-combining-tests (Files): Likewise.
4470         * modules/unictype/property-composite-tests (Files): Likewise.
4471         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
4472         * modules/unictype/property-dash-tests (Files): Likewise.
4473         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
4474         * modules/unictype/property-default-ignorable-code-point-tests (Files):
4475         Likewise.
4476         * modules/unictype/property-deprecated-tests (Files): Likewise.
4477         * modules/unictype/property-diacritic-tests (Files): Likewise.
4478         * modules/unictype/property-extender-tests (Files): Likewise.
4479         * modules/unictype/property-format-control-tests (Files): Likewise.
4480         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
4481         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
4482         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
4483         * modules/unictype/property-hex-digit-tests (Files): Likewise.
4484         * modules/unictype/property-hyphen-tests (Files): Likewise.
4485         * modules/unictype/property-id-continue-tests (Files): Likewise.
4486         * modules/unictype/property-id-start-tests (Files): Likewise.
4487         * modules/unictype/property-ideographic-tests (Files): Likewise.
4488         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
4489         * modules/unictype/property-ids-trinary-operator-tests (Files):
4490         Likewise.
4491         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
4492         * modules/unictype/property-iso-control-tests (Files): Likewise.
4493         * modules/unictype/property-join-control-tests (Files): Likewise.
4494         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
4495         * modules/unictype/property-line-separator-tests (Files): Likewise.
4496         * modules/unictype/property-logical-order-exception-tests (Files):
4497         Likewise.
4498         * modules/unictype/property-lowercase-tests (Files): Likewise.
4499         * modules/unictype/property-math-tests (Files): Likewise.
4500         * modules/unictype/property-non-break-tests (Files): Likewise.
4501         * modules/unictype/property-not-a-character-tests (Files): Likewise.
4502         * modules/unictype/property-numeric-tests (Files): Likewise.
4503         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
4504         * modules/unictype/property-other-default-ignorable-code-point-tests
4505         (Files): Likewise.
4506         * modules/unictype/property-other-grapheme-extend-tests (Files):
4507         Likewise.
4508         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
4509         * modules/unictype/property-other-id-start-tests (Files): Likewise.
4510         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
4511         * modules/unictype/property-other-math-tests (Files): Likewise.
4512         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
4513         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
4514         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
4515         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
4516         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
4517         * modules/unictype/property-private-use-tests (Files): Likewise.
4518         * modules/unictype/property-punctuation-tests (Files): Likewise.
4519         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
4520         * modules/unictype/property-radical-tests (Files): Likewise.
4521         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
4522         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
4523         * modules/unictype/property-space-tests (Files): Likewise.
4524         * modules/unictype/property-terminal-punctuation-tests (Files):
4525         Likewise.
4526         * modules/unictype/property-test-tests (Files): Likewise.
4527         * modules/unictype/property-titlecase-tests (Files): Likewise.
4528         * modules/unictype/property-unassigned-code-value-tests (Files):
4529         Likewise.
4530         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
4531         * modules/unictype/property-uppercase-tests (Files): Likewise.
4532         * modules/unictype/property-variation-selector-tests (Files): Likewise.
4533         * modules/unictype/property-white-space-tests (Files): Likewise.
4534         * modules/unictype/property-xid-continue-tests (Files): Likewise.
4535         * modules/unictype/property-xid-start-tests (Files): Likewise.
4536         * modules/unictype/property-zero-width-tests (Files): Likewise.
4537         * modules/unictype/scripts-tests (Files): Likewise.
4538         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
4539         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
4540         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
4541         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
4542         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
4543         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
4544         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
4545         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
4546         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
4547         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
4548         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
4549         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
4550         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
4551         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
4552         * modules/uninorm/composition-tests (Files): Likewise.
4553         * modules/uninorm/decomposing-form-tests (Files): Likewise.
4554         * modules/uninorm/decomposition-tests (Files): Likewise.
4555         * modules/uninorm/filter-tests (Files): Likewise.
4556         * modules/uninorm/nfc-tests (Files): Likewise.
4557         * modules/uninorm/nfd-tests (Files): Likewise.
4558         * modules/uninorm/nfkc-tests (Files): Likewise.
4559         * modules/uninorm/nfkd-tests (Files): Likewise.
4560         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
4561         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
4562         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
4563         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
4564         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
4565         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
4566         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
4567         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
4568         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
4569         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
4570         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
4571         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
4572         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
4573         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
4574         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
4575         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
4576         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
4577         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
4578         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
4579         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
4580         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
4581         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
4582         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
4583         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
4584         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
4585         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
4586         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
4587         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
4588         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
4589         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
4590         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
4591         * modules/uniwidth/u8-width-tests (Files): Likewise.
4592         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
4593         * modules/uniwidth/u16-width-tests (Files): Likewise.
4594         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
4595         * modules/uniwidth/u32-width-tests (Files): Likewise.
4596         * modules/uniwidth/width-tests (Files): Likewise.
4597         * modules/unlink-tests (Files): Likewise.
4598         * modules/unsetenv-tests (Files): Likewise.
4599         * modules/usleep-tests (Files): Likewise.
4600         * modules/utimens-tests (Files): Likewise.
4601         * modules/utimensat-tests (Files): Likewise.
4602         * modules/vasnprintf-posix-tests (Files): Likewise.
4603         * modules/vasnprintf-tests (Files): Likewise.
4604         * modules/vasprintf-posix-tests (Files): Likewise.
4605         * modules/vasprintf-tests (Files): Likewise.
4606         * modules/vdprintf-posix-tests (Files): Likewise.
4607         * modules/vfprintf-posix-tests (Files): Likewise.
4608         * modules/vprintf-posix-tests (Files): Likewise.
4609         * modules/vsnprintf-posix-tests (Files): Likewise.
4610         * modules/vsnprintf-tests (Files): Likewise.
4611         * modules/vsprintf-posix-tests (Files): Likewise.
4612         * modules/wcrtomb-tests (Files): Likewise.
4613         * modules/wcsnrtombs-tests (Files): Likewise.
4614         * modules/wcsrtombs-tests (Files): Likewise.
4615         * modules/wctype-tests (Files): Likewise.
4616         * modules/wcwidth-tests (Files): Likewise.
4617         * modules/xmemdup0-tests (Files): Likewise.
4618         * modules/xprintf-posix-tests (Files): Likewise.
4619         * modules/xvasprintf-tests (Files): Likewise.
4620
4621 2009-12-24  Eric Blake  <ebb9@byu.net>
4622
4623         test-nanosleep: fix typo
4624         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
4625         patch.
4626         Reported by Bruno Haible.
4627
4628 2009-12-24  Bruno Haible  <bruno@clisp.org>
4629
4630         Reduce namespace pollution on glibc systems.
4631         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
4632         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
4633         systems.
4634         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
4635         <getopt.h> on glibc systems.
4636         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
4637         systems.
4638         * lib/fcntl.c: Include <unistd.h> here instead.
4639
4640 2009-12-24  Bruno Haible  <bruno@clisp.org>
4641
4642         * lib/stdlib.in.h (includes): Fix typo in today's commit.
4643
4644 2009-12-24  Eric Blake  <ebb9@byu.net>
4645
4646         tests: add signature checks
4647         * tests/signature.h (SIGNATURE_CHECK): New file.
4648         * modules/atexit-tests (Files): Use it.
4649         * modules/btowc-tests (Files): Likewise.
4650         * modules/canonicalize-lgpl-tests (Files): Likewise.
4651         * modules/ceilf-tests (Files): Likewise.
4652         * modules/ceill-tests (Files): Likewise.
4653         * modules/chown-tests (Files): Likewise.
4654         * modules/dprintf-posix-tests (Files): Likewise.
4655         * modules/dup2-tests (Files): Likewise.
4656         * modules/dup3-tests (Files): Likewise.
4657         * modules/duplocale-tests (Files): Likewise.
4658         * modules/fchdir-tests (Files): Likewise.
4659         * modules/fcntl-tests (Files): Likewise.
4660         * modules/fdopendir-tests (Files): Likewise.
4661         * modules/fflush-tests (Files): Likewise.
4662         * modules/flock-tests (Files): Likewise.
4663         * modules/floorf-tests (Files): Likewise.
4664         * modules/floorl-tests (Files): Likewise.
4665         * modules/fnmatch-tests (Files): Likewise.
4666         * modules/fopen-tests (Files): Likewise.
4667         * modules/fprintf-posix-tests (Files): Likewise.
4668         * modules/freopen-tests (Files): Likewise.
4669         * modules/frexp-nolibm-tests (Files): Likewise.
4670         * modules/frexp-tests (Files): Likewise.
4671         * modules/frexpl-nolibm-tests (Files): Likewise.
4672         * modules/frexpl-tests (Files): Likewise.
4673         * modules/fseek-tests (Files): Likewise.
4674         * modules/fseeko-tests (Files): Likewise.
4675         * modules/fsync-tests (Files): Likewise.
4676         * modules/ftell-tests (Files): Likewise.
4677         * modules/ftello-tests (Files): Likewise.
4678         * modules/futimens-tests (Files): Likewise.
4679         * modules/getaddrinfo-tests (Files): Likewise.
4680         * modules/getcwd-tests (Files): Likewise.
4681         * modules/getdelim-tests (Files): Likewise.
4682         * modules/getdtablesize-tests (Files): Likewise.
4683         * modules/getgroups-tests (Files): Likewise.
4684         * modules/gethostname-tests (Files): Likewise.
4685         * modules/getline-tests (Files): Likewise.
4686         * modules/getopt-posix-tests (Files): Likewise.
4687         * modules/gettimeofday-tests (Files): Likewise.
4688         * modules/glob-tests (Files): Likewise.
4689         * modules/iconv-tests (Files): Likewise.
4690         * modules/inet_ntop-tests (Files): Likewise.
4691         * modules/inet_pton-tests (Files): Likewise.
4692         * modules/isblank-tests (Files): Likewise.
4693         * modules/lchown-tests (Files): Likewise.
4694         * modules/ldexpl-tests (Files): Likewise.
4695         * modules/link-tests (Files): Likewise.
4696         * modules/linkat-tests (Files): Likewise.
4697         * modules/lseek-tests (Files): Likewise.
4698         * modules/lstat-tests (Files): Likewise.
4699         * modules/mbrtowc-tests (Files): Likewise.
4700         * modules/mbsinit-tests (Files): Likewise.
4701         * modules/mbsnrtowcs-tests (Files): Likewise.
4702         * modules/mbsrtowcs-tests (Files): Likewise.
4703         * modules/memchr-tests (Files): Likewise.
4704         * modules/memcmp-tests (Files): Likewise.
4705         * modules/memmem-tests (Files): Likewise.
4706         * modules/memrchr-tests (Files): Likewise.
4707         * modules/mkdir-tests (Files): Likewise.
4708         * modules/mkfifo-tests (Files): Likewise.
4709         * modules/mkfifoat-tests (Files): Likewise.
4710         * modules/mknod-tests (Files): Likewise.
4711         * modules/nanosleep-tests (Files): Likewise.
4712         * modules/nl_langinfo-tests (Files): Likewise.
4713         * modules/obstack-printf-tests (Files): Likewise.
4714         * modules/open-tests (Files): Likewise.
4715         * modules/openat-tests (Files): Likewise.
4716         * modules/perror-tests (Files): Likewise.
4717         * modules/pipe2-tests (Files): Likewise.
4718         * modules/poll-tests (Files): Likewise.
4719         * modules/popen-tests (Files): Likewise.
4720         * modules/posix_spawn-tests (Files): Likewise.
4721         * modules/posix_spawnp-tests (Files): Likewise.
4722         * modules/pread-tests (Files): Likewise.
4723         * modules/printf-posix-tests (Files): Likewise.
4724         * modules/pty-tests (Files): Likewise.
4725         * modules/random_r-tests (Files): Likewise.
4726         * modules/rawmemchr-tests (Files): Likewise.
4727         * modules/readlink-tests (Files): Likewise.
4728         * modules/remove-tests (Files): Likewise.
4729         * modules/rename-tests (Files): Likewise.
4730         * modules/renameat-tests (Files): Likewise.
4731         * modules/rmdir-tests (Files): Likewise.
4732         * modules/round-tests (Files): Likewise.
4733         * modules/roundf-tests (Files): Likewise.
4734         * modules/roundl-tests (Files): Likewise.
4735         * modules/select-tests (Files): Likewise.
4736         * modules/setenv-tests (Files): Likewise.
4737         * modules/sigaction-tests (Files): Likewise.
4738         * modules/sleep-tests (Files): Likewise.
4739         * modules/snprintf-posix-tests (Files): Likewise.
4740         * modules/snprintf-tests (Files): Likewise.
4741         * modules/sprintf-posix-tests (Files): Likewise.
4742         * modules/stat-tests (Files): Likewise.
4743         * modules/strcasestr-tests (Files): Likewise.
4744         * modules/strchrnul-tests (Files): Likewise.
4745         * modules/strerror-tests (Files): Likewise.
4746         * modules/strsignal-tests (Files): Likewise.
4747         * modules/strstr-tests (Files): Likewise.
4748         * modules/strtod-tests (Files): Likewise.
4749         * modules/strverscmp-tests (Files): Likewise.
4750         * modules/symlink-tests (Files): Likewise.
4751         * modules/symlinkat-tests (Files): Likewise.
4752         * modules/times-tests (Files): Likewise.
4753         * modules/trunc-tests (Files): Likewise.
4754         * modules/truncf-tests (Files): Likewise.
4755         * modules/truncl-tests (Files): Likewise.
4756         * modules/tsearch-tests (Files): Likewise.
4757         * modules/uname-tests (Files): Likewise.
4758         * modules/unlink-tests (Files): Likewise.
4759         * modules/unsetenv-tests (Files): Likewise.
4760         * modules/usleep-tests (Files): Likewise.
4761         * modules/utimensat-tests (Files): Likewise.
4762         * modules/vasprintf-tests (Files): Likewise.
4763         * modules/vdprintf-posix-tests (Files): Likewise.
4764         * modules/vfprintf-posix-tests (Files): Likewise.
4765         * modules/vprintf-posix-tests (Files): Likewise.
4766         * modules/vsnprintf-posix-tests (Files): Likewise.
4767         * modules/vsnprintf-tests (Files): Likewise.
4768         * modules/vsprintf-posix-tests (Files): Likewise.
4769         * modules/wcrtomb-tests (Files): Likewise.
4770         * modules/wcsnrtombs-tests (Files): Likewise.
4771         * modules/wcsrtombs-tests (Files): Likewise.
4772         * modules/wcwidth-tests (Files): Likewise.
4773         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
4774         * tests/test-isinf.c (isinf): Likewise.
4775         * tests/test-isnan.c (isnan): Likewise.
4776         * tests/test-signbit.c (signbit): Likewise.
4777         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
4778         declaration, either as macro or with correct signature.
4779         (select): Ensure function under test is declared with correct
4780         signature in correct header.
4781         * tests/test-atexit.c (atexit): Likewise.
4782         * tests/test-btowc.c (btowc): Likewise.
4783         * tests/test-canonicalize-lgpl.c (realpath)
4784         (canonicalize_file_name): Likewise.
4785         * tests/test-ceilf1.c (ceilf): Likewise.
4786         * tests/test-ceill.c (ceill): Likewise.
4787         * tests/test-chown.c (chown): Likewise.
4788         * tests/test-dprintf-posix.c (dprintf): Likewise.
4789         * tests/test-dup2.c (dup2): Likewise.
4790         * tests/test-dup3.c (dup3): Likewise.
4791         * tests/test-duplocale.c (duplocale): Likewise.
4792         * tests/test-fchdir.c (fchdir): Likewise.
4793         * tests/test-fchownat.c (fchownat): Likewise.
4794         * tests/test-fcntl.c (fcntl): Likewise.
4795         * tests/test-fdopendir.c (fdopendir): Likewise.
4796         * tests/test-fflush.c (fflush): Likewise.
4797         * tests/test-flock.c (flock): Likewise.
4798         * tests/test-floorf1.c (floorf): Likewise.
4799         * tests/test-floorl.c (floorl): Likewise.
4800         * tests/test-fnmatch.c (fnmatch): Likewise.
4801         * tests/test-fopen.c (fopen): Likewise.
4802         * tests/test-fprintf-posix.c (fprintf): Likewise.
4803         * tests/test-freopen.c (freopen): Likewise.
4804         * tests/test-frexp.c (frexp): Likewise.
4805         * tests/test-frexpl.c (frexpl): Likewise.
4806         * tests/test-fseek.c (fseek): Likewise.
4807         * tests/test-fseeko.c (fseeko): Likewise.
4808         * tests/test-fstatat.c (fstatat): Likewise.
4809         * tests/test-fsync.c (fsync): Likewise.
4810         * tests/test-ftell.c (ftell): Likewise.
4811         * tests/test-ftello.c (ftello): Likewise.
4812         * tests/test-futimens.c (futimens): Likewise.
4813         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
4814         (gai_strerror): Likewise.
4815         * tests/test-getcwd.c (getcwd): Likewise.
4816         * tests/test-getdelim.c (getdelim): Likewise.
4817         * tests/test-getdtablesize.c (getdtablesize): Likewise.
4818         * tests/test-getgroups.c (getgroups): Likewise.
4819         * tests/test-gethostname.c (gethostname): Likewise.
4820         * tests/test-getline.c (getline): Likewise.
4821         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
4822         Likewise.
4823         * tests/test-gettimeofday.c (gettimeofday): Likewise.
4824         * tests/test-glob.c (glob, globfree): Likewise.
4825         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
4826         * tests/test-inet_ntop.c (inet_ntop): Likewise.
4827         * tests/test-inet_pton.c (inet_pton): Likewise.
4828         * tests/test-isblank.c (isblank): Likewise.
4829         * tests/test-lchown.c (lchown): Likewise.
4830         * tests/test-ldexpl.c (ldexpl): Likewise.
4831         * tests/test-link.c (link): Likewise.
4832         * tests/test-linkat.c (linkat): Likewise.
4833         * tests/test-lseek.c (lseek): Likewise.
4834         * tests/test-lstat.c (lstat): Likewise.
4835         * tests/test-mbrtowc.c (mbrtowc): Likewise.
4836         * tests/test-mbsinit.c (mbsinit): Likewise.
4837         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
4838         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
4839         * tests/test-memchr.c (memchr): Likewise.
4840         * tests/test-memcmp.c (memcmp): Likewise.
4841         * tests/test-memmem.c (memmem): Likewise.
4842         * tests/test-memrchr.c (memrchr): Likewise.
4843         * tests/test-mkdir.c (mkdir): Likewise.
4844         * tests/test-mkdirat.c (mkdirat): Likewise.
4845         * tests/test-mkfifo.c (mkfifo): Likewise.
4846         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
4847         * tests/test-mknod.c (mknod): Likewise.
4848         * tests/test-nanosleep.c (nanosleep): Likewise.
4849         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
4850         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
4851         Likewise.
4852         * tests/test-open.c (open): Likewise.
4853         * tests/test-openat.c (openat): Likewise.
4854         * tests/test-perror.c (perror): Likewise.
4855         * tests/test-pipe2.c (pipe2): Likewise.
4856         * tests/test-poll.c (poll): Likewise.
4857         * tests/test-popen.c (popen, pclose): Likewise.
4858         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
4859         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
4860         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
4861         (posix_spawn_file_actions_destroy)
4862         (posix_spawn_file_actions_addclose)
4863         (posix_spawn_file_actions_addopen)
4864         (posix_spawn_file_actions_adddup2): Likewise.
4865         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
4866         * tests/test-pread.c (pread): Likewise.
4867         * tests/test-printf-posix.c (printf): Likewise.
4868         * tests/test-pty.c (openpty, forkpty): Likewise.
4869         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
4870         (random_r): Likewise.
4871         * tests/test-rawmemchr.c (rawmemchr): Likewise.
4872         * tests/test-readlink.c (readlink): Likewise.
4873         * tests/test-remove.c (remove): Likewise.
4874         * tests/test-rename.c (rename): Likewise.
4875         * tests/test-renameat.c (renameat): Likewise.
4876         * tests/test-rmdir.c (rmdir): Likewise.
4877         * tests/test-round1.c (round): Likewise.
4878         * tests/test-roundf1.c (roundf): Likewise.
4879         * tests/test-roundl.c (roundl): Likewise.
4880         * tests/test-setenv.c (setenv): Likewise.
4881         * tests/test-sigaction.c (sigaction): Likewise.
4882         * tests/test-sleep.c (sleep): Likewise.
4883         * tests/test-snprintf.c (snprintf): Likewise.
4884         * tests/test-sprintf-posix.c (sprintf): Likewise.
4885         * tests/test-stat.c (stat): Likewise.
4886         * tests/test-stpncpy.c (stpncpy): Likewise.
4887         * tests/test-strcasestr.c (strcasestr): Likewise.
4888         * tests/test-strchrnul.c (strchrnul): Likewise.
4889         * tests/test-strerror.c (strerror): Likewise.
4890         * tests/test-strsignal.c (strsignal): Likewise.
4891         * tests/test-strstr.c (strstr): Likewise.
4892         * tests/test-strtod.c (strtod): Likewise.
4893         * tests/test-strverscmp.c (strverscmp): Likewise.
4894         * tests/test-symlink.c (symlink): Likewise.
4895         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
4896         * tests/test-times.c (times): Likewise.
4897         * tests/test-trunc1.c (trunc): Likewise.
4898         * tests/test-truncf1.c (truncf): Likewise.
4899         * tests/test-truncl.c (truncl): Likewise.
4900         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
4901         Likewise.
4902         * tests/test-uname.c (uname): Likewise.
4903         * tests/test-unlink.c (unlink): Likewise.
4904         * tests/test-unlinkat.c (unlinkat): Likewise.
4905         * tests/test-unsetenv.c (unsetenv): Likewise.
4906         * tests/test-usleep.c (usleep): Likewise.
4907         * tests/test-utimensat.c (utimensat): Likewise.
4908         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
4909         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
4910         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
4911         * tests/test-vprintf-posix.c (vprintf): Likewise.
4912         * tests/test-vsnprintf.c (vsnprintf): Likewise.
4913         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
4914         * tests/test-wcrtomb.c (wcrtomb): Likewise.
4915         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
4916         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
4917         * tests/test-wcwidth.c (wcwidth): Likewise.
4918
4919         build: pull in conditional headers during GNULIB_POSIXCHECK
4920         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
4921         definitions from any conditionally-included headers.
4922         * lib/stdlib.in.h (includes): Likewise.
4923         * lib/unistd.in.h (includes): Likewise.
4924
4925 2009-12-24  Bruno Haible  <bruno@clisp.org>
4926
4927         * tests/test-argv-iter.c: Include header file being tested immediately
4928         after config.h.
4929         * tests/test-base64.c: Likewise.
4930         * tests/test-flock.c: Likewise.
4931         * tests/test-fsync.c: Likewise.
4932         * tests/test-getdate.c: Likewise.
4933         * tests/test-getndelim2.c: Likewise.
4934         * tests/test-isfinite.c: Likewise.
4935         * tests/test-isinf.c: Likewise.
4936         * tests/test-strerror.c: Likewise.
4937         * tests/test-strsignal.c: Likewise.
4938
4939 2009-12-23  Eric Blake  <ebb9@byu.net>
4940
4941         unistd: work around cygwin bug
4942         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
4943         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
4944         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4945
4946 2009-12-23  Bruno Haible  <bruno@clisp.org>
4947
4948         localename: More tests.
4949         * tests/test-localename.c (SIZEOF): New macro.
4950         (categories): New variable.
4951         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
4952         test_locale_name_default): Add test w.r.t. thread locale.
4953         (test_locale_name_thread): New function.
4954         (main): Invoke it.
4955
4956         localename: Make aware of thread locale.
4957         * lib/localename.h (gl_locale_name_thread): New declaration.
4958         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
4959         behaviour with respect to thread locale.
4960         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
4961         <langinfo.h>, glthread/lock.h.
4962         (SIZE_BITS): New macro.
4963         (string_hash): New function.
4964         (struct hash_node): New type.
4965         (HASH_TABLE_SIZE): New macro.
4966         (struniq_hash_table, struniq_lock): New variables.
4967         (struniq): New function.
4968         (gl_locale_name_thread): New function.
4969         (gl_locale_name): Invoke it.
4970         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
4971         * modules/localename (Depends-on): Add lock.
4972         Reported by Mike Gran <spk121@yahoo.com>.
4973
4974 2009-12-23  Eric Blake  <ebb9@byu.net>
4975
4976         va-args: new module
4977         * modules/va-args: New file.
4978         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
4979         * MODULES.html.sh (Core language properties): Mention it.
4980
4981         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
4982         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
4983         named alias for __attribute__((__unused__)).
4984         * lib/chown.c: Update client.
4985         * lib/fchmodat.c: Likewise.
4986         * lib/fts.c: Likewise.
4987         * lib/getdate.y: Likewise.
4988         * lib/getgroups.c: Likewise.
4989         * lib/getopt.c: Likewise.
4990         * lib/getugroups.c: Likewise.
4991         * lib/mkdir.c: Likewise.
4992         * lib/mkfifo.c: Likewise.
4993         * lib/mkfifoat.c: Likewise.
4994         * lib/mknod.c: Likewise.
4995         * lib/mknodat.c: Likewise.
4996         * lib/readlink.c: Likewise.
4997         * lib/se-context.in.h: Likewise.
4998         * lib/se-selinux.in.h: Likewise.
4999         * lib/sockets.c: Likewise.
5000         * lib/symlink.c: Likewise.
5001         * lib/symlinkat.c: Likewise.
5002         * lib/unicodeio.c: Likewise.
5003         * lib/unistr.h: Likewise.
5004         * tests/test-areadlink.c: Likewise.
5005         * tests/test-areadlinkat.c: Likewise.
5006         * tests/test-filenamecat.c: Likewise.
5007         * tests/test-fseeko.c: Likewise.
5008         * tests/test-ftello.c: Likewise.
5009         * tests/test-getdate.c: Likewise.
5010         * tests/test-getgroups.c: Likewise.
5011         * tests/test-gethostname.c: Likewise.
5012         * tests/test-quotearg.c: Likewise.
5013         * tests/test-version-etc.c: Likewise.
5014         * tests/test-xalloc-die.c: Likewise.
5015         * tests/test-xfprintf-posix.c: Likewise.
5016         * tests/test-xprintf-posix.c: Likewise.
5017         * tests/test-xvasprintf.c: Likewise.
5018
5019         tests: avoid compiler warnings
5020         * tests/test-fcntl.c (main): Delete unused parameters.
5021         * tests/test-freopen-safer.c (main): Likewise.
5022         * tests/test-xalloc-die.c (main): Mark unused parameters.
5023         * tests/test-fseeko.c (main): Likewise.
5024         * tests/test-ftello.c (main): Likewise.
5025         * tests/test-nanosleep.c (main): Avoid declaration warning.
5026         * tests/test-sleep.c (main): Likewise.
5027         * tests/test-unsetenv.c (main): Silence warning about string
5028         literal.
5029         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
5030
5031 2009-12-23  Bruno Haible  <bruno@clisp.org>
5032
5033         * tests/test-localename.c (test_locale_name): New function, extracted
5034         from main. Also test mixed situations.
5035         (test_locale_name_posix, test_locale_name_environ,
5036         test_locale_name_default): New functions.
5037         (main): Invoke them all.
5038         * modules/localename-tests (configure.ac): Test for newlocale.
5039
5040 2009-12-23  Bruno Haible  <bruno@clisp.org>
5041
5042         unistd: Ensure getcwd gets declared before being overridden.
5043         * lib/unistd.in.h: Conditionally include <io.h>.
5044
5045 2009-12-22  Bruno Haible  <bruno@clisp.org>
5046
5047         wchar: Diagnose broken combination of glibc and gcc versions and flags.
5048         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
5049         (gl_WCHAR_H): Invoke it.
5050         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
5051         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
5052         Reported by Karl Berry <karl@freefriends.org>.
5053
5054 2009-12-22  Eric Blake  <ebb9@byu.net>
5055
5056         math, unistd: avoid redundant includes
5057         * lib/math.in.h (isnan): No need to re-include <math.h>.
5058         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
5059
5060         getsubopt: work around cygwin bug
5061         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
5062         avoid conflicting with system getsubopt.
5063         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
5064         bug.
5065
5066         getopt: synchronize from glibc
5067         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
5068         parameter order.  Adjust all callers.
5069         (_getopt_internal_r, main): Adjust quoting in error messages.
5070         Drop considerations for outdated POSIX 1003.2 error message.
5071         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
5072         callers.
5073         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
5074
5075         test-getopt: test stderr behavior
5076         * modules/getopt-posix-tests (Depends-on): Add dup2.
5077         * tests/test-getopt.c (ASSERT): Avoid stderr.
5078         (main): Move stderr to a temporary file.
5079         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
5080         Instead, add parameter to inform caller if output occurred.
5081         (test_getopt): Adjust all existing tests to expect silence, and
5082         add new tests of leading ":".
5083         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
5084         glibc shortcomings with leading "-:" or "+:" in optstring.
5085         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
5086         Likewise.
5087         * doc/posix-functions/getopt.texi (getopt): Likewise.
5088
5089         test-getopt: enhance test
5090         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
5091         supports optind=0.
5092         * tests/test-getopt.c (OPTIND_MIN): Move...
5093         * tests/test-getopt.h (OPTIND_MIN): ...here.
5094         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
5095         Require that optind=0 works, since modern BSD supports it in
5096         addition to optreset, and since coreutils expects it.
5097         (test_getopt_long_only): New test.
5098         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
5099         glibc shortcomings with 'W;', and enforcement of optind=0.
5100         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
5101         Likewise.
5102
5103 2009-12-21  Bruno Haible  <bruno@clisp.org>
5104
5105         localename: Improvements for MacOS X and Cygwin.
5106         * lib/localename.h (gl_locale_name_environ): New declaration.
5107         * lib/localename.c (gl_locale_name_environ): New function, extracted from
5108         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
5109         (gl_locale_name_posix): Invoke it.
5110         (gl_locale_name_default): Add comments. Use Windows native API also on
5111         Cygwin.
5112
5113 2009-12-21  Bruno Haible  <bruno@clisp.org>
5114
5115         Update list of Win32 locale ids.
5116         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
5117         (LANG_SAMI): Renamed from LANG_SAAMI.
5118         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
5119         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
5120         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
5121         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
5122         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
5123         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
5124         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
5125         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
5126         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
5127         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
5128         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
5129         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
5130         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
5131         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
5132         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
5133         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
5134         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
5135         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
5136         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
5137         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
5138         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
5139         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
5140         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
5141         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
5142         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
5143         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
5144         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
5145         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
5146         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
5147         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
5148         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
5149         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
5150         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
5151         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
5152         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
5153         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
5154         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
5155         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
5156         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
5157         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
5158         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
5159         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
5160         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
5161         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
5162         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
5163         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
5164         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
5165         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
5166         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
5167         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
5168         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
5169         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
5170         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
5171         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
5172         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
5173         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
5174         Add more languages and countries for Sami, Sorbian. Add more countries
5175         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
5176         for Pashto. Change country for Syriac, Tswana.
5177
5178 2009-12-21  Eric Blake  <ebb9@byu.net>
5179
5180         test-utimens: avoid spurious failure
5181         * tests/test-chown.h (nap): Factor...
5182         * tests/nap.h: ...into new file.
5183         * tests/test-lchown.h (nap): Avoid duplication.
5184         * tests/test-utimens-common.h (nap): Use shared implementation,
5185         necessary on file systems with 1-second resolution.
5186         * modules/chown-tests (Files): Include new file.
5187         * modules/fdutimensat-tests (Files): Likewise.
5188         * modules/futimens-tests (Files): Likewise.
5189         * modules/lchown-tests (Files): Likewise.
5190         * modules/openat-tests (Files): Likewise.
5191         * modules/utimens-tests (Files): Likewise.
5192         * modules/utimensat-tests (Files): Likewise.
5193
5194 2009-12-19  Eric Blake  <ebb9@byu.net>
5195
5196         futimens, utimensat: work around Linux bug
5197         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
5198         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5199         * lib/utimensat.c (rpl_utimensat): Work around it.
5200         * lib/futimens.c (rpl_futimens): Adjust comment.
5201
5202         utimens: work around Linux ctime bug
5203         * lib/utimens.c (detect_ctime_bug): New helper function.
5204         (update_timespec): Differentiate between workaround needed for
5205         this bug vs. what is needed for systems that lack utimensat.
5206         (fdutimens, lutimens): Work around bug.
5207
5208         utimens: check for ctime update
5209         * tests/test-utimens-common.h (check_ctime): Define.
5210         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
5211         * tests/test-futimens.h (test_futimens): Likewise.
5212         * tests/test-lutimens.h (test_lutimens): Likewise.
5213         * doc/posix-functions/futimens.texi (futimens): Document the bug.
5214         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5215
5216 2009-12-19  Bruno Haible  <bruno@clisp.org>
5217
5218         dprintf-posix: Check against memory leak fixed on 2009-12-15.
5219         * tests/test-dprintf-posix2.sh: New file.
5220         * tests/test-dprintf-posix2.c: New file.
5221         * modules/dprintf-posix-tests (Files): Add them.
5222         (configure.ac): Check for getrlimit and setrlimit.
5223         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
5224
5225 2009-12-19  Bruno Haible  <bruno@clisp.org>
5226
5227         fprintf-posix: Check against memory leak fixed on 2009-12-15.
5228         * tests/test-fprintf-posix3.sh: New file.
5229         * tests/test-fprintf-posix3.c: New file.
5230         * modules/fprintf-posix-tests (Files): Add them.
5231         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
5232
5233 2009-12-19  Eric Blake  <ebb9@byu.net>
5234
5235         dirfd: fix prototype
5236         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
5237         * lib/dirfd.c (dirfd): Likewise.
5238
5239         canonicalize: reduce memory usage
5240         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
5241         allocation to size.
5242         Reported by Solar Designer <solar@openwall.com>.
5243
5244 2009-12-19  Bruno Haible  <bruno@clisp.org>
5245
5246         New module attribute 'Applicability'.
5247         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
5248         * gnulib-tool: New option --extract-applicability.
5249         (func_usage): Document it.
5250         (sed_extract_prog): Recognize it.
5251         (func_get_applicability): New function.
5252         (func_import): Generalize handling of 'link-warning' module.
5253         * modules/link-warning (Applicability): New section.
5254         * modules/arg-nonnull (Applicability): New section.
5255         Repoted by Simon Josefsson <simon@josefsson.org>.
5256
5257 2009-12-19  Bruno Haible  <bruno@clisp.org>
5258
5259         fflush: tweak
5260         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
5261         * lib/fseeko.c (rpl_fseeko): Likewise.
5262
5263 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
5264
5265         * lib/gl_list.h: Fix typo in comment.
5266
5267 2009-12-16  Eric Blake  <ebb9@byu.net>
5268
5269         fcntl: use to simplify other modules
5270         * modules/cloexec (Depends-on): Add fcntl.
5271         * modules/fchdir (Depends-on): Likewise.
5272         * modules/fd-safer-flag (Depends-on): Likewise.
5273         * modules/unistd-safer (Depends-on): Likewise.
5274         * modules/dup3 (configure.ac): Set module indicator.
5275         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
5276         missing.
5277         * lib/fchdir.c (_gl_register_dup): Fix comment.
5278         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
5279         * lib/dup-safer.c (dup_safer): Likewise.
5280         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
5281         * lib/dup3.c (dup3): Likewise.
5282         * tests/test-fchdir.c (main): Enhance test.
5283         Fixes a dup_cloexec bug reported by Ondřej Vašík.
5284
5285         fcntl: port portions of fcntl to mingw
5286         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
5287         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
5288         replacement for mingw.
5289         * modules/fcntl (Description): Update.
5290         (Depends-on): Add dup2.
5291         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
5292         * modules/fcntl-h (Makefile.am): Substitute it.
5293         * lib/fcntl.in.h (fcntl): Update declaration.
5294         (F_DUPFD, F_GETFD): New macros, when needed.
5295         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
5296         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
5297         * tests/test-fcntl.c (check_flags, main): Enhance test for items
5298         we now guarantee.
5299
5300         fcntl: work around cygwin bug in F_DUPFD
5301         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
5302         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
5303         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
5304         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
5305         * doc/posix-functions/fcntl.texi (fcntl): Document it.
5306
5307         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
5308         * modules/fcntl (Files): List new files.
5309         (configure.ac): Run a test.
5310         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
5311         * lib/fcntl.c (rpl_fcntl): Likewise.
5312         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
5313         (gl_FCNTL_H): Always replace fcntl.h.
5314         * modules/fcntl-h (Makefile.am): Substitute witnesses.
5315         * lib/fcntl.in.h (fcntl): Declare replacement.
5316         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
5317         needed, plus a witness.
5318         * doc/posix-functions/fcntl.texi (fcntl): Document this.
5319         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
5320         * tests/test-fcntl.c: New file.
5321         * modules/fcntl-tests: Likewise.
5322
5323         binary-io: avoid potential compilation warning
5324         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
5325         directives.
5326
5327         fflush: avoid compilation error on NetBSD
5328         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
5329         between off_t and fpos_t, since the latter is sometimes a struct.
5330         * lib/fseeko.c (rpl_fseeko): Likewise.
5331         Reported by Alexander Nasonov <alnsn@yandex.ru>.
5332
5333 2009-12-15  Eric Blake  <ebb9@byu.net>
5334
5335         fcntl-h, stdio, sys_ioctl: fix declarations
5336         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
5337         function must not take arguments.
5338         * lib/sys_ioctl.in.h (ioctl): Likewise.
5339         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
5340         (open): Add a link warning.
5341
5342 2009-12-15  Jim Meyering  <meyering@redhat.com>
5343
5344         areadlink, areadlink-with-size: relax license to LGPLv2+
5345         * modules/areadlink (License): Relax to LGPLv2+.
5346         * modules/areadlink-with-size (License): Likewise.
5347
5348 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
5349             Bruno Haible  <bruno@clisp.org>
5350
5351         *printf: Fix memory leak.
5352         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
5353         * lib/vfprintf.c (vfprintf): Likewise.
5354         * lib/dprintf.c (dprintf): Likewise.
5355         * lib/vdprintf.c (vdprintf): Likewise.
5356
5357 2009-12-14  Eric Blake  <ebb9@byu.net>
5358
5359         accept4: adjust module dependencies
5360         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
5361
5362         utimens: one more try at avoiding compiler warning
5363         * lib/utimens.c (lutimens): Lower scope of result.
5364
5365 2009-12-13  Bruno Haible  <bruno@clisp.org>
5366
5367         Move the malloc checking from module 'list' to new module 'xlist'.
5368         * modules/xlist: New file.
5369         * lib/gl_xlist.h: New file.
5370         * lib/gl_xlist.c: New file.
5371         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
5372         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
5373         gl_list_add_last, gl_list_add_before, gl_list_add_after,
5374         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
5375         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
5376         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
5377         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
5378         gl_sortedlist_nx_add): New declarations.
5379         (struct gl_list_implementation): Rename and change methods accordingly.
5380         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
5381         (gl_list_nx_create): Renamed from gl_list_create.
5382         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
5383         (gl_list_nx_set_at): Renamed from gl_list_set_at.
5384         (gl_list_nx_add_first): Renamed from gl_list_add_first.
5385         (gl_list_nx_add_last): Renamed from gl_list_add_last.
5386         (gl_list_nx_add_before): Renamed from gl_list_add_before.
5387         (gl_list_nx_add_after): Renamed from gl_list_add_after.
5388         (gl_list_nx_add_at): Renamed from gl_list_add_at.
5389         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
5390         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
5391         gl_list_create_empty.
5392         (gl_list_nx_create): Renamed from gl_list_create.
5393         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
5394         (gl_list_nx_set_at): Renamed from gl_list_set_at.
5395         (gl_list_nx_add_first): Renamed from gl_list_add_first.
5396         (gl_list_nx_add_last): Renamed from gl_list_add_last.
5397         (gl_list_nx_add_before): Renamed from gl_list_add_before.
5398         (gl_list_nx_add_after): Renamed from gl_list_add_after.
5399         (gl_list_nx_add_at): Renamed from gl_list_add_at.
5400         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
5401         * lib/gl_array_list.c: Don't include xalloc.h.
5402         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
5403         NULL upon out-of-memory.
5404         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
5405         out-of-memory.
5406         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
5407         Change return type to 'int'.
5408         (gl_array_nx_set_at): Renamed from gl_array_set_at.
5409         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
5410         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
5411         upon out-of-memory.
5412         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
5413         upon out-of-memory.
5414         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
5415         upon out-of-memory.
5416         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
5417         upon out-of-memory.
5418         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
5419         out-of-memory.
5420         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
5421         Update.
5422         (gl_array_list_implementation): Update.
5423         * lib/gl_carray_list.c: Don't include xalloc.h.
5424         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
5425         Return NULL upon out-of-memory.
5426         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
5427         out-of-memory.
5428         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
5429         Change return type to 'int'.
5430         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
5431         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
5432         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
5433         upon out-of-memory.
5434         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
5435         upon out-of-memory.
5436         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
5437         out-of-memory.
5438         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
5439         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
5440         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
5441         Update.
5442         (gl_carray_list_implementation): Update.
5443         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
5444         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
5445         gl_linked_create_empty. Return NULL upon out-of-memory.
5446         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
5447         out-of-memory.
5448         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
5449         Change return type to 'int'. Return -1 upon out-of-memory.
5450         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
5451         out-of-memory.
5452         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
5453         upon out-of-memory.
5454         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
5455         upon out-of-memory.
5456         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
5457         NULL upon out-of-memory.
5458         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
5459         upon out-of-memory.
5460         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
5461         out-of-memory.
5462         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
5463         Update.
5464         * lib/gl_linked_list.c: Don't include xalloc.h.
5465         (gl_linked_list_implementation): Update.
5466         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
5467         (add_to_bucket): Change return type to 'int'.
5468         (gl_linkedhash_list_implementation): Update.
5469         * lib/gl_anytree_list1.h (free_subtree): New function.
5470         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
5471         gl_tree_create_empty. Return NULL upon out-of-memory.
5472         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
5473         Change return type to 'int'. Return -1 upon out-of-memory.
5474         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
5475         out-of-memory.
5476         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
5477         (gl_tree_remove_node): New function, moved here from
5478         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
5479         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
5480         Update.
5481         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
5482         malloc, not xmalloc. Return NULL upon out-of-memory.
5483         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
5484         out-of-memory.
5485         (gl_tree_remove_node_from_tree): New function, extracted from
5486         gl_tree_remove_node.
5487         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
5488         upon out-of-memory.
5489         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
5490         out-of-memory.
5491         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
5492         upon out-of-memory.
5493         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
5494         upon out-of-memory.
5495         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
5496         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
5497         not xmalloc. Return NULL upon out-of-memory.
5498         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
5499         out-of-memory.
5500         (gl_tree_remove_node_from_tree): New function, extracted from
5501         gl_tree_remove_node.
5502         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
5503         upon out-of-memory.
5504         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
5505         out-of-memory.
5506         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
5507         upon out-of-memory.
5508         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
5509         upon out-of-memory.
5510         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
5511         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
5512         gl_anytree_list1.h before gl_anyavltree_list2.h.
5513         (gl_avltree_list_implementation): Update.
5514         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
5515         gl_anytree_list1.h before gl_anyavltree_list2.h.
5516         (gl_rbtree_list_implementation): Update.
5517         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
5518         Change return type to 'int'. Return -1 upon out-of-memory. Use
5519         __builtin_expect.
5520         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
5521         (gl_avltreehash_list_implementation): Update.
5522         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
5523         (gl_rbtreehash_list_implementation): Update.
5524         * modules/array-list (Depends-on): Remove xalloc.
5525         * modules/carray-list (Depends-on): Likewise.
5526         * modules/linked-list (Depends-on): Likewise.
5527         * modules/linkedhash-list (Depends-on): Likewise.
5528         * modules/avltree-list (Depends-on): Likewise.
5529         * modules/rbtree-list (Depends-on): Likewise.
5530         * modules/avltreehash-list (Depends-on): Likewise.
5531         * modules/rbtreehash-list (Depends-on): Likewise.
5532
5533         * modules/xsublist: New file.
5534         * lib/gl_xsublist.h: New file.
5535         * lib/gl_xsublist.c: New file.
5536         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
5537         (gl_sublist_nx_create): New declaration.
5538         * lib/gl_sublist.c: Don't include xalloc.h.
5539         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
5540         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
5541         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
5542         Change return type to 'int'. Return -1 upon out-of-memory.
5543         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
5544         upon out-of-memory.
5545         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
5546         NULL upon out-of-memory.
5547         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
5548         upon out-of-memory.
5549         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
5550         NULL upon out-of-memory.
5551         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
5552         NULL upon out-of-memory.
5553         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
5554         upon out-of-memory.
5555         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
5556         (gl_sublist_list_implementation): Update.
5557         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
5558         upon out-of-memory.
5559         * modules/sublist (Depends-on): Remove xalloc.
5560
5561         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
5562         * tests/test-carray_list.c: Likewise.
5563         * tests/test-linked_list.c: Likewise.
5564         * tests/test-linkedhash_list.c: Likewise.
5565         * tests/test-avltree_list.c: Likewise.
5566         * tests/test-rbtree_list.c: Likewise.
5567         * tests/test-avltreehash_list.c: Likewise.
5568         * tests/test-rbtreehash_list.c: Likewise.
5569         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
5570         * modules/carray-list-tests (Makefile.am): Likewise.
5571         * modules/linked-list-tests (Makefile.am): Likewise.
5572         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5573         * modules/avltree-list-tests (Makefile.am): Likewise.
5574         * modules/rbtree-list-tests (Makefile.am): Likewise.
5575         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5576         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5577
5578         * NEWS: Mention the changes.
5579
5580         * lib/clean-temp.c: Include gl_xlist.h.
5581         * modules/clean-temp (Depends-on): Add xlist.
5582
5583         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
5584         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
5585
5586         * tests/test-array_oset.c: Include gl_xlist.h.
5587         * modules/array-oset-tests (Depends-on): Add xlist.
5588
5589         Reported by José E. Marchesi <jemarch@gnu.org>.
5590
5591 2009-12-13  Bruno Haible  <bruno@clisp.org>
5592
5593         Move the malloc checking from module 'oset' to new module 'xoset'.
5594         * modules/xoset: New file.
5595         * lib/gl_xoset.h: New file.
5596         * lib/gl_xoset.c: New file.
5597         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
5598         declarations.
5599         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
5600         (struct gl_oset_implementation): Rename and change methods accordingly.
5601         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
5602         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
5603         'int'. Mark as __warn_unused_result__.
5604         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
5605         gl_oset_create_empty.
5606         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
5607         'int'.
5608         * lib/gl_array_oset.c: Don't include xalloc.h.
5609         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
5610         malloc, not xmalloc.
5611         (grow): Change return type to 'int'. Don't call xalloc_die.
5612         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
5613         to 'int'.
5614         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
5615         'int'.
5616         (gl_array_oset_implementation): Update.
5617         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
5618         gl_tree_create_empty.
5619         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
5620         'int'.
5621         * lib/gl_avltree_oset.c: Don't include xalloc.h.
5622         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
5623         xmalloc.
5624         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
5625         not xmalloc.
5626         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
5627         xmalloc.
5628         (gl_avltree_oset_implementation): Update.
5629         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
5630         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
5631         xmalloc.
5632         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
5633         not xmalloc.
5634         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
5635         xmalloc.
5636         (gl_rbtree_oset_implementation): Update.
5637         * modules/array-oset (Depends-on): Remove xalloc.
5638         * modules/avltree-oset (Depends-on): Likewise.
5639         * modules/rbtree-oset (Depends-on): Likewise.
5640         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
5641         * tests/test-avltree_oset.c: Likewise.
5642         * tests/test-rbtree_oset.c: Likewise.
5643         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5644         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
5645         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5646         * NEWS: Mention the change.
5647
5648 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
5649
5650         maint.mk: allow a project to override release-prep commands
5651         * top/maint.mk (alpha, beta, stable): Move release-preparatory
5652         commands into a new rule.
5653         (release-prep): New rule.
5654         (release-prep-hook): New overridable variable.
5655
5656 2009-12-13  Bruno Haible  <bruno@clisp.org>
5657
5658         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
5659
5660 2009-12-13  Jim Meyering  <meyering@redhat.com>
5661
5662         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
5663         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
5664
5665 2009-12-12  Bruno Haible  <bruno@clisp.org>
5666
5667         duplocale: Tweak.
5668         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
5669
5670 2009-12-12  Karl Berry  <karl@gnu.org>
5671
5672         * config/srclist.txt (strtoll.c): tab changes, no more sync.
5673
5674 2009-12-12  Bruno Haible  <bruno@clisp.org>
5675
5676         * m4/po.m4: Undo incorrect untabification.
5677
5678 2009-12-12  Bruno Haible  <bruno@clisp.org>
5679
5680         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
5681         * modules/c-strtod (Depends-on): Add locale.
5682         * modules/c-strtold (Depends-on): Likewise.
5683
5684 2009-12-12  Bruno Haible  <bruno@clisp.org>
5685
5686         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
5687
5688 2009-12-11  Eric Blake  <ebb9@byu.net>
5689
5690         setenv: relax requirement in light of POSIX ruling
5691         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
5692         not NULL.
5693         * tests/test-setenv.c (main): Relax test.
5694         * tests/test-unsetenv.c (main): Likewise.
5695         * doc/posix-functions/setenv.texi (setenv): Document this.
5696         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
5697
5698 2009-12-11  Bruno Haible  <bruno@clisp.org>
5699
5700         New module 'fd-safer-flag'.
5701         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
5702         * lib/dup-safer.c (dup_safer_flag): Remove function.
5703         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
5704         * lib/fd-safer.c (fd_safer_flag): Remove function.
5705         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
5706         * modules/cloexec (configure.ac): Drop indicator macro.
5707         * modules/fd-safer-flag: New file.
5708         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
5709         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
5710         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
5711
5712 2009-12-11  Bruno Haible  <bruno@clisp.org>
5713
5714         Tests for module 'nl_langinfo'.
5715         * modules/nl_langinfo-tests: New file.
5716         * tests/test-nl_langinfo.sh: New file.
5717         * tests/test-nl_langinfo.c: New file.
5718
5719         New module 'nl_langinfo'.
5720         * lib/nl_langinfo.c: New file.
5721         * m4/nl_langinfo.m4: New file.
5722         * modules/nl_langinfo: New file.
5723         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
5724
5725 2009-12-11  Bruno Haible  <bruno@clisp.org>
5726
5727         Tests for module 'langinfo'.
5728         * modules/langinfo-tests: New file.
5729         * tests/test-langinfo.c: New file.
5730
5731         New module 'langinfo'.
5732         * lib/langinfo.in.h: New file.
5733         * m4/langinfo_h.m4: New file.
5734         * modules/langinfo: New file.
5735         * doc/posix-headers/langinfo.texi: Mention the new module.
5736
5737 2009-12-11  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/config.charset: Untabify.
5740
5741 2009-12-11  Bruno Haible  <bruno@clisp.org>
5742
5743         * modules/unistd-safer (configure.ac): Drop indicator macro.
5744
5745 2009-12-11  Bruno Haible  <bruno@clisp.org>
5746
5747         Move pipe2-safer code to its own file.
5748         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
5749         * lib/pipe-safer.c (pipe2_safer): Remove function.
5750         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
5751         (Makefile.am): Add it to lib_SOURCES.
5752
5753 2009-12-10  Bruno Haible  <bruno@clisp.org>
5754
5755         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
5756
5757 2009-12-10  Bruno Haible  <bruno@clisp.org>
5758
5759         Declare which arguments expect non-NULL values, for GCC and clang.
5760         * build-aux/arg-nonnull.h: New file.
5761         * modules/arg-nonnull: New file.
5762         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
5763         (inet_ntop, inet_pton): Use it.
5764         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
5765         (closedir, dirfd, opendir, scandir, alphasort): Use it.
5766         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
5767         (open, openat): Use it.
5768         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
5769         (fnmatch): Use it.
5770         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
5771         (getopt, getopt_long, getopt_long_only): Use it.
5772         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
5773         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
5774         Use it.
5775         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
5776         (iconv_open): Use it.
5777         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
5778         (strtoimax, strtoumax): Use it.
5779         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
5780         (duplocale): Use it.
5781         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
5782         (frexp, frexpl): Use it.
5783         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
5784         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
5785         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
5786         (tsearch, tfind, tdelete, twalk): Use it.
5787         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
5788         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
5789         sigpending): Use it.
5790         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
5791         (posix_spawn, posix_spawnp, posix_spawnattr_init,
5792         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
5793         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
5794         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
5795         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
5796         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
5797         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
5798         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
5799         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
5800         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
5801         Use it.
5802         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
5803         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
5804         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
5805         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
5806         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
5807         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
5808         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
5809         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
5810         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
5811         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
5812         strtoull, unsetenv): Use it.
5813         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
5814         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
5815         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
5816         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
5817         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
5818         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
5819         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
5820         (strcasecmp, strncasecmp): Use it.
5821         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
5822         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
5823         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
5824         rpl_setsockopt): Use it.
5825         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
5826         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
5827         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
5828         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
5829         (gettimeofday): Use it.
5830         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
5831         (times): Use it.
5832         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
5833         (uname): Use it.
5834         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
5835         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
5836         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
5837         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
5838         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
5839         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
5840         unlinkat, write): Use it.
5841         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
5842         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
5843         * lib/argv-iter.h: Include arg-nonnull.h.
5844         (_ATTRIBUTE_NONNULL_): Remove macro.
5845         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
5846         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
5847         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
5848         optimization.
5849         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
5850         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
5851         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
5852         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
5853         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
5854         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
5855         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
5856         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
5857         * modules/arpa_inet (Depends-on): Add arg-nonnull.
5858         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
5859         * modules/dirent (Depends-on): Add arg-nonnull.
5860         (Makefile.am): Insert arg-nonnull.h into dirent.h.
5861         * modules/fcntl-h (Depends-on): Add arg-nonnull.
5862         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
5863         * modules/fnmatch (Depends-on): Add arg-nonnull.
5864         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
5865         * modules/getopt-posix (Depends-on): Add arg-nonnull.
5866         (Makefile.am): Insert arg-nonnull.h into getopt.h.
5867         * modules/glob (Depends-on): Add arg-nonnull.
5868         (Makefile.am): Insert arg-nonnull.h into glob.h.
5869         * modules/iconv_open (Depends-on): Add arg-nonnull.
5870         (Makefile.am): Insert arg-nonnull.h into iconv.h.
5871         * modules/inttypes (Depends-on): Add arg-nonnull.
5872         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
5873         * modules/locale (Depends-on): Add arg-nonnull.
5874         (Makefile.am): Insert arg-nonnull.h into locale.h.
5875         * modules/math (Depends-on): Add arg-nonnull.
5876         (Makefile.am): Insert arg-nonnull.h into math.h.
5877         * modules/netdb (Depends-on): Add arg-nonnull.
5878         (Makefile.am): Insert arg-nonnull.h into netdb.h.
5879         * modules/search (Depends-on): Add arg-nonnull.
5880         (Makefile.am): Insert arg-nonnull.h into search.h.
5881         * modules/signal (Depends-on): Add arg-nonnull.
5882         (Makefile.am): Insert arg-nonnull.h into signal.h.
5883         * modules/spawn (Depends-on): Add arg-nonnull.
5884         (Makefile.am): Insert arg-nonnull.h into spawn.h.
5885         * modules/stdio (Depends-on): Add arg-nonnull.
5886         (Makefile.am): Insert arg-nonnull.h into stdio.h.
5887         * modules/stdlib (Depends-on): Add arg-nonnull.
5888         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
5889         * modules/string (Depends-on): Add arg-nonnull.
5890         (Makefile.am): Insert arg-nonnull.h into string.h.
5891         * modules/strings (Depends-on): Add arg-nonnull.
5892         (Makefile.am): Insert arg-nonnull.h into strings.h.
5893         * modules/sys_socket (Depends-on): Add arg-nonnull.
5894         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
5895         * modules/sys_stat (Depends-on): Add arg-nonnull.
5896         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
5897         * modules/sys_time (Depends-on): Add arg-nonnull.
5898         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
5899         * modules/sys_times (Depends-on): Add arg-nonnull.
5900         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
5901         * modules/sys_utsname (Depends-on): Add arg-nonnull.
5902         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
5903         * modules/time (Depends-on): Add arg-nonnull.
5904         (Makefile.am): Insert arg-nonnull.h into time.h.
5905         * modules/unistd (Depends-on): Add arg-nonnull.
5906         (Makefile.am): Insert arg-nonnull.h into unistd.h.
5907         * modules/wchar (Depends-on): Add arg-nonnull.
5908         (Makefile.am): Insert arg-nonnull.h into wchar.h.
5909         * modules/argv-iter (Depends-on): Add arg-nonnull.
5910         * tests/test-canonicalize.c (null_ptr): New function.
5911         (main): Use it.
5912         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
5913         (main): Use it.
5914         * tests/test-memmem.c (null_ptr): New function.
5915         (main): Use it.
5916         Reported by Jim Meyering.
5917
5918 2009-12-10  Bruno Haible  <bruno@clisp.org>
5919
5920         Use spaces for indentation, not tabs.
5921         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
5922         * m4/*.m4: Untabify.
5923         * build-aux/*.h: Untabify.
5924         * tests/**/*.[hc]: Untabify.
5925         * README: New section "Indent with spaces, not TABs", based on
5926         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
5927         * NEWS: Mention the change.
5928
5929 2009-12-10  Bruno Haible  <bruno@clisp.org>
5930
5931         pty test: Fix link error.
5932         * modules/pty-tests (Makefile.am): Add the default LDADD value to
5933         test_pty_LDADD.
5934
5935 2009-12-07  Simon Josefsson  <simon@josefsson.org>
5936
5937         * modules/pty: New file.
5938         * modules/pty-tests: New file.
5939         * m4/pty.m4: New file.
5940         * tests/test-pty.c: New file.
5941         * doc/glibc-headers/pty.texi: Modified.
5942         * doc/glibc-functions/forkpty.texi: Modified.
5943         * doc/glibc-functions/openpty.texi: Modified.
5944
5945 2009-12-10  Bruno Haible  <bruno@clisp.org>
5946
5947         Avoid syntax error in C++ mode.
5948         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
5949
5950 2009-12-10  Bruno Haible  <bruno@clisp.org>
5951
5952         Use sed with option -e.
5953         * gnulib-tool (func_version, func_emit_copyright_notice,
5954         func_emit_initmacro_end, func_import, func_create_testdir): Pass
5955         option -e to sed.
5956         * modules/link-warning (Makefile.am): Likewise.
5957
5958 2009-12-10  Jim Meyering  <meyering@redhat.com>
5959
5960         mgetgroups: do not write bytes beyond end of malloc'd buffer
5961         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
5962         username, we call getgroups with a one-element-shorter buffer,
5963         but still told it the length was original, max_n_groups.
5964
5965 2009-12-09  Eric Blake  <ebb9@byu.net>
5966
5967         cloexec: relax license
5968         * modules/cloexec (Maintainer): Add myself.
5969         (License): Use LGPL, not GPL.
5970
5971         link-warning: optimize generation
5972         * modules/link-warning (Makefile.am): Reduce process usage.
5973
5974 2009-12-09  Bruno Haible  <bruno@clisp.org>
5975
5976         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
5977         workaround was added on 2009-11-17.
5978
5979 2009-12-09  Jim Meyering  <meyering@redhat.com>
5980             Bruno Haible  <bruno@clisp.org>
5981
5982         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
5983         * modules/link-warning (Makefile.am): Make the comment-removing sed
5984         command more robust in the face of bootstrap-prepended comment lines.
5985
5986 2009-12-09  Bruno Haible  <bruno@clisp.org>
5987
5988         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
5989         most one group.
5990
5991 2009-12-09  Simon Josefsson <simon@josefsson.org>
5992             Bruno Haible  <bruno@clisp.org>
5993
5994         * build-aux/link-warning.h: Add copyright notice.
5995         * modules/link-warning (Makefile.am): Generate link-warning.h from
5996         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
5997         * NEWS: Mention change in link-warning module.
5998         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
5999         * modules/dirent (Makefile.am): Add dependency to dirent.h.
6000         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
6001         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
6002         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
6003         * modules/math (Makefile.am): Add dependency to math.h.
6004         * modules/search (Makefile.am): Add dependency to search.h.
6005         * modules/signal (Makefile.am): Add dependency to signal.h.
6006         * modules/spawn (Makefile.am): Add dependency to spawn.h.
6007         * modules/stdio (Makefile.am): Add dependency to stdio.h.
6008         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
6009         * modules/string (Makefile.am): Add dependency to string.h.
6010         * modules/strings (Makefile.am): Add dependency to strings.h.
6011         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
6012         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
6013         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
6014         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
6015         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
6016         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
6017         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
6018         * modules/unistd (Makefile.am): Add dependency to unistd.h.
6019         * modules/wchar (Makefile.am): Add dependency to wchar.h.
6020
6021 2009-12-09  Bruno Haible  <bruno@clisp.org>
6022
6023         fchdir: Optimize away rpl_fstat when possible.
6024         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
6025         REPLACE_OPEN_DIRECTORY.
6026         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
6027
6028 2009-12-09  Bruno Haible  <bruno@clisp.org>
6029
6030         * lib/fchdir.c: Update comment.
6031
6032 2009-12-09  Bruno Haible  <bruno@clisp.org>
6033
6034         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
6035
6036 2009-12-08  Eric Blake  <ebb9@byu.net>
6037
6038         fchdir: avoid memory leak on re-registration.
6039         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
6040
6041 2009-12-08  Jim Meyering  <meyering@redhat.com>
6042
6043         init.sh: avoid Solaris 10 /bin/sh portability problem
6044         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
6045         sourced script:
6046           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
6047           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
6048           bar
6049         tests/init.sh relied on that, accepting a --set-path=DIR argument,
6050         and two tests used that idiom.
6051         * tests/init.sh: Update suggested usage comments.
6052         (path_prepend_): New function, to be used in place
6053         of the --src-path=DIR option.
6054         (setup_): Move PATH-prepending code into path_prepend_.
6055         * tests/test-pread.sh: Adapt to new usage.
6056         * tests/test-xalloc-die.sh: Likewise.
6057
6058 2009-12-08  Simon Josefsson  <simon@josefsson.org>
6059
6060         * doc/gnulib.texi (Glibc pty.h): Add.
6061         * doc/glibc-functions/forkpty.texi: Add.
6062         * doc/glibc-functions/openpty.texi: Add.
6063         Suggested by Bruno Haible.
6064
6065 2009-12-08  Eric Blake  <ebb9@byu.net>
6066
6067         fchdir: fix logic bugs
6068         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
6069         * tests/test-fchdir.c (main): Enhance test.
6070         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
6071         is in use.
6072
6073         dup2: fix logic bugs
6074         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
6075         REPLACE_DUP2 to decide when rpl_dup2 is needed.
6076         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
6077         exists.
6078         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
6079
6080 2009-12-07  Eric Blake  <ebb9@byu.net>
6081
6082         unlink: fix m4 detection
6083         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
6084
6085         unistd-safer: add unit test
6086         * modules/unistd-safer-tests: New file.
6087         * tests/test-dup-safer.c: Likewise.
6088         * tests/test-cloexec.c (setmode): Avoid compiler warning.
6089         * tests/test-dup2.c (setmode): Likewise.
6090         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
6091
6092         cloexec: preserve text vs. binary across dup_cloexec
6093         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
6094         mode.
6095         * modules/dup2-tests (Depends-on): Add binary-io.
6096         * modules/cloexec-tests (Depends-on): Likewise.
6097         * tests/test-dup2.c (setmode, is_mode): New helpers.
6098         (main): Add tests that translation mode is preserved.
6099         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
6100         Reported by Bruno Haible.
6101
6102         mgetgroups: reduce duplicate listings
6103         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
6104         resulting array.
6105         * tests/test-chown.h (test_chown): Simplify client.
6106         * tests/test-lchown.h (test_lchown): Likewise.
6107
6108 2009-12-06  Bruno Haible  <bruno@clisp.org>
6109
6110         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
6111         value.
6112
6113 2009-12-06  Bruno Haible  <bruno@clisp.org>
6114
6115         * lib/progname.c: Include stdio.h, stdlib.h.
6116         (set_program_name): Reject a NULL argument.
6117
6118 2009-12-05  Eric Blake  <ebb9@byu.net>
6119
6120         pipe2-safer: new module
6121         * modules/pipe2-safer: New file.
6122         * lib/unistd-safer.h (pipe2_safer): New prototype.
6123         * lib/unistd--.h (pipe2): New wrapper.
6124         * lib/pipe-safer.c (pipe2_safer): New function.
6125         * modules/pipe (Depends-on): Add pipe2-safer.
6126         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
6127
6128         stdlib-safer: preserve cloexec flag for mkostemp[s]
6129         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
6130         fd_safer_flag.
6131
6132         unistd-safer: allow preservation of cloexec status via flag
6133         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
6134         prototypes.
6135         * lib/dup-safer.c (dup_safer_flag): New function.
6136         * lib/fd-safer.c (fd_safer_flag): Likewise.
6137         * modules/cloexec (configure.ac): Set witness.
6138
6139         test-dup2: enhance test
6140         * modules/dup2-tests (Depends-on): Add cloexec.
6141         * tests/test-dup2.c (main): Enhance test.
6142
6143         cloexec: add dup_cloexec
6144         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
6145         header and comments.
6146         * lib/cloexec.c (set_cloexec_flag): Add comments.
6147         (dup_cloexec): New function, with mingw implementation borrowed
6148         from...
6149         * lib/w32spawn.h (dup_noinherit): ...here.
6150         * modules/execute (Depends-on): Add cloexec.
6151         * modules/pipe (Depends-on): Likewise.
6152         * modules/cloexec (Depends-on): Add dup2.
6153         * modules/cloexec-tests (Files): New file.
6154         * tests/test-cloexec.c: Likewise.
6155
6156         test-xalloc-die: fix test for mingw
6157         * modules/xalloc-die-tests (Files): Add tests/init.sh.
6158         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
6159         directory and .exe suffix off argv[0] output.
6160
6161         test-fseeko: fix test for mingw
6162         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
6163         than undefining fseek, so test will pass on mingw.
6164
6165 2009-12-05  Bruno Haible  <bruno@clisp.org>
6166
6167         * lib/progname.h (set_program_name): Clarify specification.
6168         * lib/progname.c (set_program_name): Likewise.
6169         Reported by Jim Meyering.
6170
6171 2009-12-05  Jim Meyering  <meyering@redhat.com>
6172
6173         maint.mk: backslash-escape parens in default regexp
6174         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
6175         backslash-escape the literal parentheses.
6176
6177         maint.mk: news-date-check: use grep -E
6178         * top/maint.mk (today): Define a Make variable, not a...
6179         (news-date-check): ...shell variable.
6180         (news-date-regexp): Use the Make variable.
6181         Use grep's -E option.  Change the failing diagnostic to mention
6182         the variable, $(news-date-regexp).
6183
6184 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
6185
6186         maintainer-makefile: allow customization of NEWS entry format
6187         * top/maint.mk (news-date-regexp): New overridable variable.
6188         (news-date-check): Use it.
6189
6190 2009-12-04  Eric Blake  <ebb9@byu.net>
6191
6192         mgetgroups: add xgetgroups, and avoid ENOSYS failures
6193         * lib/mgetgroups.h (xgetgroups): New prototype.
6194         * lib/mgetgroups.c (xgetgroups): New wrapper.
6195         (mgetgroups): Handle ENOSYS.
6196         * modules/mgetgroups (Depends-on): Add realloc.
6197         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
6198
6199         mgetgroups: avoid argument promotion issues with -1
6200         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
6201         for invalid gid_t.
6202         * tests/test-chown.h (getegid, test_chown): Likewise.
6203         * tests/test-lchown.h (getegid, test_lchown): Likewise.
6204
6205 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
6206
6207         exclude: Fix header file problems.
6208         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
6209
6210 2009-12-01  Jim Meyering  <meyering@redhat.com>
6211
6212         fts: fts_open: do not let an empty string cause immediate failure
6213         This is required in support of GNU rm, for which the command
6214         "rm A '' B" must process and remove both A and B, in spite of
6215         the empty string argument.
6216         * lib/fts.c (fts_open): Do not let the presence of an empty string
6217         cause fts_open to fail immediately.  Most fts-using tools must be
6218         able to process all arguments, in order, and can be expected to
6219         diagnose such arguments themselves.
6220
6221 2009-11-30  Eric Blake  <ebb9@byu.net>
6222
6223         utimens: fix compilation error
6224         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
6225         Declare variable at right scope.
6226
6227 2009-11-29  Jim Meyering  <meyering@redhat.com>
6228
6229         bootstrap: handle perl-5.11's changed --version output
6230         * build-aux/bootstrap (get_version): Handle perl separately,
6231         since perl-5.11's --version output is different.
6232
6233 2009-11-28  Jim Meyering  <meyering@redhat.com>
6234
6235         userspec: depend on the inttostr module, too
6236         * modules/userspec (Depends-on): Add inttostr.
6237
6238         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
6239         * lib/userspec.c (parse_with_separator): Do not accept a user ID
6240         number of MAXUID when it evaluates to (uid_t) -1.
6241         Likewise for group ID.  Reported by Matt McCutchen in
6242         <http://savannah.gnu.org/bugs/?28113>
6243
6244         userspec: reformat to use spaces, not TABs
6245         * lib/userspec.c: Expand TABs to spaces.
6246         Add Emacs' "indent-tabs-mode: nil" hint.
6247
6248 2009-11-27  Eric Blake  <ebb9@byu.net>
6249
6250         getopt-gnu: flush out another BSD bug
6251         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
6252         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
6253         flush out BSD bug.
6254         * tests/test-getopt.h (test_getopt): End lists with NULL.
6255         * tests/test-getopt_long.h (test_getopt_long): Likewise.
6256         (test_getopt_long_posix): Enhance test.
6257         * modules/getopt-posix-tests (Depends-on): Add stdbool.
6258         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
6259         getopt-gnu.
6260         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6261         Likewise.
6262
6263 2009-11-27  Simon Josefsson  <simon@josefsson.org>
6264
6265         * modules/idpriv-droptemp-tests (Notice): Fix text.
6266
6267 2009-11-27  Jim Meyering  <meyering@redhat.com>
6268
6269         test-xalloc-die: avoid spurious failure due to libtool argv difference
6270         In a libtool-enabled project, this test would fail due to a difference
6271         in the emitted program name, e.g.,
6272         -test-xalloc-die: memory exhausted
6273         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
6274         Use program to avoid that.
6275         * modules/xalloc-die-tests (Depends-on): Add progname.
6276         * tests/test-xalloc-die.c: Include progname.h".
6277         (program_name): Remove decl.
6278         (main): Call set_program_name.
6279         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
6280
6281 2009-11-26  Richard Jones  <rjones@redhat.com>
6282
6283         w32sock: leave win32 error in place.
6284         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
6285
6286 2009-11-26  Eric Blake  <ebb9@byu.net>
6287
6288         init.sh: suggest to use skip_ and fail_ functions in comments
6289         * tests/init.sh: Add a sentence.
6290
6291 2009-11-25  Bruno Haible  <bruno@clisp.org>
6292
6293         init.sh: add documentation in comments
6294         * tests/init.sh: Add some developer and user documentation.
6295
6296 2009-11-26  Jim Meyering  <meyering@redhat.com>
6297
6298         init.sh: accommodate even those who specify bogus srcdir manually
6299         * tests/init.sh: Normally, srcdir is guaranteed by automake and
6300         configure-time tests to be sanitized, so that there is no need to
6301         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
6302         (with no double quotes) suffices.  However, since tests may be
6303         invoked manually, and since you may explicitly set srcdir to the
6304         name of a directory containing spaces, do quote its uses here.
6305         * tests/test-pread.sh: Likewise.
6306         Suggested by Bruno Haible.
6307
6308         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
6309         * tests/test-pread.sh: Write no data into the pipe, because
6310         test-pread actually reads none.  This avoids a diagnostic,
6311         "bash: echo: write error: Broken pipe", that arises in the unusual
6312         event something is ignoring SIGPIPE, and might be interpreted
6313         as some sort of failure.  Reported by Bruno Haible.
6314
6315 2009-11-25  Jim Meyering  <meyering@redhat.com>
6316
6317         test-pread: cover failure with ESPIPE and EINVAL
6318         * tests/test-pread.c (main): Test for failure, too.
6319         * tests/test-pread.sh: Invoke with stdin on a pipe.
6320         Suggested by Eric Blake.
6321
6322         pread: improvement and fix
6323         * modules/pread (Depends-on): Depend on lseek, for portability to
6324         e.g., mingw.  Suggested by Eric Blake.
6325         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
6326
6327         unistd.in.h: correct declaration of pread
6328         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
6329         Reported by Richard W.M. Jones.
6330
6331         test-pread.sh: distribute the test script
6332         * modules/pread-tests (Files): Include test-pread.sh.
6333
6334         test-pread.sh: clean up
6335         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
6336         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
6337         That is unnecessary, since it's always ".".
6338         Suggestion from Eric Blake.
6339
6340         test-pread.sh: make executable
6341         * tests/test-pread.sh: Set executable bit.
6342         Reported by Eric Blake.
6343
6344         correct typo in test-pread.sh
6345         * tests/test-pread.sh: Add #! line.
6346
6347         test pread
6348         * tests/test-pread.c: New file.
6349         * tests/test-pread.sh: Likewise.
6350         * modules/pread-tests: Likewise.
6351
6352         pread: new module
6353         * modules/pread: New file.
6354         * lib/unistd.in.h (pread): Define/declare.
6355         * lib/pread.c (pread): New file.
6356         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
6357         * modules/unistd (Makefile.am): Substitute witnesses.
6358         * doc/posix-functions/pread.texi (pread): Update.
6359         * MODULES.html.sh: Add pread.
6360
6361 2009-11-25  Jim Meyering  <meyering@redhat.com>
6362
6363         tests/init.sh: new file to be used via most *.sh tests
6364         * tests/init.sh: New file.
6365
6366 2009-11-25  Eric Blake  <ebb9@byu.net>
6367
6368         utimens: work around older Linux failure with symlinks
6369         * lib/utimens.c (lutimensat_works_really): New variable.
6370         (fdutimens, lutimens): Use it to manage kernels that support
6371         nanosecond times on files, but not on symlinks.
6372         Reported by Ondřej Vašík.
6373
6374         utimes: fix configure grammar
6375         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
6376
6377 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
6378
6379         regex: Fix fastmap for multibyte character ranges.
6380         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
6381         characters when a multibyte character range is included.
6382
6383 2009-11-22  Andy Wingo  <wingo@pobox.com>
6384
6385         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
6386         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
6387
6388 2009-11-24  Bruno Haible  <bruno@clisp.org>
6389
6390         doc: Most *_l functions exist in MacOS X 10.5.
6391         * doc/posix-functions/duplocale.texi: Update platforms list.
6392         * doc/posix-functions/freelocale.texi: Likewise.
6393         * doc/posix-functions/newlocale.texi: Likewise.
6394         * doc/posix-functions/uselocale.texi: Likewise.
6395         * doc/posix-functions/isalnum_l.texi: Likewise.
6396         * doc/posix-functions/isalpha_l.texi: Likewise.
6397         * doc/posix-functions/isblank_l.texi: Likewise.
6398         * doc/posix-functions/iscntrl_l.texi: Likewise.
6399         * doc/posix-functions/isdigit_l.texi: Likewise.
6400         * doc/posix-functions/isgraph_l.texi: Likewise.
6401         * doc/posix-functions/islower_l.texi: Likewise.
6402         * doc/posix-functions/isprint_l.texi: Likewise.
6403         * doc/posix-functions/ispunct_l.texi: Likewise.
6404         * doc/posix-functions/isspace_l.texi: Likewise.
6405         * doc/posix-functions/isupper_l.texi: Likewise.
6406         * doc/posix-functions/iswalnum_l.texi: Likewise.
6407         * doc/posix-functions/iswalpha_l.texi: Likewise.
6408         * doc/posix-functions/iswblank_l.texi: Likewise.
6409         * doc/posix-functions/iswcntrl_l.texi: Likewise.
6410         * doc/posix-functions/iswctype_l.texi: Likewise.
6411         * doc/posix-functions/iswdigit_l.texi: Likewise.
6412         * doc/posix-functions/iswgraph_l.texi: Likewise.
6413         * doc/posix-functions/iswlower_l.texi: Likewise.
6414         * doc/posix-functions/iswprint_l.texi: Likewise.
6415         * doc/posix-functions/iswpunct_l.texi: Likewise.
6416         * doc/posix-functions/iswspace_l.texi: Likewise.
6417         * doc/posix-functions/iswupper_l.texi: Likewise.
6418         * doc/posix-functions/iswxdigit_l.texi: Likewise.
6419         * doc/posix-functions/isxdigit_l.texi: Likewise.
6420         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
6421         * doc/posix-functions/strcasecmp_l.texi: Likewise.
6422         * doc/posix-functions/strcoll_l.texi: Likewise.
6423         * doc/posix-functions/strfmon_l.texi: Likewise.
6424         * doc/posix-functions/strftime_l.texi: Likewise.
6425         * doc/posix-functions/strncasecmp_l.texi: Likewise.
6426         * doc/posix-functions/strxfrm_l.texi: Likewise.
6427         * doc/posix-functions/tolower_l.texi: Likewise.
6428         * doc/posix-functions/toupper_l.texi: Likewise.
6429         * doc/posix-functions/towctrans_l.texi: Likewise.
6430         * doc/posix-functions/towlower_l.texi: Likewise.
6431         * doc/posix-functions/towupper_l.texi: Likewise.
6432         * doc/posix-functions/wcscoll_l.texi: Likewise.
6433         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
6434         * doc/posix-functions/wctrans_l.texi: Likewise.
6435         * doc/posix-functions/wctype_l.texi: Likewise.
6436         * doc/glibc-functions/strptime_l.texi: Likewise.
6437         * doc/glibc-functions/strtod_l.texi: Likewise.
6438         * doc/glibc-functions/strtof_l.texi: Likewise.
6439         * doc/glibc-functions/strtol_l.texi: Likewise.
6440         * doc/glibc-functions/strtold_l.texi: Likewise.
6441         * doc/glibc-functions/strtoll_l.texi: Likewise.
6442         * doc/glibc-functions/strtoul_l.texi: Likewise.
6443         * doc/glibc-functions/strtoull_l.texi: Likewise.
6444         * doc/glibc-functions/wcsftime_l.texi: Likewise.
6445         * doc/glibc-functions/wcstod_l.texi: Likewise.
6446         * doc/glibc-functions/wcstof_l.texi: Likewise.
6447         * doc/glibc-functions/wcstol_l.texi: Likewise.
6448         * doc/glibc-functions/wcstold_l.texi: Likewise.
6449         * doc/glibc-functions/wcstoll_l.texi: Likewise.
6450         * doc/glibc-functions/wcstoul_l.texi: Likewise.
6451         * doc/glibc-functions/wcstoull_l.texi: Likewise.
6452
6453 2009-11-24  Bruno Haible  <bruno@clisp.org>
6454
6455         duplocale: Fix logic bug.
6456         * lib/duplocale.c: Don't include <langinfo.h>.
6457         (_NL_LOCALE_NAME): Remove macro.
6458         (rpl_duplocale): Use setlocale instead of nl_langinfo.
6459         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
6460
6461 2009-11-23  Jim Meyering  <meyering@redhat.com>
6462
6463         test-update-copyright: don't hard-code /usr/bin/perl
6464         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
6465         perl to print the current year.  Gilles Espinasse reported that
6466         the replaced use of perl was hard-coded as /usr/bin/perl.
6467
6468 2009-11-23  Bruno Haible  <bruno@clisp.org>
6469
6470         duplocale: Add support for glibc 2.3.x.
6471         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
6472
6473 2009-11-22  Bruno Haible  <bruno@clisp.org>
6474
6475         vasnprintf: Tiny optimization.
6476         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
6477         MacOS X.
6478
6479 2009-11-22  Bruno Haible  <bruno@clisp.org>
6480
6481         Tests for module 'duplocale'.
6482         * modules/duplocale-tests: New file.
6483         * tests/test-duplocale.c: New file.
6484
6485         New module 'duplocale'.
6486         * m4/duplocale.m4: New file.
6487         * lib/locale.in.h (duplocale): New declaration.
6488         * lib/duplocale.c: New file.
6489         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
6490         gl_LOCALE_H_DEFAULTS): New macros.
6491         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
6492         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
6493         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
6494         REPLACE_DUPLOCALE.
6495         * modules/duplocale: New file.
6496         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
6497
6498 2009-11-22  Bruno Haible  <bruno@clisp.org>
6499
6500         * modules/locale-tests (configure.ac): Test for newlocale function.
6501         * tests/test-locale.c: When the system has extended locale functions,
6502         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
6503
6504         locale: Make locale_t available when possible.
6505         * lib/locale.in.h: Include <xlocale.h> when it exists.
6506         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
6507         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
6508         * modules/locale (Depends-on): Add extensions.
6509         (Makefile.am): Also substitute HAVE_XLOCALE_H.
6510         * doc/posix-headers/locale.texi: Document the problem with locale_t.
6511
6512 2009-11-22  Bruno Haible  <bruno@clisp.org>
6513
6514         Add comments.
6515         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
6516         invocation.
6517         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
6518         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
6519         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
6520
6521 2009-11-22  Bruno Haible  <bruno@clisp.org>
6522
6523         error: account for the possibility of freopen (stdout).
6524         * lib/error.c: Include <unistd.h>.
6525         (flush_stdout): New function, extracted from error and error_at_line.
6526         Determine stdout's fd dynamically.
6527         (error, error_at_line): Invoke flush_stdout.
6528         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
6529         * modules/error (Depends-on): Add unistd.
6530
6531 2009-11-22  Bruno Haible  <bruno@clisp.org>
6532
6533         diffseq: Add comment.
6534         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
6535
6536 2009-11-22  Jim Meyering  <meyering@redhat.com>
6537
6538         c-stack: avoid defining an unused static function
6539         * lib/c-stack.c (find_stack_direction): Do not define this function
6540         when it will not be used.
6541
6542         diffseq: avoid spurious gcc warnings
6543         * lib/diffseq.h (IF_LINT2): Define.
6544         (compareseq): Use it to initialize two members of "part".
6545         This avoids two used-uninitialized warnings.
6546
6547 2009-11-21  Jim Meyering  <meyering@redhat.com>
6548
6549         c-stack: avoid "ignoring return value of `write'" warning
6550         * lib/c-stack.c: Include "ignore-value.h".
6551         (die): Explicitly ignore each write return value.
6552         * modules/c-stack (Depends-on): Add ignore-value.
6553
6554 2009-11-21  Bruno Haible  <bruno@clisp.org>
6555
6556         diffseq: reduce scope of variable 'best'.
6557         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
6558         variable, earlier used for two different purposes.
6559
6560 2009-11-21  Jim Meyering  <meyering@redhat.com>
6561
6562         diffseq: remove useless assignment to "best"
6563         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
6564         assignment.  At that point "best" is already guaranteed to be zero.
6565
6566 2009-11-20  Eric Blake  <ebb9@byu.net>
6567
6568         build: mention ftp redirector in release announcements
6569         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
6570         values that used to come from cfg.mk; mention FTP redirect URL.
6571         * build-aux/announce-gen: Mention the mirror list.
6572         Suggested by Karl Berry.
6573
6574         nanosleep: improve port to mingw
6575         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
6576         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
6577         LIB_NANOSLEEP, but only when needed.
6578         * modules/select (Link): Document LIBSOCKET.
6579         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
6580         enough.
6581
6582         nanosleep: work around cygwin bug
6583         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
6584         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
6585         bug.
6586         (getnow): Delete, not needed.
6587         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
6588         LIB_CLOCK_GETTIME.
6589         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
6590         clock-time, gettime.
6591         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
6592         bug.
6593         * modules/nanosleep-tests: New test.
6594         * tests/test-nanosleep.c: New file.
6595
6596         sleep: work around cygwin bug
6597         * lib/sleep.c (rpl_sleep): Work around the bug.
6598         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
6599         (gl_PREREQ_SLEEP): Delete unused macro.
6600         * modules/sleep (Depends-on): Add verify.
6601         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6602         * modules/unistd (Makefile.am): Substitute witness.
6603         * lib/unistd.in.h (sleep): Update prototype.
6604         * doc/posix-functions/sleep.texi (sleep): Document the bug.
6605         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
6606         * modules/sleep-tests (Depends-on): Check for alarm.
6607
6608 2009-11-20  Jim Meyering  <meyering@redhat.com>
6609
6610         maint.mk: improve sc_prohibit_magic_number_exit
6611         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
6612         so it does not match uses like System.exit(1).
6613         Add comments showing how to correct all offenders.
6614
6615 2009-11-19  Eric Blake  <ebb9@byu.net>
6616
6617         xalloc-die-tests: add missing library
6618         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
6619
6620         test-xvasprintf: silence compiler warnings
6621         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
6622         empty string from gcc.
6623
6624 2009-11-19  Jim Meyering  <meyering@redhat.com>
6625
6626         xfreopen: new module, from coreutils
6627         * modules/xfreopen: New module.
6628         * lib/xfreopen.c: New file.
6629         * lib/xfreopen.h: New file.
6630         * MODULES.html.sh (File stream based Input/Output"): Add it.
6631
6632 2009-11-19  Eric Blake  <ebb9@byu.net>
6633
6634         manywarnings: depend on warnings
6635         * modules/manywarnings (Depends-on): Add warnings.
6636
6637         build: avoid compiler warnings
6638         * lib/select.c (rpl_select): Delete unused variable.
6639         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
6640
6641 2009-11-18  Eric Blake  <ebb9@byu.net>
6642
6643         tests: avoid false negative with --with-packager
6644         * tests/test-version-etc.sh: Discard packager information.
6645         * tests/test-argp-version-etc-1.sh: Likewise.
6646         Reported by Mike Frysinger.
6647
6648         utimens: fix regression on Solaris
6649         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
6650         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
6651         can only change fd timestamps via futimesat.  Instead, use an
6652         additional witness macro to avoid BSD bug.
6653         Reported by Jim Meyering.
6654
6655 2009-11-17  Eric Blake  <ebb9@byu.net>
6656
6657         usleep: use it to simplify tests
6658         * modules/stat-time-tests (Depends-on): Add usleep.
6659         (configure.ac): Drop usleep check.
6660         * modules/chown-tests (Depends-on, configure.ac): Likewise.
6661         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
6662         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
6663         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
6664         * modules/openat-tests (Depends-on, configure.ac): Likewise.
6665         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
6666         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
6667         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
6668         Likewise.
6669         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
6670         * tests/test-lchown.h (nap): Likewise.
6671         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
6672         * tests/test-stat-time.c (nap): Likewise.
6673         * tests/test-utimens-common.h (nap): Update comments.
6674
6675         usleep: new module
6676         * modules/usleep: New file.
6677         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
6678         * lib/usleep.c (usleep): Likewise.
6679         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6680         * modules/unistd (Makefile.am): Substitute witnesses.
6681         * lib/unistd.in.h (usleep): Add declaration.
6682         * doc/pastposix-functions/usleep.texi (usleep): Document this.
6683         * MODULES.html.sh (Date and time): Likewise.
6684         * modules/usleep-tests (Depends-on): New test.
6685         * tests/test-usleep.c: New file.
6686
6687         chown: work around OpenBSD bug
6688         * lib/chown.c (rpl_chown): Work around the bug.
6689         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
6690         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
6691         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
6692         * modules/chown (Depends-on): Add stdbool.
6693         * modules/lchown (Depends-on): Likewise.
6694         * doc/posix-functions/chown.texi (chown): Document the bug.
6695         * doc/posix-functions/lchown.texi (lchown): Likewise.
6696         * tests/test-lchown.h (test_chown): Relax test.
6697
6698         mkstemp: avoid conflict with C++ keyword template
6699         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
6700         * lib/mkostemp.c (mkostemp): Likewise.
6701         * lib/mkostemps.c (mkostemps): Likewise.
6702         * lib/mkstemp.c (mkstemp): Likewise.
6703         * lib/mkstemps.c (mkstemps): Likewise.
6704
6705         xalloc-die-tests: optimize
6706         * tests/test-xalloc-die.sh: Reduce number of processes.
6707
6708 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6709
6710         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
6711         patch from ludo@gnu.org (Ludovic Courtès).
6712
6713 2009-11-17  Jim Meyering  <meyering@redhat.com>
6714
6715         version-etc: use proper license string
6716         * modules/version-etc (License): Use LGPL, not LGPLv3+.
6717         * modules/version-etc-fsf: Likewise.
6718
6719 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6720
6721         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
6722         printed to stdout.  Deal with EOL differences.
6723
6724 2009-11-17  Eric Blake  <ebb9@byu.net>
6725
6726         unsetenv: work around Solaris bug
6727         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
6728         * lib/unsetenv.c (rpl_unsetenv): Work around it.
6729         Reported by Jim Meyering.
6730
6731         vasnprintf: avoid compiler warnings
6732         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
6733         variables.
6734         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
6735
6736 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6737
6738         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
6739         settings since xalloc-die is no longer the self test,
6740         xalloc-die.sh is.
6741
6742 2009-11-17  Jim Meyering  <meyering@redhat.com>
6743
6744         test-xalloc-die.sh: make the code agree with the commit log
6745         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
6746         at the end, just in case you happen to have a test-xalloc-die
6747         program in some other PATH directory.
6748
6749         test-xalloc-die.sh: fix a portability bug
6750         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
6751         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
6752         Otherwise, argv[0] (as often seen in diagnostics) would be too
6753         system-dependent, sometimes with, and sometimes without the leading "./".
6754
6755         version-etc-fsf: relax license to LGPLv3+
6756         * modules/version-etc-fsf (License): Relax license.
6757
6758 2009-11-16  Eric Blake  <ebb9@byu.net>
6759
6760         xalloc-die-tests: avoid printing null pointer
6761         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
6762         shell script.
6763         * tests/test-xalloc-die.c (program_name): Declare.
6764         * tests/test-xalloc-die.sh (tmpfiles): New file.
6765
6766         setenv, unsetenv: work around various bugs
6767         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
6768         (setenv) [HAVE_SETENV]: Work around bugs.
6769         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
6770         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
6771         for bugs.
6772         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
6773         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
6774         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
6775         * modules/stdlib (Makefile.am): Update substitutions.
6776         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
6777         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
6778         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6779         * modules/setenv-tests: New test.
6780         * modules/unsetenv-tests: Likewise.
6781         * tests/test-setenv.c: New file.
6782         * tests/test-unsetenv.c: Likewise.
6783
6784 2009-11-16  Jim Meyering  <meyering@redhat.com>
6785
6786         version-etc: relax license to LGPLv3+
6787         * modules/version-etc (License): Relax license.
6788
6789         better AC_REQUIRE expanded-before-required-warning avoidance
6790         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
6791         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
6792         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
6793         which is no longer needed.
6794
6795 2009-11-16  Eric Blake  <ebb9@byu.net>
6796
6797         test-freading: clean up temporary file
6798         * tests/test-freading.c (main): Remove file on success, and use
6799         ASSERT more liberally.
6800         Reported by Jim Meyering.
6801
6802 2009-11-16  Jim Meyering  <meyering@redhat.com>
6803
6804         avoid new AC_REQUIRE expanded-before-required warnings
6805         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
6806         merely using it.
6807         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
6808         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
6809
6810 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6811
6812         * tests/test-xalloc-die.c: New file.
6813         * modules/xalloc-die-tests: New file.
6814         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
6815         XFAIL_TESTS so it can be appended by modules.
6816
6817 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6818
6819         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
6820         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
6821
6822 2009-11-14  Eric Blake  <ebb9@byu.net>
6823
6824         fnmatch: avoid compiler warning
6825         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
6826         to silence compiler warning about mismatch signedness in ?:.
6827         Reported by Robert Millan.
6828
6829         intprops: add double-inclusion guard
6830         * lib/intprops.h: Allow idempotent includes.
6831         Suggested by Bruce Korb.
6832
6833         openat: detect Solaris fchownat bug
6834         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
6835         penalizing glibc chownat when only lchownat is broken.
6836         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
6837         trailing slash bugs.
6838         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
6839         * modules/openat-tests (Files): Include more files.
6840         (Depends-on): Add mgetgroups, sleep, stat-time.
6841         (configure.ac): Add additional checks.
6842         (Makefile.am): Build new test.
6843         * tests/test-fchownat.c: New file.
6844
6845         lchown: detect Solaris and FreeBSD bug
6846         * lib/lchown.c (rpl_lchown): Work around bug.
6847         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
6848         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6849         * modules/unistd (Makefile.am): Populate it.
6850         * lib/unistd.in.h (lchown): Update declaration.
6851         * doc/posix-functions/lchown.texi (lchown): Document the bug.
6852         * modules/lchown-tests: New file.
6853         * tests/test-lchown.h (test_lchown): Likewise.
6854         * tests/test-lchown.c (main): Likewise.
6855
6856         chown: detect Solaris and FreeBSD bug
6857         * lib/chown.c (rpl_chown): Work around bug.
6858         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
6859         (gl_PREREQ_CHOWN): Delete.
6860         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6861         * modules/unistd (Makefile.am): Populate it.
6862         * lib/unistd.in.h (chown): Update declaration.
6863         * lib/lchown.c (chown): Update client.
6864         * modules/lchown (Depends-on): Add lstat.
6865         * doc/posix-functions/chown.texi (chown): Document the bug.
6866         * doc/posix-functions/getgroups.texi (getgroups): Document
6867         getgroups pitfall.
6868         * modules/chown-tests: New file.
6869         * tests/test-chown.h (test_chown): Likewise.
6870         * tests/test-chown.c (main): Likewise.
6871
6872 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
6873
6874         gnulib-tool: correctly detect absence of m4 directories
6875         * gnulib-tool: Avoid extra newline on data passed to wc -l.
6876
6877 2009-11-14  Jim Meyering  <meyering@redhat.com>
6878
6879         maint.mk: Prohibit inclusion of "xalloc.h" without use.
6880         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6881
6882 2009-11-14  John W. Eaton  <jwe@gnu.org>
6883
6884         strftime.h: wrap funtion declaration in extern "C" block
6885         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
6886
6887 2009-11-13  Eric Blake  <ebb9@byu.net>
6888
6889         getgroups: avoid compiler warning
6890         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
6891
6892         getgroups: work around FreeBSD bug
6893         * lib/getgroups.c (rpl_getgroups): Work around the bug.
6894         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
6895         * doc/posix-functions/getgroups.texi (getgroups): Document it.
6896         * tests/test-getgroups.c (main): Fix buffer overrun.
6897
6898         getgroups: avoid compilation failure
6899         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
6900         * modules/getgroups (Depends-on): Add stdint.
6901
6902 2009-11-13  Jim Meyering  <meyering@redhat.com>
6903
6904         test-getgroups: avoid compilation failure
6905         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
6906
6907 2009-11-13  Eric Blake  <ebb9@byu.net>
6908
6909         mgetgroups: new module, taken from coreutils
6910         * modules/mgetgroups: New file.
6911         * lib/mgetgroups.h: Likewise.
6912         * lib/mgetgroups.c (mgetgroups): Likewise.
6913         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
6914         * MODULES.html.sh (Users and groups): Mention it.
6915
6916         getgroups: don't expose GETGROUPS_T to user
6917         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
6918         an element at a time if GETGROUPS_T is wrong size.
6919         * lib/getugroups.h (getugroups): Change signature.
6920         * lib/unistd.in.h (getgroups): Likewise.
6921         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
6922         signature needs fixing.
6923         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
6924         AC_TYPE_GETGROUPS.
6925         * modules/group-member (Depends-on): Add getgroups.
6926         * lib/group-member.c (group_info, get_group_info): Use gid_t.
6927         (group_member): Rely on getgroups replacement.
6928         * lib/getugroups.c (getugroups): Use gid_t.
6929         * tests/test-getgroups.c (main): Likewise.
6930         * NEWS: Mention the signature change.
6931         * doc/posix-functions/getgroups.texi (getgroups): Mention the
6932         problem with signature.
6933         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
6934         GETGROUPS_T is still useful for setgroups.
6935
6936         getgroups, getugroups: provide stubs for mingw
6937         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
6938         * lib/getugroups.c (getugroups): Likewise.
6939         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
6940         function.  Modernize replacement scheme.
6941         (gl_PREREQ_GETGROUPS): Delete.
6942         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
6943         * modules/getgroups (configure.ac): Declare witness.
6944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6945         * modules/unistd (Depends-on): Substitute witness.
6946         * lib/unistd.in.h (getgroups): Declare replacement.
6947
6948         getgroups: avoid calling exit
6949         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
6950         drop xalloc.
6951         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
6952         dependencies.
6953         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
6954         exiting, in the rare case of malloc failure.
6955
6956         getgroups: fix logic error
6957         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
6958         has more than 20 groups.
6959         * modules/getgroups-tests: New test.
6960         * tests/test-getgroups.c: New file.
6961
6962 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6963
6964         * tests/test-base64.c: Improve.
6965
6966 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6967
6968         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
6969         Blake <ebb9@byu.net>.
6970
6971 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6972
6973         * tests/test-xvasprintf.c: Add %s%s related checks.
6974
6975 2009-11-12  Eric Blake  <ebb9@byu.net>
6976
6977         version-etc: match standards.texi style
6978         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
6979         and use <> only for URLs.
6980
6981 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
6982
6983         fts: do not fail on a submount during traversal
6984         * lib/fts.c (fts_build): Read the stat info again after opening
6985         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
6986         Original report at http://bugzilla.redhat.com/501848.
6987
6988 2009-11-12  Jim Meyering  <meyering@redhat.com>
6989
6990         bootstrap: sync from coreutils
6991         * build-aux/bootstrap (bootstrap_epilogue): New function.
6992         Use git_modules_config in one more place.  This make bootstrap's
6993         --gnulib-srcdir option more useful for testing.
6994
6995         bootstrap: generalize autoheader check
6996         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
6997         AC_CONFIG_HEADERS.
6998
6999 2009-11-11  Eric Blake  <ebb9@byu.net>
7000
7001         mkfifoat: use new modules for Solaris and BSD bugs
7002         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
7003         * lib/mkfifoat.c (mknodat): Split...
7004         * lib/mknodat.c (mknodat): ...into new file.
7005         * modules/mkfifoat (Files): Ship new file.
7006         (Depends-on): Add mkfifo, mknod.
7007         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
7008         (Depends-on): Add symlink.
7009         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
7010         redundant with test_mkfifo.h.
7011         (do_mkfifoat, do_mknodat): New helpers.
7012
7013         mknod: new module
7014         * modules/mknod: New file.
7015         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
7016         * lib/mknod.c (mknod): Likewise.
7017         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
7018         defaults.
7019         * modules/sys_stat (Makefile.am): Substitute them.
7020         * lib/sys_stat.in.h (mknod): Declare replacement.
7021         * MODULES.html.sh (Support for systems lacking POSIX:2008):
7022         Document it.
7023         * doc/posix-functions/mknod.texi (mknod): Likewise.
7024         * modules/mknod-tests: New test.
7025         * tests/test-mknod.c: Likewise.
7026
7027         mkfifo: new module
7028         * modules/mkfifo: New file.
7029         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
7030         * lib/mkfifo.c (mkfifo): Likewise.
7031         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
7032         defaults.
7033         * modules/sys_stat (Makefile.am): Substitute them.
7034         * lib/sys_stat.in.h (mkfifo): Declare replacement.
7035         * MODULES.html.sh (Support for systems lacking POSIX:2008):
7036         Document it.
7037         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
7038         * modules/mkfifo-tests: New test.
7039         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
7040         from test-mkfifoat.c.
7041         * tests/test-mkfifo.c: New file.
7042
7043         readlink: detect FreeBSD bug
7044         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
7045         slash on symlink.
7046         * doc/posix-functions/readlink.texi (readlink): Document the bug.
7047         * tests/test-readlink.h (test_readlink): Enhance test.
7048
7049         symlink: detect FreeBSD bug
7050         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
7051         slash on symlink.
7052         * doc/posix-functions/symlink.texi (symlink): Document the bug.
7053         * tests/test-symlink.h (test_symlink): Enhance test.
7054
7055 2009-11-10  Eric Blake  <ebb9@byu.net>
7056
7057         link: detect FreeBSD bug
7058         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
7059         symlink.
7060         * doc/posix-functions/link.texi (link): Document the bug.
7061         * tests/test-link.h (test_link): Enhance test.
7062         * tests/test-linkat.c (main): Update caller.
7063
7064         unlink, remove: detect FreeBSD bug
7065         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
7066         slash on symlink.
7067         * doc/posix-functions/unlink.texi (unlink): Document the bug.
7068         * doc/posix-functions/remove.texi (remove): Likewise.
7069         * tests/test-unlink.h (test_unlink): Enhance test.
7070         * tests/test-remove.c (main): Likewise.
7071
7072 2009-11-09  Eric Blake  <ebb9@byu.net>
7073
7074         rename: detect FreeBSD bug
7075         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
7076         slash on symlink.
7077         * modules/renameat-tests (Depends-on): Add filenamecat.
7078         * tests/test-rename.h (test_rename): Allow one more errno.
7079         * tests/test-renameat.c (main): Likewise.
7080         * doc/posix-functions/rename.texi (rename): Document the bug.
7081
7082         open: detect FreeBSD bug
7083         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
7084         symlink.
7085         * doc/posix-functions/open.texi (open): Document the bug.
7086         * doc/posix-functions/utimes.texi (utimes): Likewise.
7087         * tests/test-open.h (test_open): Add parameters, and test symlink
7088         handling.
7089         * tests/test-open.c (main): Adjust caller.
7090         * tests/test-fcntl-safer.c (main): Likewise.
7091         * modules/open-tests (Depends-on): Add stdbool, symlink.
7092         * modules/fcntl-safer-tests (Depends-on): Likewise.
7093         * tests/test-openat.c (main): Add test-open tests.
7094
7095         stat: detect FreeBSD bug
7096         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
7097         symlink.
7098         * doc/posix-functions/stat.texi (stat): Document the bug.
7099         * tests/test-stat.h (test_stat_func): Add argument.
7100         * tests/test-stat.c (main): Adjust caller.
7101         * tests/test-fstatat.c (main): Likewise.
7102         * modules/stat-tests (Depends-on): Add stdbool, symlink.
7103         Reported by Jim Meyering.
7104
7105 2009-11-09  James Youngman  <jay@gnu.org>
7106
7107         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
7108         * lib/strftime.c: Correct placement of #include "ignore-value.h".
7109
7110 2009-11-08  Jim Meyering  <meyering@redhat.com>
7111
7112         utimens: remove invalid futimesat call
7113         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
7114         It used the file descriptor of the target file as the DIR_FD
7115         parameter and NULL as the file name.  That caused failure with
7116         errno == EFAULT on FreeBSD-8.0-rc2
7117
7118 2009-11-07  Eric Blake  <ebb9@byu.net>
7119
7120         fflush, freadseek: use fseeko, not fseek
7121         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
7122         (clear_ungetc_buffer): Avoid potential problems on large files.
7123         * lib/freadseek.c (freadseek): Likewise.
7124         * modules/freadseek (Depends-on): Add fseeko.
7125         * modules/fseek (configure.ac): Set a witness.
7126         * tests/test-fflush.c (main): Use fseeko.
7127         * tests/test-fpurge.c (fseek): Disable link warning.
7128         * tests/test-freadable.c (fseek): Likewise.
7129         * tests/test-freading.c (fseek): Likewise.
7130         * tests/test-fseeko.c (fseek): Likewise.
7131         * tests/test-ftell.c (fseek): Likewise.
7132         * tests/test-ftello.c (fseek): Likewise.
7133         * tests/test-fwritable.c (fseek): Likewise.
7134         * tests/test-fwriting.c (fseek): Likewise.
7135
7136 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7137
7138         * modules/memchr (Depends-on): Drop getpagesize dependency.
7139
7140 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7141
7142         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
7143         Reported by Ludovic Courtès.
7144         * build-aux/pmccabe2html: Improve example usage.
7145         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
7146
7147 2009-11-06  Jim Meyering  <meyering@redhat.com>
7148
7149         do-release-commit-and-tag: New module.
7150         Automate the release-commit and tag process.
7151         * build-aux/do-release-commit-and-tag: New script, from coreutils.
7152         * modules/do-release-commit-and-tag: New file.
7153         * MODULES.html.sh (Support for maintaining and releasing): Add it.
7154
7155 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7156
7157         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
7158         because test-select.c uses inet_pton.
7159
7160 2009-11-06  Simon Josefsson  <simon@josefsson.org>
7161
7162         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
7163         GETADDRINFO_LIB.  Bump serial number.
7164         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
7165         Suggested by Eric Blake <ebb9@byu.net>.
7166
7167 2009-11-05  Eric Blake  <ebb9@byu.net>
7168
7169         strtod: detect darwin bug
7170         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
7171         Reported by Leo Davis.
7172
7173         freopen-safer: new module
7174         * modules/freopen-safer: New module.
7175         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
7176         * lib/freopen-safer.c (freopen_safer): New file.
7177         * lib/stdio-safer.h (freopen_safer): New declaration.
7178         * lib/stdio--.h (freopen): New override.
7179         * MODULES.html.sh (File stream based Input/Output): Mention it.
7180         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
7181         freopen-safer module.
7182         * doc/posix-functions/stderr.texi (stderr): Likewise.
7183         * doc/posix-functions/stdin.texi (stdin): Likewise.
7184         * doc/posix-functions/stdout.texi (stdout): Likewise.
7185         * modules/freopen-safer-tests: New test.
7186         * tests/test-reopen-safer.c: New file.
7187
7188 2009-11-05  Jim Meyering  <meyering@redhat.com>
7189
7190         maint.mk: Prohibit inclusion of "close-stream.h" without use.
7191         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7192
7193 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7194
7195         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
7196
7197 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7198
7199         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
7200
7201 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7202
7203         Fix link error.
7204         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
7205         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7206
7207 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7208
7209         * tests/test-func.c: Also test value of __func__.
7210
7211 2009-11-05  Simon Josefsson  <simon@josefsson.org>
7212
7213         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
7214         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
7215
7216 2009-11-05  Bruno Haible  <bruno@clisp.org>
7217
7218         Fix link error.
7219         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
7220         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7221         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
7222
7223 2009-11-05  Bruno Haible  <bruno@clisp.org>
7224
7225         Tests for module 'inet_pton'.
7226         * modules/inet_pton-tests: New file.
7227         * tests/test-inet_pton.c: New file.
7228
7229 2009-11-05  Bruno Haible  <bruno@clisp.org>
7230
7231         Tests for module 'inet_ntop'.
7232         * modules/inet_ntop-tests: New file.
7233         * tests/test-inet_ntop.c: New file.
7234
7235 2009-11-04  Eric Blake  <ebb9@byu.net>
7236
7237         stdlib-safer: wrap all mkstemp variants
7238         * modules/mkostemp (configure.ac): Set witness.
7239         * modules/mkostemps (configure.ac): Likewise.
7240         * modules/mkstemps (configure.ac): Likewise.
7241         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
7242         (mkstemps_safer): Wrap more functions.
7243         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
7244         wrapping.
7245         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
7246         (mkstemps_safer): Implement the wrappers.
7247
7248         mkstemps, mkostemps: new modules
7249         * modules/mkostemps: New module.
7250         * modules/mkstemps: Likewise.
7251         * lib/mkostemps.c (mkostemps): New file.
7252         * lib/mkstemps.c (mkstemps): Likewise.
7253         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
7254         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
7255         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
7256         * modules/stdlib (Makefile.am): Substitute them.
7257         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
7258         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
7259         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
7260         * doc/gnulib.texi (Glibc stdlib.h): Include them.
7261         * MODULES.html.sh (File system functions): Mention them.
7262
7263         tempname: resync from glibc
7264         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
7265         same values for __GT_FILE as glibc.  Abort even when assertions
7266         are disabled.
7267         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
7268         match its value otherwise.  Allow idempotent inclusion.
7269         * lib/mkdtemp.c (mkdtemp): Adjust caller.
7270         * lib/mkostemp.c (mkostemp): Likewise.
7271         * lib/mkstemp.c (mkstemp): Likewise.
7272         * lib/tmpfile.c (tmpfile): Likewise.
7273         * NEWS: Document this.
7274
7275         utimens: fix use of futimens on older Linux
7276         * lib/utimens.c (fdutimens): Use updated, rather than original,
7277         timespec to avoid bug in older Linux kernel.
7278         Reported by Simon Josefsson.
7279
7280 2009-11-04  Bruno Haible  <bruno@clisp.org>
7281
7282         Make num_processors more flexible and consistent.
7283         * lib/nproc.h (enum nproc_query): New type.
7284         (num_processors): Add a 'query' argument.
7285         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
7286         (num_processors): Add a 'query' argument. Test the value of the
7287         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
7288         mingw, count the number of CPUs available for the current process.
7289         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
7290         Check for sched_getaffinity and sched_getaffinity_np.
7291         * modules/nproc (Depends-on): Add c-ctype, extensions.
7292         * NEWS: Mention the change.
7293
7294 2009-11-03  Bruno Haible  <bruno@clisp.org>
7295
7296         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
7297
7298 2009-11-03  Jim Meyering  <meyering@redhat.com>
7299
7300         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
7301         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
7302         if it is defined.
7303
7304 2009-11-02  Eric Blake  <ebb9@byu.net>
7305
7306         mktime, timegm: share common declaration
7307         * lib/mktime-internal.h: New file.
7308         * lib/mktime.c: Use it rather than open-coding a declaration.
7309         * lib/timegm.c: Likewise.
7310         * modules/mktime (Files): Ship it.
7311         * modules/timegm (Files): Likewise.
7312         Suggested by Bruno Haible.
7313
7314         test-update-copyright: update test to match script changes
7315         * tests/test-update-copyright.sh: Avoid hard-coding perl
7316         location.  Don't update *.bak created by earlier runs.
7317
7318 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
7319             Simon Josefsson  <simon@josefsson.org>
7320             Bruno Haible  <bruno@clisp.org>
7321
7322         Fix link error on Solaris 8.
7323         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
7324         also in libnsl. Define also INET_PTON_LIB.
7325         * modules/inet_pton (Link): New section.
7326
7327 2009-11-02  Simon Josefsson  <simon@josefsson.org>
7328             Bruno Haible  <bruno@clisp.org>
7329
7330         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
7331         * modules/inet_ntop (Link): New section.
7332         Reported by Boyan Kasarov <bkasarov@gmail.com>.
7333
7334 2009-11-02  Eric Blake  <ebb9@byu.net>
7335
7336         maint: avoid compiler warnings in m4 macros
7337         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
7338         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
7339
7340 2009-11-02  Simon Josefsson  <simon@josefsson.org>
7341
7342         * m4/pmccabe2html.m4: Remove file.
7343         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
7344         function.  Change maintainer.
7345         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
7346         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
7347         Courtès).
7348
7349 2009-10-31  Eric Blake  <ebb9@byu.net>
7350
7351         fseeko: fix m4 regression
7352         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
7353         regression from 2009-10-27.
7354         Reported by Ralf Wildenhues.
7355
7356 2009-10-31  Jim Meyering  <meyering@redhat.com>
7357
7358         inttostr: aesthetics and improved (compile-time) safety
7359         Define inttype_is_signed rather than inttype_is_unsigned,
7360         since the sole use is via "#if inttype_is_signed".
7361         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
7362         inttype_is_unsigned.
7363         * lib/offtostr.c (inttype_is_signed): Likewise.
7364         * lib/uinttostr.c (inttype_is_signed): Likewise.
7365         * lib/umaxtostr.c (inttype_is_signed): Likewise.
7366         * lib/inttostr.c (inttostr): Use verify to cross-check the
7367         inttype_is_signed value and the signedness of the actual type.
7368         * modules/inttostr (Depends-on): Add verify.
7369
7370 2009-10-30  Eric Blake  <ebb9@byu.net>
7371
7372         build: avoid compiler warnings
7373         * lib/fchmodat.c (lchmod): Mark unused variables.
7374         * lib/getopt.c (_getopt_initialize): Likewise.
7375         * lib/mktime.c (__mktime_internal): Provide prototype.
7376         * lib/inttostr.c (inttostr): Avoid compiler warning even with
7377         older gcc that do not understand #pragma GCC diagnostic.
7378         * lib/uinttostr.c (inttype_is_unsigned): Define.
7379         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
7380
7381 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
7382
7383         stat: fix compilation on AIX
7384         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
7385         only see struct stat64.
7386
7387 2009-10-30  Eric Blake  <ebb9@byu.net>
7388
7389         exclude: make more robust
7390         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
7391         rather than masking a coding bug.
7392         Suggested by Bruno Haible.
7393
7394 2009-10-30  Jim Meyering  <meyering@redhat.com>
7395
7396         perl scripts: remove #!/usr/bin/perl in favor of more portable...
7397         Rather than putting #!/usr/bin/perl on the first line,
7398         start with a variant of what's recommended by "man perlrun" that
7399         invokes the first "perl" program from your shell's search path.
7400         * build-aux/gitlog-to-changelog: Replace #!... as above.
7401         Add a "Local Variables" perl mode setting.
7402         Prompted by a patch from Ludovic Courtès.
7403         Improved by Eric Blake.
7404         * build-aux/useless-if-before-free: Likewise.
7405         * build-aux/announce-gen: Likewise.
7406         * build-aux/update-copyright: Likewise.
7407
7408 2009-10-29  Eric Blake  <ebb9@byu.net>
7409
7410         filenamecat-lgpl: adjust clients
7411         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
7412         filenamecat.
7413         * modules/renameat (Depends-on): Likewise.
7414
7415         filenamecat: split into filenamecat-lgpl
7416         * modules/filenamecat-lgpl: New module.
7417         * modules/filenamecat (Files): Move library-safe files into
7418         filenamecat-lgpl.
7419         (Depends-on): Add filenamecat-lgpl.
7420         (configure.ac): Declare witness.
7421         * lib/filenamecat.h (file_name_concat): Only declare when using
7422         GPL module.
7423         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
7424         Move...
7425         * lib/filenamecat-lgpl.c: ...into new file.
7426         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
7427         (gl_FILE_NAME_CONCAT): Use it.
7428         * MODULES.html.sh (File system functions): Mention new module.
7429
7430         argp: avoid memory leak
7431         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
7432         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
7433         base_name, since the latter malloc()s and can call exit().
7434         Leak introduced 2006-07-03.
7435
7436         dirname-lgpl: adjust clients that don't need full dirname
7437         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
7438         * modules/filenamecat (Depends-on): Likewise.
7439         * modules/linkat (Depends-on): Likewise.
7440         * modules/mkancesdirs (Depends-on): Likewise.
7441         * modules/mkdir (Depends-on): Likewise.
7442         * modules/openat (Depends-on): Likewise.
7443         * modules/savewd (Depends-on): Likewise.
7444         * modules/rename (Depends-on): Likewise.
7445         (License): Relax license.
7446         * modules/mkdir-tests (Depends-on): Drop progname.
7447         (Makefile.am): Delete unneeded LDADD.
7448         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
7449
7450         dirname: split into dirname-lgpl
7451         * modules/dirname-lgpl: New module.
7452         * modules/dirname (Files): Move library-safe files into
7453         dirname-lgpl.
7454         (Depends-on): Add dirname-lgpl.
7455         (configure.ac): Declare witness.
7456         * modules/double-slash-root (License): Relax license.
7457         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
7458         module.
7459         * lib/dirname.c (dir_len, mdir_name): Move...
7460         * lib/dirname-lgpl.c: ...into new file.
7461         * lib/basename.c (last_component, base_len): Move...
7462         * lib/basename-lgpl.c: ...into new file.
7463         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
7464         (gl_DIRNAME): Use it.
7465         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
7466         Mention new module.
7467         * modules/dirname-tests (Depends-on): Add progname.
7468         * tests/test-dirname.c (program_name): Delete.
7469
7470         mkdir: make safe for libraries
7471         * modules/mkdir (Depends-on): Drop xalloc.
7472         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
7473         exit.
7474
7475         tests: avoid some compiler warnings
7476         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
7477         literals.
7478         * tests/test-memchr.c (main): Avoid type mismatch.
7479         * tests/test-arpa_inet.c (main): Avoid unused parameters.
7480         * tests/test-base64.c (main): Likewise.
7481         * tests/test-getdelim.c (main): Likewise.
7482         * tests/test-gethostname.c (main): Likewise.
7483         * tests/test-getline.c (main): Likewise.
7484         * tests/test-netinet_in.c (main): Likewise.
7485         * tests/test-select.c (open_server_socket, main): Likewise.
7486         * tests/test-select-stdin.c (main): Likewise.
7487         * tests/test-sockets.c (main): Likewise.
7488         * tests/test-strsignal.c (main): Likewise.
7489         * tests/test-sys_select.c (main): Likewise.
7490         * tests/test-sys_socket.c (main): Likewise.
7491         * tests/test-u64.c (main): Likewise.
7492         * tests/test-xfprintf-posix.c (main): Likewise.
7493         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
7494
7495         sockets: avoid compiler warning
7496         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
7497
7498         maint: detect usage(1) and other suspicious exits
7499         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
7500
7501 2009-10-29  Jim Meyering  <meyering@redhat.com>
7502
7503         timespec: long-to-int truncation could make timespec_cmp malfunction
7504         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
7505         a multiple of 2^32 nanoseconds as no difference.
7506
7507 2009-10-28  Jim Meyering  <meyering@redhat.com>
7508
7509         fprintftime: wrap macro code argument in "do {...} while(0)"
7510         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
7511         cpy macro must be a statement that can be followed by a semicolon.
7512         Now that the else clause contains a comment and is hence longer
7513         than one line, I require curly braces.  That in turn requires
7514         that we wrap this code block in the standard do...while(0).
7515
7516         fprintftime: remove stray semicolon from previous change
7517         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
7518
7519         fprintftime: avoid a warning about ignored fwrite return value
7520         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
7521         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
7522         that is unsafe.
7523         * modules/fprintftime (Depends-on): Add ignore-value.
7524
7525         exclude: avoid an unwarranted warning
7526         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
7527
7528 2009-10-27  Eric Blake  <ebb9@byu.net>
7529
7530         fseek: avoid compilation failure when fflush is replaced
7531         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
7532         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
7533         module is in use.
7534         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
7535         module is not in use; since REPLACE_FSEEK worked otherwise.
7536         (GNULIB_FTELLO): Likewise for ftell.
7537         Reported by Ian Beckwith and others.
7538
7539 2009-10-27  Bruno Haible  <bruno@clisp.org>
7540
7541         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
7542         Reported by Jim Meyering.
7543
7544 2009-10-27  Jim Meyering  <jim@meyering.net>
7545             Bruno Haible  <bruno@clisp.org>
7546
7547         Avoid warning despite dropping the return value of fwrite.
7548         * lib/unicodeio.c: Include ignore-value.h.
7549         (fwrite_success_callback): Explicitly ignore fwrite's return value.
7550         * modules/unicodeio (Depends-on): Add ignore-value.
7551
7552 2009-10-26  Eric Blake  <ebb9@byu.net>
7553
7554         areadlinkat: fix fallback path
7555         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
7556         pointer and zero.
7557
7558 2009-10-22  Pádraig Brady  <P@draigBrady.com>
7559
7560         Use a better IO block size for modern systems
7561         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
7562         * lib/md2.c: Likewise.
7563         * lib/md4.c: Likewise.
7564         * lib/md5.c: Likewise.
7565         * lib/sha1.c: Likewise.
7566         * lib/sha256.c: Likewise.
7567         * lib/sha512.c: Likewise.
7568
7569 2009-10-22  Eric Blake  <ebb9@byu.net>
7570
7571         tests: avoid several compiler warnings
7572         * tests/test-getcwd.c (main): Avoid buffer underflow.
7573         * tests/test-getdate.c (main): String literals are not safe with
7574         putenv, so use setenv.  Declare unused argument.
7575         * modules/getdate-tests (Depends-on): Add setenv.
7576         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
7577         problems with string literals in char *.
7578         * tests/test-hash.c (main): Avoid shadowing declaration.
7579         (insert_new): Treat string literals as char const *.
7580         * tests/test-getopt.h (test_getopt): Likewise.
7581         (getopt_loop): Alter types to minimize casting elsewhere.
7582         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
7583         (test_getopt_long_posix): Likewise.
7584         (do_getopt_long): Add wrapper to minimize casting.
7585         * tests/test-atexit.c (clear_temp_file): Use void.
7586         * tests/test-areadlink-with-size.c (main): Declare unused
7587         arguments.
7588         * tests/test-areadlink.c (main): Likewise.
7589         * tests/test-areadlinkat-with-size.c (main): Likewise.
7590         * tests/test-areadlinkat.c (main): Likewise.
7591         * tests/test-canonicalize-lgpl.c (main): Likewise.
7592         * tests/test-canonicalize.c (main): Likewise.
7593         * tests/test-dirent-safer.c (main): Likewise.
7594         * tests/test-dirname.c (main): Likewise.
7595         * tests/test-dup2.c (main): Likewise.
7596         * tests/test-fchdir.c (main): Likewise.
7597         * tests/test-fcntl-h.c (main): Likewise.
7598         * tests/test-fcntl-safer.c (main): Likewise.
7599         * tests/test-fdopendir.c (main): Likewise.
7600         * tests/test-fdutimensat.c (main): Likewise.
7601         * tests/test-fflush.c (main): Likewise.
7602         * tests/test-filenamecat.c (main): Likewise.
7603         * tests/test-filevercmp.c (main): Likewise.
7604         * tests/test-fopen-safer.c (main): Likewise.
7605         * tests/test-fopen.c (main): Likewise.
7606         * tests/test-fpending.c (main): Likewise.
7607         * tests/test-fpurge.c (main): Likewise.
7608         * tests/test-freading.c (main): Likewise.
7609         * tests/test-fstatat.c (main): Likewise.
7610         * tests/test-fsync.c (main): Likewise.
7611         * tests/test-futimens.c (main): Likewise.
7612         * tests/test-getndelim2.c (main): Likewise.
7613         * tests/test-gettimeofday.c (main): Likewise.
7614         * tests/test-getopt.c (main): Likewise.
7615         * tests/test-i-ring.c (main): Likewise.
7616         * tests/test-inttypes.c (main): Likewise.
7617         * tests/test-link.c (main): Likewise.
7618         * tests/test-lstat.c (main): Likewise.
7619         * tests/test-math.c (main): Likewise.
7620         * tests/test-md5.c (main): Likewise.
7621         * tests/test-memchr2.c (main): Likewise.
7622         * tests/test-memrchr.c (main): Likewise.
7623         * tests/test-mkdir.c (main): Likewise.
7624         * tests/test-mkdirat.c (main): Likewise.
7625         * tests/test-mkfifoat.c (main): Likewise.
7626         * tests/test-open.c (main): Likewise.
7627         * tests/test-openat-safer.c (main): Likewise.
7628         * tests/test-openat.c (main): Likewise.
7629         * tests/test-quotearg.c (main): Likewise.
7630         * tests/test-rawmemchr.c (main): Likewise.
7631         * tests/test-readlink.c (main): Likewise.
7632         * tests/test-remove.c (main): Likewise.
7633         * tests/test-rename.c (main): Likewise.
7634         * tests/test-renameat.c (main): Likewise.
7635         * tests/test-rmdir.c (main): Likewise.
7636         * tests/test-sha1.c (main): Likewise.
7637         * tests/test-signal.c (main): Likewise.
7638         * tests/test-sigaction.c (main): Likewise.
7639         * tests/test-stat.c (main): Likewise.
7640         * tests/test-stat-time.c (main): Likewise.
7641         * tests/test-stddef.c (main): Likewise.
7642         * tests/test-stdint.c (main): Likewise.
7643         * tests/test-stdio.c (main): Likewise.
7644         * tests/test-stdlib.c (main): Likewise.
7645         * tests/test-strchrnul.c (main): Likewise.
7646         * tests/test-strerror.c (main): Likewise.
7647         * tests/test-string.c (main): Likewise.
7648         * tests/test-strtod.c (main): Likewise.
7649         * tests/test-strverscmp.c (main): Likewise.
7650         * tests/test-symlink.c (main): Likewise.
7651         * tests/test-symlinkat.c (main): Likewise.
7652         * tests/test-sys_stat.c (main): Likewise.
7653         * tests/test-sys_time.c (main): Likewise.
7654         * tests/test-time.c (main): Likewise.
7655         * tests/test-unistd.c (main): Likewise.
7656         * tests/test-unlink.c (main): Likewise.
7657         * tests/test-unlinkat.c (main): Likewise.
7658         * tests/test-utimens.c (main): Likewise.
7659         * tests/test-utimensat.c (main): Likewise.
7660         * tests/test-version-etc.c (main): Likewise.
7661         * tests/test-wchar.c (main): Likewise.
7662         * tests/test-wctype.c (main): Likewise.
7663         * tests/test-xprintf-posix.c (main): Likewise.
7664         * tests/test-posixtm.c (main): Likewise.
7665         (STREQ): Delete unused macro.
7666         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
7667         shadowed variables.
7668         * tests/test-memchr.c (main): Likewise.
7669
7670 2009-10-21  Eric Blake  <ebb9@byu.net>
7671
7672         areadlinkat: avoid failure on older glibc
7673         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
7674         rather than mis-comparing 0 against FUNC_RESULT of char*.
7675
7676 2009-10-21  Bruno Haible  <bruno@clisp.org>
7677
7678         * modules/stpncpy (License): Relicense under LGPLv2+.
7679         Reported by David Lutterkort <lutter@redhat.com>.
7680
7681 2009-10-20  Eric Blake  <ebb9@byu.net>
7682
7683         utimensat: work around Solaris 9 bug
7684         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
7685         has trailing slash bugs.
7686         * tests/test-lutimens.h (test_lutimens): Enhance test.
7687         * tests/test-utimens.h (test_utimens): Likewise.
7688         * doc/posix-functions/utime.texi (utime): Enhance documentation.
7689         * doc/posix-functions/utimes.texi (utimes): Likewise.
7690         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7691         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
7692         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
7693         * doc/posix-functions/futimens.texi (futimens): Likewise.
7694
7695         fdutimensat: new module
7696         * modules/fdutimensat: New file.
7697         * lib/fdutimensat.c (fdutimensat): Likewise.
7698         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
7699         * MODULES.html.sh (File system functions): Mention module.
7700         * modules/fdutimensat-tests: New test.
7701         * tests/test-fdutimensat.c: Likewise.
7702
7703         doc: regenerate INSTALL
7704         * doc/INSTALL: Reflect recent autoconf update.
7705         * doc/INSTALL.ISO: Likewise.
7706         * doc/INSTALL.UTF-8: Likewise.
7707
7708 2009-10-20  Pádraig Brady  <P@draigBrady.com>
7709
7710         acl: warn if ACL support is not detected
7711         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
7712
7713 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
7714
7715         * lib/nproc.h: Add extern "C" block for C++.
7716
7717 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
7718             Bruno Haible  <bruno@clisp.org>
7719
7720         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
7721         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
7722         * doc/posix-functions/isalpha.texi: Likewise.
7723         * doc/posix-functions/isblank.texi: Likewise.
7724         * doc/posix-functions/iscntrl.texi: Likewise.
7725         * doc/posix-functions/isdigit.texi: Likewise.
7726         * doc/posix-functions/isgraph.texi: Likewise.
7727         * doc/posix-functions/islower.texi: Likewise.
7728         * doc/posix-functions/isprint.texi: Likewise.
7729         * doc/posix-functions/ispunct.texi: Likewise.
7730         * doc/posix-functions/isspace.texi: Likewise.
7731         * doc/posix-functions/isupper.texi: Likewise.
7732         * doc/posix-functions/isxdigit.texi: Likewise.
7733
7734 2009-10-18  Bruno Haible  <bruno@clisp.org>
7735
7736         Tests for module 'isblank'.
7737         * modules/isblank-tests: New file.
7738         * tests/test-isblank.c: New file.
7739
7740         New module 'isblank'.
7741         * lib/isblank.c: New file.
7742         * m4/isblank.m4: New file.
7743         * modules/isblank: New file.
7744         * doc/posix-functions/isblank.texi: Mention the new module.
7745
7746 2009-10-18  Bruno Haible  <bruno@clisp.org>
7747
7748         New module 'ctype'.
7749         * lib/ctype.in.h: New file.
7750         * m4/ctype.m4: New file.
7751         * modules/ctype: New file.
7752         * doc/posix-headers/ctype.texi: Mention the new module.
7753
7754 2009-10-18  Jim Meyering  <meyering@redhat.com>
7755
7756         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
7757         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
7758         right after its initialization, rather than farther down.
7759         Keeping these in close proximity makes it easier to ensure
7760         that each such variable is initialized.  E.g.,
7761
7762             LIB_CLOCK_GETTIME=
7763             AC_SUBST([LIB_CLOCK_GETTIME])
7764
7765         This change also increments these serial numbers.
7766         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
7767         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7768         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7769
7770 2009-10-18  Bruno Haible  <bruno@clisp.org>
7771
7772         Don't let environment variables perturb build.
7773         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
7774         (gl_PREREQ_GETHRXTIME): ... not here.
7775
7776 2009-10-18  Bruno Haible  <bruno@clisp.org>
7777
7778         Avoid symlink attack in localcharset module.
7779         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
7780         (O_NOFOLLOW): Define fallback.
7781         (get_charset_aliases): Don't open the file if it is a symbolic link.
7782         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
7783         gl_FCNTL_H.
7784         (gl_FCNTL_H): Require it.
7785         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
7786         * modules/localcharset (Files): Add m4/fcntl_h.m4.
7787         Reported by Fergal Glynn <fglynn@veracode.com>.
7788
7789 2009-10-18  Bruno Haible  <bruno@clisp.org>
7790
7791         Implement nproc for mingw.
7792         * lib/nproc.c: Include <windows.h>
7793         (num_processors): On native Windows platforms, try GetSystemInfo.
7794
7795 2009-10-18  Bruno Haible  <bruno@clisp.org>
7796
7797         Implement nproc for IRIX.
7798         * lib/nproc.c: Include <sys/sysmp.h>.
7799         (num_processors): On IRIX systems, try sysmp.
7800         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
7801
7802 2009-10-18  Bruno Haible  <bruno@clisp.org>
7803
7804         Implement nproc for HP-UX.
7805         * lib/nproc.c: Include <sys/pstat.h>
7806         (num_processors): On HP-UX systems, try pstat_getdynamic.
7807         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
7808         pstat_getdynamic.
7809
7810 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
7811             Bruno Haible  <bruno@clisp.org>
7812
7813         Implement nproc for NetBSD, OpenBSD.
7814         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
7815         (ARRAY_SIZE): New macro.
7816         (num_processors): On BSD systems, try sysctl of HW_NCPU.
7817         * m4/nproc.m4: New file.
7818         * modules/nproc (Files): Add m4/nproc.m4.
7819         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
7820         (Makefile.am): Instead, augment lib_SOURCES.
7821
7822 2009-10-18  Bruno Haible  <bruno@clisp.org>
7823
7824         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
7825         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
7826         sys/param.h.
7827
7828 2009-10-16  Eric Blake  <ebb9@byu.net>
7829
7830         utimensat: new module
7831         * modules/utimensat: New file.
7832         * lib/utimensat.c (utimensat): Likewise.
7833         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7834         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
7835         so we can work around Linux bugs.
7836         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7837         * modules/sys_stat (Makefile.am): Substitute them.
7838         * lib/sys_stat.in.h (utimensat): Declare it.
7839         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7840         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7841         * modules/utimensat-tests: New test.
7842         * tests/test-utimensat.c: Likewise.
7843
7844         utimens: let lutimens work on non-symlinks
7845         * lib/utimens.c (lutimens): Fall back to utimens rather than
7846         failing with ENOSYS, when file is not a symlink.
7847         (utimens): Reduce redirection.
7848         * tests/test-lutimens.h (test_lutimens): Update test to cover
7849         non-symlinks.
7850         * tests/test-utimens.h (test_utimens): Update test to cover
7851         symlinks.
7852         * tests/test-utimens.c (main): Update caller.
7853
7854         utimens: cache whether utimensat syscall works
7855         * lib/utimens.c (utimensat_works_really): New cache variable.
7856         (fdutimens, lutimens): Use it to avoid failing syscall.
7857
7858         test-stat-time, test-utimens: improve portability
7859         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
7860         ext4 on alpha, and for cygwin.
7861         * tests/test-utimens-common.h: New file.
7862         (nap): Factor delays into single function.
7863         * tests/test-lutimens.h (test_lutimens): Use new header.
7864         * tests/test-futimens.h (test_futimens): Likewise.
7865         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
7866         timestamps to occur from same machine, as was done previously for
7867         test_utimens.
7868         * modules/utimens-tests (Files): Ship new file.
7869         * modules/futimens-tests (Files): Likewise.
7870         Reported in part by Jim Meyering.
7871
7872         sys_stat: sort replacement declarations
7873         * lib/sys_stat.in.h: Sort declarations.
7874         * lib/futimens.c (futimens): Fix typo.
7875
7876 2009-10-15  Jim Meyering  <meyering@redhat.com>
7877
7878         don't let environment settings perturb build
7879         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
7880         could cause a configure-time and/or build-time malfunction.
7881         Typically, a configure-time function-in-library test is performed
7882         via code like this:
7883
7884           LIB_VAR=
7885           AC_SUBST([LIB_VAR])
7886           prefix_saved_LIBS=$LIBS
7887             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
7888                        [test "$ac_cv_search_FUNC" = "none required" ||
7889                         LIB_VAR=$ac_cv_search_FUNC])
7890           LIBS=$prefix_saved_LIBS
7891
7892         However, in each of the files affected by this change, the LIB_VAR=
7893         initialization was omitted.  Thus, when set in the environment, its
7894         value would propagate into generated Makefiles when FUNC is not found
7895         in LIB_NAME.
7896         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
7897         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7898         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7899
7900 2009-10-14  Eric Blake  <ebb9@byu.net>
7901
7902         fchdir: avoid infinite recursion in mingw
7903         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
7904         recursing.
7905
7906         test-stat-time: port to mingw
7907         * tests/test-stat-time.c (force_unlink): Return a value.
7908         (test_ctime) [W32]: Fix compilation error.
7909         (nap): Don't call usleep with too large an argument.  Use
7910         force_unlink.
7911         * doc/pastposix-functions/usleep.texi (usleep): Document the
7912         portability issue.
7913
7914 2009-10-13  Jim Meyering  <meyering@redhat.com>
7915
7916         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
7917         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
7918         * modules/pipe-filter-ii: Likewise.
7919         * modules/sys_socket-tests: Likewise.
7920         * modules/tsearch-tests: Likewise.
7921         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
7922         (check): Depend on it.
7923
7924 2009-10-12  Eric Blake  <ebb9@byu.net>
7925
7926         utimens-tests: port to NFS file systems
7927         * tests/test-utimens.h (test_utimens): Refactor utimecmp
7928         comparisons to avoid spurious failures from timestamp drift
7929         between NFS machines.
7930
7931 2009-10-12  Eric Blake  <ebb9@byu.net>
7932
7933         stat-time-tests: minor cleanups
7934         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
7935         * tests/test-stat-time.c (nap): Separate assignment from call.
7936         Suggested by Paolo Bonzini and Bruno Haible.
7937
7938         sys_stat: guarantee struct timespec
7939         * lib/sys_stat.in.h (includes): Always include <time.h>
7940         * modules/sys_stat (Depends-on): Add time.
7941         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
7942         mode_t permission values.
7943         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
7944         get at subsecond timestamps.
7945
7946 2009-10-10  Eric Blake  <ebb9@byu.net>
7947
7948         futimens: new module
7949         * modules/futimens: New file.
7950         * lib/futimens.c (futimens): Likewise.
7951         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
7952         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
7953         we can work around Linux bugs.
7954         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7955         * modules/sys_stat (Makefile.am): Substitute them.
7956         * lib/sys_stat.in.h (futimens): Declare it.
7957         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7958         * doc/posix-functions/futimens.texi (futimens): Likewise.
7959         * modules/futimens-tests: New test.
7960         * tests/test-futimens.c: Likewise.
7961
7962         utimens: introduce fdutimens
7963         * lib/utimens.h (fdutimens): New prototype.
7964         * lib/utimens.c (gl_futimens): Move guts...
7965         (fdutimens): ...to new interface.
7966         * tests/test-utimens.c (do_fdutimens): Use it.
7967
7968         utimens: add UTIME_NOW and UTIME_OMIT support
7969         * lib/utimens.c (validate_timespec, update_timespec): New helper
7970         functions.
7971         (gl_futimens, lutimens): Use them.
7972         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
7973         stdbool, sys_stat.
7974         (Link): Mention resulting library dependency.
7975         * modules/utimecmp (Link): Likewise.
7976         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
7977         (Makefile.am): Pick up library dependency.
7978         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
7979         definition.
7980         * tests/test-sys_stat.c: Test the definitions.
7981         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
7982         * NEWS: Document library dependency.
7983
7984         utimecmp: support symlink timestamps
7985         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
7986         hashing when possible.  Use pathconf when available.
7987         (SYSCALL_RESOLUTION): Recognize tighter resolution.
7988         * modules/utimecmp (Depends-on): Add lstat.
7989
7990         utimens: add lutimens interface
7991         * lib/utimens.c (lutimens): New function.
7992         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
7993         * lib/utimens.h (lutimens): Declare new interface.
7994         * tests/test-utimens.c (main): Enhance test.
7995         * tests/test-lutimens.h (test_lutimens): New file.
7996         * modules/utimens-tests (Files): Distribute it.
7997         (Depends-on): Add symlink.
7998         (configure.ac): Check for usleep.
7999
8000         utimens: validate futimens usage
8001         * lib/utimens.c (gl_futimens): Require valid fd up front, using
8002         fewer syscalls on failure later on.  Avoid compiler warning on
8003         mingw.
8004         * modules/utimens (Depends-on): Add dup2.
8005
8006         utimens: add test
8007         * modules/utimens-tests: New test.
8008         * tests/test-utimens.h: New file.
8009         * tests/test-futimens.h: Likewise.
8010         * tests/test-utimens.c: Likewise.
8011
8012         doc: mention timestamp portability issues
8013         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
8014         instead.
8015         * doc/posix-functions/utime.texi (utime): Likewise.
8016         * doc/posix-functions/utimes.texi (utimes): Likewise.
8017         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
8018         instead.
8019         * doc/posix-functions/futimens.texi (futimens): Mention utimens
8020         module.
8021         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8022         Mention weakness with symlink timestamps.
8023         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
8024         to utimensat/futimens instead.
8025         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
8026
8027         test-dup2: enhance test
8028         * tests/test-dup2.c (main): Also check AT_FDCWD.
8029
8030         test-stat-time: avoid more spurious failures
8031         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
8032         xfs; and avoid race if the two timestamps cross quantization edge.
8033
8034         relocatable: prefer 'file system' over 'filesystem'
8035         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
8036         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
8037         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
8038         * doc/relocatable.texi (Enabling Relocatability): Likewise.
8039         * lib/relocatable.c (compute_curr_prefix): Likewise.
8040
8041 2009-10-10  Jim Meyering  <meyering@redhat.com>
8042
8043         stat-time-tests: check for the usleep function
8044         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
8045
8046 2009-10-10  Bruno Haible  <bruno@clisp.org>
8047
8048         * modules/xnanosleep: Put the Link section after the Include section.
8049
8050 2009-10-09  Eric Blake  <ebb9@byu.net>
8051
8052         dup2: work around FreeBSD 6.1 bug
8053         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
8054         * doc/posix-functions/dup2.texi (dup2): Document it.
8055         Reported by Nelson H. F. Beebe and Jim Meyering.
8056
8057         test-stat-time: port to buggy NFS clients
8058         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
8059         (test_ctime): Also skip test if mtime and ctime are skewed.
8060
8061         maint: prefer 'file system' over 'filesystem'
8062         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
8063         * doc/posix-functions/lstat.texi (lstat): Likewise.
8064         * lib/file-has-acl.c (file_has_acl): Likewise.
8065         * lib/fwriteerror.c [TEST]: Likewise.
8066         * tests/test-areadlink.h (test_areadlink): Likewise.
8067         * tests/test-areadlinkat-with-size.c (main): Likewise.
8068         * tests/test-areadlinkat.c (main): Likewise.
8069         * tests/test-canonicalize-lgpl.c (main): Likewise.
8070         * tests/test-canonicalize.c (main): Likewise.
8071         * tests/test-fstatat.c (main): Likewise.
8072         * tests/test-linkat.c (main): Likewise.
8073         * tests/test-lstat.h (test_lstat_func): Likewise.
8074         * tests/test-mkdir.h (test_mkdir): Likewise.
8075         * tests/test-readlink.h (test_readlink): Likewise.
8076         * tests/test-remove.c (main): Likewise.
8077         * tests/test-rename.h (test_rename): Likewise.
8078         * tests/test-renameat.c (main): Likewise.
8079         * tests/test-rmdir.h (test_rmdir_func): Likewise.
8080         * tests/test-symlink.h (test_symlink): Likewise.
8081         * tests/test-symlinkat.c (main): Likewise.
8082         * tests/test-unlink.h (test_unlink_func): Likewise.
8083         * tests/test-unlinkat.c (main): Likewise.
8084
8085         maint: make realtime library usage explicit
8086         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
8087         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
8088         * modules/settime (Link): Likewise.
8089         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
8090
8091         test-stat-time: speed up execution
8092         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
8093         warning on mingw.
8094         (nap): New helper function.
8095         (prepare_test): Use it to reduce sleep time.
8096         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
8097         execution.
8098         * modules/stat-time-tests (configure.ac): Check for usleep.
8099
8100 2009-10-09  Jim Meyering  <meyering@redhat.com>
8101
8102         selinux-h: always use getfilecon wrappers
8103         * lib/getfilecon.c: New file.
8104         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
8105         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
8106         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
8107         (fgetfilecon): Provide a stub.
8108         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
8109         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
8110         file unconditionally.
8111         When <selinux/selinux.h> is found, arrange to use wrappers.
8112         * modules/selinux-h (Files): Add getfilecon.c.
8113         (Makefile.am): Substitute include-next-related bits
8114         into the now-always-generated selinux/selinux.h file.
8115         * doc/glibc-functions/lgetfilecon.texi: New file.
8116         * doc/glibc-functions/fgetfilecon.texi: New file.
8117         * doc/glibc-functions/getfilecon.texi: New file.
8118         * doc/glibc-functions/getfilecon-desc.texi: New file.
8119         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
8120         which to pull in the new files.
8121         * MODULES.html.sh (Misc): Add selinux-h.
8122
8123 2009-10-08  Jim Meyering  <meyering@redhat.com>
8124
8125         unistd: fix comment typo
8126         * lib/unistd.in.h (euidaccess): Fix a comment typo.
8127
8128 2009-10-08  Eric Blake  <ebb9@byu.net>
8129
8130         areadlink: use SIZE_MAX consistently
8131         * modules/areadlink (Depends-on): Add stdint.
8132         * modules/areadlink-with-size (Depends-on): Likewise.
8133         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
8134         gives NULL; drop sys/types, since unistd gives size_t; and add
8135         stdint for SIZE_MAX.
8136         (SIZE_MAX): Rely on headers.
8137         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
8138         and add stdint.
8139         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
8140         (SIZE_MAX): Likewise.
8141         (INITIAL_BUF_SIZE): Turn into enum.
8142         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
8143
8144 2009-10-08  Jim Meyering  <meyering@redhat.com>
8145
8146         areadlinkat: avoid compilation failure
8147         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
8148         Fix typo in comment.
8149
8150 2009-10-07  Eric Blake  <ebb9@byu.net>
8151
8152         areadlinkat-with-size: new module
8153         * modules/areadlinkat-with-size: New module.
8154         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
8155         * lib/areadlink.h (areadlinkat): Declare it.
8156         * MODULES.html.sh (File system functions): Mention it.
8157         * modules/areadlinkat-with-size-tests: New test.
8158         * tests/test-areadlinkat-with-size.c: New file.
8159
8160         xreadlinkat: new module
8161         * modules/xreadlinkat: New module.
8162         * lib/xreadlinkat.c (xreadlinkat): New file.
8163         * lib/xreadlink.h (xreadlinkat): Declare it.
8164         * MODULES.html.sh (File system functions): Mention it.
8165
8166         areadlinkat: new module
8167         * lib/at-func.c (FUNC_FAIL): New define.
8168         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
8169         * modules/areadlinkat: New module.
8170         * lib/linkat.c (areadlinkat): Move...
8171         * lib/areadlinkat.c (areadlinkat): ...to new file.
8172         * lib/areadlink.h (areadlinkat): Declare it.
8173         * modules/linkat (Depends-on): Add areadlinkat.
8174         * MODULES.html.sh (File system functions): Mention it.
8175         * modules/areadlinkat-tests: New test.
8176         * tests/test-areadlinkat.c: New file.
8177
8178         areadlink, areadlink-with-size: add tests
8179         * modules/areadlink-tests: New test.
8180         * modules/areadlink-with-size-tests: Likewise.
8181         * tests/test-areadlink.h: New file.
8182         * tests/test-areadlink.c: Likewise.
8183         * tests/test-areadlink-with-size.c: Likewise.
8184
8185         maint: minor cleanups
8186         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
8187         _UNUSED_PARAMETER_ instead.
8188         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
8189         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
8190         * modules/linkat-tests (Files): Distribute test-link.h.
8191
8192         openat, utimens: whitespace cleanup
8193         * lib/openat.c: Prefer space throughout, rather than mix of 8
8194         spaces vs. tabs.
8195         * lib/at-func.c: Likewise.
8196         * lib/utimens.c: Likewise.
8197
8198         openat: avoid using wrong fd
8199         * lib/openat.c (openat_permissive): Reject user's fd if saving the
8200         working directory chooses same fd.
8201         * lib/at-func.c (AT_FUNC_NAME): Likewise.
8202
8203         mkdir, mkdirat: fix cygwin 1.5.x bug
8204         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
8205         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
8206         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
8207         bug.
8208         (gl_PREREQ_MKDIR): Delete unused macro.
8209         * modules/mkdir (Files): Track file rename.
8210         (configure.ac): Update macro name.
8211         * modules/openat (Depends-on): Add mkdir.
8212         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
8213
8214         mkdir, mkdirat: add tests
8215         * modules/mkdir-tests: New test.
8216         * tests/test-mkdir.h: New file.
8217         * tests/test-mkdir.c: Likewise.
8218         * tests/test-mkdirat.c: Likewise.
8219         * modules/openat-tests (Files): Add new files.
8220         (Makefile.am): Run new test.
8221
8222 2009-10-06  Eric Blake  <ebb9@byu.net>
8223
8224         doc: tweak *at function documentation
8225         * doc/posix-functions/faccessat.texi (faccessat): Mention
8226         known issue with replacement.
8227         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
8228         * doc/posix-functions/linkat.texi (linkat): Likewise.
8229         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
8230         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
8231         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8232         * doc/posix-functions/renameat.texi (renameat): Likewise.
8233         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
8234
8235         openat: fix GNU/Hurd bug in unlinkat
8236         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
8237         broken.
8238         * doc/posix-functions/unlink.texi (unlink): Document this.
8239         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
8240
8241         fdopendir: fix GNU/Hurd bug
8242         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
8243         allowing non-directory fds.
8244         * lib/fdopendir.c (rpl_fdopendir): Work around it.
8245         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
8246         * modules/dirent (Makefile.am): Substitute it.
8247         * lib/dirent.in.h (fdopendir): Declare replacement.
8248         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
8249         * tests/test-fdopendir.c (main): Test something other than
8250         /dev/null, since on Hurd that behaves like a directory.
8251
8252         test-symlink: port to GNU/Hurd
8253         * tests/test-symlink.h (test_symlink): Relax expected errno.
8254
8255         doc: tweak more cygwin information
8256         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
8257         now compatible with glibc.
8258         * doc/posix-functions/getopt.texi (getopt): Likewise.
8259
8260         getopt-gnu: add another test
8261         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
8262         guarantee behavior relied on by m4.
8263         * tests/test-getopt.c (main): Use it.
8264         * modules/getopt-posix-tests (Depends-on): Add setenv.
8265         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
8266
8267         getopt: fix compilation on darwin
8268         * lib/getopt.in.h (includes): Leave breadcrumbs during system
8269         include.
8270         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
8271         Reported by Ludovic Courtès.
8272
8273 2009-10-06  Bruno Haible  <bruno@clisp.org>
8274
8275         * modules/size_max (Description): Discourage its use.
8276         Reported by Simon Josefsson.
8277
8278 2009-10-06  Jim Meyering  <meyering@redhat.com>
8279
8280         linkat: avoid compilation failure
8281         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
8282
8283 2009-10-05  Eric Blake  <ebb9@byu.net>
8284
8285         linkat: support Linux 2.6.17
8286         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
8287         linkat on Linux, but allow cache variable override.
8288         * lib/linkat.c (rpl_linkat): Define override.
8289         * modules/linkat (Depends-on): Add symlinkat.
8290         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
8291         * modules/unistd (Makefile.am): Substitute it.
8292         * lib/unistd.in.h (linkat): Declare replacement.
8293         Reported by Pádraig Brady.
8294
8295         quotearg: port test to systems with C.UTF-8 locale
8296         * tests/test-quotearg.c (struct result_strings): Add another
8297         member, differentiating between C.ASCII and C.UTF-8 handling.
8298         (compare_strings): Add parameter.
8299         (main): Adjust all callers.
8300
8301         getopt: avoid clash with FreeBSD _getopt_internal
8302         * lib/getopt.in.h (_getopt_internal): Override the name.
8303         * lib/getopt_int.h (includes): Pick up any overrides.
8304         Reported by Reuben Thomas.
8305
8306         hash: allow C89 compilation
8307         * lib/hash.c (check_tuning): Move declaration before statement.
8308         Reported by Reuben Thomas.
8309
8310 2009-10-05  Karl Berry  <karl@gnu.org>
8311
8312         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
8313
8314 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
8315             Bruno Haible  <bruno@clisp.org>
8316
8317         * lib/uname.c (uname): Use a table-driven algorithm to compute
8318         Windows NT versions.
8319
8320 2009-10-04  Bruno Haible  <bruno@clisp.org>
8321
8322         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
8323         program_invocation_short_name.
8324         * modules/progname (configure.ac): Test for presence of
8325         program_invocation_short_name.
8326         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
8327
8328 2009-10-04  Bruno Haible  <bruno@clisp.org>
8329
8330         * lib/progname.c (set_program_name): Fix comment.
8331         Reported by Jim Meyering.
8332
8333 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
8334             Bruno Haible  <bruno@clisp.org>
8335
8336         * lib/uname.c: Include <string.h>.
8337         (uname): Do only one call to GetVersionEx in the common case.
8338
8339 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
8340             Bruno Haible  <bruno@clisp.org>
8341
8342         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
8343         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
8344         (uname): Add support for Windows CE and various non-x86 CPU types.
8345
8346 2009-10-03  Bruno Haible  <bruno@clisp.org>
8347
8348         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
8349         invocation to tests/configure.ac.
8350         Reported by Ian Beckwith <ianb@erislabs.net>.
8351
8352 2009-10-02  Eric Blake  <ebb9@byu.net>
8353
8354         fchdir: avoid compiler warning
8355         * lib/fchdir.c (canonicalize_file_name)
8356         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
8357
8358         test-open: support mingw errno values
8359         * tests/test-open.h (test_open): Relax test.
8360         * tests/test-fopen.h (test_fopen): Likewise.
8361         * tests/test-openat-safer.c (main): Likewise.
8362
8363         open: fix opening directory on mingw
8364         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
8365
8366         test-open: on GNU/Hurd, /dev/null is a directory
8367         * tests/test-fopen.h (main): Rename...
8368         (test_fopen): ...to this.  Use a guaranteed non-directory when
8369         confirming open behavior on trailing slash.
8370         * tests/test-openat-safer.c (main): Likewise.
8371         * tests/test-open.h (main): Likewise....
8372         (test_open): ...to this.
8373         * tests/test-fopen.c (main): Adjust caller.
8374         * tests/test-fopen-safer.c (main): Likewise.
8375         * tests/test-open.c (main): Likewise.
8376         * tests/test-fcntl-safer.c (main): Likewise.
8377         Reported by Samuel Thibault.
8378
8379         rename, fchdir: don't ignore chdir failure
8380         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
8381         * lib/rename.c (rpl_rename) [W32]: Likewise.
8382         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
8383         an empty destination directory if source cannot be renamed,
8384         although there is still possibility for failure.
8385         * doc/posix-functions/rename.texi (rename): Document the race.
8386         Reported by Jim Meyering.
8387
8388         maint: cleanup whitespace in recent commits
8389         * lib/rename.c (rpl_rename): Remove tabs.
8390         * tests/test-link.h (test_link): Likewise.
8391         * lib/fchdir.c (get_name): Likewise.
8392         Reported by Jim Meyering.
8393
8394 2009-10-02  Ben Pfaff  <blp@gnu.org>
8395
8396         relocatable-prog-wrapper: Add missing dependency on
8397         double-slash-root.
8398         * modules/relocatable-prog-wrapper: Add dependency.
8399         Reported by Ian Beckwith <ianb@erislabs.net>.
8400
8401 2009-10-02  Eric Blake  <ebb9@byu.net>
8402
8403         renameat: fix Solaris bugs
8404         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
8405         needed fixing.
8406         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
8407         * modules/stdio (Makefile.am): Substitute it.
8408         * lib/stdio.in.h (renameat): Declare replacement.
8409         * lib/renameat.c (rpl_renameat): Implement fix.
8410
8411         renameat: new module
8412         * modules/renameat: New file.
8413         * lib/renameat.c (renameat): Likewise.
8414         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
8415         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8416         * modules/stdio (Makefile.am): Substitute them.
8417         * lib/stdio.in.h (renameat): Declare it.
8418         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8419         * doc/posix-functions/renameat.texi (renameat): Likewise.
8420         * modules/renameat-tests: New test.
8421         * tests/test-renameat.c: Likewise.
8422
8423         rename: fix mingw bugs
8424         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
8425         directory overwrite bugs.
8426
8427         rename: fix another cygwin 1.5 bug
8428         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
8429         checks.
8430         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
8431         unnecessary cygwin workarounds.  Also work around bug with moving
8432         full directory onto an empty one.
8433         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
8434
8435         rename-dest-slash: merge into rename module
8436         * modules/rename-dest-slash (Status): Mark obsolete.
8437         (Depends-on): Add rename.
8438         (Files): Let rename do it all.
8439         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
8440         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
8441         * m4/rename-dest-slash.m4: ...so this file can be deleted.
8442         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
8443         * lib/rename.c (rpl_rename): Update comments.
8444
8445         rename: fix cygwin 1.5.x bugs
8446         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
8447         * lib/rename.c (rpl_rename): Work around them.
8448         * modules/rename (Depends-on): Add same-inode.
8449
8450         rename: fix Solaris 10 bug
8451         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
8452         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
8453         was the only bug.
8454
8455         rename: fix Solaris 9 bug
8456         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
8457         on non-directory.  Avoid calling exit.
8458         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
8459         strdup.
8460         * modules/rename-tests (Depends-on): Drop lstat.
8461         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
8462         (gl_PREREQ_RENAME): Delete unused macro.
8463
8464         rename-dest-slash: fix NetBSD bug
8465         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
8466         links.
8467         * modules/rename-dest-slash (Depends-on): Add same-inode.
8468
8469         rename-tests: new test, exposes several platform bugs
8470         * modules/rename-tests: New file.
8471         * tests/test-rename.h: Likewise.
8472         * tests/test-rename.c: Likewise.
8473         * doc/posix-functions/rename.texi (rename): Improve documentation,
8474         including bugs that will eventually be fixed in gnulib.
8475
8476 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
8477
8478         * lib/uname.c: Include <stdlib.h>
8479         (uname): Assume version info is available.
8480
8481 2009-10-02  Jim Meyering  <meyering@redhat.com>
8482
8483         gnu-web-doc-update: correct --help output
8484         * build-aux/gnu-web-doc-update: Make --help output relevant.
8485
8486         gnu-web-doc-update: add standard options
8487         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
8488
8489         gnu-web-doc-update: New module.
8490         Use this script to automatically update the on-line web documentation
8491         for your GNU project at http://www.gnu.org/software/$pkg/manual/
8492         * modules/gnu-web-doc-update: New file, from coreutils.
8493         * build-aux/gnu-web-doc-update: New script.
8494
8495 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
8496
8497         link: LoadLibrary is not needed.
8498         * lib/link.c: Use GetModuleHandle.
8499
8500 2009-10-01  Eric Blake  <ebb9@byu.net>
8501
8502         getopt: bump serial number
8503         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
8504         change.
8505
8506         tests: tighten link, rmdir, and remove tests
8507         * tests/test-link.h (includes): No need to use <config.h> here.
8508         Clean up if directory hard link was created, otherwise test for
8509         trailing '.'.
8510         * tests/test-linkat.c (main): Simplify.
8511         * tests/test-remove.c (main): Enhance test for trailing '.'.
8512         * tests/test-rmdir.h (test_rmdir_func): Likewise.
8513
8514 2009-10-01  Jim Meyering  <meyering@redhat.com>
8515
8516         maint.mk: requiring "make major" was annoying, for a "minor" release.
8517         What is intended is "stable", to contrast with alpha and beta,
8518         so require "make stable", not "make major".
8519         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
8520         (get_tool_versions): Likewise.
8521         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
8522
8523 2009-09-30  Ben Pfaff  <blp@gnu.org>
8524
8525         Fix broken build of replacement for Windows tmpfile().
8526         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
8527         flags argument added along with the 'mkostemp' module.
8528
8529 2009-09-28  Bruno Haible  <bruno@clisp.org>
8530
8531         Avoid identifier clash with POSIX function 'remove' defined as a macro.
8532         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
8533         to 'remove_elt'.
8534         (gl_list_remove): Update.
8535         * lib/gl_list.c (gl_list_remove): Update.
8536         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
8537         to 'remove_elt'.
8538         (gl_oset_remove): Update.
8539         * lib/gl_list.c (gl_oset_remove): Update.
8540         Reported by Eric Blake.
8541
8542 2009-09-28  Eric Blake  <ebb9@byu.net>
8543
8544         doc: mention yet more cygwin 1.7 status
8545         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
8546         cygwin.
8547         * doc/glibc-functions/execvpe.texi (execvpe): New file.
8548         * doc/gnulib.texi (Glibc unistd.h): Mention it.
8549
8550         argp: fix test failure
8551         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
8552         that are not upper-case.  Pass correct range to tolower.
8553
8554 2009-09-27  Jim Meyering  <meyering@redhat.com>
8555
8556         test-yesno: work around sparc-dash here-document infelicity
8557         Without this change, the literal \177 byte in a here document
8558         would make dash 0.5.5.1-3 access uninitialized memory.
8559         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
8560         Instead, use a marker, "@", and filter through tr to create the desired
8561         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
8562
8563 2009-09-27  Bruno Haible  <bruno@clisp.org>
8564
8565         Disable untested support for new flavours of ACLs on AIX.
8566         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
8567         progress.
8568         * lib/set-mode-acl.c (qset_acl): Likewise.
8569
8570 2008-12-07  Bruno Haible  <bruno@clisp.org>
8571
8572         Add support for new flavours of ACLs on AIX. (Untested.)
8573         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
8574         (file_has_acl): Add support for newer AIX.
8575         * lib/set-mode-acl.c (qset_acl): Likewise.
8576         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
8577         Rainer Tammer <tammer@tammer.net>.
8578
8579 2009-09-26  Eric Blake  <ebb9@byu.net>
8580
8581         argp: fix compilation of getopt
8582         * lib/getopt.in.h (includes): Use different guard than glibc.
8583         Reported by Sergey Poznyakoff.
8584
8585         doc: mention more cygwin 1.7 status
8586         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
8587         bug.
8588         * doc/posix-functions/execl.texi (execl): Likewise.
8589         * doc/posix-functions/execle.texi (execle): Likewise.
8590         * doc/posix-functions/execlp.texi (execlp): Likewise.
8591         * doc/posix-functions/execv.texi (execv): Likewise.
8592         * doc/posix-functions/execve.texi (execve): Likewise.
8593         * doc/posix-functions/execvp.texi (execvp): Likewise.
8594         * doc/glibc-functions/canonicalize_file_name.texi
8595         (canonicalize_file_name): Cygwin 1.7 now provides this.
8596         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
8597         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
8598         on AT_SYMLINK_NOFOLLOW.
8599
8600 2009-09-24  Eric Blake  <ebb9@byu.net>
8601
8602         test-linkat: make test more robust
8603         * tests/test-linkat.c (main): Avoid collision with EEXIST.
8604
8605         getopt: fix inclusion guards for cygwin
8606         * modules/getopt-posix (Depends-on): Add include-next.
8607         (Makefile.am): Substitute more items in replacement header.
8608         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
8609         <getopt.h>.
8610         * lib/getopt.in.h (includes): Use split inclusion guard, and
8611         prefer <getopt.h> over include <unistd.h> when one is present.
8612         (option): Also override name of 'struct option'.
8613
8614         same-inode: revert prior change; it is not yet ready
8615         * NEWS: Undo mention of this change.
8616         * lib/same-inode.h (same-inode.h): Undo tri-state change.
8617         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8618         * lib/cycle-check.c (cycle_check): Likewise.
8619         * lib/same.c (same_name): Likewise.
8620         * lib/at-func2.c (at_func2): Likewise.
8621
8622 2009-09-23  Eric Blake  <ebb9@byu.net>
8623
8624         linkat: new module
8625         * modules/linkat: New file.
8626         * lib/at-func2.c (at_func2): Likewise.
8627         * lib/linkat.c (linkat): Likewise.
8628         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
8629         * lib/openat-priv.h (at_func2): Add declaration.
8630         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8631         * modules/unistd (Makefile.am): Substitute them.
8632         * lib/unistd.in.h (linkat): Declare it.
8633         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8634         * doc/posix-functions/linkat.texi (linkat): Likewise.
8635         * doc/posix-functions/link.texi (link): Tweak wording.
8636         * tests/test-link.c (main): Move guts...
8637         * tests/test-link.h (test_link): ...into new file.
8638         * modules/linkat-tests: New test.
8639         * tests/test-linkat.c: Likewise.
8640         * modules/link-tests (Files): Ship new file.
8641         (Depends-on): Add stdbool.
8642
8643         dirname: add library-safe mdir_name
8644         * lib/dirname.h (mdir_name): New prototype.
8645         * lib/dirname.c (dir_name): Move guts...
8646         (mdir_name): ...to new function that avoids xalloc_die.
8647
8648         fchdir: another mingw fix
8649         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
8650         * lib/fchdir.c (get_name): New helper method; skips canonicalize
8651         on mingw (where it has not yet been ported), and make it optional
8652         elsewhere.
8653         (_gl_register_fd): Use it.
8654
8655         same-inode: make SAME_INODE tri-state, to port to mingw
8656         * NEWS: Mention this change.
8657         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
8658         st_ino always being 0.
8659         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8660         * lib/cycle-check.c (cycle_check): Likewise.
8661         * lib/same.c (same_name): Likewise.
8662
8663         lstat: avoid mingw compilation error
8664         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
8665         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
8666         lstat ourselves.
8667         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
8668         was adequate.
8669         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
8670         the checks for lstat.
8671         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
8672
8673         link: fix test failure on Solaris 9
8674         * lib/link.c (rpl_link): Don't assume link will catch bogus
8675         trailing slash on source.
8676
8677         test-symlinkat: enhance test
8678         * tests/test-readlink.c (main): Move guts...
8679         * tests/test-readlink.h (test_readlink): ...into new file.
8680         * tests/test-symlink.c (main): Move guts...
8681         * tests/test-symlink.h (test_symlink): ...into new file.
8682         * tests/test-symlinkat.c (main): Use new files for further
8683         coverage.
8684         (do_symlink, do_readlink): New helper functions.
8685         * modules/symlink-tests (Files): Ship new file.
8686         (Depends-on): Add stdbool.
8687         * modules/readlink-tests (Files): Ship new file.
8688         (Depends-on): Add stdbool.
8689         * modules/symlinkat-tests (Files): Use new files.
8690
8691 2009-09-23  Eric Blake  <ebb9@byu.net>
8692
8693         readlink: document portability issue with symlink length
8694         * doc/posix-functions/lstat.texi (lstat): Mention that some file
8695         systems have bogus st_size on symlinks, and mention the
8696         areadlink-with-size module.
8697         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
8698         * doc/posix-functions/readlink.texi (readlink): Mention the
8699         areadlink module, and ERANGE failure.
8700         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8701         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
8702
8703         readlink: fix Solaris 9 bug with trailing slash
8704         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
8705         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
8706         * doc/posix-functions/readlink.texi (readlink): Document this.
8707         * modules/readlink-tests: New test.
8708         * tests/test-readlink.c: Likewise.
8709
8710         readlink: fix cygwin 1.5.x bug with return type
8711         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
8712         * lib/unistd.in.h (readlink): Use ssize_t.
8713         * lib/readlink.c (readlink): Likewise.
8714         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8715         * modules/unistd (Makefile.am): Substitute it.
8716         * lib/unistd.in.h (readlink): Declare replacement.
8717         * doc/posix-functions/readlink.texi (readlink): Document this.
8718
8719         symlink: use throughout gnulib
8720         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
8721         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
8722         symlink is not used.
8723         * modules/symlinkat (Depends-on): Add symlink.
8724         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8725         * modules/canonicalize-tests (Depends-on): Likewise.
8726         * modules/lstat-tests (Depends-on): Likewise.
8727         * modules/openat-tests (Depends-on): Likewise.
8728         * modules/remove-tests (Depends-on): Likewise.
8729         * modules/rmdir-tests (Depends-on): Likewise.
8730         * modules/unlink-tests (Depends-on): Likewise.
8731         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
8732         * tests/test-canonicalize.c (symlink): Likewise.
8733         * tests/test-fstatat.c (symlink): Likewise.
8734         * tests/test-lstat.c (symlink): Likewise.
8735         * tests/test-remove.c (symlink): Likewise.
8736         * tests/test-rmdir.c (symlink): Likewise.
8737         * tests/test-unlink.c (symlink): Likewise.
8738         * tests/test-unlinkat.c (symlink): Likewise.
8739
8740         symlink: new module, for Solaris 9 bug
8741         * modules/symlink: New file.
8742         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
8743         * lib/symlink.c: Likewise.
8744         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8745         * modules/unistd (Makefile.am): Substitute them.
8746         * lib/unistd.in.h (symlink): Declare replacement.
8747         * MODULES.html.sh (File system functions): Mention it.
8748         * doc/posix-functions/symlink.texi (symlink): Likewise.
8749         * modules/symlink-tests: New test.
8750         * tests/test-symlink.c: Likewise.
8751
8752 2009-09-23  Bruno Haible  <bruno@clisp.org>
8753
8754         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
8755         when needed.
8756         Test case: gnulib-tool --import --with-tests atexit inttypes.
8757         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
8758
8759 2009-09-23  Bruno Haible  <bruno@clisp.org>
8760
8761         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
8762         subcommand, not in a subshell.
8763
8764 2009-09-22  Eric Blake  <ebb9@byu.net>
8765
8766         unistd: sort replacement declarations
8767         * lib/unistd.in.h: Sort declarations.
8768
8769         open, openat: minor optimization
8770         * lib/open.c (open): If open succeeded, len is non-zero.
8771         * lib/openat.c (rpl_openat): Likewise.
8772
8773         link-follow: ensure correct result
8774         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
8775         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
8776         distinguish between possible failures.
8777
8778 2009-09-21  Eric Blake  <ebb9@byu.net>
8779
8780         fts: avoid compiler warning
8781         * lib/fts.c (dirent_inode_sort_may_be_useful)
8782         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
8783
8784 2009-09-19  Bruno Haible  <bruno@clisp.org>
8785
8786         * lib/progreloc.c (canonicalize_file_name): New declaration.
8787
8788 2009-09-19  Eric Blake  <ebb9@byu.net>
8789
8790         link: fix quoting
8791         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
8792
8793         openat: fix openat bugs on Solaris 9
8794         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
8795         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
8796         * modules/openat (Depends-on): Add open.
8797         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
8798         * modules/fcntl-h (Makefile.am): Substitute it.
8799         * lib/fcntl.in.h (openat): Declare replacement.
8800         * doc/posix-functions/openat.texi (openat): Document this.
8801
8802         openat: move fstatat and unlinkat into correct files
8803         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
8804         compiled.
8805         * lib/openat.c (fstatat, unlinkat): Move...
8806         * lib/fstatat.c (fstatat): ...into correct files.
8807         * lib/unlinkat.c (unlinkat): Likewise.
8808
8809         openat: fix unlinkat bugs on Solaris 9
8810         * lib/unlinkat.c (unlinkat): New file.
8811         * modules/openat (Depends-on): Add unlink.
8812         (Files): Distribute it.
8813         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
8814         trailing slash behavior is broken.
8815         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8816         * modules/unistd (Makefile.am): Substitute it.
8817         * lib/unistd.in.h (unlinkat): Declare replacement.
8818         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
8819
8820         openat: fix fstatat bugs on Solaris 9
8821         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
8822         stat.
8823         * doc/posix-functions/fstatat.texi (fstatat): Document this.
8824
8825         test-unlinkat: enhance test, to expose Solaris 9 bug
8826         * tests/test-unlink.c (main): Factor guts...
8827         * tests/test-unlink.h (test_rmdir_func): ...into new file.
8828         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
8829         * tests/test-rmdir.c (main): Adjust caller.
8830         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
8831         (unlinker): New helper function.
8832         (rmdirat): Enhance check.
8833         * modules/rmdir-tests (Depends-on): Add stdbool.
8834         * modules/unlink-tests (Depends-on): Likewise.
8835         (Files): Add test-unlink.h.
8836         * modules/openat-tests (Files): Likewise.
8837         (Depends-on): Add unlinkdir.
8838
8839         test-fstatat: new test, to expose Solaris 9 bugs
8840         * tests/test-stat.c (main): Factor guts...
8841         * tests/test-stat.h (test_stat_func): ...into new file.
8842         * tests/test-lstat.c (main): Factor guts...
8843         * tests/test-lstat.h (test_lstat_func): ...into new file.
8844         * tests/test-fstatat.c: New file.
8845         * modules/stat-tests (Files): Add test-stat.h.
8846         * modules/lstat-tests (Files): Add test-lstat.h.
8847         (Depends-on): Add stdbool.
8848         * modules/openat-tests (Depends-on): Add pathmax.
8849         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
8850         (Makefile.am): Run new test.
8851
8852         remove: new module, for mingw and Solaris 9 bugs
8853         * modules/remove: New file.
8854         * lib/remove.c: Likewise.
8855         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
8856         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8857         * modules/stdio (Makefile.am): Use them.
8858         * lib/stdio.in.h (remove): Declare replacement.
8859         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8860         * doc/posix-functions/remove.texi (remove): Likewise.
8861         * modules/remove-tests: New test.
8862         * tests/test-remove.c: Likewise.
8863
8864         unlink: new module, for Solaris 9 bug
8865         * modules/unlink: New file.
8866         * lib/unlink.c: Likewise.
8867         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
8868         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8869         * modules/unistd (Makefile.am): Use them.
8870         * lib/unistd.in.h (stat): Declare replacement.
8871         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8872         * doc/posix-functions/unlink.texi (unlink): Likewise.
8873         * modules/unlink-tests: New test.
8874         * tests/test-unlink.c: Likewise.
8875
8876         lstat: fix Solaris 9 bug
8877         * lib/lstat.c (lstat): Also check for trailing slash on
8878         non-symlink, non-directories.  Use stat module to simplify logic.
8879         * doc/posix-functions/lstat.texi (lstat): Document it.
8880         * modules/lstat-tests (Depends-on): Add errno, same-inode.
8881         (configure.ac): Check for symlink.
8882         * tests/test-lstat.c (main): Add more tests.
8883
8884         stat: add as dependency to other modules
8885         * modules/chown (Depends-on): Add stat.
8886         * modules/euidaccess (Depends-on): Likewise.
8887         * modules/fchdir (Depends-on): Likewise.
8888         * modules/isdir (Depends-on): Likewise.
8889         * modules/link (Depends-on): Likewise.
8890         * modules/lstat (Depends-on): Likewise.
8891         * modules/mkdir-p (Depends-on): Likewise.
8892         * modules/modechange (Depends-on): Likewise.
8893         * modules/open (Depends-on): Likewise.
8894         * modules/readlink (Depends-on): Likewise.
8895         * modules/same (Depends-on): Likewise.
8896
8897         stat: fix Solaris 9 bug
8898         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
8899         slash.
8900         * lib/stat.c (rpl_stat): Work around it.
8901         * doc/posix-functions/stat.texi (stat): Update documentation.
8902
8903         stat: new module, for mingw bug
8904         * modules/stat: New file.
8905         * lib/stat.c: Likewise.
8906         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
8907         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8908         * modules/sys_stat (Makefile.am): Use them.
8909         * lib/sys_stat.in.h (stat): Declare replacement.
8910         * lib/openat.c (fstatat): Deal with lstat and stat being function
8911         macros.
8912         * modules/openat (Depends-on): Add inline.
8913         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8914         * doc/posix-functions/stat.texi (stat): Likewise.
8915         * modules/stat-tests: New test.
8916         * tests/test-stat.c: Likewise.
8917
8918 2009-09-19  Jim Meyering  <meyering@redhat.com>
8919
8920         syntax-check: detect unnecessary inclusion of canonicalize.h
8921         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
8922
8923 2009-09-19  Eric Blake  <ebb9@byu.net>
8924
8925         canonicalize-lgpl: adjust clients to use correct header
8926         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8927         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
8928         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
8929         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
8930         * lib/progreloc.c (includes): Likewise.
8931
8932 2009-09-19  Jim Meyering  <meyering@redhat.com>
8933
8934         test-posixtm.c: correct a comment
8935         * tests/test-posixtm.c: Correct first-line comment.
8936         Spotted by Eric Blake.
8937
8938 2009-09-16  Jim Meyering  <meyering@redhat.com>
8939
8940         posixtm-tests: make T const-correct; add a test case
8941         * tests/test-posixtm.c (T): Declare const.
8942         Add a test for -(2^31+1).
8943         Remove useless can-succeed-only-in-2002 test.
8944
8945         posixtm-tests: adjust the sole failing test
8946         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
8947         expected output matches what mktime now produces.  Cross-checked via
8948         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
8949
8950         posixtm: move #ifdef'd tests into a new module
8951         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
8952         * tests/test-posixtm.c: ... this new file.
8953         * modules/posixtm-tests: New module.
8954
8955 2009-09-19  Eric Blake  <ebb9@byu.net>
8956
8957         openat: simplify use of at-func.c
8958         * lib/at-func.c (includes): Include prerequisites here, to
8959         simplify requirements on client files.
8960         * lib/openat-priv.h: Add double-inclusion guard.
8961         * lib/faccessat.c (includes): Simplify.
8962         * lib/fchmodat.c (includes): Likewise.
8963         * lib/fchownat.c (includes): Likewise.
8964         * lib/mkdirat.c (includes): Likewise.
8965         * lib/mkfifoat.c (includes): Likewise.
8966         * lib/symlinkat.c (includes): Likewise.
8967
8968         openat: allow return of fd 0
8969         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
8970         * modules/save-cwd (Depends-on): Replace fcntl-safer with
8971         unistd-safer.
8972         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
8973         <fcntl.h>; this module does not leak fds.
8974         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
8975         must be allowed to return 0, leaving openat_safer to add the
8976         safety.
8977         (openat_permissive): Avoid writing to just-opened fd 2 if
8978         restoring the current directory fails.
8979         * lib/openat-die.c (openat_restore_fail): Add comment.
8980         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
8981         (save_cwd): Guarantee safe fd, but without use of open_safer.
8982         * tests/test-openat.c: New test.
8983         * modules/openat-tests (Files, Makefile.am): Distribute and build
8984         new file.
8985
8986         relocatable-prog-wrapper: fix build
8987         * modules/relocatable-prog-wrapper (Files): Update name of
8988         canonicalize m4 file, broken on 2009-09-17.
8989         Reported by emad hajjar <aleppos@hotmail.com>.
8990
8991 2009-09-19  Bruno Haible  <bruno@clisp.org>
8992
8993         * lib/safe-alloc.h: Use the standard header with GPL copyright.
8994         * lib/safe-alloc.c: Likewise.
8995         Reported by Ian Beckwith <ianb@erislabs.net>.
8996
8997 2009-09-18  Bruno Haible  <bruno@clisp.org>
8998
8999         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
9000         Reported by <erobles@sensacd.com.mx>.
9001
9002 2009-09-17  Eric Blake  <ebb9@byu.net>
9003
9004         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
9005         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
9006         slashes when checking if last component is missing.
9007         * tests/test-canonicalize.c (main): Test this.
9008
9009         canonicalize, canonicalize-lgpl: honor // if distinct from /
9010         * modules/canonicalize (Files): Add double-slash-root.m4.
9011         * modules/canonicalize-lgpl (Files): Likewise.
9012         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
9013         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
9014         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
9015         fallback definition.
9016         (canonicalize_filename_mode): Use it to protect //.
9017         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
9018         (__realpath): Likewise.
9019         * tests/test-canonicalize.c (main): Test this.
9020         * tests/test-canonicalize-lgpl.c (main): Likewise.
9021         * modules/canonicalize-tests (Depends-on): Add same-inode.
9022         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9023
9024         canonicalize-lgpl: fix glibc bug with trailing slash
9025         * m4/canonicalize-lgpl.m4: Move contents...
9026         * m4/canonicalize.m4: ...here.
9027         (gl_CANONICALIZE_LGPL): Factor realpath check...
9028         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
9029         glibc 2.3.5 bug, fixed 2005-04-27.
9030         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
9031         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
9032         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
9033         * modules/canonicalize-lgpl (Files): Manage file rename.
9034         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
9035         * modules/stdlib (Makefile.am): Substitute witness.
9036         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
9037         is needed.
9038         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
9039         replacement is required.
9040         * lib/canonicalize.c (canonicalize_file_name): Likewise.
9041         * doc/glibc-functions/canonicalize_file_name.texi
9042         (canonicalize_file_name): Document this.
9043         * doc/posix-functions/realpath.texi (realpath): Likewise.
9044
9045         canonicalize-lgpl: reject non-directory with trailing slash
9046         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
9047         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
9048         catches failures in glibc 2.3.5.
9049         * tests/test-canonicalize.c (main): Likewise.
9050
9051         canonicalize-lgpl: use native realpath if it works
9052         * lib/canonicalize-lgpl.c (realpath): Guard with
9053         FUNC_REALPATH_WORKS.
9054         * lib/stdlib.in.h (realpath): Make declaration optional based on
9055         HAVE_REALPATH.
9056         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
9057         native realpath works.
9058         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
9059         * modules/stdlib (Makefile.am): Substitute witness.
9060
9061         canonicalize, canonicalize-lgpl: use <stdlib.h>
9062         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
9063         (Include): Mention <stdlib.h>.
9064         (configure.ac): Mention functions we provide.
9065         * modules/canonicalize (configure.ac): Likewise.
9066         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
9067         realpath if canonicalize_file_name is missing.
9068         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
9069         * modules/stdlib (Makefile.am): Substitute witnesses.
9070         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
9071         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
9072         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
9073         * NEWS: Document this.
9074         * doc/glibc-functions/canonicalize_file_name.texi
9075         (canonicalize_file_name): Likewise.
9076         * doc/posix-functions/realpath.texi (realpath): Likewise.
9077         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
9078
9079         test-canonicalize: consolidate into single C program
9080         * tests/test-canonicalize.sh: Delete; move setup into...
9081         * tests/test-canonicalize.c (main): ...the program, making it
9082         easier to run in debugger.  Add some tests.
9083         * modules/canonicalize-tests (Files): Remove unused file.
9084         (Depends-on): Add progname.
9085         (configure.ac, Makefile.am): Simplify.
9086
9087         test-canonicalize-lgpl: consolidate into single C program
9088         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
9089         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
9090         easier to run in debugger.  Add some tests.
9091         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
9092         (configure.ac, Makefile.am): Simplify.
9093
9094         canonicalize: avoid resolvepath
9095         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
9096         unnecessary checks.
9097         * lib/canonicalize.c (includes): Simplify.
9098         (canonicalize_file_name): Drop resolvepath implementation.
9099         * modules/canonicalize (Depends-on): Drop filenamecat.
9100
9101         canonicalize: don't lose errno
9102         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
9103         over calls to free.
9104
9105         canonicalize: simplify errno handling
9106         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
9107         assignment.
9108
9109         canonicalize, canonicalize-lgpl: update module dependencies
9110         * modules/canonicalize (Depends-on): Add extensions, lstat,
9111         pathmax, stdlib.
9112         (Files): Drop pathmax.h.
9113         (configure.ac): Adjust macro name.
9114         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
9115         lstat, stdlib, sys_stat.
9116         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
9117         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
9118         extensions.
9119         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
9120         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
9121         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
9122         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
9123         declaration, if available.
9124         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
9125         we can rely on the readlink module.
9126         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
9127         (includes): Use <unistd.h> unconditionally.
9128
9129 2009-09-17  Eric Blake  <ebb9@byu.net>
9130
9131         maint: make Include sections of modules consistent
9132         * modules/alloca: Use only header name; no need to list #include.
9133         * modules/alloca-opt: Likewise.
9134         * modules/arpa_inet: Likewise.
9135         * modules/canon-host: Likewise.
9136         * modules/configmake: Likewise.
9137         * modules/dirent: Likewise.
9138         * modules/eealloc: Likewise.
9139         * modules/environ: Likewise.
9140         * modules/fchdir: Likewise.
9141         * modules/fcntl: Likewise.
9142         * modules/fcntl-h: Likewise.
9143         * modules/gethrxtime: Likewise.
9144         * modules/gettime: Likewise.
9145         * modules/ignore-value: Likewise.
9146         * modules/inet_ntop: Likewise.
9147         * modules/inet_pton: Likewise.
9148         * modules/inttypes: Likewise.
9149         * modules/isnand-nolibm: Likewise.
9150         * modules/isnanf-nolibm: Likewise.
9151         * modules/mbchar: Likewise.
9152         * modules/mbfile: Likewise.
9153         * modules/mbiter: Likewise.
9154         * modules/mbuiter: Likewise.
9155         * modules/netdb: Likewise.
9156         * modules/netinet_in: Likewise.
9157         * modules/nproc: Likewise.
9158         * modules/pagealign_alloc: Likewise.
9159         * modules/poll: Likewise.
9160         * modules/printf-frexp: Likewise.
9161         * modules/pthread: Likewise.
9162         * modules/putenv: Likewise.
9163         * modules/random_r: Likewise.
9164         * modules/relocatable-prog: Likewise.
9165         * modules/search: Likewise.
9166         * modules/select: Likewise.
9167         * modules/selinux-h: Likewise.
9168         * modules/settime: Likewise.
9169         * modules/signal: Likewise.
9170         * modules/size_max: Likewise.
9171         * modules/socklen: Likewise.
9172         * modules/ssize_t: Likewise.
9173         * modules/stdarg: Likewise.
9174         * modules/stdbool: Likewise.
9175         * modules/stddef: Likewise.
9176         * modules/stdint: Likewise.
9177         * modules/stdio: Likewise.
9178         * modules/stdlib: Likewise.
9179         * modules/string: Likewise.
9180         * modules/strings: Likewise.
9181         * modules/sys_file: Likewise.
9182         * modules/sys_ioctl: Likewise.
9183         * modules/sys_select: Likewise.
9184         * modules/sys_socket: Likewise.
9185         * modules/sys_stat: Likewise.
9186         * modules/sys_time: Likewise.
9187         * modules/sys_times: Likewise.
9188         * modules/sys_utsname: Likewise.
9189         * modules/sys_wait: Likewise.
9190         * modules/sysexits: Likewise.
9191         * modules/time: Likewise.
9192         * modules/times: Likewise.
9193         * modules/tmpfile: Likewise.
9194         * modules/trim: Likewise.
9195         * modules/unistd: Likewise.
9196         * modules/wchar: Likewise.
9197         * modules/wctype: Likewise.
9198
9199 2009-09-17  Bruno Haible  <bruno@clisp.org>
9200
9201         Make getdate.y compile on QNX and NetBSD 5 / i386.
9202         * m4/getdate.m4 (gl_GETDATE): Conditionally define
9203         TIME_T_FITS_IN_LONG_INT.
9204         * lib/getdate.y (long_time_t): New type.
9205         (relative_time): Change type of 'seconds' field to long_time_t.
9206         (get_date): Update types of local variables. Check against overflow
9207         during conversion from long_time_t to time_t.
9208         Reported by Matt Kraai <kraai@ftbfs.org>
9209         and Hasso Tepper <hasso@netbsd.org>.
9210
9211 2009-09-17  Bruno Haible  <bruno@clisp.org>
9212
9213         * modules/COPYING: Update copyright years.
9214         * modules/README: Likeiwse.
9215         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
9216         Reported by Ian Beckwith <ianb@erislabs.net>.
9217
9218 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
9219
9220         * users.txt: Update references for gnuit package.
9221
9222 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
9223
9224         * m4/getdelim.m4: Fix typo in copyright line.
9225
9226 2009-09-17  Bruno Haible  <bruno@clisp.org>
9227
9228         * lib/atoll.c: Use the standard header with GPL copyright.
9229         * lib/argz.in.h: Likewise.
9230         * lib/glob.c: Likewise.
9231         * lib/glob-libc.h: Likewise.
9232         * lib/random_r.c: Likewise.
9233         * lib/siglist.h: Likewise.
9234         * lib/strsignal.c: Likewise.
9235         Reported by Ian Beckwith <ianb@erislabs.net>.
9236
9237 2009-09-17  Eric Blake  <ebb9@byu.net>
9238
9239         rmdir: ensure correct dependency order
9240         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
9241
9242 2009-09-17  Bruno Haible  <bruno@clisp.org>
9243
9244         Disable assertion that fails on NetBSD 5 / i386.
9245         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
9246         Reported by Sam Steingold <sds@gnu.org>
9247         and Hasso Tepper <hasso@netbsd.org>.
9248
9249 2009-09-16  Eric Blake  <ebb9@byu.net>
9250
9251         unlinkdir: port to mingw
9252         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
9253         on which no one can unlink a directory.
9254
9255         stdlib: sort witness names
9256         * modules/stdlib (Makefile.am): Sort replacements.
9257         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
9258         * lib/stdlib.in.h: Likewise.
9259
9260         parse-duration-tests: avoid link failure
9261         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
9262         LIBINTL.
9263         Reported by Tom G. Christensen.
9264
9265         openat-tests: ensure unlinkat behaves like rmdir
9266         * tests/test-rmdir.c (main): Factor guts...
9267         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
9268         * modules/rmdir-tests (Files): Ship new file.
9269         * modules/openat-tests: New test.
9270         * tests/test-unlinkat.c: Likewise.
9271
9272         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
9273         * modules/rmdir-errno (Status, Notice): Now obsolete.
9274
9275         rmdir: work around cygwin 1.5.x and mingw bugs
9276         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
9277         * lib/rmdir.c (rmdir): Work around it.
9278         * modules/rmdir (Status, Notice): No longer obsolete.
9279         (Files): Add dos.m4.
9280         (Depends-on): Add unistd.
9281         (configure.ac): Set witnesses.
9282         (License): Relax to LGPLv2+.
9283         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
9284         * modules/unistd (Makefile.am): Substitute witnesses.
9285         * lib/unistd.in.h (rmdir): Declare replacement.
9286         * doc/posix-functions/rmdir.texi (rmdir): Document this.
9287         * modules/rmdir-tests: New tests.
9288         * tests/test-rmdir.c: Likewise.
9289
9290 2009-09-15  Eric Blake  <ebb9@byu.net>
9291
9292         fchdir: improve use of replacement functions
9293         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
9294         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
9295         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
9296         REPLACE_CLOSEDIR.
9297         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
9298         * modules/sys_stat (Makefile.am): Substitute correct witness.
9299         * modules/dirent (Makefile.am): Likewise.
9300         * modules/unistd (Makefile.am): Likewise.
9301         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
9302         * lib/unistd.in.h (dup): Likewise.
9303         * lib/sys_stat.in.h (fstat): Likewise.
9304
9305         maint: ignore gnulib-tool temp files
9306         * .gitignore: Ignore files created during gnulib-tool --test.
9307
9308 2009-09-13  Jim Meyering  <meyering@redhat.com>
9309
9310         posixtm: don't reject a time that specify "60" as the number of seconds
9311         * lib/posixtm.c (posixtime): The code to reject invalid dates
9312         would also reject a time specified with the .60 suffix.
9313         But POSIX allows that, in order to accommodate leap seconds.
9314         So don't reject it.
9315         (main): Adjust tests accordingly.
9316         * modules/posixtm (Depends-on): Add stpcpy.
9317
9318 2009-09-11  Jim Meyering  <meyering@redhat.com>
9319
9320         announce-gen: include [$release_type] in emitted Subject:
9321         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
9322         e.g., [stable] in the emitted Subject: line.
9323
9324 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9325
9326         Remove obsolete macros from several modules.
9327         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
9328         obsolete Autoconf macros with their modern counterparts.
9329         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
9330         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
9331         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
9332         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9333         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
9334         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9335         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
9336         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
9337         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
9338         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
9339         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
9340         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
9341         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
9342         * m4/sockets.m4 (gl_SOCKETS): Likewise.
9343         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
9344         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
9345         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9346         * m4/time_r.m4 (gl_TIME_R): Likewise.
9347         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
9348         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
9349         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9350
9351         Fix copyright header in build-aux scripts.
9352         * build-aux/git-version-gen: Fix copyright header to match GPLv3
9353         recommendation.
9354         * build-aux/ncftpput-ftp: Likewise.
9355         * build-aux/update-copyright: Likewise.
9356
9357 2009-09-09  Eric Blake  <ebb9@byu.net>
9358
9359         test-link: allow Linux choice of errno
9360         * tests/test-link.c (main): Relax test for alternate error.
9361
9362         strndup: fix improper m4 caching
9363         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
9364         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
9365         (gl_PREREQ_STRNDUP): Delete.
9366         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
9367         * modules/string (Makefile.am): Substitute it.
9368         * lib/string.in.h (strndup): Modernize prototype.
9369
9370         getcwd: port to mingw
9371         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
9372         different from the POSIX assumptions made throughout the getcwd
9373         module; fortunately, the mingw getcwd does not need replacement.
9374         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
9375         * modules/getcwd-tests: New test.
9376         * tests/test-getcwd.c: Likewise.
9377
9378         link: fix platform bugs
9379         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
9380         * lib/link.c (link): Work around them.  Fix related mingw bug.
9381         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
9382         * modules/unistd (Makefile.am): Substitute it.
9383         * lib/unistd.in.h (link): Declare replacement.
9384         * doc/posix-functions/link.texi (link): Document this.
9385         * modules/link (Depends-on): Add strdup-posix, sys_stat.
9386
9387         test-link: consolidate into single C program, test more cases
9388         * tests/test-link.sh: Delete.
9389         * tests/test-link.c: Test more error conditions.  Exposes bugs on
9390         at least Cygwin and Solaris.
9391         * modules/link-tests (Files): Remove unused file.
9392         (Depends-on): Add errno, sys_stat.
9393         (Makefile.am): Simplify.
9394
9395 2009-09-08  Bruno Haible  <bruno@clisp.org>
9396
9397         Work around towlower, towupper bug on mingw.
9398         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
9399         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
9400         * doc/posix-functions/towlower.texi: Mention the mingw bug.
9401         * doc/posix-functions/towupper.texi: Likewise.
9402         Reported by Eric Blake.
9403
9404 2009-09-08  Jim Meyering  <meyering@redhat.com>
9405
9406         build: don't try to run autoheader if we don't use it
9407         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
9408         is not used in configure.ac.
9409
9410 2009-09-08  Eric Blake  <ebb9@byu.net>
9411
9412         euidaccess: fix compilation error
9413         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
9414
9415         rawmemchr: relax license
9416         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
9417         okay.
9418         Reported by Jim Meyering.
9419
9420         mkfifoat: new module
9421         * modules/mkfifoat: New file.
9422         * lib/mkfifoat.c: Likewise.
9423         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
9424         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9425         * modules/sys_stat (Makefile.am): Use them.
9426         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
9427         * MODULES.html.sh (File system functions): Mention module.
9428         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9429         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9430         * modules/mkfifoat-tests: New test.
9431         * tests/test-mkfifoat.c: Likewise.
9432
9433         strchrnul: relax license
9434         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
9435         okay.
9436         Reported by Jim Meyering.
9437
9438 2009-09-08  Eric Blake  <ebb9@byu.net>
9439
9440         fstatat: fix compilation on Solaris
9441         * lib/fstatat.c (includes): Add fcntl.h.
9442         Reported by Pádraig Brady.
9443
9444 2009-09-07  Eric Blake  <ebb9@byu.net>
9445
9446         rename: modernize replacement
9447         * modules/rename (Depends-on): Add stdio.
9448         (configure.ac): Declare witness.
9449         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
9450         stdio take care of replacement.
9451         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
9452         * modules/stdio (Makefile.am): Substitute them.
9453         * lib/stdio.in.h (rename): Declare replacement.
9454         * lib/rename.c (includes): Allow cross-compilation to non-windows
9455         machines.
9456         * doc/posix-functions/rename.texi (rename): Improve
9457         documentation.
9458
9459         stdio: sort witness names
9460         * modules/stdio (Makefile.am): Sort replacements.
9461         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9462         * lib/stdio.in.h: Likewise.
9463
9464         getcwd: minor cleanups
9465         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
9466         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
9467
9468         openat: provide more convenience names
9469         * modules/faccessat (configure.ac): Add C witness.
9470         * lib/unistd.in.h (readlinkat): Fix typo.
9471         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
9472         convenience wrappers.
9473         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
9474         wrappers in syntax checks.
9475
9476 2009-09-06  Eric Blake  <ebb9@byu.net>
9477
9478         doc: fix comments in recent patches
9479         * lib/faccessat.c: Mention correct function.
9480         * lib/fchmodat.c: Likewise.
9481         * lib/fchownat.c: Likewise.
9482         * lib/symlinkat.c: Likewise.
9483         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
9484         constants.
9485
9486         faccessat, symlinkat: continue cleanup of previous patch
9487         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
9488         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
9489         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
9490         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
9491         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
9492         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
9493         set.
9494
9495 2009-09-06  Bruno Haible  <bruno@clisp.org>
9496
9497         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
9498         (fstatat): Declare if GNULIB_FSTATAT is set.
9499         (mkdirat): Declare if GNULIB_MKDIRAT is set.
9500         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
9501         (unlinkat): Declare if GNULIB_UNLINKAT is set.
9502         * modules/fcntl-h (Files): Remove m4/openat.m4.
9503         * modules/sys_stat (Files): Remove m4/openat.m4.
9504         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
9505         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
9506         * modules/unistd (Files): Remove m4/openat.m4.
9507         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
9508         GNULIB_OPENAT.
9509         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
9510         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
9511         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
9512         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
9513         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
9514         gl_OPENAT_DEFAULTS.
9515         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
9516         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
9517         Don't require gl_OPENAT_DEFAULTS.
9518         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
9519         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
9520         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
9521         (gl_OPENAT_DEFAULTS): Remove macro.
9522
9523 2009-09-06  Bruno Haible  <bruno@clisp.org>
9524
9525         * modules/openat (configure.ac): Remove unneeded witness.
9526
9527 2009-09-06  Bruno Haible  <bruno@clisp.org>
9528
9529         Set errno to ENOSYS when a function is entirely unsupported.
9530         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
9531         EOPNOTSUPP.
9532         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9533         * modules/chown (Depends-on): Remove errno.
9534
9535 2009-09-06  Bruno Haible  <bruno@clisp.org>
9536
9537         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
9538
9539 2009-09-06  Bruno Haible  <bruno@clisp.org>
9540
9541         * lib/sys_stat.in.h: Fix preprocessor command indentation.
9542
9543 2009-09-06  Ben Pfaff  <blp@gnu.org>
9544             Bruno Haible  <bruno@clisp.org>
9545
9546         Work around a glibc bug in strtok_r.
9547         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
9548         Undefine if UNDEFINE_STRTOK_R is set.
9549         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
9550         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9551         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
9552         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
9553         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
9554         UNDEFINE_STRTOK_R.
9555         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
9556
9557 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
9558
9559         exclude: minor fix
9560         * lib/exclude.c: Include wctype.h
9561
9562 2009-09-06  Akim Demaille  <demaille@gostai.com>
9563
9564         bootstrap: improve error message
9565         * build-aux/bootstrap (find_tool): Upon failure, report the list
9566         of candidates.
9567         Honor the initial value of the envvar.
9568
9569 2009-09-05  Eric Blake  <ebb9@byu.net>
9570
9571         symlinkat: new module
9572         * modules/symlinkat: New file.
9573         * lib/symlinkat.c: Likewise.
9574         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
9575         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9576         * modules/unistd (Makefile.am): Use them.
9577         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
9578         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
9579         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
9580         * MODULES.html.sh (File system functions): Mention module.
9581         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9582         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9583         * modules/symlinkat-tests: New test.
9584         * tests/test-symlinkat.c: Likewise.
9585
9586         test-openat-safer: add more checks
9587         * tests/test-openat-safer.c (main): Check more code paths.
9588
9589 2009-09-05  Jim Meyering  <meyering@redhat.com>
9590
9591         syntax-check: detect unnecessary inclusion of openat.h
9592         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
9593
9594 2009-09-05  Bruno Haible  <bruno@clisp.org>
9595
9596         Support towlower, towupper.
9597         * doc/posix-functions/towlower.texi: Mention module wctype.
9598         * doc/posix-functions/towupper.texi: Likewise.
9599         * lib/wctype.in.h (towlower, towupper): New functions.
9600         * tests/test-wctype.c: Include stdio.h, stdlib.h.
9601         (ASSERT): New macro.
9602         (e): New variable.
9603         (main): Test also towlower, towupper. Test WEOF argument.
9604         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
9605
9606 2009-09-05  Bruno Haible  <bruno@clisp.org>
9607
9608         Fix conversion behaviour when the input is invalid.
9609         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
9610         mark occurring in first pass of indirect conversion.
9611         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
9612         input.
9613         Found by clang's static analyzer.
9614
9615 2009-09-05  Bruno Haible  <bruno@clisp.org>
9616
9617         * tests/test-striconveh.c (main): Test indirect conversion on platforms
9618         where direct conversion is possible.
9619
9620 2009-09-04  Eric Blake  <ebb9@byu.net>
9621
9622         openat: fail with ENOENT on empty name
9623         * lib/openat-proc.c (openat_proc_name): Special-case the empty
9624         buffer.
9625
9626         link-follow: fix logic bug in prior patch
9627         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
9628         reversed sense of yes and no in prior patch.  Avoid confusing
9629         compilation failure with desired semantics.
9630
9631         link-follow: accomodate mingw and cross-compilation
9632         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
9633         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
9634         cross-compilation results to -1, to make linkat easier to
9635         implement when cross-compiling.  Trivially support mingw.
9636         * modules/link-follow (configure.ac): Call new name.
9637         * NEWS: Mention this.
9638
9639 2009-09-03  Eric Blake  <ebb9@byu.net>
9640
9641         faccessat: compile replacement
9642         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
9643         needed.
9644
9645         fts: fix compilation error
9646         * lib/fts.c (includes): Re-add "openat.h", for
9647         openat_needs_fchdir.
9648
9649         faccessat: new module
9650         * modules/faccessat: New file.
9651         * lib/faccessat.c: Likewise.
9652         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
9653         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9654         * modules/unistd (Makefile.am): Use it.
9655         * lib/unistd.in.h (faccessat): Declare it.
9656         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
9657         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
9658         * MODULES.html.sh (File system functions): Mention it.
9659         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
9660         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
9661
9662         euidaccess: prefer POSIX over non-standard implementation
9663         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
9664         * lib/euidaccess.c (euidaccess): Use it if available.
9665
9666         openat: make template easier to use
9667         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
9668         AT_FUNC_F2 to be undefined.
9669         (VALIDATE_FLAG): New macro; use it to reject bad flags.
9670         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
9671         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
9672         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
9673         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
9674         Likewise.
9675         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
9676         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
9677         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
9678         Likewise.
9679
9680         openat: declare in POSIX headers
9681         * NEWS: Mention this.
9682         * modules/openat (configure.ac): Declare witnesses.
9683         (Depends-on): Add fcntl-h, sys_stat, unistd.
9684         (Include): Mention correct headers.
9685         * modules/fcntl-h (Depends-on): Add link-warning.
9686         (Files): Add openat.m4.
9687         (Makefile.am): Substitute witnesses.
9688         * modules/sys_stat (Files, Makefile.am): Likewise.
9689         * modules/unistd (Files, Makefile.am): Likewise.
9690         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
9691         (gl_OPENAT_DEFAULTS): New macro.
9692         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
9693         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
9694         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
9695         (SYS_STAT_H): Remove unused variable.
9696         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
9697         * lib/fcntl--.h (includes): Remove unneeded header.
9698         * lib/openat-safer.c (includes): Likewise.
9699         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
9700         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
9701         appropriate headers.
9702         (__OPENAT_PREFIX): Delete.
9703         * lib/fcntl.in.h (openat): Provide declaration.
9704         (AT_FDCWD): Fix Solaris bug.
9705         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
9706         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
9707         * lib/fchmodat.c (includes):  Adjust to find declaration.
9708         * lib/fchownat.c (includes): Likewise.
9709         * lib/mkdirat.c (includes): Likewise.
9710         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
9711         still visible.
9712
9713 2009-09-02  Eric Blake  <ebb9@byu.net>
9714
9715         errno: use consistently
9716         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
9717         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
9718         * lib/canonicalize.c (ELOOP): Likewise.
9719         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
9720         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
9721         * lib/lchown.c (EOPNOTSUPP): Likewise.
9722         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
9723         * lib/savewd.c (ESTALE): Likewise.
9724         * lib/settime.c (ENOSYS): Likewise.
9725         * lib/utimens.c (ENOSYS): Likewise.
9726         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
9727         * lib/chdir-safer.c (ELOOP): Likewise.
9728         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
9729         * modules/c-stack (Depends-on): Add errno.
9730         * modules/canonicalize (Depends-on): Likewise.
9731         * modules/chdir-safer (Depends-on): Likewise.
9732         * modules/fdopendir (Depends-on): Likewise.
9733         * modules/inet_ntop (Depends-on): Likewise.
9734         * modules/inet_pton (Depends-on): Likewise.
9735         * modules/lchown (Depends-on): Likewise.
9736         * modules/openat (Depends-on): Likewise.
9737         * modules/savewd (Depends-on): Likewise.
9738         * modules/settime (Depends-on): Likewise.
9739         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
9740
9741         fts: avoid leaking fds
9742         * modules/fts (Depends-on): Add cloexec.
9743         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
9744         flag.
9745
9746         fts: make directory fds more robust
9747         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
9748         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
9749
9750         backupfile, chdir-long, fts, savedir: make safer
9751         * lib/backupfile.c (includes): Use "dirent--.h", since
9752         numbered_backup can write to stderr during readdir.
9753         * lib/savedir.c (includes): Likewise.
9754         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
9755         emulation can write to stderr on failure.
9756         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
9757         * lib/getcwd.c: Document why opendir_safer is unused.
9758         * lib/glob.c: Likewise.
9759         * lib/scandir.c: Likewise.
9760         * lib/openat-proc.c: Likewise, for open_safer.
9761         * modules/backupfile (Depends-on): Add dirent-safer.
9762         * modules/savedir (Depends-on): Likewise.
9763         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
9764         * modules/chdir-long (Depends-on): Add openat-safer.
9765
9766         openat-safer: new module
9767         * modules/openat-safer: New file.
9768         * lib/openat-safer.c: Likewise.
9769         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
9770         * lib/fcntl-safer.h (openat_safer): Declare.
9771         * lib/fcntl--.h (openat): Override.
9772         * MODULES.html.sh (File descriptor based I/O): Mention it.
9773         * lib/openat.h: Add double-inclusion guards.
9774         * lib/openat.c (includes): Only include "fcntl-safer.h", not
9775         "fcntl--.h", so we can implement openat.
9776         * modules/openat-safer-tests: New test.
9777         * tests/test-openat-safer.c: New file.
9778
9779         dirent-safer: new module
9780         * modules/dirent-safer: New file.
9781         * lib/dirent--.h: Likewise.
9782         * lib/dirent-safer.h: Likewise.
9783         * lib/opendir-safer.c: Likewise.
9784         * m4/dirent-safer.m4: Likewise.
9785         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
9786         * modules/dirent-safer-tests: New test.
9787         * tests/test-dirent-safer.c: New file.
9788         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
9789
9790         fdopendir: optimize on mingw
9791         * lib/unistd.in.h (_gl_directory_name): New prototype.
9792         * lib/fchdir.c (_gl_directory_name): Implement it.
9793         (fchdir): Use it to simplify implementation.
9794         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
9795         fchdir, when available, to avoid calling [f]chdir().
9796
9797         fdopendir: split into its own module
9798         * lib/openat.c (fdopendir): Move...
9799         * lib/fdopendir.c: ...into new file.
9800         * modules/fdopendir: New module.
9801         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
9802         * modules/openat (Depends-on): Add fdopendir.
9803         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
9804         fdopendir here.
9805         * modules/savedir (Depends-on): Only need fdopendir, not full
9806         openat.
9807         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
9808         * lib/openat.h (fdopendir): Drop prototype.
9809         * lib/dirent.in.h (fdopendir): Provide prototype.
9810         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
9811         * modules/dirent (Makefile.am): Substitute them.
9812         * MODULES.html.sh (File system functions): Mention it.
9813         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
9814         * modules/fdopendir-tests: New file.
9815         * tests/test-fdopendir.c: Likewise.
9816
9817         fchdir: use more consistent macro convention
9818         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
9819         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
9820         REPLACE_FCHDIR, rather than relying on config.h macros.
9821         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
9822         inside a single make-time REPLACE_FCHDIR block, rather than using
9823         the config.h FCHDIR_REPLACEMENT.
9824         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
9825         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
9826         Manage fstat replacement.
9827         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
9828         REPLACE_FCHDIR.
9829         * modules/sys_stat (Files): Add m4/unistd_h.m4.
9830         (Makefile.am): Substitute REPLACE_FCHDIR.
9831         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
9832         FCHDIR_REPLACEMENT.
9833         * lib/dup-safer.c (dup_safer): Likewise.
9834         * lib/dup2.c (rpl_dup2): Likewise.
9835         * lib/dup3.c (rpl_dup3): Likewise.
9836         * lib/open.c (rpl_open): Likewise.
9837
9838         fchdir: simplify error handling, and support dup3
9839         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
9840         stdbool, malloc-posix, realloc-posix.
9841         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
9842         (ensure_dirs_slot): Return false on allocation failure.
9843         (rpl_dup2): Delete.
9844         (_gl_register_dup): New function.
9845         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
9846         (_gl_register_fd): Close fd on allocation failure.
9847         * lib/fcntl.in.h (_gl_register_fd): Update signature.
9848         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
9849         prototype.
9850         (rpl_dup2_fchdir): Delete prototype.
9851         * lib/open.c (open): Update caller.
9852         * lib/dup2.c (dup2): Track fchdir metadata.
9853         * lib/dup3.c (dup3): Likewise.
9854         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
9855         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
9856
9857 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9858
9859         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
9860         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
9861         don't pass arguments to AC_OUTPUT.
9862
9863 2009-09-02  Bruno Haible  <bruno@clisp.org>
9864
9865         * modules/mkdtemp (License): Relicense under LGPLv2+.
9866         Reported by Paolo Bonzini.
9867
9868 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9869
9870         Replace uses of obsolete autoconf macros in Jim's modules.
9871         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
9872         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
9873         can evoke a warning from autoconf when run with -Wobsolete
9874         enabled.  They were declared obsolete for good reasons (see
9875         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
9876         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
9877         should not continue using the deprecated macros.
9878         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
9879         obsolete Autoconf macros with modern counterparts.
9880         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9881         * m4/dos.m4 (gl_AC_DOS): Likewise.
9882         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
9883         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
9884         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
9885         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
9886         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
9887         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
9888         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
9889         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
9890         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9891         Likewise.
9892         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
9893         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9894         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
9895         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
9896         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9897         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9898
9899 2009-09-01  Eric Blake  <ebb9@byu.net>
9900
9901         fchdir: fix off-by-one bug in previous patch
9902         * lib/fchdir.c (rpl_fstat): Use correct bounds.
9903         (_gl_unregister_fd): Delete useless if.
9904
9905 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
9906
9907         maint.mk: sort the list of syntax-check rules
9908         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
9909         easier to get a sense of progress when the rules are run sequentially
9910         and take a long time.
9911
9912 2009-09-01  Simon Josefsson  <simon@josefsson.org>
9913
9914         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
9915         * modules/netinet_in: Likewise.
9916         * modules/sys_file: Likewise.
9917         * modules/sys_ioctl: Likewise.
9918         * modules/sys_select: Likewise.
9919         * modules/sys_socket: Likewise.
9920         * modules/sys_stat: Likewise.
9921         * modules/sys_time: Likewise.
9922         * modules/sys_times: Likewise.
9923         * modules/sys_utsname: Likewise.
9924         * modules/sys_wait: Likewise.
9925
9926 2009-09-01  Jim Meyering  <meyering@redhat.com>
9927
9928         fts: help ensure that return values are not ignored
9929         * lib/fts_.h (__GNUC_PREREQ): Define.
9930         (__attribute_warn_unused_result__): Define.
9931         (fts_children, fts_close, fts_open, fts_read): Declare with
9932         __attribute_warn_unused_result__.
9933
9934         fts: fts_close now fails also when closing a dir file descriptor fails
9935         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
9936         and propagate to caller, along with errno.
9937
9938         announce-gen: correct formatting in --help output
9939         * build-aux/announce-gen (usage): Move the one-line description in
9940         --help output "up", to where it belongs, just after Usage:.
9941
9942 2009-08-31  Eric Blake  <ebb9@byu.net>
9943
9944         fchdir: port to mingw
9945         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
9946         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
9947         opened, then use a substitute.
9948         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
9949         replacement.
9950         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
9951         (_gl_register_fd): No need to check stat if open already filters
9952         all directories.
9953         (fchdir): Fix error condition to match POSIX.
9954         * modules/fchdir (Depends-on): Add sys_stat.
9955         * doc/posix-functions/open.texi (open): Document the limitation.
9956         * modules/fchdir-tests: New file.
9957         * tests/test-fchdir.c: Likewise.
9958
9959         canonicalize: allow cross-testing from cygwin to mingw
9960         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
9961         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
9962         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
9963         Likewise.
9964         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
9965         target does not support symlinks.
9966         * tests/test-canonicalize-lgpl.sh: Likewise.
9967
9968         chown: avoid compilation warning on mingw
9969         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
9970         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
9971         mingw.
9972         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9973         * modules/chown (Depends-on): Add errno.
9974
9975 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
9976
9977         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
9978         command.
9979
9980 2009-08-31  Jim Meyering  <meyering@redhat.com>
9981
9982         canonicalize: remove useless initialization
9983         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
9984         initialization of local, "end".
9985
9986 2009-08-30  Bruno Haible  <bruno@clisp.org>
9987
9988         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
9989         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
9990         ENOSYS.
9991
9992 2009-08-30  Bruno Haible  <bruno@clisp.org>
9993
9994         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
9995         /usr/xpg4/bin/tr when it exists.
9996         * tests/test-pipe-filter-gi1.sh: Likewise.
9997
9998 2009-08-30  Bruno Haible  <bruno@clisp.org>
9999
10000         Work around deficient /usr/bin/id program on Solaris.
10001         * tests/test-file-has-acl.sh (ID): New variable.
10002         * tests/test-set-mode-acl.sh (ID): Likewise.
10003         * tests/test-copy-acl.sh (ID): Likewise.
10004         * tests/test-copy-file.sh (ID): Likewise.
10005
10006 2009-08-30  Bruno Haible  <bruno@clisp.org>
10007
10008         New module 'xstriconveh'.
10009         * lib/xstriconveh.h: New file.
10010         * lib/xstriconveh.c: New file.
10011         * modules/xstriconveh: New file.
10012
10013 2009-08-30  Bruno Haible  <bruno@clisp.org>
10014
10015         Make it easier to use mem_cd_iconveh.
10016         * lib/striconveh.h (iconveh_t): New type.
10017         (iconveh_open, iconveh_close): New declarations.
10018         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
10019         with a single 'const iconveh_t *' argument.
10020         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
10021         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
10022         with a single 'const iconveh_t *' argument.
10023         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
10024         * tests/test-striconveh.c (main): Update.
10025         * NEWS: Mention the change.
10026
10027 2009-08-30  Bruno Haible  <bruno@clisp.org>
10028
10029         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
10030         problem.
10031
10032 2009-08-30  Bruno Haible  <bruno@clisp.org>
10033
10034         Work around iconv_open problem on Solaris.
10035         * lib/iconv_open-solaris.gperf: New file.
10036         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
10037         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
10038         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
10039         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
10040         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
10041         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
10042
10043 2009-08-29  Jim Meyering  <meyering@redhat.com>
10044
10045         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
10046         * top/maint.mk (cvs-check): Remove target; it was just an alias
10047         to the better-named vc-diff-check.
10048         (maintainer-distcheck): Remove rule.  It was used only from
10049         the (alpha/beta/major) target, and all of its commands but one
10050         were coreutils-specific.
10051         (vc-dist): Remove rule.
10052         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
10053         Run vc-diff-check, not vc-dist.
10054         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
10055
10056 2009-08-27  Bruno Haible  <bruno@clisp.org>
10057
10058         * tests/test-bitrotate.c (main): Remove test that uses a shift count
10059         of 0.
10060
10061 2009-08-27  Bruno Haible  <bruno@clisp.org>
10062
10063         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
10064         compilers.
10065         * doc/func.texi: Document the SunPRO C bug.
10066
10067 2009-08-27  Bruno Haible  <bruno@clisp.org>
10068
10069         Fix link error on Solaris.
10070         * tests/test-parse-duration.c (xstrdup): Remove function.
10071
10072 2009-08-26  Pádraig Brady  <P@draigbrady.com>
10073
10074         ignore-value: handle pointer types, too
10075         * lib/ignore-value.h (__attribute__): Remove definition.
10076         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
10077         of a more concise and more-often effective "(void) i" statement.
10078         (ignore_ptr): New function to suppress warnings from functions that
10079         return pointers, and to make it explicit that one function doesn't
10080         handle all cases.
10081
10082 2009-08-25  Bruno Haible  <bruno@clisp.org>
10083
10084         dup2: work around a Linux bug.
10085         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
10086         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
10087         * doc/posix-functions/dup2.texi: Mention the Linux bug.
10088         Reported by Simon Josefsson.
10089
10090 2009-08-25  Jim Meyering  <meyering@redhat.com>
10091
10092         libguestfs uses gnulib
10093         * users.txt: Add libguestfs.
10094
10095 2009-08-24  Eric Blake  <ebb9@byu.net>
10096
10097         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
10098         * lib/pipe2.c (includes): Add binary-io.h.
10099         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
10100
10101 2009-08-24  Bruno Haible  <bruno@clisp.org>
10102
10103         Tolerate declared but missing accept4 syscall.
10104         * lib/accept4.c (accept4): Invoke original accept4 function first, if
10105         available.
10106         * lib/sys_socket.in.h (accept4): If the function is already present,
10107         override it.
10108         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
10109         * modules/accept4 (Makefile.am): Compile accept4.c always.
10110         Reported by Paolo Bonzini and Eric Blake.
10111
10112 2009-08-23  Bruno Haible  <bruno@clisp.org>
10113
10114         New module 'accept4'.
10115         * lib/sys_socket.in.h (accept4): New declaration.
10116         * lib/accept4.c: New file.
10117         * m4/accept4.m4: New file.
10118         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
10119         GNULIB_ACCEPT4, HAVE_ACCEPT4.
10120         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
10121         HAVE_ACCEPT4.
10122         * modules/accept4: New file.
10123         * doc/glibc-functions/accept4.texi: Mention the new module.
10124
10125 2009-08-24  Jim Meyering  <meyering@redhat.com>
10126
10127         progname: also set global program_invocation_name, when possible
10128         Before this change, a libtool-enabled program that calls glibc's
10129         error function would report the program name as
10130         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
10131         * modules/progname (configure.ac): Check for a declaration of
10132         program_invocation_name.
10133         * lib/progname.c:  Include <errno.h>.
10134         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
10135         Set program_invocation_name.
10136
10137 2009-08-23  Bruno Haible  <bruno@clisp.org>
10138
10139         * lib/dup3.c: Include <string.h>.
10140
10141 2009-08-23  Bruno Haible  <bruno@clisp.org>
10142
10143         * lib/dup3.c (dup3): Test only once whether the system actually exists.
10144         * lib/pipe2.c (pipe2): Likewise.
10145         Suggested by Eric Blake.
10146
10147 2009-08-23  Bruno Haible  <bruno@clisp.org>
10148
10149         Tolerate declared but missing dup3 syscall.
10150         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
10151         * lib/unistd.in.h (dup3): If the function is already present,
10152         override it.
10153         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
10154         * modules/dup3 (Makefile.am): Compile dup3.c always.
10155         Reported by Paolo Bonzini.
10156
10157 2009-08-23  Bruno Haible  <bruno@clisp.org>
10158
10159         Tolerate declared but missing pipe2 syscall.
10160         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
10161         available.
10162         * lib/unistd.in.h (pipe2): If the function is already present,
10163         override it.
10164         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
10165         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
10166         Reported by Paolo Bonzini.
10167
10168 2009-08-23  Bruno Haible  <bruno@clisp.org>
10169
10170         * lib/pipe2.c (pipe2): Move #ifs inside function.
10171
10172 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
10173
10174         quotearg: document limitations of quote_these_too
10175         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
10176         those limitations are created.
10177         * lib/quotearg.h (set_char_quoting): Document that digits and
10178         letters that are special after backslash are not permitted.
10179         (quotearg_char): Cross-reference set_char_quoting documentation.
10180
10181 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
10182
10183         quotearg: implement custom_quoting_style
10184         * lib/quotearg.c: (struct quoting_options): Add left_quote and
10185         right_quote fields.
10186         (set_custom_quoting): New public function.
10187         (quotearg_buffer_restyled): Add left_quote and right_quote
10188         arguments, handle them very much like locale quoting, and update
10189         all uses.
10190         (quotearg_n_custom): New public function.
10191         (quotearg_n_custom_mem): New public function.
10192         (quotearg_custom): New public function.
10193         (quotearg_custom_mem): New public function.
10194         * lib/quotearg.h: Prototype and document new public functions.
10195         (enum quoting_style): For escape_quoting_style and
10196         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
10197         ignored even though they're otherwise like c_quoting_style.
10198         Add custom_quoting_style member and document with comparison to
10199         clocale_quoting_style.
10200         * tests/test-quotearg.c (custom_quotes): New array.
10201         (custom_results): New array.
10202         (main): Extend to test custom quoting.
10203
10204 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
10205
10206         quotearg: fix right quote escaping when it's in quote_these_too
10207         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
10208         quote, be sure to prepend only one backslash.
10209         * tests/test-quotearg.c (use_quote_double_quotes): New function.
10210         (main): Test it.
10211
10212 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
10213
10214         quotearg-tests: test escaping of embedded locale quotes
10215         * tests/test-quotearg.c (struct result_strings): Add member for
10216         new input.
10217         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
10218         (inputs): Add new input.
10219         (results_g): Add expected results.
10220         (flag_results): Likewise.
10221         (locale_results): Likewise.
10222         (compare_strings): Check those.
10223
10224 2009-08-23  Bruno Haible  <bruno@clisp.org>
10225
10226         Tests for module 'dup3'.
10227         * modules/dup3-tests: New file.
10228         * tests/test-dup3.c: New file.
10229
10230         New module 'dup3'.
10231         * lib/unistd.in.h (dup3): New declaration.
10232         * lib/dup3.c: New file.
10233         * m4/dup3.m4: New file.
10234         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
10235         HAVE_DUP3.
10236         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
10237         * modules/dup3: New file.
10238         * doc/glibc-functions/dup3.texi: Mention the new module.
10239
10240 2009-08-23  Bruno Haible  <bruno@clisp.org>
10241
10242         Tweak the dup2 test.
10243         * tests/test-dup2.c (main): Create the test file empty. Verify that an
10244         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
10245         the test file is still empty. Fix argument order of lseek.
10246
10247 2009-08-23  Bruno Haible  <bruno@clisp.org>
10248
10249         Avoid test link errors when the modules getopt-gnu, gettext are used.
10250         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
10251         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10252
10253 2009-08-23  Bruno Haible  <bruno@clisp.org>
10254
10255         Fix getdtablesize() on mingw.
10256         * lib/getdtablesize.c (getdtablesize): Implement differently.
10257         * lib/unistd.in.h (getdtablesize): Improve comment.
10258
10259 2009-08-23  Bruno Haible  <bruno@clisp.org>
10260
10261         New module 'mkostemp'.
10262         Based on Ulrich Drepper's 2007-08-10 change in glibc.
10263         * lib/stdlib.in.h (mksotemp): New declaration.
10264         * lib/mkostemp.c: New file, from glibc with modifications.
10265         * lib/tempname.h (GT_FILE): Remove outdated comment.
10266         (gen_tempname): Add flags argument.
10267         * lib/tempname.c (__GT_BIGFILE): Remove macro.
10268         (__GT_FILE): Map to 1.
10269         (small_open, large_open): Remove macros.
10270         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
10271         * lib/mkstemp.c (mkstemp): Update.
10272         * lib/mkdtemp.c (mkdtemp): Likewise.
10273         * m4/mkostemp.m4: New file.
10274         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
10275         HAVE_MKOSTEMP.
10276         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
10277         HAVE_MKOSTEMP.
10278         * modules/mkostemp: New file, based on modules/mkstemp.
10279         * doc/glibc-functions/mkostemp.texi: Mention the new module.
10280         * NEWS: Mention the change.
10281
10282 2009-08-23  Bruno Haible  <bruno@clisp.org>
10283
10284         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
10285         Reported by Eric Blake.
10286
10287 2009-08-23  Bruno Haible  <bruno@clisp.org>
10288
10289         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
10290         Reported by Eric Blake.
10291
10292 2009-08-23  Bruno Haible  <bruno@clisp.org>
10293
10294         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
10295         * modules/pipe2 (Depends-on): Likewise.
10296
10297 2009-08-23  Eric Blake  <ebb9@byu.net>
10298
10299         fcntl-h: add O_TTY_INIT support
10300         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
10301         * tests/test-fcntl-h.c (o): Test it.
10302         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
10303
10304         fcntl-h: rename from fcntl, in preparation for fcntl(2)
10305         * modules/fcntl: Move <fcntl.h> header replacement...
10306         * modules/fcntl-h: ...to new name, so as not to collide with
10307         like-named function.
10308         * tests/test-fcntl.c: Rename...
10309         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
10310         * modules/fcntl-tests: Rename...
10311         * modules/fcntl-h-tests: ...to this.  Update test file name.
10312         * modules/chdir-long (Depends-on): Update clients.
10313         * modules/chdir-safer (Depends-on): Likewise.
10314         * modules/fcntl-safer (Depends-on): Likewise.
10315         * modules/fts (Depends-on): Likewise.
10316         * modules/mkancesdirs (Depends-on): Likewise.
10317         * modules/mkdir-p (Depends-on): Likewise.
10318         * modules/open (Depends-on): Likewise.
10319         * modules/savewd (Depends-on): Likewise.
10320         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
10321         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
10322
10323 2009-08-22  Bruno Haible  <bruno@clisp.org>
10324
10325         * modules/binary-io (License): Relicense under LGPL.
10326         * modules/pipe2 (License): Likewise.
10327
10328 2009-08-22  Bruno Haible  <bruno@clisp.org>
10329
10330         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
10331         return value.
10332         * lib/pipe-filter-gi.c (filter_init): Likewise.
10333         Reported by Eric Blake.
10334
10335 2009-08-22  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
10338         * modules/pipe (Depends-on): Add pipe2.
10339
10340 2009-08-22  Bruno Haible  <bruno@clisp.org>
10341
10342         Tests for module 'pipe2'.
10343         * modules/pipe2-tests: New file.
10344         * tests/test-pipe2.c: New file.
10345
10346         New module 'pipe2'.
10347         * lib/unistd.in.h (pipe2): New declaration.
10348         * lib/pipe2.c: New file.
10349         * m4/pipe2.m4: New file.
10350         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
10351         HAVE_PIPE2.
10352         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
10353         * modules/pipe2: New file.
10354         * doc/glibc-functions/pipe2.texi: Mention the new module.
10355
10356 2009-08-22  Bruno Haible  <bruno@clisp.org>
10357
10358         Reference some new glibc functions.
10359         * doc/glibc-functions/accept4.texi: New file.
10360         * doc/glibc-functions/dup3.texi: New file.
10361         * doc/glibc-functions/mkostemp.texi: New file.
10362         * doc/glibc-functions/pipe2.texi: New file.
10363         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
10364         (Glibc sys/socket.h): Refer to accept4.
10365         (Glibc unistd.h): Refer to dup3, pipe2.
10366         Reported by Eric Blake.
10367
10368 2009-08-22  Jim Meyering  <meyering@redhat.com>
10369             Bruno Haible  <bruno@clisp.org>
10370
10371         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
10372         This makes it so packages using automake-1.11's silent-rules option
10373         can print e.g., a single "GEN    configmake.h" line, rather than
10374         the 30+ statements that perform the job.  If you want to see the
10375         actual commands, you can still run "make V=1".
10376         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
10377         so that make output is abbreviated when those variables are defined
10378         appropriately.
10379         * modules/argz: Likewise.
10380         * modules/arpa_inet: Likewise.
10381         * modules/byteswap: Likewise.
10382         * modules/configmake: Likewise.
10383         * modules/dirent: Likewise.
10384         * modules/errno: Likewise.
10385         * modules/fcntl: Likewise.
10386         * modules/float: Likewise.
10387         * modules/fnmatch: Likewise.
10388         * modules/getopt-posix: Likewise.
10389         * modules/glob: Likewise.
10390         * modules/iconv_open: Likewise.
10391         * modules/inttypes: Likewise.
10392         * modules/localcharset: Likewise.
10393         * modules/locale: Likewise.
10394         * modules/math: Likewise.
10395         * modules/netdb: Likewise.
10396         * modules/netinet_in: Likewise.
10397         * modules/poll: Likewise.
10398         * modules/posix_spawnp-tests: Likewise.
10399         * modules/sched: Likewise.
10400         * modules/search: Likewise.
10401         * modules/selinux-h: Likewise.
10402         * modules/signal: Likewise.
10403         * modules/spawn: Likewise.
10404         * modules/stdarg: Likewise.
10405         * modules/stdbool: Likewise.
10406         * modules/stddef: Likewise.
10407         * modules/stdint: Likewise.
10408         * modules/stdio: Likewise.
10409         * modules/stdlib: Likewise.
10410         * modules/string: Likewise.
10411         * modules/strings: Likewise.
10412         * modules/sys_file: Likewise.
10413         * modules/sys_ioctl: Likewise.
10414         * modules/sys_select: Likewise.
10415         * modules/sys_socket: Likewise.
10416         * modules/sys_stat: Likewise.
10417         * modules/sys_time: Likewise.
10418         * modules/sys_times: Likewise.
10419         * modules/sys_utsname: Likewise.
10420         * modules/sys_wait: Likewise.
10421         * modules/sysexits: Likewise.
10422         * modules/time: Likewise.
10423         * modules/unistd: Likewise.
10424         * modules/wchar: Likewise.
10425         * modules/wctype: Likewise.
10426
10427 2009-08-22  Jim Meyering  <meyering@redhat.com>
10428
10429         announce-gen: detect write failure
10430         * build-aux/announce-gen: Add Coda at end.
10431         Remove equivalent-but-more-verbose block at top.
10432
10433 2009-08-19  Akim Demaille  <demaille@gostai.com>
10434
10435         bootstrap: --help to stdout.
10436         * bootstrap (usage): Don't send --help to stderr.
10437         Use a here doc instead of a long string.
10438
10439 2009-08-21  Eric Blake  <ebb9@byu.net>
10440
10441         test-popen-safer: split from test-popen
10442         * tests/test-popen.c (main): Move...
10443         * tests/test-popen.h: ...into new file.
10444         * tests/test-popen-safer2.c: New file.
10445         * modules/popen-tests (Files): Add test-popen.h.
10446         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
10447         Suggested by Bruno Haible.
10448
10449         test-fcntl-safer: split from test-open
10450         * tests/test-open.c (main): Move...
10451         * tests/test-open.h: ...into new file.
10452         * tests/test-fcntl-safer.c: New file.
10453         * modules/open-tests (Files): Add test-open.h.
10454         * modules/fcntl-safer-tests: New file.
10455         Suggested by Bruno Haible.
10456
10457         test-fopen-safer: split from test-fopen
10458         * tests/test-fopen.c (main): Move...
10459         * tests/test-fopen.h: ...into new file.
10460         * tests/test-fopen-safer.c: New file.
10461         * modules/fopen-tests (Files): Add test-fopen.h.
10462         * modules/fopen-safer-tests: New file.
10463         Suggested by Bruno Haible.
10464
10465 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
10466
10467         popen-safer: test O_CLOEXEC at run-time.
10468         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
10469
10470 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
10471
10472         fcntl: move more flags to the header
10473         * lib/cloexec.c: Do not define FD_CLOEXEC here.
10474         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
10475         * lib/fcntl.in.h: Do both things here.
10476
10477 2009-08-21  Jim Meyering  <meyering@redhat.com>
10478
10479         consistently remove $@-t before redirecting to it
10480         * modules/argz: Remove $@-t and $@ before redirecting to the former.
10481         * modules/alloca-opt: Likewise.
10482         * modules/byteswap: Likewise.
10483         * modules/fnmatch: Likewise.
10484         * modules/getopt-posix: Likewise.
10485         * modules/glob: Likewise.
10486         * modules/poll: Likewise.
10487         * modules/posix_spawnp-tests: Likewise.
10488         * modules/sys_socket: Likewise.
10489         * modules/sysexits: Likewise.
10490
10491 2009-08-21  Eric Blake  <ebb9@byu.net>
10492
10493         popen: simplify access to original popen
10494         * lib/popen.c (rpl_popen): No need to worry about popen being a
10495         macro.
10496         Reported by Bruno Haible.
10497
10498 2009-08-20  Eric Blake  <ebb9@byu.net>
10499
10500         build: avoid some compiler warnings
10501         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
10502         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
10503         type.
10504         (new_exclude_segment, excluded_file_pattern_p)
10505         (excluded_file_name_p): Reduce scope.
10506         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
10507         old-style declaration.
10508
10509 2009-08-20  Simon Josefsson  <simon@josefsson.org>
10510
10511         * tests/test-exclude1.sh: Handle Windows EOL.
10512         * tests/test-exclude2.sh: Likewise.
10513         * tests/test-exclude3.sh: Likewise.
10514         * tests/test-exclude4.sh: Likewise.
10515         * tests/test-exclude5.sh: Likewise.
10516         * tests/test-exclude6.sh: Likewise.
10517         * tests/test-exclude7.sh: Likewise.
10518
10519 2009-08-19  Akim Demaille  <demaille@gostai.com>
10520
10521         bootstrap: find sha1sum when named gsha1sum.
10522         * bootstrap (find_tool): New.
10523         ($SHA1SUM): New.
10524         Use it.
10525
10526 2009-08-20  Jim Meyering  <meyering@redhat.com>
10527
10528         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
10529         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
10530         expression that converts "." in a file name to "\." in the resulting
10531         regexp.  Start with a dummy statement, so that prior shell variable
10532         definitions are expanded portably.  Reported by Simon Josefsson.
10533
10534 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
10535
10536         Fix polling for writeability of a screen buffer.
10537         * lib/poll.c: Distinguish input and screen buffers for the
10538         Win32 implementation.
10539         * lib/select.c: Likewise.
10540
10541 2009-08-19  Eric Blake  <ebb9@byu.net>
10542
10543         popen-safer: prevent popen from clobbering std descriptors
10544         * modules/popen-safer: New file.
10545         * lib/popen-safer.c: Likewise.
10546         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
10547         * lib/stdio--.h (popen): Provide override.
10548         * lib/stdio-safer.h (popen_safer): Provide declaration.
10549         * tests/test-popen.c (includes): Partially test this.
10550         * modules/popen-safer-tests: New file, for more tests.
10551         * tests/test-popen-safer.c: Likewise.
10552         * MODULES.html.sh (file stream based Input/Output): Mention it.
10553
10554         tests: test some of the *-safer modules
10555         * modules/fopen-safer (Depends-on): Add fopen.
10556         * modules/fcntl-safer (Depends-on): Add fcntl.
10557         * modules/stdlib-safer (Depends-on): Add stdlib.
10558         (configure.ac): Set indicator.
10559         * modules/unistd-safer (configure.ac): Likewise.
10560         * modules/tmpfile-safer (configure.ac): Likewise.
10561         (Depends-on): Add tmpfile.
10562         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
10563         active.
10564         * tests/test-fopen.c (includes): Test safer versions when they are
10565         in use.
10566         * tests/test-open.c (includes): Likewise.
10567
10568         popen: fix cygwin 1.5 bug when stdin closed
10569         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
10570         * modules/popen: New file.
10571         * modules/popen-tests: Likewise.
10572         * tests/test-popen.c: Likewise.
10573         * m4/popen.m4: Likewise.
10574         * lib/popen.c: Likewise.
10575         * lib/stdio.in.h (popen): New declaration.
10576         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
10577         * modules/stdio (Makefile.am): Likewise.
10578         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
10579
10580 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
10581
10582         maint.mk: give full control over update-copyright exclusions
10583         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
10584         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
10585         (update-copyright): Don't force inclusion of top-level
10586         ChangeLog.  Don't force exclusion of all COPYING files, but make
10587         them the default exclusion instead.
10588
10589 2009-08-16  Bruno Haible  <bruno@clisp.org>
10590
10591         Fix test failures on Solaris 10.
10592         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
10593         tests when Solaris iconv() is used.
10594         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10595         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10596         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10597         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10598         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10599
10600 2009-08-16  Bruno Haible  <bruno@clisp.org>
10601
10602         Fix test failures on Solaris 10.
10603         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
10604         'tr' program and pass it as first argument.
10605         * tests/test-pipe-filter-gi1.sh: Likewise.
10606         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
10607         program as first argument.
10608         * tests/test-pipe-filter-gi1.c (main): Likewise.
10609
10610 2009-08-16  Eric Blake  <ebb9@byu.net>
10611
10612         fpurge: fix previous commits
10613         * modules/fpurge (Makefile.am): Make replacement conditional,
10614         partially reverting 2007-04-29 change; missed in previous
10615         attempt.
10616         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
10617         is missing.
10618
10619 2009-08-16  Bruno Haible  <bruno@clisp.org>
10620
10621         Clarify fpurge's effect on the file position.
10622         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
10623         * tests/test-fpurge.c (main): Make a second pass for checking the file
10624         position.
10625
10626 2009-08-16  Bruno Haible  <bruno@clisp.org>
10627
10628         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
10629         declaration of fpurge is missing.
10630         * tests/test-fpurge.c (main): Check that the file has not more contents
10631         than expected. Close the file before removing it.
10632
10633 2009-08-15  Eric Blake  <ebb9@byu.net>
10634
10635         fpurge: don't wrap working cygwin implementation
10636         * lib/fpurge.c (fpurge): Fix comment typo.
10637         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
10638         1.7 to avoid replacement.
10639         * tests/test-fpurge.c (main): Enhance test.
10640
10641 2009-08-15  Eric Blake  <ebb9@byu.net>
10642         and Jim Meyering  <meyering@redhat.com>
10643
10644         test-update-copyright: skip if perl is insufficient
10645         * tests/test-update-copyright.sh: Failure to run maintainer tool
10646         should not cause testsuite failure on cygwin 1.5.
10647
10648 2009-08-14  Eric Blake  <ebb9@byu.net>
10649
10650         doc: mention more functions added in cygwin 1.7.0
10651         * doc/posix-headers/limits.texi (limits.h): Update for recent
10652         cygwin additions.
10653         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
10654         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
10655         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
10656         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
10657         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
10658
10659 2009-08-14  Eric Blake  <ebb9@byu.net>
10660
10661         maint.mk: simplify update-copyright rule
10662         * top/maint.mk (update-copyright-local): Delete, and document how
10663         to do it in cfg.mk instead.
10664         (update-copyright-exclude-regexp): Delete, and document how to do
10665         it in .x-update-copyright instead.
10666         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
10667         exclude ChangeLog.
10668
10669 2009-08-14  Bruno Haible  <bruno@clisp.org>
10670
10671         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
10672
10673 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10674
10675         maint.mk: support update-copyright-env
10676         * top/maint.mk (update-copyright-env): Define place-holder.
10677         (update-copyright): Expand $(update-copyright-env) before
10678         invoking update-copyright.
10679
10680 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10681
10682         update-copyright: implement forced reformatting
10683         * build-aux/update-copyright: Implement and document
10684         UPDATE_COPYRIGHT_FORCE.
10685         * tests/test-update-copyright.sh: Test it.
10686
10687 2009-08-14  Eric Blake  <ebb9@byu.net>
10688         and Bruno Haible  <bruno@clisp.org>
10689
10690         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
10691         * tests/test-locale.c: Revert previous patch related to NULL.
10692         * tests/test-stdio.c: Likewise.
10693         * tests/test-stdlib.c: Likewise.
10694         * tests/test-string.c: Likewise.
10695         * tests/test-unistd.c: Likewise.
10696         * modules/time-tests (Depends-on): Add verify.
10697         * modules/wchar-tests (Depends-on): Likewise.
10698         * tests/test-time.c: Test for NULL compliance.
10699         * tests/test-wchar.c: Likewise.
10700         * modules/locale (Depends-on): Add stddef.
10701         * modules/stdio (Depends-on): Likewise.
10702         * modules/stdlib (Depends-on): Likewise.
10703         * modules/string (Depends-on): Likewise.
10704         * modules/time (Depends-on): Likewise.
10705         * modules/unistd (Depends-on): Likewise.
10706         * modules/wchar (Depends-on): Likewise.
10707         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
10708         * lib/stdlib.in.h (includes): Likewise.
10709         * lib/string.in.h (includes): Likewise.
10710         * lib/time.in.h (includes): Likewise.
10711         * lib/unistd.in.h (includes): Likewise.
10712         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
10713         replaced.
10714         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10715         * m4/stddef_h.m4: New file.
10716         * modules/stddef: Likewise.
10717         * lib/stddef.in.h: Likewise.
10718         * modules/stddef-tests: Likewise.
10719         * tests/test-stddef.c: Likewise.
10720         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
10721         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
10722         * doc/posix-headers/locale.texi (locale.h): Likewise.
10723         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
10724         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
10725         * doc/posix-headers/string.texi (string.h): Likewise.
10726         * doc/posix-headers/time.texi (time.h): Likewise.
10727         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
10728         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
10729
10730 2009-08-14  Eric Blake  <ebb9@byu.net>
10731
10732         doc: improve git diff of texinfo files
10733         * .gitattributes: Add rule for *.texi files, with hint on how to
10734         use it.
10735         Copied from m4, and based on a report by Bruno Haible.
10736
10737 2009-08-14  Bruno Haible  <bruno@clisp.org>
10738
10739         Disable multithread support by default on Cygwin 1.5.x for real.
10740         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
10741
10742 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10743
10744         update-copyright: much ado about intervals
10745         * build-aux/update-copyright: Implement and document
10746         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
10747         of copyright year intervals.
10748         Also, document UPDATE_COPYRIGHT_YEAR.
10749         * tests/test-update-copyright.sh: Test it.
10750
10751         update-copyright: convert 2-digit to 4-digit years
10752         * build-aux/update-copyright: Implement and document.
10753         * tests/test-update-copyright.sh: Update.
10754
10755 2009-08-14  Jim Meyering  <meyering@redhat.com>
10756
10757         test-exclude: avoid coreutils "make check" failure
10758         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
10759         just as in test-argmatch.c.
10760
10761 2009-08-13  Eric Blake  <ebb9@byu.net>
10762
10763         test-dup2: fix bad assumption
10764         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
10765         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
10766
10767         test-version-etc: fix CRLF portability issue
10768         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
10769         recognize \r.
10770         * tests/test-argp-version-etc-1.sh: Likewise.
10771
10772         getopt: update client modules
10773         * modules/argp (Depends-on): Use getopt-gnu.
10774         * modules/git-merge-changelog (Depends-on): Likewise.
10775         * modules/long-options (Depends-on): Likewise.
10776         * modules/xstrtol (Depends-on): Likewise.
10777
10778 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10779
10780         * tests/test-version-etc.sh: Don't fail on different
10781         project/version.  Don't fail on CRLF differences.  Rewrite to use
10782         multiple -e instead of multiple sed forks, suggested by Eric Blake
10783         <ebb9@byu.net>.
10784         * tests/test-argp-version-etc-1.sh: Likewise.
10785
10786 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10787
10788         * tests/test-version-etc.sh: Don't fail on different
10789         project/version.
10790
10791 2009-08-12  Bruno Haible  <bruno@clisp.org>
10792
10793         Tests for modules 'getopt-posix', 'getopt-gnu'.
10794         * modules/getopt-posix-tests: New file.
10795         * tests/test-getopt.c: New file.
10796         * tests/test-getopt.h: New file.
10797         * tests/test-getopt_long.h: New file.
10798
10799         New modules 'getopt-posix', 'getopt-gnu'.
10800         * modules/getopt-gnu: New file, renamed from modules/getopt.
10801         * modules/getopt-posix: New file.
10802         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
10803         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
10804         (gl_GETOPT): Remove macro.
10805         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
10806         Disable the test against BSD systems that declare optreset. Test
10807         against mingw bug. Test against lack of support of optional arguments
10808         on many platforms.
10809         * doc/glibc-headers/getopt.texi: Update module name and list of
10810         relevant platforms.
10811         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
10812         'getopt-gnu' and more portability problems.
10813         * NEWS: Mention the changes.
10814
10815 2009-08-12  Bruno Haible  <bruno@clisp.org>
10816
10817         Ensure that optarg etc. get declared by <unistd.h>.
10818         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
10819         AC_USE_SYSTEM_EXTENSIONS.
10820         * modules/getopt (Depends-on): Add 'extensions'.
10821
10822 2009-08-12  Bruno Haible  <bruno@clisp.org>
10823
10824         Avoid test link errors.
10825         * modules/pipe-filter-ii-tests (Makefile.am): Define
10826         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
10827         * modules/pipe-filter-gi-tests (Makefile.am): Define
10828         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
10829         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10830
10831 2009-08-12  Bruno Haible  <bruno@clisp.org>
10832
10833         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
10834         gl_GETOPT_SUBSTITUTE before.
10835         (gl_GETOPT): Use it.
10836         * m4/argp.m4 (gl_ARGP): Update.
10837         Reported by Sergey Poznyakoff.
10838
10839         * m4/getopt.m4: Reorder macros.
10840         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
10841         (gl_GETOPT_SUBSTITUTE): Remove macro.
10842
10843 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10844
10845         Minor improvement in gitlog-to-changelog
10846
10847         * build-aux/gitlog-to-changelog: New option `--format' makes
10848         output format string configurable.
10849
10850 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10851
10852         Optimize exclude: use hash tables for non-wildcard patterns.
10853
10854         * lib/exclude.c: Include hash.h and mbuiter.h
10855         (struct exclude_pattern, exclude_segment): New data types.
10856         (struct exclude): Rewrite.
10857         (fnmatch_pattern_has_wildcards): New function.
10858         (new_exclude_segment, free_exclude_segment): New functions.
10859         (excluded_file_pattern_p, excluded_file_name_p): New functions.
10860         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
10861         * lib/exclude.h (is_fnmatch_pattern): New prototype.
10862         * modules/exclude: Depend on hash and mbuiter.
10863
10864         * modules/exclude-tests: New file.
10865         * tests/test-exclude.c: New file.
10866         * tests/test-exclude1.sh: New file.
10867         * tests/test-exclude2.sh: New file.
10868         * tests/test-exclude3.sh: New file.
10869         * tests/test-exclude4.sh: New file.
10870         * tests/test-exclude5.sh: New file.
10871         * tests/test-exclude6.sh: New file.
10872         * tests/test-exclude7.sh: New file.
10873
10874 2009-08-12  Bruno Haible  <bruno@clisp.org>
10875
10876         Ensure that getopt() gets declared by <unistd.h>.
10877         * lib/unistd.in.h: Conditionally include getopt.h.
10878         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
10879         Set GNULIB_UNISTD_H_GETOPT.
10880         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10881         GNULIB_UNISTD_H_GETOPT.
10882         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
10883
10884 2009-08-12  Bruno Haible  <bruno@clisp.org>
10885
10886         Clarify logic.
10887         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
10888         gl_replace_getopt instead of GETOPT_H.
10889
10890 2009-08-12  Bruno Haible  <bruno@clisp.org>
10891
10892         * m4/getopt.m4: Add comments.
10893
10894 2009-08-12  Bruno Haible  <bruno@clisp.org>
10895
10896         Disable multithread support by default on Cygwin 1.5.x.
10897         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
10898         set gl_use_threads=no if not specified otherwise.
10899
10900 2009-08-11  Bruno Haible  <bruno@clisp.org>
10901
10902         Avoid compilation error on NetBSD 5.0.
10903         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
10904         * tests/test-stdio.c: Likewise.
10905         * tests/test-stdlib.c: Likewise.
10906         * tests/test-string.c: Likewise.
10907         * tests/test-unistd.c: Likewise.
10908         Reported by Greg Troxel <gdt@ir.bbn.com>
10909         at <https://savannah.gnu.org/support/?106973>.
10910
10911 2009-08-11  Bruno Haible  <bruno@clisp.org>
10912
10913         * modules/dup2-tests (Depends-on): Remove close.
10914
10915         Undo 2009-07-19 commit.
10916         * modules/acl-tests (Depends-on): Remove close.
10917         * modules/binary-io-tests (Depends-on): Likewise.
10918         * modules/closein-tests (Depends-on): Likewise.
10919         * modules/flock-tests (Depends-on): Likewise.
10920         * modules/fsync-tests (Depends-on): Likewise.
10921         * modules/lseek-tests (Depends-on): Likewise.
10922         * modules/pipe-tests (Depends-on): Likewise.
10923         * modules/posix_spawn-tests (Depends-on): Likewise.
10924         * modules/posix_spawnp-tests (Depends-on): Likewise.
10925         * modules/stat-time-tests (Depends-on): Likewise.
10926         * modules/yesno-tests (Depends-on): Likewise.
10927
10928 2009-08-10  Bruno Haible  <bruno@clisp.org>
10929
10930         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
10931
10932 2009-08-10  Bruno Haible  <bruno@clisp.org>
10933
10934         Fix a gcc warning.
10935         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
10936
10937 2009-08-10  Bruno Haible  <bruno@clisp.org>
10938
10939         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
10940         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
10941         not only the first time.
10942         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
10943         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
10944         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
10945         is 1, not only the the first time.
10946
10947 2009-08-10  Bruno Haible  <bruno@clisp.org>
10948
10949         Make it possible to use module 'gethostname' without module 'close'.
10950         * lib/unistd.in.h (close): Evoke a link error only if
10951         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10952         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10953         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10954         * modules/unistd (Makefile.am): Substitute
10955         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10956         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
10957         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10958         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
10959         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10960         * modules/sys_ioctl (Makefile.am): Substitute
10961         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10962         * modules/socket (configure.ac): On native Windows, set
10963         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
10964         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10965         Reported by Sam Steingold <sds@gnu.org>.
10966
10967 2009-08-10  Bruno Haible  <bruno@clisp.org>
10968
10969         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
10970         * modules/ioctl (configure.ac): Likewise.
10971
10972 2009-08-10  Bruno Haible  <bruno@clisp.org>
10973
10974         Avoid collision between gnulib wrapper and libintl wrapper.
10975         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
10976         already defined in intl/printf.c.
10977         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
10978         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
10979
10980 2009-08-09  Bruno Haible  <bruno@clisp.org>
10981
10982         Make <sys/select.h> really self-contained, also on Solaris 10.
10983         * lib/sys_select.in.h: Include <string.h>.
10984         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
10985         Solaris 10 problem.
10986         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
10987         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
10988         Reported by Jim Meyering.
10989
10990 2009-08-09  Bruno Haible  <bruno@clisp.org>
10991
10992         Avoid warnings from 'aclocal' that are due to a use of macro name
10993         AM_XGETTEXT_OPTION that is not defined in automake.
10994         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
10995         automake.
10996         * modules/error (configure.ac): Likewise.
10997         * modules/propername (configure.ac): Likewise.
10998         * modules/vasprintf (configure.ac): Likewise.
10999         * modules/verror (configure.ac): Likewise.
11000         * modules/xprintf (configure.ac): Likewise.
11001         * modules/xvasprintf (configure.ac): Likewise.
11002
11003 2009-08-08  Bruno Haible  <bruno@clisp.org>
11004
11005         Avoid compilation error in C++ mode.
11006         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
11007         Reported by Sam Steingold <sds@gnu.org>.
11008
11009 2009-08-08  Bruno Haible  <bruno@clisp.org>
11010
11011         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
11012         for the various Unix platforms.
11013         * doc/posix-headers/limits.texi: Update platforms list regarding
11014         HOST_NAME_MAX.
11015         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11016
11017 2009-08-07  Jim Meyering  <meyering@redhat.com>
11018
11019         selinux-at: fix typo in a comment
11020         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
11021         Spotted by Paolo Bonzini.
11022
11023         selinux-at: remove redundant m4 code, add documentation
11024         * modules/selinux-at (configure.ac): Remove redundant code.
11025         LIB_SELINUX is already set via the dependent module, selinux-h.
11026         (Include): Add quotes around selinux-at.h.
11027         * lib/selinux-at.h: Add documentation.
11028         Reported by Bruno Haible in
11029         http://marc.info/?l=gnulib-bug&m=124958988300749
11030
11031 2009-08-07  Bruno Haible  <bruno@clisp.org>
11032
11033         Avoid link error on MacOS X 10.3 and 10.4.
11034         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
11035         on non-ELF systems.
11036         * lib/argp-pv.c (argp_program_version): Likewise.
11037         Reported by Simon Josefsson.
11038
11039 2009-08-07  Simon Josefsson  <simon@josefsson.org>
11040
11041         * tests/test-version-etc.sh: Use $EXEEXT.
11042
11043 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
11044
11045         update-copyright: update documentation to point to maint.mk
11046         * build-aux/update-copyright: Here.
11047
11048 2009-08-06  Jim Meyering  <meyering@redhat.com>
11049
11050         maint.mk: support update-copyright-local
11051         * top/maint.mk (update-copyright-local): Define place-holder.
11052         (update-copyright): Depend on $(update-copyright-local).
11053
11054 2009-08-06  Jim Meyering  <meyering@redhat.com>
11055
11056         selinux-at: new module
11057         Initially written for coreutils, this module will soon be
11058         used by findutils, too.
11059         * MODULES.html.sh [Misc]: Add selinux-at.
11060         * lib/selinux-at.h: New file, from coreutils.
11061         * lib/selinux-at.c: Likewise.
11062         * modules/selinux-at: Likewise.
11063         (License): Change from LGPL to GPL, since it depends
11064         on the GPL'd openat module.
11065
11066         doc: update README
11067         * README: Remove references to cogito.
11068         Remove cvs-repo-updating instructions from 2007.
11069         Don't imply that CVS is better if you have limited disk space.
11070
11071 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
11072
11073         update-copyright: support C-style comments
11074         * build-aux/update-copyright: Implement and document.
11075         * tests/test-update-copyright.sh: Test.
11076
11077 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
11078
11079         update-copyright: support omitted "(C)"
11080         * build-aux/update-copyright: Implement and document.  Also,
11081         allow variable whitespace before "(C)".
11082         * tests/test-update-copyright.sh: Test.
11083
11084 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
11085
11086         update-copyright: don't trip on non-FSF copyright statements
11087         * build-aux/update-copyright: Fix so that the first correctly
11088         formatted FSF copyright statement is recognized no matter what
11089         appears before it.  Update documentation.
11090         * tests/test-update-copyright.sh: Test that.
11091
11092 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
11093
11094         update-copyright: clean up code a little
11095         * build-aux/update-copyright: Append "_re" to the name of any
11096         variable holding a regular expression.
11097         Replace "old" and "new" with "stmt" in variable names.
11098         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
11099         handled correctly.
11100         Format code more consistently.
11101
11102 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
11103
11104         update-copyright-tests: improve portability
11105         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
11106         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
11107
11108 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
11109
11110         update-copyright: support @copyright{} and &copy;
11111         * build-aux/update-copyright: Implement and document.
11112         * tests/test-update-copyright.sh: Test.
11113
11114 2009-08-04  Jim Meyering  <meyering@redhat.com>
11115
11116         update-copyright-tests: correctly test EOL=\r\n handling
11117         * tests/test-update-copyright.sh: Put \r at the end of some lines
11118         for the dos-eol tests.  Based on a patch by Joel E. Denny.
11119
11120         maint.mk: make update-copyright exclusion list more configurable
11121         * top/maint.mk (update-copyright): Default to excluding COPYING,
11122         but allow an override, in case someone does want to update that file.
11123
11124         maint.mk: don't update copyright date in COPYING
11125         * top/maint.mk (update-copyright): Exclude COPYING.
11126
11127         maint.mk: add a copyright-updating rule
11128         * top/maint.mk (update-copyright): New rule.
11129         Derived from coreutils/Makefile.am.
11130
11131         update-copyright: rename some variables
11132         * build-aux/update-copyright: Rename a few variables for clarity.
11133         Tweak syntax.  List Joel E. Denny as coauthor.
11134
11135 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
11136
11137         update-copyright: fix bug for 2-digit last year and add tests
11138         * build-aux/update-copyright: Fix bug.
11139         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
11140         specified.
11141         * modules/update-copyright-tests: New
11142         * tests/test-update-copyright.sh: New.
11143
11144 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
11145
11146         update-copyright: handle leading tabs in line prefix
11147         * build-aux/update-copyright: Count leading tabs as 8 spaces
11148         when computing margin.  This helps with the formatting of
11149         ChangeLogs, for example.
11150         Fix documentation a little.
11151
11152 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
11153
11154         update-copyright: support EOL=\r\n
11155         * build-aux/update-copyright: Implement that.
11156
11157 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
11158
11159         update-copyright: automatically format copyright statements
11160         * build-aux/update-copyright: Implement that.
11161         Also, be a little more predictable and safer by always failing
11162         when the full copyright format is not perfectly recognized as an
11163         unbroken whole.  Discussed at
11164         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
11165         Rewrite documentation.
11166
11167 2009-08-03  Bruno Haible  <bruno@clisp.org>
11168
11169         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
11170
11171 2009-08-02  Bruno Haible  <bruno@clisp.org>
11172
11173         Tests for module 'uname'.
11174         * modules/uname-tests: New file.
11175         * tests/test-uname.c: New file.
11176
11177         New module 'uname'.
11178         * lib/uname.c: New file.
11179         * m4/uname.m4: New file.
11180         * modules/uname: New file.
11181         * doc/posix-functions/uname.texi: Mention the new module.
11182
11183 2009-08-02  Bruno Haible  <bruno@clisp.org>
11184
11185         Tests for module 'sys_utsname'.
11186         * modules/sys_utsname-tests: New file.
11187         * tests/test-sys_utsname.c: New file.
11188
11189         New module 'sys_utsname'.
11190         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
11191         * m4/sys_utsname_h.m4: New file.
11192         * modules/sys_utsname: New file.
11193         * doc/posix-headers/sys_utsname.texi: Mention the new module.
11194
11195 2009-08-02  Bruno Haible  <bruno@clisp.org>
11196
11197         Implicitly initialize the sockets library.
11198         * lib/gethostname.c: Include sockets.h.
11199         (rpl_gethostname): Invoke gl_sockets_startup.
11200         * lib/socket.c: Include sockets.h.
11201         (rpl_socket): Invoke gl_sockets_startup.
11202         * modules/gethostname (Depends-on): Add sockets.
11203         * modules/socket (Depends-on): Likewise.
11204         * tests/test-poll.c: Don't include sockets.h.
11205         (main): Don't invoke gl_sockets_startup.
11206         * tests/test-select.c: Don't include sockets.h.
11207         (main): Don't invoke gl_sockets_startup.
11208
11209 2009-08-02  Bruno Haible  <bruno@clisp.org>
11210
11211         Allow multiple calls to gl_sockets_startup.
11212         * lib/sockets.c (initialized_sockets_version): New variable.
11213         (gl_sockets_startup): Do nothing if already called for this or a higher
11214         version.
11215         (gl_sockets_cleanup): Reset initialized_sockets_version.
11216
11217 2009-08-03  Simon Josefsson  <simon@josefsson.org>
11218
11219         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
11220         different project/version.
11221
11222 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
11223             Bruno Haible  <bruno@clisp.org>
11224
11225         Tests for module 'pipe-filter-gi'.
11226         * modules/pipe-filter-gi-tests: New file.
11227         * tests/test-pipe-filter-gi1.sh: New file.
11228         * tests/test-pipe-filter-gi1.c: New file.
11229         * tests/test-pipe-filter-gi2.sh: New file.
11230         * tests/test-pipe-filter-gi2-main.c: New file.
11231         * tests/test-pipe-filter-gi2-child.c: New file.
11232
11233         New module 'pipe-filter-gi'.
11234         * lib/pipe-filter-gi.c: New file.
11235         * modules/pipe-filter-gi: New file.
11236
11237 2009-08-02  Bruno Haible  <bruno@clisp.org>
11238             Paolo Bonzini  <bonzini@gnu.org>
11239
11240         Tests for module 'pipe-filter-ii'.
11241         * modules/pipe-filter-ii-tests: New file.
11242         * tests/test-pipe-filter-ii1.sh: New file.
11243         * tests/test-pipe-filter-ii1.c: New file.
11244         * tests/test-pipe-filter-ii2.sh: New file.
11245         * tests/test-pipe-filter-ii2-main.c: New file.
11246         * tests/test-pipe-filter-ii2-child.c: New file.
11247
11248         New module 'pipe-filter-ii'.
11249         * lib/pipe-filter.h: New file.
11250         * lib/pipe-filter-ii.c: New file.
11251         * lib/pipe-filter-aux.h: New file.
11252         * modules/pipe-filter-ii: New file.
11253
11254 2009-08-02  Simon Josefsson  <simon@josefsson.org>
11255
11256         * lib/gc-libgcrypt.c: Change copyright to FSF.
11257         * lib/gc-gnulib.c: Likewise.
11258
11259 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
11260
11261         * lib/gethostname.c: Include limits.h.
11262
11263 2009-08-02  Simon Josefsson  <simon@josefsson.org>
11264             Bruno Haible  <bruno@clisp.org>
11265
11266         Ensure HOST_NAME_MAX as part of the gethostname module.
11267         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
11268         define also HOST_NAME_MAX.
11269         * tests/test-gethostname.c: Include <limits.h>.
11270         (main): Check also HOST_NAME_MAX.
11271         * doc/posix-headers/limits.texi: Document the mingw problem.
11272
11273 2009-08-02  Bruno Haible  <bruno@clisp.org>
11274
11275         * lib/gethostname.c (gethostname): Fix handling of large len argument.
11276         Add comments.
11277
11278 2009-03-31  Simon Josefsson  <simon@josefsson.org>
11279
11280         * lib/gethostname.c: Add Windows wrapper.
11281         * m4/gethostname.m4: Look for gethostname in -lws2_32.
11282         * modules/gethostname: Depend on sys_socket & errno, for also
11283         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
11284         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
11285
11286 2009-07-31  Jim Meyering  <meyering@redhat.com>
11287
11288         getloadavg: fix symbol name in comment
11289         * lib/getloadavg.c: Correct a typo I introduced when adding
11290         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
11291         Matt Kraai spotted the problem.
11292
11293 2009-07-29  Matt Kraai  <mkraai@beckman.com>
11294
11295         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
11296         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
11297         code also if ! defined N_NAME_POINTER.
11298         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
11299         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
11300         but the n_name member is a 12-byte array.
11301
11302 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
11303
11304         update-copyright: generalize comment handling
11305         * build-aux/update-copyright: Handle copyright statements
11306         within more comment styles.
11307         Document usage.
11308         Report any file with an external copyright holder or parse failure.
11309
11310 2009-07-29  Jim Meyering  <meyering@redhat.com>
11311
11312         mktime: correct setting of REPLACE_MKTIME
11313         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
11314
11315         update-copyright: new module
11316         * modules/update-copyright: New file.
11317         * build-aux/update-copyright: New file.
11318         * MODULES.html.sh (maint+release support): Add update-copyright.
11319
11320 2009-07-27  Bruno Haible  <bruno@clisp.org>
11321
11322         Fix compilation error when <ctime> is used and mktime is replaced.
11323         * lib/time.in.h (mktime): New declaration.
11324         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
11325         REPLACE_MKTIME instead of defining mktime in config.h.
11326         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
11327         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
11328         Reported by Ross McFarland <rwmcfa1@neces.com>.
11329
11330 2009-07-27  Bruno Haible  <bruno@clisp.org>
11331
11332         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
11333         Reported by Matt Kraai <mkraai@beckman.com>.
11334
11335 2009-07-25  Jim Meyering  <meyering@redhat.com>
11336
11337         maint.mk: avoid warnings about missing files
11338         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
11339         diagnostic when .prev-version does not exist.
11340         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
11341         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
11342         nonexistent cfg.mk.
11343         Suggestions from Simon Josefsson.
11344
11345 2009-07-25  Bruno Haible  <bruno@clisp.org>
11346
11347         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
11348         defined as macros. Needed on QNX 6.4.1.
11349         Reported by Matt Kraai <mkraai@beckman.com>.
11350
11351 2009-07-23  Jim Meyering  <meyering@redhat.com>
11352
11353         maint.mk: invoke "make dist" with a working value of XZ_OPT
11354         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
11355
11356 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
11357
11358         Make fseeko.c compile on QNX.
11359         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
11360
11361 2009-07-22  Peter Simons  <simons@cryp.to>
11362
11363         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
11364         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
11365         * lib/md4.h: Likewise.
11366         * lib/md5.h: Likewise.
11367         * lib/sha1.h: Likewise.
11368         * lib/sha256.h: Likewise.
11369         * lib/sha512.h: Likewise.
11370
11371         tests-sha1: don't assign literal string to 'char *' variable
11372         * tests/test-sha1.c (main): Declare locals with "const" to match
11373         attributes of the right hand side.
11374
11375 2009-07-21  Eric Blake  <ebb9@byu.net>
11376
11377         dup2: fix more mingw problems
11378         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
11379         fd to itself.
11380         * doc/posix-functions/dup2.texi (dup2): Document the bug.
11381         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
11382         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
11383         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
11384         care of mingw bugs.
11385
11386 2009-07-21  Jim Meyering  <meyering@redhat.com>
11387
11388         vc-list-files: avoid failure when /bin/sh is dash
11389         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
11390         On some Debian based systems, /bin/sh is a symlink to dash, and running
11391         this command would omit the "/" following each 'tests' prefix:
11392           dash -x build-aux/vc-list-files -C . tests
11393         That is because bash and dash work differently:
11394           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
11395           bash ok
11396           dash odd
11397
11398 2009-07-21  Eric Blake  <ebb9@byu.net>
11399
11400         dup2-tests: test previous patch
11401         * modules/dup2-tests: New file.
11402         * tests/test-dup2.c: Likewise.
11403         * tests/test-open.c (main): Avoid unspecified behavior.
11404         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
11405         test.
11406
11407         dup2: work around mingw and cygwin 1.5 bug
11408         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
11409         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11410         * modules/unistd (Makefile.am): Substitute it.
11411         * lib/unistd.in.h (dup2): Declare the replacement.
11412         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
11413         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
11414         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
11415         * modules/execute (Depends-on): Add dup2.
11416         * modules/fseterr (Depends-on): Likewise.
11417         * modules/pipe (Depends-on): Likewise.
11418         * modules/posix_spawn-internal (Depends-on): Likewise.
11419
11420 2009-07-21  Bruno Haible  <bruno@clisp.org>
11421
11422         * modules/.gitattributes: New file.
11423
11424 2009-07-20  Bruno Haible  <bruno@clisp.org>
11425
11426         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
11427         (main): Use it.
11428
11429 2009-07-20  Eric Blake  <ebb9@byu.net>
11430
11431         test-pipe: make a bit more robust.
11432         * tests/test-pipe.c (myerr): Allow error messages regardless of
11433         what we do to stderr.
11434         (test_pipe): Rearrange to avoid deadlock.
11435         (child_main): Try a larger read, to ensure we avoided deadlock.
11436         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
11437         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
11438         if misused.
11439
11440 2009-07-19  Jim Meyering  <meyering@redhat.com>
11441
11442         fts: avoid false-positive cycle-detection
11443         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
11444         for each new command line argument.
11445
11446 2009-07-19  Bruno Haible  <bruno@clisp.org>
11447
11448         Fix build error on mingw with the modules sys_select and unistd.
11449         * modules/acl-tests (Depends-on): Add close.
11450         * modules/binary-io-tests (Depends-on): Likewise.
11451         * modules/closein-tests (Depends-on): Likewise.
11452         * modules/flock-tests (Depends-on): Likewise.
11453         * modules/fsync-tests (Depends-on): Likewise.
11454         * modules/lseek-tests (Depends-on): Likewise.
11455         * modules/pipe-tests (Depends-on): Likewise.
11456         * modules/posix_spawn-tests (Depends-on): Likewise.
11457         * modules/posix_spawnp-tests (Depends-on): Likewise.
11458         * modules/stat-time-tests (Depends-on): Likewise.
11459         * modules/yesno-tests (Depends-on): Likewise.
11460
11461 2009-07-19  Bruno Haible  <bruno@clisp.org>
11462
11463         Unify conditionals.
11464         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
11465         macros, not at the compiler macros.
11466         * lib/pipe.c: Likewise.
11467         * lib/execute.c: Likewise.
11468         * lib/spawni.c: Likewise.
11469
11470 2009-07-19  Bruno Haible  <bruno@clisp.org>
11471
11472         Fix handling of closed stdin/stdout/stderr on mingw.
11473         * lib/w32spawn.h: Include unistd.h.
11474         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
11475         file descriptor with O_NOINHERIT flag.
11476         (fd_safer_noinherit): New function, based on fd-safer.c.
11477         (dup_safer_noinherit): New function, based on dup-safer.c.
11478         (undup_safer_noinherit): New function.
11479         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
11480         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
11481         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
11482         instead of fd_safer.
11483         * tests/test-pipe.c: Include <windows.h>.
11484         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
11485
11486         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
11487         from main.
11488         (test_pipe): Pass an extra argument for disambiguation.
11489         (main): Invoke parent_main or child_main.
11490
11491         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
11492         consistently.
11493
11494 2009-07-18  Eric Blake  <ebb9@byu.net>
11495
11496         test-pipe: fix mingw build
11497         * tests/test-pipe.c (main): Avoid fcntl on mingw.
11498
11499 2009-07-18  Bruno Haible  <bruno@clisp.org>
11500
11501         * modules/pipe-tests (Makefile.am): Fix typo.
11502
11503 2009-07-18  Eric Blake  <ebb9@byu.net>
11504
11505         error: fix mingw build
11506         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
11507         Reported by Bruno Haible.
11508
11509         error: avoid undefined use of stdout
11510         * lib/error.c (error, error_at_line): Check that fd 1 is open
11511         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
11512         is handling faults and the close_stdout module wants to report the
11513         detection of closed stdout as an error.
11514
11515 2009-07-17  Eric Blake  <ebb9@byu.net>
11516
11517         pipe: be robust in face of closed fds
11518         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
11519         should cause child to misbehave.
11520         * modules/pipe-tests: New module.
11521         * tests/test-pipe.c: New file.
11522         * tests/test-pipe.sh: New file.
11523         Reported by Akim Demaille.
11524
11525 2009-07-14  Bruno Haible  <bruno@clisp.org>
11526
11527         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
11528         Reported by anonymous kc.
11529
11530 2009-07-07  Jim Meyering  <meyering@redhat.com>
11531
11532         maint.mk: don't look for translatable strings in *.m4 or *.mk
11533         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
11534         when searching for translatable strings.
11535
11536 2009-07-05  Jim Meyering  <meyering@redhat.com>
11537
11538         remove superfluous parentheses in STREQ definition
11539         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
11540         * lib/getugroups.c (STREQ): Likewise.
11541         * lib/fnmatch.c (STREQ): Likewise.
11542         Spotted by Bruno Haible.
11543
11544 2009-07-04  Jim Meyering  <meyering@redhat.com>
11545
11546         argv-iter: new module
11547         * MODULES.html.sh: Add argv-iter.
11548         * lib/argv-iter.c, lib/argv-iter.h: New files.
11549         * modules/argv-iter: New file.
11550         * modules/argv-iter-tests: New file.
11551         * tests/test-argv-iter.c: Test it.
11552
11553 2009-07-04  Bruno Haible  <bruno@clisp.org>
11554
11555         Fix assertion.
11556         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
11557         contains more exact copies of a given entry than file2, leave the extra
11558         copies unpaired rather than aborting.
11559         Reported by Eric Blake.
11560
11561 2009-07-02  Bruno Haible  <bruno@clisp.org>
11562
11563         Speedup git-merge-changelog for git cherry-pick.
11564         * lib/git-merge-changelog.c (struct entries_mapping): New type.
11565         (entries_mapping_get): New function, extracted from compute_mapping.
11566         (entries_mapping_reverse_get): New function.
11567         (compute_mapping): Add a 'full' argument. Return the result in a
11568         'struct entries_mapping'.
11569         (main): Update. Access the mappings through entries_mapping_get.
11570         Reported by Eric Blake.
11571
11572 2009-07-02  Bruno Haible  <bruno@clisp.org>
11573
11574         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
11575         best_i.
11576
11577 2009-07-02  Bruno Haible  <bruno@clisp.org>
11578
11579         Speed up approximate search for matching ChangeLog entries.
11580         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
11581         argument. Call fstrcmp_bounded instead of fstrcmp.
11582         (compute_mapping, try_split_merged_entry, main): Update callers.
11583
11584 2009-07-02  Bruno Haible  <bruno@clisp.org>
11585
11586         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
11587
11588 2009-06-30  Bruno Haible  <bruno@clisp.org>
11589
11590         Reduce the number of uc_is_cased calls.
11591         * lib/unicase.h (casing_suffix_context_t): Add
11592         'first_char_except_ignorable' field.
11593         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
11594         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
11595         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
11596         Update initializer.
11597         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
11598         case-ignorable characters.
11599         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
11600         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
11601         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
11602         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
11603         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
11604
11605 2009-06-30  Bruno Haible  <bruno@clisp.org>
11606
11607         Tests for module 'unicase/ignorable'.
11608         * modules/unicase/ignorable-tests: New file.
11609         * tests/unicase/test-ignorable.c: New file, generated by
11610         gen-uni-tables.
11611
11612         Tests for module 'unicase/cased'.
11613         * modules/unicase/cased-tests: New file.
11614         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
11615         * tests/unicase/test-predicate-part1.h: New file, derived from
11616         tests/unictype/test-predicate-part1.h.
11617         * tests/unicase/test-predicate-part2.h: New file, same as
11618         tests/unictype/test-predicate-part2.h.
11619
11620         Fix evaluation of "Before C" condition of FINAL_SIGMA.
11621         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
11622         (output_casing_properties): New function.
11623         (main): Call it.
11624         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
11625         * lib/unicase/cased.c: Include unictype/bitmap.h.
11626         (uc_is_cased): Define through a bitmap lookup.
11627         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
11628         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
11629         (uc_is_case_ignorable): Define through a bitmap lookup.
11630         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
11631         lib/unictype/bitmap.h.
11632         (Depends-on): Add inline. Clean up.
11633         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
11634         lib/unictype/bitmap.h.
11635         (Depends-on): Add inline. Clean up.
11636         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
11637         recognition.
11638         * tests/unicase/test-u16-tolower.c (main): Likewise.
11639         * tests/unicase/test-u32-tolower.c (main): Likewise.
11640
11641 2009-06-30  Bruno Haible  <bruno@clisp.org>
11642
11643         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
11644         * lib/unicase/u16-casemap.c: Likewise.
11645         * lib/unicase/u32-casemap.c: Likewise.
11646
11647 2009-06-29  Bruno Haible  <bruno@clisp.org>
11648
11649         Define u32_casefold as a wrapper around u32_ct_casefold.
11650         * lib/unicase/u32-casefold.c: Update.
11651         * modules/unicase/u32-casefold (Depends-on): Add
11652         unicase/u32-ct-casefold, unicase/empty-prefix-context,
11653         unicase/empty-suffix-context. Clean up.
11654
11655         Define u16_casefold as a wrapper around u16_ct_casefold.
11656         * lib/unicase/u16-casefold.c: Update.
11657         * modules/unicase/u16-casefold (Depends-on): Add
11658         unicase/u16-ct-casefold, unicase/empty-prefix-context,
11659         unicase/empty-suffix-context. Clean up.
11660
11661         Define u8_casefold as a wrapper around u8_ct_casefold.
11662         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
11663         * lib/unicase/u8-casefold.c: Update.
11664         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
11665         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11666
11667         Define u32_totitle as a wrapper around u32_ct_totitle.
11668         * lib/unicase/u32-totitle.c: Update.
11669         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
11670         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11671
11672         Define u16_totitle as a wrapper around u16_ct_totitle.
11673         * lib/unicase/u16-totitle.c: Update.
11674         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
11675         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11676
11677         Define u8_totitle as a wrapper around u8_ct_totitle.
11678         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
11679         functions.
11680         (FUNC): Delegate to U_CT_TOTITLE.
11681         * lib/unicase/u8-totitle.c: Update.
11682         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
11683         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11684
11685         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
11686         invocation.
11687         * modules/unicase/u32-tolower (Depends-on): Add
11688         unicase/empty-prefix-context, unicase/empty-suffix-context.
11689
11690         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
11691         invocation.
11692         * modules/unicase/u16-tolower (Depends-on): Add
11693         unicase/empty-prefix-context, unicase/empty-suffix-context.
11694
11695         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
11696         * modules/unicase/u8-tolower (Depends-on): Add
11697         unicase/empty-prefix-context, unicase/empty-suffix-context.
11698
11699         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
11700         invocation.
11701         * modules/unicase/u32-toupper (Depends-on): Add
11702         unicase/empty-prefix-context, unicase/empty-suffix-context.
11703
11704         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
11705         invocation.
11706         * modules/unicase/u16-toupper (Depends-on): Add
11707         unicase/empty-prefix-context, unicase/empty-suffix-context.
11708
11709         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
11710         * modules/unicase/u8-toupper (Depends-on): Add
11711         unicase/empty-prefix-context, unicase/empty-suffix-context.
11712
11713         New module 'unicase/u32-ct-casefold'.
11714         * lib/unicase/u32-ct-casefold.c: New file.
11715         * modules/unicase/u32-ct-casefold: New file.
11716
11717         New module 'unicase/u16-ct-casefold'.
11718         * lib/unicase/u16-ct-casefold.c: New file.
11719         * modules/unicase/u16-ct-casefold: New file.
11720
11721         New module 'unicase/u8-ct-casefold'.
11722         * lib/unicase/u8-ct-casefold.c: New file.
11723         * lib/unicase/u-ct-casefold.h: New file, derived from
11724         lib/unicase/u-casefold.h.
11725         * modules/unicase/u8-ct-casefold: New file.
11726
11727         New module 'unicase/u32-ct-totitle'.
11728         * lib/unicase/u32-ct-totitle.c: New file.
11729         * modules/unicase/u32-ct-totitle: New file.
11730
11731         New module 'unicase/u16-ct-totitle'.
11732         * lib/unicase/u16-ct-totitle.c: New file.
11733         * modules/unicase/u16-ct-totitle: New file.
11734
11735         New module 'unicase/u8-ct-totitle'.
11736         * lib/unicase/u8-ct-totitle.c: New file.
11737         * lib/unicase/u-ct-totitle.h: New file, derived from
11738         lib/unicase/u-totitle.h.
11739         * modules/unicase/u8-ct-totitle: New file.
11740
11741         New module 'unicase/u32-ct-tolower'.
11742         * lib/unicase/u32-ct-tolower.c: New file.
11743         * modules/unicase/u32-ct-tolower: New file.
11744
11745         New module 'unicase/u16-ct-tolower'.
11746         * lib/unicase/u16-ct-tolower.c: New file.
11747         * modules/unicase/u16-ct-tolower: New file.
11748
11749         New module 'unicase/u8-ct-tolower'.
11750         * lib/unicase/u8-ct-tolower.c: New file.
11751         * modules/unicase/u8-ct-tolower: New file.
11752
11753         New module 'unicase/u32-ct-toupper'.
11754         * lib/unicase/u32-ct-toupper.c: New file.
11755         * modules/unicase/u32-ct-toupper: New file.
11756
11757         New module 'unicase/u16-ct-toupper'.
11758         * lib/unicase/u16-ct-toupper.c: New file.
11759         * modules/unicase/u16-ct-toupper: New file.
11760
11761         New module 'unicase/u8-ct-toupper'.
11762         * lib/unicase/u8-ct-toupper.c: New file.
11763         * modules/unicase/u8-ct-toupper: New file.
11764
11765         Add context arguments to u*_casemap functions.
11766         * lib/unicase/unicasemap.h: Include unicase.h.
11767         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
11768         suffix_context arguments.
11769         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
11770         functions.
11771         (FUNC): Add prefix_context and suffix_context arguments. Use
11772         uc_is_cased and uc_is_case_ignorable.
11773         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
11774         * lib/unicase/u16-casemap.c: Likewise.
11775         * lib/unicase/u32-casemap.c: Likewise.
11776         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
11777         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11778         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
11779         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11780         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
11781         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11782
11783         New module 'unicase/u32-suffix-context'.
11784         * lib/unicase/u32-suffix-context.c: New file.
11785         * modules/unicase/u32-suffix-context: New file.
11786
11787         New module 'unicase/u16-suffix-context'.
11788         * lib/unicase/u16-suffix-context.c: New file.
11789         * modules/unicase/u16-suffix-context: New file.
11790
11791         New module 'unicase/u8-suffix-context'.
11792         * lib/unicase/u8-suffix-context.c: New file.
11793         * lib/unicase/u-suffix-context.h: New file.
11794         * modules/unicase/u8-suffix-context: New file.
11795
11796         New module 'unicase/empty-suffix-context'.
11797         * lib/unicase/empty-suffix-context.c: New file.
11798         * modules/unicase/empty-suffix-context: New file.
11799
11800         New module 'unicase/u32-prefix-context'.
11801         * lib/unicase/u32-prefix-context.c: New file.
11802         * modules/unicase/u32-prefix-context: New file.
11803
11804         New module 'unicase/u16-prefix-context'.
11805         * lib/unicase/u16-prefix-context.c: New file.
11806         * modules/unicase/u16-prefix-context: New file.
11807
11808         New module 'unicase/u8-prefix-context'.
11809         * lib/unicase/u8-prefix-context.c: New file.
11810         * lib/unicase/u-prefix-context.h: New file.
11811         * lib/unicase/context.h: New file.
11812         * modules/unicase/u8-prefix-context: New file.
11813
11814         New module 'unicase/empty-prefix-context'.
11815         * lib/unicase/empty-prefix-context.c: New file.
11816         * modules/unicase/empty-prefix-context: New file.
11817
11818         New module 'unicase/ignorable'.
11819         * lib/unicase/ignorable.c: New file.
11820         * modules/unicase/ignorable: New file.
11821
11822         New module 'unicase/cased'.
11823         * lib/unicase/caseprop.h: New file.
11824         * lib/unicase/cased.c: New file.
11825         * modules/unicase/cased: New file.
11826
11827         New functions for case mapping of substrings.
11828         * lib/unicase.h (casing_prefix_context_t): New type.
11829         (unicase_empty_prefix_context): New variable.
11830         (u8_casing_prefix_context, u16_casing_prefix_context,
11831         u32_casing_prefix_context, u8_casing_prefixes_context,
11832         u16_casing_prefixes_context, u32_casing_prefixes_context): New
11833         declarations.
11834         (casing_suffix_context_t): New type.
11835         (unicase_empty_suffix_context): New variable.
11836         (u8_casing_suffix_context, u16_casing_suffix_context,
11837         u32_casing_suffix_context, u8_casing_suffixes_context,
11838         u16_casing_suffixes_context, u32_casing_suffixes_context,
11839         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
11840         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
11841         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
11842         declarations.
11843
11844 2009-06-28  Jim Meyering  <meyering@redhat.com>
11845
11846         boostrap: indent only with spaces
11847         * build-aux/bootstrap: Indent only with spaces, never TABs.
11848
11849         bootstrap: split long lines
11850         * build-aux/bootstrap: Keep line length < 80.
11851
11852         bootstrap: sync from coreutils
11853         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
11854         just as autoreconf does.  Verify a list of prerequisite
11855         package-name,version-number pairs if defined in bootstrap.conf.
11856         Refer to README-prereq, if prerequisites are not satisfied.
11857
11858 2009-06-27  Eric Blake  <ebb9@byu.net>
11859
11860         tests: add test for bogus NULL definition
11861         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
11862         * tests/test-stdlib.c: Likewise.
11863         * tests/test-string.c: Likewise.
11864         * tests/test-locale.c: Likewise.
11865         * tests/test-unistd.c: Likewise.
11866         * modules/stdio-tests (Depends-on): Add verify.
11867         * modules/stdlib-tests (Depends-on): Likewise.
11868         * modules/string-tests (Depends-on): Likewise.
11869         * modules/locale-tests (Depends-on): Likewise.
11870         * modules/unistd-tests (Depends-on): Likewise.
11871
11872 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
11873
11874         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
11875         self-explaining comment.
11876         * m4/selinux-selinux-h: Update serial.
11877         (gl_LIBSELINUX): New macro, adding a warning for missing development
11878         packages to code extracted from...
11879         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
11880         Add warning for missing development packages here, too.
11881
11882 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
11883
11884         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
11885
11886 2009-06-25  Eric Blake  <ebb9@byu.net>
11887
11888         version-etc: fix regression
11889         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
11890         gcc.
11891         (version_etc): Use it, to catch bugs with trailing NULL.
11892         * lib/version-etc.c (version_etc_arn): Delete unused argument.
11893         (version_etc_va): Fix logic bug.
11894         * modules/version-etc-tests: Add test.
11895         * tests/test-version-etc.c: New file.
11896         * tests/test-version-etc.sh: Likewise.
11897
11898 2009-06-25  Sam Steingold  <sds@gnu.org>
11899
11900         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
11901         mbtowc declaration.
11902
11903 2009-06-25  Eric Blake  <ebb9@byu.net>
11904
11905         fpurge: migrate into <stdio.h>
11906         * lib/fpurge.h: Delete...
11907         * lib/stdio.in.h (fpurge): ...and declare here, instead.
11908         * lib/fpurge.c (fpurge): Change declaring header.
11909         * modules/fpurge (Files): Drop deleted file.
11910         (Depends-on): Add stdio.
11911         (configure.ac): Set witness.
11912         * modules/stdio (Makefile.am): Support fpurge macros.
11913         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11914         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
11915         * lib/fflush.c: Update client.
11916         * tests/test-fpurge.c: Likewise.
11917         * NEWS: Mention the change.
11918
11919 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11920
11921         * lib/argp-version-etc.c (program_authors): Add const
11922         qualifier.
11923         * lib/version-etc.c: Fix typos in the comments.
11924         * modules/argp-version-etc: Depends on version-etc.
11925
11926 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11927
11928         argp-version-etc: new module.
11929
11930         * lib/argp-version-etc.c: New file.
11931         * lib/argp-version-etc.h: New file.
11932         * modules/argp-version-etc: New file.
11933         * modules/argp-version-etc-tests: New file.
11934         * tests/test-argp-version-etc.c: New test.
11935         * tests/test-argp-version-etc-1.sh: New test.
11936
11937 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11938
11939         Provide additional interfaces and documentation for version-etc
11940         module.
11941
11942         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
11943         interfaces.
11944         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
11945         prototypes.
11946
11947 2009-06-24  Bruno Haible  <bruno@clisp.org>
11948
11949         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
11950         HAVE_LIB${NAME} macro.
11951         Reported by Sam Steingold <sds@gnu.org>.
11952
11953 2009-06-23  Simon Josefsson  <simon@josefsson.org>
11954
11955         * modules/hash-tests (test_hash_LDADD): Link to libintl when
11956         needed.
11957
11958 2009-06-21  Bruno Haible  <bruno@clisp.org>
11959
11960         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
11961         work.
11962         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
11963         together with LIB${NAME}, LTLIB${NAME}.
11964         Reported by Sam Steingold <sds@gnu.org>.
11965
11966 2009-06-20  Jim Meyering  <meyering@redhat.com>
11967
11968         tests: make sc_require_test_exit_idiom more generic
11969         * top/maint.mk (Exit_witness_file): New overridable variable.
11970         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
11971         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
11972
11973 2009-06-19  Jim Meyering  <meyering@redhat.com>
11974
11975         hash: reverse order of src/dst parameters in an internal interface
11976         * lib/hash.c (transfer_entries): Reverse order of parameters to
11977         put DST before SRC.  Adjust callers.
11978
11979         tests: test-hash: avoid wholesale duplication
11980         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
11981         Instead, use a loop and add a single conditional.
11982
11983         tests: test-hash: allow seed selection via a command line argument
11984         * tests/test-hash.c (get_seed): New function.
11985         (main): Use it.
11986
11987 2009-06-19  Eric Blake  <ebb9@byu.net>
11988
11989         hash: avoid memory leak on allocation failure
11990         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
11991         failure.  Factor repeated algorithm...
11992         (transfer_entries): ...into new helper routine.
11993         (hash_delete): React to hash_rehash return value.
11994
11995         hash: reduce memory pressure in hash_rehash no-op case
11996         * lib/hash.c (next_prime): Avoid overflow.
11997         (hash_initialize): Factor bucket size computation...
11998         (compute_bucket_size): ...into new helper function.
11999         (hash_rehash): Use new function and open coding to reduce memory
12000         pressure, and avoid a memory leak in USE_OBSTACK code.
12001         Reported by Jim Meyering.
12002
12003 2009-06-18  Eric Blake  <ebb9@byu.net>
12004
12005         hash: make rotation more obvious
12006         * modules/hash (Depends-on): Add bitrotate and stdint.
12007         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
12008         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
12009         (SIZE_MAX): Rely on headers for definition.
12010         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
12011         (raw_hasher): Use rotr_sz.
12012         Suggested by Jim Meyering.
12013
12014         hash: fix memory leak in last patch
12015         * lib/hash.c (hash_rehash): Avoid memory leak.
12016
12017         hash: avoid no-op rehashing
12018         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
12019
12020         hash: provide default callback functions
12021         * lib/hash.c (raw_hasher, raw_comparator): New functions.
12022         (hash_initialize): Use them as defaults.
12023         * tests/test-hash.c (main): Test this.
12024
12025         hash: minor optimization
12026         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
12027         when possible.
12028         (hash_initialize): Document this promise.
12029         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
12030         * tests/test-hash.c (hash_compare_strings): Test this.
12031
12032 2009-06-18  Bruno Haible  <bruno@clisp.org>
12033
12034         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
12035         going to be replaced anyway.
12036
12037 2009-06-18  Bruno Haible  <bruno@clisp.org>
12038
12039         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
12040         in one place.
12041         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
12042         be replaced anyway.
12043
12044 2009-06-18  Eric Blake  <ebb9@byu.net>
12045
12046         hash: check for resize before insertion
12047         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
12048         threshold before insertion, so that a pathological hash_rehash
12049         that fills every bucket can still trigger another rehash.
12050
12051 2009-06-18  Jim Meyering  <meyering@redhat.com>
12052
12053         hash-tests: add a loop around the small tests
12054         * tests/test-hash.c (main): Repeat small tests with selected
12055         small initial table sizes.
12056
12057 2009-06-17  Eric Blake  <ebb9@byu.net>
12058
12059         hash: minor cleanups
12060         * lib/hash.h (hash_entry): Make opaque, by moving...
12061         * lib/hash.c (hash_entry): ...here.
12062         (hash_insert): Clarify restrictions on what can be inserted.
12063         (hash_get_next): Clarify when it is safe to remove an element
12064         during traversal.
12065         (check_tuning): Skip verification when tuning is known safe.
12066         (hash_initialize): Clarify restrictions on tuning.
12067
12068 2009-06-17  Jim Meyering  <jim@meyering.net>
12069         and Eric Blake  <ebb9@byu.net>
12070
12071         hash-tests: new module
12072         * modules/hash-tests: New file.
12073         * tests/test-hash.c: New file.
12074
12075 2009-06-17  Eric Blake  <ebb9@byu.net>
12076
12077         strstr-simple: document new module
12078         * MODULES.html.sh: Document new module.
12079
12080         strstr, strcasestr: replace on platforms with broken memchr
12081         * modules/strstr: Split into...
12082         * modules/strstr-simple: ...new module that does not care about
12083         performance, but does care about glibc bug.
12084         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
12085         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
12086         if platform memchr is broken, per Debian bug 521737.
12087         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
12088         memchr.
12089         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
12090         * doc/posix-functions/strstr.texi (strstr): Document the fix.
12091         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
12092         * modules/mountlist (Depends-on): Add strstr-simple.
12093         * modules/gen-uni-tables (Depends-on): Likewise.
12094         * modules/argz (Depends-on): Add strstr.
12095
12096 2009-06-17  Bruno Haible  <bruno@clisp.org>
12097
12098         * modules/posix_spawn-internal (Depends-on): Add errno.
12099
12100 2009-06-17  Bruno Haible  <bruno@clisp.org>
12101
12102         Define missing ESTALE on Interix 3.5.
12103         * lib/errno.in.h (ESTALE): Assign a value if missing.
12104         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
12105         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
12106         missing.
12107         * doc/posix-headers/errno.texi: Mention the Interix bug.
12108         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
12109
12110 2009-06-15  Eric Blake  <ebb9@byu.net>
12111
12112         memchr, memchr2: add valgrind exception
12113         * lib/memchr.valgrind: New file.
12114         * lib/memchr2.valgrind: New file.
12115         * modules/memchr (Files): Distribute valgrind file.
12116         * modules/memchr2 (Files): Likewise.
12117
12118         docs: memchr is no longer obsolete
12119         * MODULES.html.sh: Move memchr from obsolete to string.h section.
12120         * lib/string.in.h (memchr): Simplify logic.
12121
12122 2009-06-14  Jim Meyering  <meyering@redhat.com>
12123
12124         link-follow: fix the "checking..." message to not mention trailing slash
12125         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
12126         never considered trailing slashes.
12127
12128 2009-06-14  Bruno Haible  <bruno@clisp.org>
12129
12130         * m4/memchr.m4: Mention also the bug on IA-64.
12131         * doc/posix-functions/memchr.texi: Likewise.
12132
12133 2009-06-12  Eric Blake  <ebb9@byu.net>
12134
12135         memchr: detect broken x86_64 and alpha implementations
12136         * modules/memchr-tests (Depends-on): Move mmap detection...
12137         * modules/memchr (Depends-on): ...here.
12138         (configure.ac): Set indicator.
12139         * lib/string.in.h (memchr): Declare replacement.
12140         * modules/string (Makefile.am): Trigger replacement.
12141         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12142         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
12143         bugs.
12144         * doc/posix-functions/memchr.texi (memchr): Document the bug.
12145         * modules/getpagesize (License): Relax license.
12146
12147 2009-06-11  Bruno Haible  <bruno@clisp.org>
12148
12149         * lib/idpriv.h: Add more references.
12150
12151 2009-06-08  Bruno Haible  <bruno@clisp.org>
12152
12153         Tests for module 'idpriv-droptemp'.
12154         * modules/idpriv-droptemp-tests: New file.
12155         * tests/test-idpriv-droptemp.sh: New file.
12156         * tests/test-idpriv-droptemp.su.sh: New file.
12157         * tests/test-idpriv-droptemp.c: New file.
12158
12159         New module 'idpriv-droptemp'.
12160         * lib/idpriv-droptemp.c: New file.
12161         * modules/idpriv-droptemp: New file.
12162
12163 2009-06-08  Bruno Haible  <bruno@clisp.org>
12164
12165         Tests for module 'idpriv-drop'.
12166         * modules/idpriv-drop-tests: New file.
12167         * tests/test-idpriv-drop.sh: New file.
12168         * tests/test-idpriv-drop.su.sh: New file.
12169         * tests/test-idpriv-drop.c: New file.
12170
12171         New module 'idpriv-drop'.
12172         * lib/idpriv.h: New file.
12173         * lib-idpriv-drop.c: New file.
12174         * m4/idpriv.m4: New file.
12175         * modules/idpriv-drop: New file.
12176
12177 2009-06-08  Bruno Haible  <bruno@clisp.org>
12178
12179         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
12180         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12181         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12182         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12183         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12184         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12185         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12186
12187 2009-06-08  Eric Blake  <ebb9@byu.net>
12188
12189         test-strstr: use memory fence, when possible
12190         * tests/test-strstr.c (main): Use memory fence, in order to be
12191         more likely to trigger Debian bug 521737.
12192         * modules/strstr-tests (Files): Pull in additional files.
12193
12194         memchr: no longer obsolete, for wider field testing
12195         * modules/memchr (Status, Notice): Delete, this module is no
12196         longer obsolete.
12197         * modules/vasnprintf (Depends-on): Add memchr.
12198
12199 2009-06-07  Jim Meyering  <meyering@redhat.com>
12200
12201         hash: declare some functions with the warn_unused_result attribute
12202         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
12203
12204 2009-06-07  Bruno Haible  <bruno@clisp.org>
12205
12206         * tests/test-alignof.c: Don't test int64_t if it does not exist.
12207         Reported by Eric Blake.
12208
12209 2009-06-06  Eric Blake  <ebb9@byu.net>
12210
12211         test-alignof: fix typo with long double
12212         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
12213         compiler error.
12214
12215 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
12216
12217         Escape non-texinfo { and }s.
12218         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
12219         markup error.
12220
12221 2009-06-04  Jim Meyering  <meyering@redhat.com>
12222
12223         gitlog-to-changelog: don't infloop on an empty commit log
12224         * build-aux/gitlog-to-changelog: Warn about an empty log message.
12225         Reported by Boris Petersen <transacid@centerim.org>.
12226
12227 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
12228
12229         version-etc: extend for packagers
12230         Add three new configure options, intended for packagers:
12231           --with-packager="packager name"
12232           --with-packager-version="packager-specific version"
12233           --with-packager-bug-reports="packager bug reporting"
12234         An example with coreutils:
12235           $ ./configure \
12236             --with-packager=Gentoo \
12237             --with-packager-bug-report=http://bugs.gentoo.org/ \
12238             --with-packager-version="patchset 1.6"
12239           $ ./src/ls --version | head -n2
12240           ls (GNU coreutils) 7.1-dirty
12241           Packaged by Gentoo (patchset 1.6)
12242         Note that the bug reporting info via --help doesn't show up because
12243         coreutils uses its own custom emit_bug_reporting_address() implementation
12244         in src/system.h.  If it didn't, it'd look like:
12245           $ ./src/ls --help | tail -n4
12246           Report bugs to <bug-coreutils@gnu.org>.
12247           Report Gentoo bugs to <http://bugs.gentoo.org/>.
12248           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
12249           General help using GNU software: <http://www.gnu.org/gethelp/>.
12250         * lib/version-etc.c: Print new information, if provided.
12251         * m4/version-etc.m4: New file.
12252         * modules/version-etc (Files): Add m4/version-etc.m4.
12253         (configure.ac): Add gl_VERSION_ETC.
12254
12255 2009-05-31  Bruno Haible  <bruno@clisp.org>
12256
12257         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
12258         and 'int64_t'.
12259         * modules/alignof-tests (Dependencies): Add stdint.
12260         Reported by Eric Blake.
12261
12262 2009-05-31  Bruno Haible  <bruno@clisp.org>
12263
12264         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
12265         restriction due to compiler bugs.
12266         Reported by Eric Blake.
12267
12268 2009-05-31  Simon Josefsson  <simon@josefsson.org>
12269             Bruno Haible  <bruno@clisp.org>
12270
12271         Fix test-alignof failure.
12272         * lib/alignof.h (alignof_slot): New macro.
12273         (alignof_type): New macro, with the same semantics as the previous
12274         'alignof'.
12275         (alignof): Alias to alignof_slot.
12276         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
12277         check that the results are usable as constant expressions.
12278
12279 2009-05-31  Bruno Haible  <bruno@clisp.org>
12280
12281         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
12282         * tests/test-memchr.c (main): Check that memchr does not read past the
12283         first occurrence of the byte.
12284         * tests/test-strstr.c (main): Update comment.
12285         Suggested by Eric Blake.
12286
12287 2009-05-30  Bruno Haible  <bruno@clisp.org>
12288
12289         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
12290         detail how to use dumpbin.
12291         Reported by David Byron <dbyron@dbyron.com>.
12292
12293 2009-06-02  Simon Josefsson  <simon@josefsson.org>
12294
12295         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
12296
12297 2009-06-02  Simon Josefsson  <simon@josefsson.org>
12298
12299         * m4/manywarnings.m4: Add GCC 4.4 warnings.
12300
12301 2009-05-28  Bruno Haible  <bruno@clisp.org>
12302
12303         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
12304         build-aux/ files.
12305
12306 2009-05-28  Simon Josefsson  <simon@josefsson.org>
12307
12308         * gnulib-tool (func_import): Transform license on build-aux/ files too.
12309
12310 2009-05-27  Simon Josefsson  <simon@josefsson.org>
12311
12312         * gnulib-tool (sed_transform_main_lib_file)
12313         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
12314         regexps.
12315
12316 2009-05-26  Simon Josefsson  <simon@josefsson.org>
12317
12318         * tests/test-strstr.c: Add another self-test.
12319         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
12320         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
12321
12322 2009-05-23  Bruno Haible  <bruno@clisp.org>
12323
12324         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
12325         change.
12326
12327 2009-05-21  Bruno Haible  <bruno@clisp.org>
12328
12329         Simplify use of mode_t varargs.
12330         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
12331         uses 'mode_t' or 'int'.
12332         * lib/openat.c (openat): Likewise.
12333         * lib/open-safer.c (open_safer): Likewise.
12334         * m4/mode_t.m4: New file.
12335         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
12336         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
12337         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
12338         * modules/open (Files): Add m4/mode_t.m4.
12339         * modules/openat (Files): Likewise.
12340         * modules/fcntl-safer (Files): Likewise.
12341         Suggested by Eric Blake.
12342
12343 2009-05-21  Pádraig Brady  <P@draigbrady.com>
12344
12345         * doc/glibc-functions/fallocate.texi: New file.
12346         * doc/gnulib.texi: Include it.
12347
12348 2009-05-21  Eric Blake  <ebb9@byu.net>
12349             Bruno Haible  <bruno@clisp.org>
12350
12351         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
12352         invocations.
12353         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
12354
12355 2009-05-21  Eric Blake  <ebb9@byu.net>
12356             Bruno Haible  <bruno@clisp.org>
12357
12358         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
12359         include_next. Fix of 2008-11-20 commit.
12360         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
12361         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
12362         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
12363         NEXT_MATH_H.
12364         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
12365         instead of NEXT_MATH_H.
12366
12367 2009-05-21  Bruno Haible  <bruno@clisp.org>
12368
12369         Avoid redefinition warnings for SIZE_MAX.
12370         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
12371         Reported by Simon Josefsson.
12372
12373 2009-05-21  Bruno Haible  <bruno@clisp.org>
12374
12375         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
12376         AC_CACHE_VAL.
12377
12378 2009-05-20  Bruno Haible  <bruno@clisp.org>
12379
12380         Make zeroptr.h work on mingw.
12381         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
12382         mprotect.
12383         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
12384         * modules/memchr2-tests (configure.ac): Likewise.
12385         * modules/memcmp-tests (configure.ac): Likewise.
12386         * modules/memmem-tests (configure.ac): Likewise.
12387         * modules/memrchr-tests (configure.ac): Likewise.
12388         Reported by Simon Josefsson.
12389
12390 2009-05-20  Simon Josefsson  <simon@josefsson.org>
12391
12392         * tests/test-glob.c: Include string.h for strcmp prototype.
12393
12394 2009-05-20  Simon Josefsson  <simon@josefsson.org>
12395
12396         * modules/getdelim (Depends-on): Add explicit stdint, although it
12397         was implicitly already pulled in via realloc-posix.
12398         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
12399
12400 2009-05-20  Simon Josefsson  <simon@josefsson.org>
12401
12402         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
12403         G. Christensen" <tgc@jupiterrise.com>.
12404         * m4/sys_socket_h.m4: Check for sa_family_t.
12405         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
12406         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
12407         * tests/test-sys_socket.c: Check that sa_family_t works.
12408
12409 2009-05-18  Eric Blake  <ebb9@byu.net>
12410
12411         maint.mk: allow gnulib_dir in VPATH build
12412         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
12413
12414 2009-05-15  Jim Meyering  <meyering@redhat.com>
12415
12416         maint.mk: Give gnulib_dir a default definition.
12417         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
12418         Thus, most packages no longer need to specify this variable in cfg.mk
12419
12420 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
12421
12422         rename.m4: fix typos that would make non-mingw cross-configure fail
12423         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
12424
12425 2009-05-13  Eric Blake  <ebb9@byu.net>
12426
12427         mmap-anon: avoid out-of-order autoconf expansion
12428         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
12429         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
12430         * modules/memchr-tests (Depends-on): Add extensions.
12431         * modules/memchr2-tests (Depends-on): Add extensions.
12432         * modules/memcmp-tests (Depends-on): Add extensions.
12433         * modules/memmem-tests (Depends-on): Add extensions.
12434         * modules/memrchr-tests (Depends-on): Add extensions.
12435
12436 2009-05-13  Bruno Haible  <bruno@clisp.org>
12437
12438         Make some tests ISO C 99 compliant.
12439         * tests/zerosize-ptr.h: New file.
12440         * tests/test-memchr.c: Include zerosize-ptr.h.
12441         (main): Use a zero-size object pointer instead of NULL.
12442         * tests/test-memchr2.c: Include zerosize-ptr.h.
12443         (main): Use a zero-size object pointer instead of NULL.
12444         * tests/test-memcmp.c: Include zerosize-ptr.h.
12445         (main): Use a zero-size object pointer instead of NULL.
12446         * tests/test-memmem.c: Include zerosize-ptr.h.
12447         (main): Use a zero-size object pointer instead of NULL.
12448         * tests/test-memrchr.c: Include zerosize-ptr.h.
12449         (main): Use a zero-size object pointer instead of NULL.
12450         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
12451         m4/mmap-anon.m4.
12452         (Depends-on): Add getpagesize.
12453         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12454         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
12455         m4/mmap-anon.m4.
12456         (Depends-on): Add getpagesize.
12457         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12458         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
12459         m4/mmap-anon.m4.
12460         (Depends-on): Add getpagesize.
12461         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12462         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
12463         m4/mmap-anon.m4.
12464         (Depends-on): Add getpagesize.
12465         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12466         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
12467         m4/mmap-anon.m4.
12468         (Depends-on): Add getpagesize.
12469         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
12470
12471 2009-05-12  Bruno Haible  <bruno@clisp.org>
12472
12473         Tests for module 'alignof'.
12474         * modules/alignof-tests: New file.
12475         * tests/test-alignof.c: New file.
12476
12477 2009-05-12  Bruno Haible  <bruno@clisp.org>
12478
12479         Fix alignof macro.
12480         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
12481         vendor compilers that are always correct.
12482
12483 2009-05-12  Bruno Haible  <bruno@clisp.org>
12484
12485         Make the MAP_ANONYMOUS detection work on HP-UX 11.
12486         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
12487         not whether its fully works.
12488
12489 2009-05-12  Bruno Haible  <bruno@clisp.org>
12490
12491         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
12492
12493 2009-05-12  Jim Meyering  <meyering@redhat.com>
12494
12495         * top/maint.mk: Adjust backslash alignment.
12496
12497 2009-05-11  Simon Josefsson  <simon@josefsson.org>
12498
12499         * top/maint.mk: Make $(srcdir)/build-aux configurable.
12500
12501 2009-05-11  Eric Blake  <ebb9@byu.net>
12502
12503         argp: avoid undefined behavior
12504         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
12505         macros.
12506
12507 2009-05-08  Simon Josefsson  <simon@josefsson.org>
12508
12509         * tests/test-vc-list-files-git.sh: Do git config of user.email and
12510         user.name to prevent git commit from complaining.
12511
12512 2009-05-10  Bruno Haible  <bruno@clisp.org>
12513
12514         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
12515         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
12516         it rewrites every file name only once.
12517         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
12518
12519 2009-05-08  Bruno Haible  <bruno@clisp.org>
12520
12521         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
12522         instead of 'max'.
12523
12524 2009-05-08  Simon Josefsson  <simon@josefsson.org>
12525
12526         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
12527         sockaddr_storage test.
12528
12529 2009-05-07  Simon Josefsson  <simon@josefsson.org>
12530
12531         * modules/sys_socket (Makefile.am): Substitute
12532         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
12533         * m4/sys_socket_h.m4: Check for sockaddr_storage.
12534         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
12535         * tests/test-sys_socket.c: Check sockaddr_storage.
12536
12537 2009-05-08  Bruno Haible  <bruno@clisp.org>
12538
12539         New module 'alignof'.
12540         * lib/alignof.h: New file.
12541         * modules/alignof: New file.
12542
12543 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12544             Bruno Haible  <bruno@clisp.org>
12545
12546         Fix test-file-has-acl on FreeBSD.
12547         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
12548         mask is implicitly added.
12549         * tests/test-file-has-acl.c: Include <signal.h>.
12550         (main): Terminate the test after 5 seconds.
12551         * modules/acl-tests (configure.ac): Check for alarm function.
12552
12553 2009-05-04  Bruno Haible  <bruno@clisp.org>
12554
12555         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
12556         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
12557         * modules/errno (configure.ac): Drop AC_REQUIRE.
12558         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
12559         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
12560
12561 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12562
12563         * modules/glob-tests: New module.
12564         * tests/test-glob.c: Add.
12565
12566 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12567
12568         * modules/fnmatch-tests: New module.
12569         * tests/test-fnmatch.c: Add.
12570
12571 2009-05-04  Eric Blake  <ebb9@byu.net>
12572
12573         maint: make the new no-submodule-changes rule VPATH-safe
12574         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
12575
12576 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12577             Bruno Haible  <bruno@clisp.org>
12578
12579         acl: Fix infinite loop on FreeBSD.
12580         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
12581         of return value from acl_get_entry.
12582         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
12583         Likewise.
12584
12585 2009-05-03  Bruno Haible  <bruno@clisp.org>
12586
12587         * lib/acl-internal.h (acl_entries): Clarify return value.
12588         * lib/acl_entries.c (acl_entries): Likewise.
12589
12590 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12591
12592         Bug fix in acl module.
12593         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
12594
12595 2009-05-03  Bruno Haible  <bruno@clisp.org>
12596
12597         Create gperf-generated file in the source dir, not in the build dir.
12598         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
12599         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
12600         * modules/unicase/locale-language (unicase/locale-languages.h):
12601         Likewise.
12602         * modules/unicase/special-casing (unicase/special-casing-table.h):
12603         Likewise.
12604         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
12605         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
12606         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
12607         Reported by Ralf Wildenhues.
12608
12609 2009-05-03  Bruno Haible  <bruno@clisp.org>
12610
12611         * modules/fnmatch (Description, configure.ac): Taken from
12612         fnmatch-posix.
12613         * modules/fnmatch-posix: Turn into a symbolic reference to the
12614         'fnmatch' module, and deprecate.
12615         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
12616
12617 2009-05-03  Bruno Haible  <bruno@clisp.org>
12618
12619         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
12620         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
12621         Reported by Ralf Wildenhues.
12622
12623 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12624
12625         * m4/fnmatch.m4: Fix fnmatch re-define.
12626
12627 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12628
12629         priv-set: new module and tests; adapt write-any-file
12630         * lib/priv-set.c: New file.
12631         * lib/priv-set.h: New file.
12632         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
12633         * lib/write-any-file.c: Simplify by using priv-set module.
12634         * m4/priv-set.m4: New file.
12635         * modules/priv-set: New file.
12636         * modules/unlinkdir: Add dependency on priv-set module.
12637         * modules/write-any-file: Likewise.
12638
12639         Tests for module 'priv-set'.
12640         * modules/priv-set-tests: New file.
12641         * tests/test-priv-set.c: New file.
12642
12643 2009-05-03  Jim Meyering  <meyering@redhat.com>
12644             Bruno Haible  <bruno@clisp.org>
12645
12646         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
12647         use the converted UTF-8 variant of the name instead.
12648
12649 2009-05-03  Jim Meyering  <meyering@redhat.com>
12650
12651         tests: tighten some getdate tests
12652         * tests/test-getdate.c (main): Tighten tests: require equality,
12653         not just greater than.  Set TZ envvar to UTC0.
12654
12655 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
12656
12657         getdate: correctly interpret "next monday" when run on a Monday
12658         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
12659         that e.g., "next tues" (when run on a tuesday) results in a date
12660         that is one week in the future, and not today's date.
12661         I.e., add a week when the wday is the same as the current one.
12662         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
12663         and earlier by Martin Bernreuther and Jan Minář.
12664         * tests/test-getdate.c (main): Check that "next DAY" is always in
12665         the future and that "last DAY" is always in the past.
12666
12667 2009-05-02  Jim Meyering  <meyering@redhat.com>
12668
12669         build: ensure that a release build fails when a submodule is unclean
12670         * top/maint.mk (no-submodule-changes): New rule.
12671         (alpha beta major): Depend on it.
12672
12673 2009-05-02  Bruno Haible  <bruno@clisp.org>
12674
12675         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
12676         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
12677         shell variable gl_fnmatch_required to detect which variant is
12678         requested.
12679         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
12680         gl_FUNC_FNMATCH_POSIX.
12681         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
12682         exclude fnmatch-posix.
12683
12684 2009-05-02  Bruno Haible  <bruno@clisp.org>
12685
12686         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
12687         * modules/mbsrtowcs (License): Change to LGPLv2+.
12688         * modules/strnlen1 (License): Likewise.
12689         Reported by Simon Josefsson.
12690
12691 2009-05-02  Bruno Haible  <bruno@clisp.org>
12692
12693         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
12694         "cross".
12695         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
12696         gnulib-tool was called with option --source-base=lib.
12697
12698 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12699
12700         Use automake *-local hooks without commands, for extensibility.
12701         * modules/localcharset (Makefile.am): Rename install-exec-local
12702         rule to install-exec-localcharset, and make it a prerequisite of
12703         install-exec-local.  Likewise, rename the uninstall-local rule to
12704         uninstall-localcharset, and make it a prerequisite of the former.
12705
12706 2009-05-01  Bruno Haible  <bruno@clisp.org>
12707
12708         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
12709         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12710         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
12711         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
12712         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
12713         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12714         m4/locale-zh.m4, m4/codeset.m4.
12715
12716         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12717         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
12718         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12719         m4/locale-zh.m4.
12720
12721         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
12722         REPLACE_WCRTOMB if mbstate_t must be replaced.
12723         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
12724         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
12725
12726 2009-05-01  Bruno Haible  <bruno@clisp.org>
12727
12728         Avoid compiler warnings when redefining macros defined by <libintl.h>.
12729         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
12730         dngettext, dcngettext, textdomain, bindtextdomain,
12731         bind_textdomain_codeset): Undefine before redefining.
12732
12733 2009-04-30  Bruno Haible  <bruno@clisp.org>
12734
12735         Fix bug introduced on 2009-04-25.
12736         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
12737         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
12738         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
12739         is defined.
12740         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
12741         is defined.
12742         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
12743         is defined.
12744         Reported by Elbert_Pol <elbert.pol@gmail.com>.
12745
12746 2009-04-28  Bruno Haible  <bruno@clisp.org>
12747
12748         Comment tweaks.
12749         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
12750         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
12751         * lib/unicase.h (u*_casexfrm): Likewise.
12752         Reported by Paolo Bonzini.
12753
12754 2009-04-28  Bruno Haible  <bruno@clisp.org>
12755
12756         Fix a compilation error.
12757         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
12758         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12759         Reported by Jim Meyering.
12760
12761 2009-04-27  Bruno Haible  <bruno@clisp.org>
12762
12763         New module 'libunistring'.
12764         * modules/libunistring: New file.
12765         * m4/libunistring.m4: New file.
12766         * MODULES.html.sh (Unicode string functions): Add it.
12767
12768 2009-04-27  Eric Blake  <ebb9@byu.net>
12769
12770         maint.mk: allow package-specific header to provide <config.h>
12771         * top/maint.mk (sc_require_config_h): New variable.
12772         (sc_require_config_h, sc_require_config_h_first): Use it.
12773
12774 2009-04-27  Simon Josefsson  <simon@josefsson.org>
12775
12776         * top/maint.mk (sc_avoid_if_before_free): Except
12777         useless-if-before-free script.
12778
12779 2009-04-27  Eric Blake  <ebb9@byu.net>
12780
12781         maintainer-makefile: depend on all required helper scripts
12782         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
12783         useless-if-before-free.
12784         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
12785         version, rather than assuming gnulib checkout is available.
12786         Reported by Simen Josefsson.
12787
12788 2009-04-26  Bruno Haible  <bruno@clisp.org>
12789
12790         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
12791         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
12792         "../" or "..".
12793
12794 2009-04-26  Bruno Haible  <bruno@clisp.org>
12795
12796         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
12797         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
12798         AC_LIB_HAVE_LINKFLAGS.
12799
12800 2009-04-26  Bruno Haible  <bruno@clisp.org>
12801
12802         Simplify calling convention of u*_conv_from_encoding.
12803         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
12804         u32_conv_from_encoding): Expect a resultbuf argument and return the
12805         result directly as a pointer.
12806         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
12807         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
12808         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
12809         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
12810         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
12811         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12812         Update.
12813         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
12814         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
12815         * lib/vasnprintf.c (VASNPRINTF): Update.
12816         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
12817         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
12818         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
12819         * NEWS: Mention the change.
12820
12821 2009-04-26  Bruno Haible  <bruno@clisp.org>
12822
12823         Simplify calling convention of u*_conv_to_encoding.
12824         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12825         u32_conv_to_encoding): Expect a resultbuf argument and return the
12826         result directly as a pointer.
12827         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12828         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
12829         freeing scaled_offsets if mem_iconveha failed.
12830         * lib/unicase/u-casexfrm.h (FUNC): Update.
12831         * lib/uninorm/u-normxfrm.h (FUNC): Update.
12832         * lib/vasnprintf.c (VASNPRINTF): Update.
12833         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
12834         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
12835         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
12836         * NEWS: Mention the change.
12837
12838 2009-04-26  Bruno Haible  <bruno@clisp.org>
12839
12840         Avoid test failures on AIX and OSF/1.
12841         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
12842         malloc(0).
12843         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12844         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12845         Likewise.
12846         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
12847         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
12848         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
12849         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
12850         * doc/posix-functions/malloc.texi: Document the portability problem
12851         related to malloc(0).
12852
12853 2009-04-26  Bruno Haible  <bruno@clisp.org>
12854
12855         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
12856         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
12857         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
12858
12859 2009-04-25  Bruno Haible  <bruno@clisp.org>
12860
12861         Avoid link error when creating a namespace clean library.
12862         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
12863         as macro with arguments if already defined as an alias.
12864         * lib/signbitf.c (gl_signbitf): Don't undefine.
12865         * lib/signbitd.c (gl_signbitd): Don't undefine.
12866         * lib/signbitl.c (gl_signbitl): Don't undefine.
12867
12868 2009-04-25  Jim Meyering  <meyering@redhat.com>
12869
12870         vc-list-files: fix another quoting bug
12871         * build-aux/vc-list-files: Avoid sed backslash expansion
12872         of pathological directory names.
12873
12874 2009-04-25  Eric Blake  <ebb9@byu.net>
12875
12876         vc-list-files: fix shell quoting error
12877         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
12878         timestamp.
12879
12880 2009-04-25  Jim Meyering  <meyering@redhat.com>
12881
12882         vc-list-files: restore lost functionality with subdir argument
12883         * build-aux/vc-list-files: When given a non-"." sub-directory
12884         argument, substitute the $dir/ prefix back onto each resulting name.
12885         Otherwise, coreutils' root_tests check would fail.
12886
12887 2009-04-24  Eric Blake  <ebb9@byu.net>
12888
12889         vc-list-files: ignore git symlinks
12890         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
12891         than ls-files, to ignore git symlinks.
12892
12893         maint.mk: import improvements from m4
12894         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
12895         (move_if_change): Delete unused macro.
12896         (news-date-check, vc-diff-check): Support VPATH builds.
12897         (announcement): Likewise.  Split --bootstrap-tools list...
12898         (boostrap-tools): ...into separate list, which can be overridden
12899         in cfg.mk.
12900         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
12901         requiring dependency on useless-if-before-free module.
12902         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
12903         Support VPATH builds.
12904
12905 2009-04-24  Jim Meyering  <meyering@redhat.com>
12906
12907         maint.mk: remove coreutils-specific rules and variables
12908         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
12909         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
12910         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
12911
12912         maint.mk: remove obsolete rule
12913         * top/maint.mk (rel-check): Remove rule.
12914         (WGET, WGETFLAGS): Remove now-unused variables.
12915
12916 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12917
12918         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
12919         consistency.
12920
12921         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
12922         '$(PATH_SEPARATOR)' instead of ':'.
12923
12924 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12925
12926         * lib/getopt1.c (main): Use 'const' for static array.
12927
12928 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12929
12930         * top/maint.mk: Sync with coreutils.
12931         * NEWS: Explain incompatibilities.
12932
12933 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12934             Bruno Haible  <bruno@clisp.org>
12935
12936         Fix cross-compilation results.
12937         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
12938         statement, as third argument of AC_TRY_RUN.
12939         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
12940         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
12941         Likewise.
12942         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
12943         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
12944         Likewise.
12945         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
12946         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
12947         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
12948
12949 2009-04-20  Bruno Haible  <bruno@clisp.org>
12950
12951         Avoid test failure on mingw.
12952         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
12953
12954 2009-04-20  Bruno Haible  <bruno@clisp.org>
12955
12956         Avoid compilation error on mingw.
12957         * modules/localename-tests (Depends-on): Add locale.
12958
12959 2009-04-19  Bruno Haible  <bruno@clisp.org>
12960
12961         Support for building a shared library on Windows platforms.
12962         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
12963         (main): Test the presence of UNINORM_NFC here.
12964         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
12965         (main): Test the presence of UNINORM_NFD here.
12966         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
12967         (main): Test the presence of UNINORM_NFKC here.
12968         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
12969         (main): Test the presence of UNINORM_NFKD here.
12970
12971 2009-04-19  Bruno Haible  <bruno@clisp.org>
12972
12973         Avoid a compiler warning.
12974         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
12975         Change type of variable 'sequence'.
12976
12977 2009-04-19  Bruno Haible  <bruno@clisp.org>
12978
12979         * modules/configmake (Makefile.am): When the contents of configmake.h
12980         does not change, arrange to preserve its modification time.
12981
12982 2009-04-17  Simon Josefsson  <simon@josefsson.org>
12983
12984         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
12985         gettext domain.
12986
12987 2009-04-16  Jim Meyering  <meyering@redhat.com>
12988
12989         useless-if-before-free: improve conversion code
12990         * build-aux/useless-if-before-free: Adjust code-in-comment to match
12991         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
12992
12993 2009-04-14  Bruno Haible  <bruno@clisp.org>
12994
12995         * modules/fcntl (Depends-on): Add extensions.
12996         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
12997
12998 2009-04-12  Ben Pfaff  <blp@gnu.org>
12999
13000         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
13001         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
13002
13003 2009-03-20  Ben Pfaff  <blp@gnu.org>
13004
13005         Make rename replace existing destinations on Windows.
13006         * m4/rename.m4: Add test for Mingw.
13007         * lib/rename.c: Add rename replacement that uses MoveFileEx with
13008         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
13009         * doc/posix-functions/rename.texi: Document.
13010
13011 2009-04-10  Bruno Haible  <bruno@clisp.org>
13012
13013         New include file "iconveh.h".
13014         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
13015         * lib/striconveh.h: Include it.
13016         (enum iconv_ilseq_handler): Remove definition.
13017         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
13018         striconveh.h.
13019         * lib/striconveha.c: Include striconveh.h.
13020         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
13021         * modules/striconveh (Files): Add lib/iconveh.h.
13022         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
13023         lib/striconveh.h.
13024
13025 2009-04-10  Bruno Haible  <bruno@clisp.org>
13026
13027         * lib/uniconv.h: Update comment.
13028
13029 2009-04-10  Bruno Haible  <bruno@clisp.org>
13030
13031         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
13032         always.
13033         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
13034         * lib/unistr/u16-mbtouc-aux.c: Likewise.
13035         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
13036         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
13037         "unistring-notinline.h", so that the function gets defined always.
13038         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
13039         * lib/unistr/u8-uctomb.c: Likewise.
13040         * lib/unistr/u16-mbtouc.c: Likewise.
13041         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
13042         * lib/unistr/u16-uctomb.c: Likewise.
13043         * lib/unistr/u32-mbtouc.c: Likewise.
13044         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
13045         * lib/unistr/u32-uctomb.c: Likewise.
13046
13047 2009-04-10  Bruno Haible  <bruno@clisp.org>
13048
13049         Mark 'utime' obsolete.
13050         * modules/utime (Status, Notice): New sections.
13051         Suggested by Jim Meyering.
13052
13053         Fix cross-compile guess for utime test.
13054         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
13055         autoconf.
13056         * doc/posix-functions/utime.texi: Give more precisions.
13057         Reported by Jan <ipif@ymail.com>.
13058
13059 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
13060
13061         filevercmp: correct today's change
13062         * lib/filevercmp.c: Also handle coreutils' test inputs.
13063         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
13064
13065         Fix regression in 'filevercmp' module. Thanks Sven Joachim
13066         for reporting it.
13067         * lib/filevercmp.c: Special handle for "", "." and "..".
13068         * tests/test-filevercmp.c: Enlarge the set suite.
13069
13070 2009-04-07  Jim Meyering  <meyering@redhat.com>
13071
13072         useless-if-before-free: show how to remove braced useless free, too
13073         * build-aux/useless-if-before-free: still only in a comment, though.
13074
13075 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
13076
13077         maint.mk: import changes to syntax-check macros from coreutils
13078         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
13079         Use them in the relevant macros.
13080
13081 2009-04-06  Bruno Haible  <bruno@clisp.org>
13082
13083         Fix unportable use of bit-fields.
13084         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
13085         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
13086         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
13087
13088 2009-04-06  Bruno Haible  <bruno@clisp.org>
13089
13090         Avoid test failures on AIX and OSF/1.
13091         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
13092         that malloc(0) = NULL.
13093         * tests/unicase/test-u8-tolower.c (check): Likewise.
13094         * tests/unicase/test-u8-totitle.c (check): Likewise.
13095         * tests/unicase/test-u8-toupper.c (check): Likewise.
13096         * tests/unicase/test-u16-casefold.c (check): Likewise.
13097         * tests/unicase/test-u16-tolower.c (check): Likewise.
13098         * tests/unicase/test-u16-totitle.c (check): Likewise.
13099         * tests/unicase/test-u16-toupper.c (check): Likewise.
13100         * tests/unicase/test-u32-casefold.c (check): Likewise.
13101         * tests/unicase/test-u32-tolower.c (check): Likewise.
13102         * tests/unicase/test-u32-totitle.c (check): Likewise.
13103         * tests/unicase/test-u32-toupper.c (check): Likewise.
13104         * tests/uninorm/test-u8-nfc.c (check): Likewise.
13105         * tests/uninorm/test-u8-nfd.c (check): Likewise.
13106         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
13107         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
13108         * tests/uninorm/test-u16-nfc.c (check): Likewise.
13109         * tests/uninorm/test-u16-nfd.c (check): Likewise.
13110         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
13111         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
13112         * tests/uninorm/test-u32-nfc.c (check): Likewise.
13113         * tests/uninorm/test-u32-nfd.c (check): Likewise.
13114         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
13115         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
13116
13117 2009-04-05  Bruno Haible  <bruno@clisp.org>
13118
13119         Work around an autoconf limitation.
13120         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
13121         comment line if it would be longer than 3 KB.
13122
13123 2009-04-05  Bruno Haible  <bruno@clisp.org>
13124
13125         Avoid test failure with libiconv-1.13.
13126         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
13127         of the expected test results.
13128
13129 2009-04-05  Bruno Haible  <bruno@clisp.org>
13130
13131         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
13132         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
13133         that it should be installed.
13134
13135 2009-04-05  Bruno Haible  <bruno@clisp.org>
13136
13137         * gnulib-tool: New option --copy-file.
13138         (func_usage): Document it.
13139         (func_dest_tmpfilename): Moved out of func_import.
13140         (func_add_file, func_update_file): New functions, extracted from
13141         func_import.
13142         (func_import): Update.
13143
13144 2009-04-05  Karl Berry  <karl@gnu.org>
13145
13146         * README: prominently mention gnulib-tool.
13147         Rearrange sections so getting the code is near the top.
13148
13149 2009-04-05  Bruno Haible  <bruno@clisp.org>
13150
13151         * lib/unicase.h: Mention u*_cmp2.
13152         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
13153         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
13154         * lib/unicase/ulc-casecmp.c: Likewise.
13155         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
13156         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
13157         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
13158         unistr/u8-cmp.
13159         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
13160         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
13161         unistr/u16-cmp.
13162         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
13163         unistr/u32-cmp.
13164
13165         * lib/uninorm.h: Mention u*_cmp2.
13166         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
13167         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
13168         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
13169         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
13170         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
13171         unistr/u8-cmp.
13172         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
13173         unistr/u16-cmp.
13174         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
13175         unistr/u32-cmp.
13176
13177         New module 'unistr/u32-cmp2'.
13178         * lib/unistr/u32-cmp2.c: New file.
13179         * modules/unistr/u32-cmp2: New file.
13180
13181         New module 'unistr/u16-cmp2'.
13182         * lib/unistr/u16-cmp2.c: New file.
13183         * modules/unistr/u16-cmp2: New file.
13184
13185         New module 'unistr/u8-cmp2'.
13186         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
13187         * lib/unistr/u8-cmp2.c: New file.
13188         * lib/unistr/u-cmp2.h: New file.
13189         * modules/unistr/u8-cmp2: New file.
13190
13191 2009-04-05  Bruno Haible  <bruno@clisp.org>
13192
13193         * lib/unictype.h (uc_property_is_valid): New macro.
13194         * tests/unictype/test-pr_byname.c (main): Use it.
13195
13196         * lib/unistr.h: Doc fixes.
13197         * lib/uniconv.h: Doc fixes.
13198         * lib/unictype.h: Doc fixes.
13199
13200 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
13201
13202         Port coreutils 7.2 to Solaris 8.
13203
13204         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
13205         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
13206         for Solaris 8.  This is a bit of a hack, as it means it's the
13207         caller's responsibility to add -lnsl if needed, but most likely it
13208         won't be needed since only getaddrinfo uses this and getaddrinfo
13209         isn't needed on Solaris 8.
13210
13211         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
13212         problem to Solaris 8 encountered with coreutils 7.2, which
13213         resulted in a message "fnmatch.c:292: warning: passing argument 4
13214         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
13215         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
13216
13217 2009-04-03  Simon Josefsson  <simon@josefsson.org>
13218
13219         * m4/ld-version-script.m4: Add FIXME comment.
13220
13221 2009-04-02  Simon Josefsson  <simon@josefsson.org>
13222
13223         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
13224         SOVERSION variable.
13225
13226 2009-04-02  Bruno Haible  <bruno@clisp.org>
13227
13228         * Makefile (info, html, dvi, pdf): Combine the rules.
13229         Suggested by Jim Meyering.
13230
13231 2009-04-01  Bruno Haible  <bruno@clisp.org>
13232
13233         * Makefile (info, html, dvi, pdf): New targets.
13234         Reported by Reuben Thomas <rrt@sc3d.org>.
13235
13236 2009-04-01  Bruno Haible  <bruno@clisp.org>
13237
13238         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
13239         can be put into PATH.
13240         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
13241
13242 2009-04-01  Bruno Haible  <bruno@clisp.org>
13243
13244         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
13245
13246 2009-04-01  Bruno Haible  <bruno@clisp.org>
13247
13248         Rename module 'visibility'.
13249         * modules/lib-symbol-visibility: Renamed from modules/visibility.
13250         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
13251         * doc/gnulib.texi: Update.
13252         * MODULES.html.sh (Misc): Update.
13253         * NEWS: Mention the change.
13254
13255 2009-04-01  Simon Josefsson  <simon@josefsson.org>
13256
13257         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
13258         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
13259         Eric Blake <ebb9@byu.net> for review.
13260         * MODULES.html.sh: Add lib-msvc-compat.
13261         * doc/gnulib.texi: Link to new section.
13262         * m4/ld-output-def.m4: New file.
13263         * doc/ld-output-def.texi: New file.
13264
13265 2009-04-01  Simon Josefsson  <simon@josefsson.org>
13266
13267         Rename ld-version-script to lib-symbol-versions.  Suggested by
13268         Bruno Haible <bruno@clisp.org>.
13269         * modules/ld-version-script: Renamed to lib-symbol-versions.
13270         * doc/ld-version-script.texi: Fix module name.
13271         * MODULES.html.sh: Add lib-symbol-versions.
13272
13273 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13274
13275         * modules/u64-tests: New file.
13276         * tests/test-u64.c: New file.
13277
13278 2009-03-04  Simon Josefsson  <simon@josefsson.org>
13279
13280         * MODULES.html.sh: Mention u64.
13281         * modules/u64: New module.
13282         * modules/crypto/sha512: Depend on u64 module instead of providing
13283         u64.h.
13284
13285 2009-03-27  Eric Blake  <ebb9@byu.net>
13286
13287         test-strerror: make debugging EAI_SYSTEM easier
13288         * modules/getaddrinfo-tests (Depends-on): Add strerror.
13289         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
13290         failure was EAI_SYSTEM.
13291
13292 2009-03-25  Bruno Haible  <bruno@clisp.org>
13293
13294         Fix a problem with --enable-relocatable on Solaris 7.
13295         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
13296         since 2008-02-24.
13297
13298 2009-03-25  Eric Blake  <ebb9@byu.net>
13299
13300         test-sockets: avoid gcc warning
13301         * tests/test-sockets.c (main): Silence compiler warning.
13302
13303 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
13304
13305         New modules nproc, pthread, contributed by Glen Lenker.
13306
13307         * MODULES.html.sh: Add pthread, nproc.
13308         * lib/nproc.c: New file.
13309         * lib/nproc.h: New file.
13310         * lib/pthread.in.h: New file.
13311         * m4/pthread.m4: New file.
13312         * modules/nproc: New file.
13313         * modules/pthread: New file.
13314
13315 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13316
13317         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
13318         New variable.
13319
13320 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
13321
13322         filevercmp: handle simple~ and numbered.~3~ backup suffixes
13323         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
13324         * tests/test-filevercmp.c: Add tests for backup suffixes.
13325
13326 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13327
13328         * modules/stdlib (Depends-on): Add stdint, needed when defining
13329         struct random_data on, for example, HP-UX 10.20.  Reported by
13330         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13331
13332 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13333
13334         * lib/readline.c (readline): Call fflush on stdout after printing
13335         prompt.
13336
13337 2009-03-20  Bruno Haible  <bruno@clisp.org>
13338
13339         Remove dependency from 'close' module to -lws2_32 on native Windows.
13340         * lib/close-hook.h: New file.
13341         * lib/close-hook.c: New file.
13342         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
13343         w32sock.h.
13344         (_gl_close_fd_maybe_socket): Remove function.
13345         (rpl_close): Invoke execute_all_close_hooks instead of
13346         _gl_close_fd_maybe_socket.
13347         * lib/sockets.c: Include close-hook.h, w32sock.h.
13348         (close_fd_maybe_socket): New function, essentially from lib/close.c.
13349         (close_sockets_hook): New variable.
13350         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
13351         (gl_sockets_cleanup): Unregister it.
13352         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
13353         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
13354         * modules/close-hook: New file.
13355         * modules/close (Files): Remove lib/w32sock.h.
13356         (Depends-on): Add close-hook.
13357         (Link): Remove section.
13358         * modules/sockets (Files): Add lib/w32sock.h.
13359         (Depends-on): Add close-hook.
13360         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
13361         invocation.
13362         * NEWS: Mention that LIB_CLOSE is gone.
13363
13364 2009-03-23  Eric Blake  <ebb9@byu.net>
13365
13366         signal-tests: test previous patch
13367         * tests/test-signal.c: New file.
13368         * modules/signal-tests: Likewise.
13369
13370         signal.h: always support 'volatile sig_atomic_t'
13371         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
13372         (gl_SIGNAL_H_DEFAULTS): Add a default.
13373         * modules/signal (Makefile.am): Substitute if needed.
13374         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
13375         users can blindly add volatile.
13376         * doc/posix-headers/signal.texi (signal.h): Document it.
13377         Reported by Matthew Woehlke.
13378
13379 2009-03-23  Jim Meyering  <meyering@redhat.com>
13380
13381         pathmax: PATH_MAX: use pathconf only when available
13382         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
13383         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
13384         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
13385         This avoids a link failure in a PSP cross-compilation environment
13386         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
13387
13388         * lib/vasnprintf.c (divide): Fix typo in comment.
13389
13390 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13391
13392         * gnulib-tool (func_filter_filelist): Fix comment.
13393
13394 2009-03-20  Bruno Haible  <bruno@clisp.org>
13395
13396         Make sockets.h self-contained.
13397         * lib/sockets.c: Include sockets.h first.
13398         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
13399
13400 2009-03-19  Eric Blake  <ebb9@byu.net>
13401
13402         doc: mention more functions added in cygwin 1.7.0
13403         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
13404         addition.
13405         * doc/posix-functions/log2f.texi: Likewise.
13406
13407 2009-03-19  Jim Meyering  <meyering@redhat.com>
13408
13409         fsusage: avoid syntax error due to statement-before-declaration
13410         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
13411         after all declarations.  Reported by Matthew Woehlke in
13412         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
13413
13414 2009-03-18  Eric Blake  <ebb9@byu.net>
13415
13416         build-aux/compile: sync from automake
13417         * build-aux/compile: New file, from automake.
13418         * config/srclist.txt: Mention build-aux/compile.
13419
13420 2009-03-17  Bruno Haible  <bruno@clisp.org>
13421
13422         * lib/git-merge-changelog.c: Fix typo in comment.
13423         Reported by Reuben Thomas <rrt@sc3d.org>.
13424
13425 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
13426
13427         * m4/regex.m4: update and improve help for
13428         --without-included-regex.
13429
13430 2009-03-17  Simon Josefsson  <simon@josefsson.org>
13431
13432         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
13433         failure on missing include files.
13434
13435 2009-03-17  Eric Blake  <ebb9@byu.net>
13436
13437         doc: mention more functions added in cygwin 1.7.0
13438         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
13439         addition.
13440         * doc/posix-functions/fwscanf.texi: Likewise.
13441         * doc/posix-functions/swprintf.texi: Likewise.
13442         * doc/posix-functions/swscanf.texi: Likewise.
13443         * doc/posix-functions/vfwprintf.texi: Likewise.
13444         * doc/posix-functions/vfwscanf.texi: Likewise.
13445         * doc/posix-functions/vswprintf.texi: Likewise.
13446         * doc/posix-functions/vswscanf.texi: Likewise.
13447         * doc/posix-functions/vwprintf.texi: Likewise.
13448         * doc/posix-functions/vwscanf.texi: Likewise.
13449         * doc/posix-functions/wcscasecmp.texi: Likewise.
13450         * doc/posix-functions/wcsdup.texi: Likewise.
13451         * doc/posix-functions/wcsftime.texi: Likewise.
13452         * doc/posix-functions/wcsncasecmp.texi: Likewise.
13453         * doc/posix-functions/wprintf.texi: Likewise.
13454         * doc/posix-functions/wscanf.texi: Likewise.
13455         * doc/glibc-functions/gethostbyname2.texi: Likewise.
13456
13457 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13458
13459         maint.mk: really add $(AM_MAKEFLAGS)
13460         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
13461         was inadvertently omitted in the last commit.
13462         Spotted by Bruno Haible.
13463
13464         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
13465         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
13466         $(AM_MAKEFLAGS)' rather than plain `make'.
13467
13468         gnulib-tool: execute $MAKE not make
13469         * gnulib-tool: Default $MAKE to 'make'.
13470         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
13471         than make.  Initialize $MAKE in the do-autobuild script.
13472
13473         gnulib-tool: use $MAKE not make in generated files
13474         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
13475         make, in generated files.  Initialize $MAKE in the do-autobuild
13476         script.
13477
13478         * top/GNUmakefile (_have-git-version-gen): Fix typo.
13479
13480         GNUmakefile: disable parallelism only for multiple, recursive targets
13481         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
13482         additions in the Makefile.
13483         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
13484         by Automake.
13485         (.NOTPARALLEL): Only disable parallel builds if multiple targets
13486         are listed on the command line and at least one of them is
13487         listed in $(ALL_RECURSIVE_TARGETS).
13488
13489 2009-03-14  Bruno Haible  <bruno@clisp.org>
13490
13491         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
13492         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
13493         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
13494         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
13495         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
13496         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
13497         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
13498         unistr/u8-uctomb.
13499         * modules/unistr/u8-strchr (Depends-on): Likewise.
13500         * modules/unistr/u8-strrchr (Depends-on): Likewise.
13501         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
13502         unistr/u16-uctomb.
13503         * modules/unistr/u16-strchr (Depends-on): Likewise.
13504         * modules/unistr/u16-strrchr (Depends-on): Likewise.
13505
13506 2009-03-12  Bruno Haible  <bruno@clisp.org>
13507
13508         Work around select() bug on Interix 3.5.
13509         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
13510         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
13511         * m4/select.m4: New file.
13512         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
13513         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
13514         * modules/select (Files): Add m4/select.m4.
13515         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
13516         * modules/nanosleep (Depends-on): Add select.
13517         * modules/poll (Depends-on): Likewise.
13518         * doc/posix-functions/select.texi: Mention the Interix bug.
13519         Reported by Markus Duft <mduft@gentoo.org>.
13520
13521         * lib/select.c: Renamed from lib/winsock-select.c.
13522         * modules/select (Files): Add lib/select.c, remove
13523         lib/winsock-select.c.
13524         (configure.ac): Update.
13525
13526 2009-03-12  Jim Meyering  <meyering@redhat.com>
13527
13528         avoid gcc warnings about unused macro definitions
13529         * lib/readtokens.c (STREQ): Remove unused definition.
13530         * lib/xmalloc.c (SIZE_MAX): Likewise.
13531         * lib/openat-die.c (N_): Likewise.
13532         * lib/mountlist.c (SIZE_MAX): Remove definition.
13533         Instead, include <stdint.h>.
13534         * lib/readutmp.c: Likewise.
13535         * modules/readutmp (Depends-on): Add stdint.
13536         * modules/mountlist (Depends-on): Add stdint.
13537         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
13538
13539 2009-03-10  Bruno Haible  <bruno@clisp.org>
13540
13541         Tests for module 'mbmemcasecoll'.
13542         * modules/mbmemcasecoll-tests: New file.
13543         * tests/test-mbmemcasecoll1.sh: New file.
13544         * tests/test-mbmemcasecoll2.sh: New file.
13545         * tests/test-mbmemcasecoll3.sh: New file.
13546         * tests/test-mbmemcasecoll.c: New file.
13547
13548         New module 'mbmemcasecoll'.
13549         * lib/mbmemcasecoll.h: New file.
13550         * lib/mbmemcasecoll.c: New file.
13551         * modules/mbmemcasecoll: New file.
13552
13553         * tests/test-mbmemcasecmp.h: New file, extracted from
13554         tests/test-mbmemcasecmp.c.
13555         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
13556         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
13557         (main): Update.
13558         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
13559
13560 2009-03-09  Bruno Haible  <bruno@clisp.org>
13561
13562         Tests for module 'mbmemcasecmp'.
13563         * modules/mbmemcasecmp-tests: New file.
13564         * tests/test-mbmemcasecmp1.sh: New file.
13565         * tests/test-mbmemcasecmp2.sh: New file.
13566         * tests/test-mbmemcasecmp3.sh: New file.
13567         * tests/test-mbmemcasecmp.c: New file.
13568
13569         New module 'mbmemcasecmp'.
13570         * lib/mbmemcasecmp.h: New file.
13571         * lib/mbmemcasecmp.c: New file.
13572         * modules/mbmemcasecmp: New file.
13573
13574 2009-03-09  Bruno Haible  <bruno@clisp.org>
13575
13576         Tests for module 'unicase/ulc-casecoll'.
13577         * modules/unicase/ulc-casecoll-tests: New file.
13578         * tests/unicase/test-ulc-casecoll1.sh: New file.
13579         * tests/unicase/test-ulc-casecoll2.sh: New file.
13580         * tests/unicase/test-ulc-casecoll.c: New file.
13581
13582         New module 'unicase/ulc-casecoll'.
13583         * lib/unicase.h (ulc_casecoll): New declaration.
13584         * lib/unicase/ulc-casecoll.c: New file.
13585         * modules/unicase/ulc-casecoll: New file.
13586
13587         New module 'unicase/ulc-casexfrm'.
13588         * lib/unicase.h (ulc_casexfrm): New declaration.
13589         * lib/unicase/ulc-casexfrm.c: New file.
13590         * modules/unicase/ulc-casexfrm: New file.
13591
13592 2009-03-09  Bruno Haible  <bruno@clisp.org>
13593
13594         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
13595         invocations.
13596
13597         * m4/mbscasecmp.m4: Remove file.
13598         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
13599         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
13600
13601         * m4/mbscasestr.m4: Remove file.
13602         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
13603         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
13604
13605         * m4/mbschr.m4: Remove file.
13606         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
13607         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
13608
13609         * m4/mbscspn.m4: Remove file.
13610         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
13611         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
13612
13613         * m4/mbslen.m4: Remove file.
13614         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
13615         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
13616
13617         * m4/mbsncasecmp.m4: Remove file.
13618         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
13619         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
13620
13621         * m4/mbsnlen.m4: Remove file.
13622         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
13623         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
13624
13625         * m4/mbspbrk.m4: Remove file.
13626         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
13627         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
13628
13629         * m4/mbspcasecmp.m4: Remove file.
13630         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
13631         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
13632
13633         * m4/mbsrchr.m4: Remove file.
13634         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
13635         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
13636
13637         * m4/mbssep.m4: Remove file.
13638         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
13639         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
13640
13641         * m4/mbsspn.m4: Remove file.
13642         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
13643         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
13644
13645         * m4/mbsstr.m4: Remove file.
13646         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
13647         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
13648
13649         * m4/mbstok_r.m4: Remove file.
13650         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
13651         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
13652
13653         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
13654
13655         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
13656         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
13657
13658         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
13659
13660 2009-03-08  Bruno Haible  <bruno@clisp.org>
13661
13662         Tests for module 'unicase/ulc-casecmp'.
13663         * modules/unicase/ulc-casecmp-tests: New file.
13664         * tests/unicase/test-ulc-casecmp1.sh: New file.
13665         * tests/unicase/test-ulc-casecmp2.sh: New file.
13666         * tests/unicase/test-ulc-casecmp.c: New file.
13667
13668         New module 'unicase/ulc-casecmp'.
13669         * lib/unicase.h (ulc_casecmp): New declaration.
13670         * lib/unicase/ulc-casecmp.c: New file.
13671         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
13672         'const SRC_UNIT *'.
13673         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
13674         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
13675         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
13676         * modules/unicase/ulc-casecmp: New file.
13677
13678         Tests for module 'unicase/u32-is-cased'.
13679         * modules/unicase/u32-is-cased-tests: New file.
13680         * tests/unicase/test-u32-is-cased.c: New file.
13681
13682         Tests for module 'unicase/u16-is-cased'.
13683         * modules/unicase/u16-is-cased-tests: New file.
13684         * tests/unicase/test-u16-is-cased.c: New file.
13685
13686         Tests for module 'unicase/u8-is-cased'.
13687         * modules/unicase/u8-is-cased-tests: New file.
13688         * tests/unicase/test-u8-is-cased.c: New file.
13689         * tests/unicase/test-is-cased.h: New file.
13690
13691         New module 'unicase/u32-is-cased'.
13692         * lib/unicase/u32-is-cased.c: New file.
13693         * modules/unicase/u32-is-cased: New file.
13694
13695         New module 'unicase/u16-is-cased'.
13696         * lib/unicase/u16-is-cased.c: New file.
13697         * modules/unicase/u16-is-cased: New file.
13698
13699         New module 'unicase/u8-is-cased'.
13700         * lib/unicase/u8-is-cased.c: New file.
13701         * lib/unicase/u-is-cased.h: New file.
13702         * modules/unicase/u8-is-cased: New file.
13703
13704         Tests for module 'unicase/u32-is-casefolded'.
13705         * modules/unicase/u32-is-casefolded-tests: New file.
13706         * tests/unicase/test-u32-is-casefolded.c: New file.
13707
13708         Tests for module 'unicase/u16-is-casefolded'.
13709         * modules/unicase/u16-is-casefolded-tests: New file.
13710         * tests/unicase/test-u16-is-casefolded.c: New file.
13711
13712         Tests for module 'unicase/u8-is-casefolded'.
13713         * modules/unicase/u8-is-casefolded-tests: New file.
13714         * tests/unicase/test-u8-is-casefolded.c: New file.
13715         * tests/unicase/test-is-casefolded.h: New file.
13716
13717         New module 'unicase/u32-is-casefolded'.
13718         * lib/unicase/u32-is-casefolded.c: New file.
13719         * modules/unicase/u32-is-casefolded: New file.
13720
13721         New module 'unicase/u16-is-casefolded'.
13722         * lib/unicase/u16-is-casefolded.c: New file.
13723         * modules/unicase/u16-is-casefolded: New file.
13724
13725         New module 'unicase/u8-is-casefolded'.
13726         * lib/unicase/u8-is-casefolded.c: New file.
13727         * modules/unicase/u8-is-casefolded: New file.
13728
13729         Tests for module 'unicase/u32-is-titlecase'.
13730         * modules/unicase/u32-is-titlecase-tests: New file.
13731         * tests/unicase/test-u32-is-titlecase.c: New file.
13732
13733         Tests for module 'unicase/u16-is-titlecase'.
13734         * modules/unicase/u16-is-titlecase-tests: New file.
13735         * tests/unicase/test-u16-is-titlecase.c: New file.
13736
13737         Tests for module 'unicase/u8-is-titlecase'.
13738         * modules/unicase/u8-is-titlecase-tests: New file.
13739         * tests/unicase/test-u8-is-titlecase.c: New file.
13740         * tests/unicase/test-is-titlecase.h: New file.
13741
13742         New module 'unicase/u32-is-titlecase'.
13743         * lib/unicase/u32-is-titlecase.c: New file.
13744         * modules/unicase/u32-is-titlecase: New file.
13745
13746         New module 'unicase/u16-is-titlecase'.
13747         * lib/unicase/u16-is-titlecase.c: New file.
13748         * modules/unicase/u16-is-titlecase: New file.
13749
13750         New module 'unicase/u8-is-titlecase'.
13751         * lib/unicase/u8-is-titlecase.c: New file.
13752         * modules/unicase/u8-is-titlecase: New file.
13753
13754         Tests for module 'unicase/u32-is-lowercase'.
13755         * modules/unicase/u32-is-lowercase-tests: New file.
13756         * tests/unicase/test-u32-is-lowercase.c: New file.
13757
13758         Tests for module 'unicase/u16-is-lowercase'.
13759         * modules/unicase/u16-is-lowercase-tests: New file.
13760         * tests/unicase/test-u16-is-lowercase.c: New file.
13761
13762         Tests for module 'unicase/u8-is-lowercase'.
13763         * modules/unicase/u8-is-lowercase-tests: New file.
13764         * tests/unicase/test-u8-is-lowercase.c: New file.
13765         * tests/unicase/test-is-lowercase.h: New file.
13766
13767         New module 'unicase/u32-is-lowercase'.
13768         * lib/unicase/u32-is-lowercase.c: New file.
13769         * modules/unicase/u32-is-lowercase: New file.
13770
13771         New module 'unicase/u16-is-lowercase'.
13772         * lib/unicase/u16-is-lowercase.c: New file.
13773         * modules/unicase/u16-is-lowercase: New file.
13774
13775         New module 'unicase/u8-is-lowercase'.
13776         * lib/unicase/u8-is-lowercase.c: New file.
13777         * modules/unicase/u8-is-lowercase: New file.
13778
13779         Tests for module 'unicase/u32-is-uppercase'.
13780         * modules/unicase/u32-is-uppercase-tests: New file.
13781         * tests/unicase/test-u32-is-uppercase.c: New file.
13782
13783         Tests for module 'unicase/u16-is-uppercase'.
13784         * modules/unicase/u16-is-uppercase-tests: New file.
13785         * tests/unicase/test-u16-is-uppercase.c: New file.
13786
13787         Tests for module 'unicase/u8-is-uppercase'.
13788         * modules/unicase/u8-is-uppercase-tests: New file.
13789         * tests/unicase/test-u8-is-uppercase.c: New file.
13790         * tests/unicase/test-is-uppercase.h: New file.
13791
13792         New module 'unicase/u32-is-uppercase'.
13793         * lib/unicase/u32-is-uppercase.c: New file.
13794         * modules/unicase/u32-is-uppercase: New file.
13795
13796         New module 'unicase/u16-is-uppercase'.
13797         * lib/unicase/u16-is-uppercase.c: New file.
13798         * modules/unicase/u16-is-uppercase: New file.
13799
13800         New module 'unicase/u8-is-uppercase'.
13801         * lib/unicase/u8-is-uppercase.c: New file.
13802         * modules/unicase/u8-is-uppercase: New file.
13803
13804         New module 'unicase/u32-is-invariant'.
13805         * lib/unicase/u32-is-invariant.c: New file.
13806         * modules/unicase/u32-is-invariant: New file.
13807
13808         New module 'unicase/u16-is-invariant'.
13809         * lib/unicase/u16-is-invariant.c: New file.
13810         * modules/unicase/u16-is-invariant: New file.
13811
13812         New module 'unicase/u8-is-invariant'.
13813         * lib/unicase/u8-is-invariant.c: New file.
13814         * lib/unicase/invariant.h: New file.
13815         * lib/unicase/u-is-invariant.h: New file.
13816         * modules/unicase/u8-is-invariant: New file.
13817
13818         Tests for module 'unicase/u32-casecoll'.
13819         * modules/unicase/u32-casecoll-tests: New file.
13820         * tests/unicase/test-u32-casecoll.c: New file.
13821
13822         Tests for module 'unicase/u16-casecoll'.
13823         * modules/unicase/u16-casecoll-tests: New file.
13824         * tests/unicase/test-u16-casecoll.c: New file.
13825
13826         Tests for module 'unicase/u8-casecoll'.
13827         * modules/unicase/u8-casecoll-tests: New file.
13828         * tests/unicase/test-u8-casecoll.c: New file.
13829
13830         New module 'unicase/u32-casecoll'.
13831         * lib/unicase/u32-casecoll.c: New file.
13832         * modules/unicase/u32-casecoll: New file.
13833
13834         New module 'unicase/u16-casecoll'.
13835         * lib/unicase/u16-casecoll.c: New file.
13836         * modules/unicase/u16-casecoll: New file.
13837
13838         New module 'unicase/u8-casecoll'.
13839         * lib/unicase/u8-casecoll.c: New file.
13840         * lib/unicase/u-casecoll.h: New file.
13841         * modules/unicase/u8-casecoll: New file.
13842
13843         New module 'unicase/u32-casexfrm'.
13844         * lib/unicase/u32-casexfrm.c: New file.
13845         * modules/unicase/u32-casexfrm: New file.
13846
13847         New module 'unicase/u16-casexfrm'.
13848         * lib/unicase/u16-casexfrm.c: New file.
13849         * modules/unicase/u16-casexfrm: New file.
13850
13851         New module 'unicase/u8-casexfrm'.
13852         * lib/unicase/u8-casexfrm.c: New file.
13853         * lib/unicase/u-casexfrm.h: New file.
13854         * modules/unicase/u8-casexfrm: New file.
13855
13856         Tests for module 'unicase/u32-casecmp'.
13857         * modules/unicase/u32-casecmp-tests: New file.
13858         * tests/unicase/test-u32-casecmp.c: New file.
13859
13860         Tests for module 'unicase/u16-casecmp'.
13861         * modules/unicase/u16-casecmp-tests: New file.
13862         * tests/unicase/test-u16-casecmp.c: New file.
13863
13864         Tests for module 'unicase/u8-casecmp'.
13865         * modules/unicase/u8-casecmp-tests: New file.
13866         * tests/unicase/test-u8-casecmp.c: New file.
13867         * tests/unicase/test-casecmp.h: New file.
13868
13869         New module 'unicase/u32-casecmp'.
13870         * lib/unicase/u32-casecmp.c: New file.
13871         * modules/unicase/u32-casecmp: New file.
13872
13873         New module 'unicase/u16-casecmp'.
13874         * lib/unicase/u16-casecmp.c: New file.
13875         * modules/unicase/u16-casecmp: New file.
13876
13877         New module 'unicase/u8-casecmp'.
13878         * lib/unicase/u8-casecmp.c: New file.
13879         * lib/unicase/u-casecmp.h: New file.
13880         * modules/unicase/u8-casecmp: New file.
13881
13882         Tests for module 'unicase/u32-casefold'.
13883         * modules/unicase/u32-casefold-tests: New file.
13884         * tests/unicase/test-u32-casefold.c: New file.
13885
13886         Tests for module 'unicase/u16-casefold'.
13887         * modules/unicase/u16-casefold-tests: New file.
13888         * tests/unicase/test-u16-casefold.c: New file.
13889
13890         Tests for module 'unicase/u8-casefold'.
13891         * modules/unicase/u8-casefold-tests: New file.
13892         * tests/unicase/test-u8-casefold.c: New file.
13893
13894         New module 'unicase/u32-casefold'.
13895         * lib/unicase/u32-casefold.c: New file.
13896         * modules/unicase/u32-casefold: New file.
13897
13898         New module 'unicase/u16-casefold'.
13899         * lib/unicase/u16-casefold.c: New file.
13900         * modules/unicase/u16-casefold: New file.
13901
13902         New module 'unicase/u8-casefold'.
13903         * lib/unicase/u8-casefold.c: New file.
13904         * lib/unicase/u-casefold.h: New file.
13905         * modules/unicase/u8-casefold: New file.
13906
13907         New module 'unicase/tocasefold'.
13908         * lib/unicase/casefold.h: New file.
13909         * lib/unicase/tocasefold.c: New file.
13910         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
13911         * modules/unicase/tocasefold: New file.
13912
13913         Tests for module 'unicase/u32-totitle'.
13914         * modules/unicase/u32-totitle-tests: New file.
13915         * tests/unicase/test-u32-totitle.c: New file.
13916
13917         Tests for module 'unicase/u16-totitle'.
13918         * modules/unicase/u16-totitle-tests: New file.
13919         * tests/unicase/test-u16-totitle.c: New file.
13920
13921         Tests for module 'unicase/u8-totitle'.
13922         * modules/unicase/u8-totitle-tests: New file.
13923         * tests/unicase/test-u8-totitle.c: New file.
13924
13925         New module 'unicase/u32-totitle'.
13926         * lib/unicase/u32-totitle.c: New file.
13927         * modules/unicase/u32-totitle: New file.
13928
13929         New module 'unicase/u16-totitle'.
13930         * lib/unicase/u16-totitle.c: New file.
13931         * modules/unicase/u16-totitle: New file.
13932
13933         New module 'unicase/u8-totitle'.
13934         * lib/unicase/u8-totitle.c: New file.
13935         * lib/unicase/u-totitle.h: New file.
13936         * modules/unicase/u8-totitle: New file.
13937
13938         Tests for module 'unicase/u32-tolower'.
13939         * modules/unicase/u32-tolower-tests: New file.
13940         * tests/unicase/test-u32-tolower.c: New file.
13941
13942         Tests for module 'unicase/u16-tolower'.
13943         * modules/unicase/u16-tolower-tests: New file.
13944         * tests/unicase/test-u16-tolower.c: New file.
13945
13946         Tests for module 'unicase/u8-tolower'.
13947         * modules/unicase/u8-tolower-tests: New file.
13948         * tests/unicase/test-u8-tolower.c: New file.
13949
13950         New module 'unicase/u32-tolower'.
13951         * lib/unicase/u32-tolower.c: New file.
13952         * modules/unicase/u32-tolower: New file.
13953
13954         New module 'unicase/u16-tolower'.
13955         * lib/unicase/u16-tolower.c: New file.
13956         * modules/unicase/u16-tolower: New file.
13957
13958         New module 'unicase/u8-tolower'.
13959         * lib/unicase/u8-tolower.c: New file.
13960         * modules/unicase/u8-tolower: New file.
13961
13962         Tests for module 'unicase/u32-toupper'.
13963         * modules/unicase/u32-toupper-tests: New file.
13964         * tests/unicase/test-u32-toupper.c: New file.
13965
13966         Tests for module 'unicase/u16-toupper'.
13967         * modules/unicase/u16-toupper-tests: New file.
13968         * tests/unicase/test-u16-toupper.c: New file.
13969
13970         Tests for module 'unicase/u8-toupper'.
13971         * modules/unicase/u8-toupper-tests: New file.
13972         * tests/unicase/test-u8-toupper.c: New file.
13973
13974         New module 'unicase/u32-toupper'.
13975         * lib/unicase/u32-toupper.c: New file.
13976         * modules/unicase/u32-toupper: New file.
13977
13978         New module 'unicase/u16-toupper'.
13979         * lib/unicase/u16-toupper.c: New file.
13980         * modules/unicase/u16-toupper: New file.
13981
13982         New module 'unicase/u8-toupper'.
13983         * lib/unicase/u8-toupper.c: New file.
13984         * modules/unicase/u8-toupper: New file.
13985
13986         New module 'unicase/u32-casemap'.
13987         * lib/unicase/u32-casemap.c: New file.
13988         * modules/unicase/u32-casemap: New file.
13989
13990         New module 'unicase/u16-casemap'.
13991         * lib/unicase/u16-casemap.c: New file.
13992         * modules/unicase/u16-casemap: New file.
13993
13994         New module 'unicase/u8-casemap'.
13995         * lib/unicase/unicasemap.h: New file.
13996         * lib/unicase/u8-casemap.c: New file.
13997         * lib/unicase/u-casemap.h: New file.
13998         * modules/unicase/u8-casemap: New file.
13999
14000         New module 'unicase/special-casing'.
14001         * lib/unicase/special-casing.h: New file.
14002         * lib/unicase/special-casing.c: New file.
14003         * lib/unicase/special-casing-table.gperf: New file, generated by
14004         gen-uni-tables.c.
14005         * modules/unicase/special-casing: New file.
14006
14007         Tests for module 'unicase/locale-language'.
14008         * modules/unicase/locale-language-tests: New file.
14009         * tests/unicase/test-locale-language.sh: New file.
14010         * tests/unicase/test-locale-language.c: New file.
14011
14012         New module 'unicase/locale-language'.
14013         * lib/unicase/locale-language.c: New file.
14014         * lib/unicase/locale-languages.gperf: New file.
14015         * modules/unicase/locale-language: New file.
14016
14017         Generate more tables for case conversion and case folding.
14018         * lib/gen-uni-tables.c (SCC_*): New enum items.
14019         (struct special_casing_rule): New type.
14020         (casing_rules, num_casing_rules, allocated_casing_rules): New
14021         variables.
14022         (add_casing_rule, fill_casing_rules): New functions.
14023         (struct casefold_rule): New type.
14024         (casefolding_rules, num_casefolding_rules,
14025         allocated_casefolding_rules): New variables.
14026         (fill_casefolding_rules): New function.
14027         (unicode_casefold): New variable.
14028         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
14029         sort_casing_rules, output_casing_rules): New functions.
14030         (main): Accept to more arguments: SpecialCasing.txt and
14031         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
14032         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
14033         Output mapping for casefolding.
14034
14035         * lib/unicase.h: Include stdbool.h, uninorm.h.
14036         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
14037         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
14038         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
14039         arguments.
14040         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
14041         resultp arguments.
14042         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
14043         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
14044         resultp arguments.
14045         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
14046         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
14047         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
14048         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
14049         declarations.
14050         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
14051
14052 2009-03-08  Bruno Haible  <bruno@clisp.org>
14053
14054         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
14055         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
14056         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
14057         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
14058
14059 2009-03-07  Bruno Haible  <bruno@clisp.org>
14060
14061         Adjust u*_normcmp, u*_normcoll API.
14062         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
14063         u16_normcoll, u32_normcoll): Change failure conventions.
14064         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
14065         errno and return -1.
14066         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
14067
14068 2009-03-07  Bruno Haible  <bruno@clisp.org>
14069
14070         Tests for module 'uninorm/u32-normcoll'.
14071         * modules/uninorm/u32-normcoll-tests: New file.
14072         * tests/uninorm/test-u32-normcoll.c: New file.
14073
14074         Tests for module 'uninorm/u16-normcoll'.
14075         * modules/uninorm/u16-normcoll-tests: New file.
14076         * tests/uninorm/test-u16-normcoll.c: New file.
14077
14078         Tests for module 'uninorm/u8-normcoll'.
14079         * modules/uninorm/u8-normcoll-tests: New file.
14080         * tests/uninorm/test-u8-normcoll.c: New file.
14081
14082 2009-03-07  Bruno Haible  <bruno@clisp.org>
14083
14084         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
14085         tests/uninorm/test-u32-normcmp.c.
14086         * tests/uninorm/test-u32-normcmp.c: Include it.
14087         (test_nonascii): New function, extracted from main. Add some more
14088         tests.
14089         (main): Invoke test_ascii and test_nonascii.
14090         * modules/uninorm/u32-normcmp-tests (Files): Add
14091         tests/uninorm/test-u32-normcmp.h.
14092         (Depends-on): Remove uninorm/u32-normcmp.
14093
14094         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
14095         tests/uninorm/test-u16-normcmp.c.
14096         * tests/uninorm/test-u16-normcmp.c: Include it.
14097         (test_nonascii): New function, extracted from main. Add some more
14098         tests.
14099         (main): Invoke test_ascii and test_nonascii.
14100         * modules/uninorm/u16-normcmp-tests (Files): Add
14101         tests/uninorm/test-u16-normcmp.h.
14102         (Depends-on): Remove uninorm/u16-normcmp.
14103
14104         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
14105         tests/uninorm/test-u8-normcmp.c.
14106         * tests/uninorm/test-u8-normcmp.c: Include it.
14107         (test_nonascii): New function, extracted from main. Add some more
14108         tests.
14109         (main): Invoke test_ascii and test_nonascii.
14110         * modules/uninorm/u8-normcmp-tests (Files): Add
14111         tests/uninorm/test-u8-normcmp.h.
14112         (Depends-on): Remove uninorm/u8-normcmp.
14113
14114 2009-03-07  Bruno Haible  <bruno@clisp.org>
14115
14116         New module 'uninorm/u32-normcoll'.
14117         * lib/uninorm/u32-normcoll.c: New file.
14118         * modules/uninorm/u32-normcoll: New file.
14119
14120         New module 'uninorm/u16-normcoll'.
14121         * lib/uninorm/u16-normcoll.c: New file.
14122         * modules/uninorm/u16-normcoll: New file.
14123
14124         New module 'uninorm/u8-normcoll'.
14125         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
14126         declarations.
14127         * lib/uninorm/u8-normcoll.c: New file.
14128         * lib/uninorm/u-normcoll.h: New file.
14129         * modules/uninorm/u8-normcoll: New file.
14130
14131         New module 'uninorm/u32-normxfrm'.
14132         * lib/uninorm/u32-normxfrm.c: New file.
14133         * modules/uninorm/u32-normxfrm: New file.
14134
14135         New module 'uninorm/u16-normxfrm'.
14136         * lib/uninorm/u16-normxfrm.c: New file.
14137         * modules/uninorm/u16-normxfrm: New file.
14138
14139         New module 'uninorm/u8-normxfrm'.
14140         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
14141         declarations.
14142         * lib/uninorm/u8-normxfrm.c: New file.
14143         * lib/uninorm/u-normxfrm.h: New file.
14144         * modules/uninorm/u8-normxfrm: New file.
14145
14146 2009-03-07  Bruno Haible  <bruno@clisp.org>
14147
14148         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
14149         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
14150         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
14151
14152 2009-03-07  Bruno Haible  <bruno@clisp.org>
14153
14154         New module 'memxfrm'.
14155         * lib/memxfrm.h: New file.
14156         * lib/memxfrm.c: New file.
14157         * modules/memxfrm: New file.
14158
14159 2009-03-07  Bruno Haible  <bruno@clisp.org>
14160
14161         New module 'memcmp2'.
14162         * lib/memcmp2.h: New file.
14163         * lib/memcmp2.c: New file.
14164         * modules/memcmp2: New file.
14165
14166 2009-03-07  Bruno Haible  <bruno@clisp.org>
14167
14168         Tests for module 'uninorm/decomposing-form'.
14169         * modules/uninorm/decomposing-form-tests: New file.
14170         * tests/uninorm/test-decomposing-form.c: New file.
14171
14172         New module 'uninorm/decomposing-form'.
14173         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
14174         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
14175         Add 'decomposing_variant' field.
14176         * lib/uninorm/decomposing-form.c: New file.
14177         * lib/uninorm/nfc.c (uninorm_nfc): Update.
14178         * lib/uninorm/nfd.c (uninorm_nfd): Update.
14179         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
14180         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
14181         * modules/uninorm/decomposing-form: New file.
14182         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
14183         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
14184
14185 2009-03-07  Bruno Haible  <bruno@clisp.org>
14186
14187         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
14188         strings.
14189
14190 2009-03-06  Bruno Haible  <bruno@clisp.org>
14191
14192         Tests for module 'uninorm/u32-normcmp'.
14193         * tests/uninorm/test-u32-normcmp.c: New file.
14194         * modules/uninorm/u32-normcmp-tests: New file.
14195
14196         Tests for module 'uninorm/u16-normcmp'.
14197         * tests/uninorm/test-u16-normcmp.c: New file.
14198         * modules/uninorm/u16-normcmp-tests: New file.
14199
14200         Tests for module 'uninorm/u8-normcmp'.
14201         * tests/uninorm/test-u8-normcmp.c: New file.
14202         * modules/uninorm/u8-normcmp-tests: New file.
14203
14204         New module 'uninorm/u32-normcmp'.
14205         * lib/uninorm/u32-normcmp.c: New file.
14206         * modules/uninorm/u32-normcmp: New file.
14207
14208         New module 'uninorm/u16-normcmp'.
14209         * lib/uninorm/u16-normcmp.c: New file.
14210         * modules/uninorm/u16-normcmp: New file.
14211
14212         New module 'uninorm/u8-normcmp'.
14213         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
14214         declarations.
14215         * lib/uninorm/u8-normcmp.c: New file.
14216         * lib/uninorm/u-normcmp.h: New file.
14217         * modules/uninorm/u8-normcmp: New file.
14218
14219 2009-03-06  Bruno Haible  <bruno@clisp.org>
14220
14221         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
14222         Reported by Eric Blake.
14223
14224 2009-03-06  Eric Blake  <ebb9@byu.net>
14225             Bruno Haible  <bruno@clisp.org>
14226
14227         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
14228         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
14229         condition.
14230         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
14231         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
14232         condition.
14233         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
14234
14235 2009-03-06  Eric Blake  <ebb9@byu.net>
14236
14237         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
14238         to avoid compiler warnings.
14239         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
14240
14241 2009-03-05  Bruno Haible  <bruno@clisp.org>
14242
14243         * tests/test-ftell.c (main): Disable test beyond end of file on
14244         FreeMiNT.
14245         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
14246
14247 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
14248
14249         * lib/filevercmp.c: Move hidden files up in ordering.
14250         * tests/test-filevercmp.c: Add tests for hidden files.
14251
14252 2009-03-04  Bruno Haible  <bruno@clisp.org>
14253
14254         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
14255         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
14256         AM_CFLAGS.
14257         Reported by Simon Josefsson.
14258
14259 2009-03-03  Bruno Haible  <bruno@clisp.org>
14260
14261         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
14262         Reported by Simon Josefsson.
14263
14264         * doc/ld-version-script.texi: Update node reference.
14265
14266 2009-03-03  Bruno Haible  <bruno@clisp.org>
14267
14268         * modules/visibility (License): Change to 'unlimited'.
14269         Suggested by Simon Josefsson.
14270
14271 2009-03-03  Jim Meyering  <meyering@redhat.com>
14272
14273         unlinkdir: cannot_unlink_dir may modify process state
14274         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
14275         it's neither thread-safe nor appropriate for use in a library.
14276
14277 2009-03-03  Eric Blake  <ebb9@byu.net>
14278
14279         test-closein: silence test under Darwin
14280         * tests/test-closein.sh: Ignore stderr from cat, since we don't
14281         care if it dies from EPIPE or EBADF.
14282
14283 2009-03-03  Bruno Haible  <bruno@clisp.org>
14284
14285         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
14286         earlier.
14287         * doc/visibility.texi: Fix @node and @section.
14288
14289 2009-03-03  Simon Josefsson  <simon@josefsson.org>
14290
14291         * doc/gnulib.texi: Link to sections for ld version script and
14292         visibility.
14293         * doc/visibility.texi: Add @node and @section.
14294         * modules/ld-version-script: New module.
14295         * m4/ld-version-script.m4: New file.
14296         * doc/ld-version-script.texi: New file.
14297
14298 2009-03-02  David Lutterkort  <lutter@redhat.com>
14299
14300         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
14301         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14302
14303 2009-03-02  Bruno Haible  <bruno@clisp.org>
14304
14305         * doc/visibility.texi: Mention libtool's -export-symbols option.
14306
14307 2009-03-02  Jim Meyering  <meyering@redhat.com>
14308
14309         announce-gen: new option: --no-print-checksums
14310         * build-aux/announce-gen (usage): Describe it.
14311         (print_checksums): Print a newline here, not in the [*] footnote.
14312         (main): Honor it.
14313
14314 2009-03-01  Bruno Haible  <bruno@clisp.org>
14315
14316         Use socklen_t in the native Windows replacements prototypes.
14317         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
14318         instead of 'int'.
14319         * lib/getsockopt.c (rpl_getsockopt): Likewise.
14320         * lib/setsockopt.c (rpl_setsockopt): Likewise.
14321         * modules/getsockopt (Depends-on): Add socklen.
14322         * modules/setsockopt (Depends-on): Add socklen.
14323
14324 2009-03-01  Bruno Haible  <bruno@clisp.org>
14325
14326         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
14327         least 4.2.
14328
14329 2009-03-01  Eric Blake  <ebb9@byu.net>
14330             Bruno Haible  <bruno@clisp.org>
14331
14332         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
14333         error messages.
14334         * lib/wait-process.c (wait_subprocess): Omit error message about
14335         deadly signal sent to the child of termsigp != NULL.
14336
14337 2009-03-01  Eric Blake  <ebb9@byu.net>
14338
14339         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
14340
14341 2009-03-01  Bruno Haible  <bruno@clisp.org>
14342
14343         Avoid a gcc warning.
14344         * tests/test-sched.c (b): Make global.
14345         Reported by Eric Blake.
14346
14347 2009-01-19  Martin Lambers  <marlam@marlam.de>
14348
14349         Provide POSIX semantics for socket timeout options on W32.
14350         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
14351         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
14352         * modules/setsockopt: Depend on sys_time module for struct timeval.
14353         * modules/getsockopt: Depend on sys_time module for struct timeval.
14354
14355 2009-03-01  Simon Josefsson  <simon@josefsson.org>
14356
14357         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
14358         __USE_GNU, for consistency with netdb.in.h.
14359         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14360
14361 2009-03-01  Bruno Haible  <bruno@clisp.org>
14362
14363         More support for FreeMiNT.
14364         * lib/fseeko.c (rpl_fseeko): Complete last commit.
14365         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14366
14367 2009-03-01  Bruno Haible  <bruno@clisp.org>
14368
14369         More support for FreeMiNT.
14370         * lib/fpurge.c (fpurge): Correct last commit.
14371         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14372
14373 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14374
14375         Fix unportable awk script in vc-list-files.
14376         * build-aux/vc-list-files: In the replacement awk script, use
14377         substr with a second argument of 1, not zero.
14378         Report by Simon Josefsson.
14379
14380 2009-02-28  Bruno Haible  <bruno@clisp.org>
14381
14382         More support for FreeMiNT.
14383         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
14384         to FreeMiNT today.
14385         * lib/fwriting.c (fwriting): Likewise.
14386         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
14387
14388 2009-02-28  Bruno Haible  <bruno@clisp.org>
14389
14390         * tests/test-freadseek.c (main): Disable test beyond end of file on
14391         FreeMiNT.
14392         * tests/test-ftello.c (main): Likewise.
14393         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
14394
14395 2009-02-28  Bruno Haible  <bruno@clisp.org>
14396
14397         Add tentative support for FreeMiNT.
14398         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
14399         * lib/fpurge.c (fpurge): Likewise.
14400         * lib/freadable.c (freadable): Likewise.
14401         * lib/freading.c (freading): Likewise.
14402         * lib/freadptr.c (freadptr): Likewise.
14403         * lib/freadseek.c (freadptrinc): Likewise.
14404         * lib/fseeko.c (rpl_fseeko): Likewise.
14405         * lib/fseterr.c (fseterr): Likewise.
14406         * lib/fwritable.c (fwritable): Likewise.
14407         * lib/fwriting.c (fwriting): Likewise.
14408         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
14409         Hourihane.
14410         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
14411
14412 2009-02-28  Bruno Haible  <bruno@clisp.org>
14413
14414         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
14415         SIGCHLD.
14416         Reported by Jim Meyering.
14417
14418 2009-02-28  Bruno Haible  <bruno@clisp.org>
14419
14420         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
14421         Mention the results of these tests on various platforms.
14422         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
14423         order.
14424         * doc/posix-functions/printf.texi: Likewise.
14425         * doc/posix-functions/snprintf.texi: Likewise.
14426         * doc/posix-functions/sprintf.texi: Likewise.
14427         * doc/posix-functions/vfprintf.texi: Likewise.
14428         * doc/posix-functions/vprintf.texi: Likewise.
14429         * doc/posix-functions/vsnprintf.texi: Likewise.
14430         * doc/posix-functions/vsprintf.texi: Likewise.
14431         * doc/glibc-functions/obstack_printf.texi: Likewise.
14432         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
14433
14434 2009-02-28  Bruno Haible  <bruno@clisp.org>
14435
14436         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
14437         Reported by Loïc Minier <lool@dooz.org>.
14438
14439 2009-02-27  Bruno Haible  <bruno@clisp.org>
14440
14441         * gnulib-tool (func_import): Make the sed expression used to create the
14442         sed script for updating the .gitignore file POSIX compliant.
14443         Reported by Eric Blake.
14444
14445 2009-02-27  Bruno Haible  <bruno@clisp.org>
14446
14447         * gnulib-tool (sed): Don't alias as "sed --posix".
14448         Reported by Eric Blake.
14449
14450 2009-02-27  Bruno Haible  <bruno@clisp.org>
14451
14452         Avoid test link errors.
14453         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
14454         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
14455         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
14456         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
14457         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14458
14459 2009-02-27  Bruno Haible  <bruno@clisp.org>
14460
14461         Avoid spurious "(cached)" in configure output.
14462         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
14463         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
14464         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14465         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14466         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14467         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
14468         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14469         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
14470         Reported by Eric Blake.
14471
14472 2009-02-27  Eric Blake  <ebb9@byu.net>
14473
14474         printf: fix regression in previous patch
14475         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
14476
14477 2009-02-27  Bruno Haible  <bruno@clisp.org>
14478
14479         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
14480         value.
14481         * lib/stdint.in.h: Likewise.
14482         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
14483
14484 2009-02-27  Eric Blake  <ebb9@byu.net>
14485
14486         doc: mention more functions added in cygwin 1.7.0
14487         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
14488         addition.
14489         * doc/posix-functions/open_wmemstream.texi: Likewise.
14490         * doc/posix-functions/wcsnlen.texi: Likewise.
14491         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14492         * doc/posix-functions/wcstod.texi: Likewise.
14493         * doc/posix-functions/wcstof.texi: Likewise.
14494         * doc/posix-functions/wcstoimax.texi: Likewise.
14495         * doc/posix-functions/wcstok.texi: Likewise.
14496         * doc/posix-functions/wcstoumax.texi: Likewise.
14497
14498         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
14499         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
14500         * doc/posix-functions/fprintf.texi: Update.
14501         * doc/posix-functions/printf.texi: Update.
14502         * doc/posix-functions/snprintf.texi: Update.
14503         * doc/posix-functions/sprintf.texi: Update.
14504         * doc/posix-functions/vfprintf.texi: Update.
14505         * doc/posix-functions/vprintf.texi: Update.
14506         * doc/posix-functions/vsnprintf.texi: Update.
14507         * doc/posix-functions/vsprintf.texi: Update.
14508         * doc/glibc-functions/obstack_printf.texi: Update.
14509         * doc/glibc-functions/obstack_vprintf.texi: Update.
14510
14511 2009-02-26  Eric Blake  <ebb9@byu.net>
14512
14513         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
14514         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
14515         compilation bug by using runtime conversion.
14516         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
14517         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
14518         * modules/ceill-tests (Files): Use nan.h.
14519         * modules/floorl-tests (Files): Likewise.
14520         * modules/frexpl-tests (Files): Likewise.
14521         * modules/isnanl-tests (Files): Likewise.
14522         * modules/ldexpl-tests (Files): Likewise.
14523         * modules/roundl-tests (Files): Likewise.
14524         * modules/truncl-tests (Files): Likewise.
14525         * tests/test-ceill.c (main): Use a working NaN.
14526         * tests/test-floorl.c (main): Likewise.
14527         * tests/test-frexpl.c (main): Likewise.
14528         * tests/test-isnan.c (test_long_double): Likewise.
14529         * tests/test-isnanl.h (main): Likewise.
14530         * tests/test-ldexpl.h (main): Likewise.
14531         * tests/test-roundl.h (main): Likewise.
14532         * tests/test-truncl.h (main): Likewise.
14533         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
14534
14535 2009-02-26  Eric Blake  <ebb9@byu.net>
14536             Bruno Haible  <bruno@clisp.org>
14537
14538         Work around a *printf bug with %ls on Solaris.
14539         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
14540         precision is specified, sprintf stops converting the wide string
14541         argument when the number of bytes that have been produced by this
14542         conversion equals or exceeds the precision.
14543         * doc/posix-functions/fprintf.texi: Update.
14544         * doc/posix-functions/printf.texi: Update.
14545         * doc/posix-functions/snprintf.texi: Update.
14546         * doc/posix-functions/sprintf.texi: Update.
14547         * doc/posix-functions/vfprintf.texi: Update.
14548         * doc/posix-functions/vprintf.texi: Update.
14549         * doc/posix-functions/vsnprintf.texi: Update.
14550         * doc/posix-functions/vsprintf.texi: Update.
14551         * doc/glibc-functions/obstack_printf.texi: Update.
14552         * doc/glibc-functions/obstack_vprintf.texi: Update.
14553
14554 2009-02-26  Eric Blake  <ebb9@byu.net>
14555
14556         stdlib: favor compiler check of random.h
14557         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
14558         to avoid an ObjC random.h installed by Swarm.
14559
14560 2009-02-26  Bruno Haible  <bruno@clisp.org>
14561
14562         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
14563         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
14564         Reported by Gary V. Vaughan <gary@gnu.org>.
14565
14566 2009-02-26  Bruno Haible  <bruno@clisp.org>
14567
14568         Fix *printf behaviour regarding the %ls directive.
14569         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
14570         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
14571         NEED_PRINTF_DIRECTIVE_LS.
14572         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
14573         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14574         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14575         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
14576         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
14577         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
14578         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
14579         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14580         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14581         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14582         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14583         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
14584         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14585         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14586         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14587         * doc/posix-functions/fprintf.texi: Update.
14588         * doc/posix-functions/printf.texi: Update.
14589         * doc/posix-functions/snprintf.texi: Update.
14590         * doc/posix-functions/sprintf.texi: Update.
14591         * doc/posix-functions/vfprintf.texi: Update.
14592         * doc/posix-functions/vprintf.texi: Update.
14593         * doc/posix-functions/vsnprintf.texi: Update.
14594         * doc/posix-functions/vsprintf.texi: Update.
14595         * doc/glibc-functions/obstack_printf.texi: Update.
14596         * doc/glibc-functions/obstack_vprintf.texi: Update.
14597         Reported by Eric Blake.
14598
14599 2009-02-25  Bruno Haible  <bruno@clisp.org>
14600
14601         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
14602         with known value.
14603         Reported by Gary V. Vaughan <gary@gnu.org>.
14604
14605 2009-02-25  Bruno Haible  <bruno@clisp.org>
14606
14607         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
14608         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
14609         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
14610         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
14611         Reported by Gary V. Vaughan <gary@gnu.org>.
14612
14613 2009-02-25  Bruno Haible  <bruno@clisp.org>
14614
14615         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
14616         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
14617         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
14618         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
14619         Reported by Gary V. Vaughan <gary@gnu.org>.
14620
14621 2009-02-25  Eric Blake  <ebb9@byu.net>
14622
14623         tests: skip fseek/ftell tests if ungetc is broken
14624         * m4/ungetc.m4: New file.
14625         * modules/fseek-tests: Split test, so ungetc dependency is
14626         separate from rest of test.
14627         * modules/fseeko-tests: Likewise.
14628         * modules/ftell-tests: Likewise.
14629         * modules/ftello-tests: Likewise.
14630         * tests/test-fseek.c (main): Isolate ungetc dependency.
14631         * tests/test-fseeko.c (main): Likewise.
14632         * tests/test-ftell.c (main): Likewise.
14633         * tests/test-ftello.c (main): Likewise.
14634         * tests/test-fseek2.sh: New file.
14635         * tests/test-fseeko2.sh: Likewise.
14636         * tests/test-ftell2.sh: Likewise.
14637         * tests/test-ftello2.sh: Likewise.
14638
14639 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
14640
14641         test-getaddrinfo: fix usage of skip return code 77
14642         * tests/test-gettaddrinfo.c: Return skip code 77 only
14643         for first occurance of skip (4x77 is not 77)
14644
14645 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
14646
14647         strtod: avoid C99 decl-after-statement
14648         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
14649
14650 2009-02-24  Eric Blake  <ebb9@byu.net>
14651
14652         strtod: detect HP-UX 11.31 bug
14653         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
14654         Reported by Gary V. Vaughan.
14655
14656 2009-02-23  Bruno Haible  <bruno@clisp.org>
14657
14658         Fix invalid read past end of memory block.
14659         * lib/vasnprintf.c (DCHAR_SET): Define.
14660         (local_wcslen): Define only when needed.
14661         (local_strnlen, local_wcsnlen): New functions.
14662         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
14663         directives that involve a conversion ourselves.
14664         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
14665         wcsnlen, mbrtowc, wcrtomb.
14666         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
14667         * tests/test-vasprintf-posix.c (test_function): Likewise.
14668         * tests/test-snprintf-posix.h (test_function): Likewise.
14669         * tests/test-sprintf-posix.h (test_function): Likewise.
14670         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14671
14672 2009-02-22  Bruno Haible  <bruno@clisp.org>
14673
14674         Implement new clarified decomposition of Hangul syllables.
14675         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
14676         of type LTV, return only a pairwise decomposition.
14677         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
14678         Likewise.
14679         * tests/uninorm/test-decomposition.c (main): Updated expected result.
14680         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
14681         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
14682
14683 2009-02-22  Bruno Haible  <bruno@clisp.org>
14684
14685         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
14686         zero-length results and shrink excess allocated memory.
14687         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
14688         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
14689         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
14690         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
14691         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
14692         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
14693         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
14694         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
14695         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
14696         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
14697         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
14698         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
14699
14700 2009-02-21  Bruno Haible  <bruno@clisp.org>
14701
14702         * doc/gnulib.texi: Include safe-alloc.texi earlier.
14703         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
14704         spaces after a period. Put a space between a macro name and its
14705         argument list. Trivial rewordings.
14706         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
14707         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
14708         (main): Return 0 explicitly.
14709
14710 2009-02-21  Bruno Haible  <bruno@clisp.org>
14711
14712         Tests for module 'uninorm/filter'.
14713         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
14714         * modules/uninorm/filter-tests: New file.
14715
14716         New module 'uninorm/filter'.
14717         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
14718         uninorm_filter_flush, uninorm_filter_free): New declarations.
14719         * lib/uninorm/uninorm-filter.c: New file.
14720         * modules/uninorm/filter: New file.
14721
14722 2009-02-21  Bruno Haible  <bruno@clisp.org>
14723
14724         Tests for module 'uninorm/nfkc'.
14725         * tests/uninorm/test-nfkc.c: New file.
14726         * tests/uninorm/test-u8-nfkc.c: New file.
14727         * tests/uninorm/test-u16-nfkc.c: New file.
14728         * tests/uninorm/test-u32-nfkc.c: New file.
14729         * tests/uninorm/test-u32-nfkc-big.sh: New file.
14730         * tests/uninorm/test-u32-nfkc-big.c: New file.
14731         * modules/uninorm/nfkc-tests: New file.
14732
14733         New module 'uninorm/nfkc'.
14734         * lib/uninorm/nfkc.c: New file.
14735         * modules/uninorm/nfkc: New file.
14736
14737         Tests for module 'uninorm/nfkd'.
14738         * tests/uninorm/test-nfkd.c: New file.
14739         * tests/uninorm/test-u8-nfkd.c: New file.
14740         * tests/uninorm/test-u16-nfkd.c: New file.
14741         * tests/uninorm/test-u32-nfkd.c: New file.
14742         * tests/uninorm/test-u32-nfkd-big.sh: New file.
14743         * tests/uninorm/test-u32-nfkd-big.c: New file.
14744         * modules/uninorm/nfkd-tests: New file.
14745
14746         New module 'uninorm/nfkd'.
14747         * lib/uninorm/nfkd.c: New file.
14748         * modules/uninorm/nfkd: New file.
14749
14750         Tests for module 'uninorm/nfc'.
14751         * tests/uninorm/test-nfc.c: New file.
14752         * tests/uninorm/test-u8-nfc.c: New file.
14753         * tests/uninorm/test-u16-nfc.c: New file.
14754         * tests/uninorm/test-u32-nfc.c: New file.
14755         * tests/uninorm/test-u32-nfc-big.sh: New file.
14756         * tests/uninorm/test-u32-nfc-big.c: New file.
14757         * modules/uninorm/nfc-tests: New file.
14758
14759         New module 'uninorm/nfc'.
14760         * lib/uninorm/nfc.c: New file.
14761         * modules/uninorm/nfc: New file.
14762
14763         Tests for module 'uninorm/nfd'.
14764         * tests/uninorm/test-nfd.c: New file.
14765         * tests/uninorm/test-u8-nfd.c: New file.
14766         * tests/uninorm/test-u16-nfd.c: New file.
14767         * tests/uninorm/test-u32-nfd.c: New file.
14768         * tests/uninorm/test-u32-nfd-big.sh: New file.
14769         * tests/uninorm/test-u32-nfd-big.c: New file.
14770         * tests/uninorm/test-u32-normalize-big.h: New file.
14771         * tests/uninorm/test-u32-normalize-big.c: New file.
14772         * tests/uninorm/NormalizationTest.txt: New file, created from
14773         Unicode 5.1.0 NormalizationTest.txt.
14774         * modules/uninorm/nfd-tests: New file.
14775
14776         New module 'uninorm/nfd'.
14777         * lib/uninorm/nfd.c: New file.
14778         * modules/uninorm/nfd: New file.
14779
14780         New module 'uninorm/u32-normalize'.
14781         * lib/uninorm/u32-normalize.c: New file.
14782         * modules/uninorm/u32-normalize: New file.
14783
14784         New module 'uninorm/u16-normalize'.
14785         * lib/uninorm/u16-normalize.c: New file.
14786         * modules/uninorm/u16-normalize: New file.
14787
14788         New module 'uninorm/u8-normalize'.
14789         * lib/uninorm/u8-normalize.c: New file.
14790         * lib/uninorm/normalize-internal.h: New file.
14791         * lib/uninorm/u-normalize-internal.h: New file.
14792         * modules/uninorm/u8-normalize: New file.
14793
14794         New module 'uninorm/decompose-internal'.
14795         * lib/uninorm/decompose-internal.c: New file.
14796         * modules/uninorm/decompose-internal: New file.
14797
14798         Tests for module 'uninorm/composition'.
14799         * tests/uninorm/test-composition.c: New file.
14800         * modules/uninorm/composition-tests: New file.
14801
14802         New module 'uninorm/composition'.
14803         * lib/uninorm/composition.c: New file.
14804         * lib/uninorm/composition-table.gperf: New file, generated by
14805         gen-uni-tables.
14806         * modules/uninorm/composition: New file.
14807
14808         Tests for module 'uninorm/compat-decomposition'.
14809         * tests/uninorm/test-compat-decomposition.c: New file.
14810         * modules/uninorm/compat-decomposition-tests: New file.
14811
14812         New module 'uninorm/compat-decomposition'.
14813         * lib/uninorm/decompose-internal.h: New file.
14814         * lib/uninorm/compat-decomposition.c: New file.
14815         * modules/uninorm/compat-decomposition: New file.
14816
14817         Tests for module 'uninorm/canonical-decomposition'.
14818         * tests/uninorm/test-canonical-decomposition.c: New file.
14819         * modules/uninorm/canonical-decomposition-tests: New file.
14820
14821         New module 'uninorm/canonical-decomposition'.
14822         * lib/uninorm/canonical-decomposition.c: New file.
14823         * modules/uninorm/canonical-decomposition: New file.
14824
14825         Tests for module 'uninorm/decomposition'.
14826         * tests/uninorm/test-decomposition.c: New file.
14827         * modules/uninorm/decomposition-tests: New file.
14828
14829         New module 'uninorm/decomposition'.
14830         * lib/uninorm/decomposition.c: New file.
14831         * modules/uninorm/decomposition: New file.
14832
14833         New module 'uninorm/decomposition-table'.
14834         * lib/uninorm/decomposition-table.h: New file.
14835         * lib/uninorm/decomposition-table.c: New file.
14836         * lib/uninorm/decomposition-table1.h: New file, generated by
14837         gen-uni-tables.
14838         * lib/uninorm/decomposition-table2.h: New file, generated by
14839         gen-uni-tables.
14840         * modules/uninorm/decomposition-table: New file.
14841
14842         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
14843         (UC_DECOMP_*): New enumeration items.
14844         (get_decomposition): New function.
14845         (struct decomp_table): New type.
14846         (output_decomposition, output_decomposition_tables): New functions.
14847         (unicode_composition_exclusions): New variable.
14848         (fill_composition_exclusions, debug_output_composition_tables): New
14849         functions.
14850         (main): Accept one more argument. Invoke fill_composition_exclusions.
14851         Output decomposition and composition tables.
14852
14853         New module 'uninorm/base'.
14854         * lib/uninorm.h: New file.
14855         * lib/unictype.h: Update comment.
14856         * modules/uninorm/base: New file.
14857
14858 2009-02-21  David Lutterkort  <lutter@redhat.com>
14859
14860         Tests for module 'safe-alloc'.
14861         * tests/test-safe-alloc.c: New file.
14862         * modules/safe-alloc-tests: New file.
14863
14864         New module 'safe-alloc'.
14865         * lib/safe-alloc.h: New file.
14866         * lib/safe-alloc.c: New file.
14867         * m4/safe-alloc.m4: New file.
14868         * modules/safe-alloc: New file.
14869         * doc/safe-alloc.texi: New file.
14870         * doc/gnulib.texi: Include it.
14871         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
14872         safe-alloc.
14873
14874 2009-02-18  Bruno Haible  <bruno@clisp.org>
14875
14876         Fix link error on non-glibc systems.
14877         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
14878         variable.
14879         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14880
14881 2009-02-18  Jim Meyering  <meyering@redhat.com>
14882
14883         fts: avoid used-uninitialized error due to recent change
14884         * lib/fts.c (fts_read): Guard uses of the new member,
14885         parent->fts_n_dirs_remaining, since it's not relevant for
14886         the parent of a directory specified on the command-line.
14887
14888 2009-02-17  James Youngman  <jay@gnu.org>
14889             Bruno Haible  <bruno@clisp.org>
14890
14891         * m4/include_next.m4: Reformulate comment.
14892
14893 2009-02-16  Jim Meyering  <meyering@redhat.com>
14894
14895         fts: add #if guards so that the fts_lgpl module still builds
14896         * lib/fts.c: Guard just-added hash-table-using parts with
14897         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
14898         Reported by Simon Josefsson.
14899
14900 2009-02-15  Bruno Haible  <bruno@clisp.org>
14901
14902         * modules/array-mergesort-tests: New file.
14903         * tests/test-array-mergesort.c: New file.
14904
14905         New module 'array-mergesort'.
14906         * modules/array-mergesort: New file.
14907         * lib/array-mergesort.h: New file.
14908
14909 2009-02-15  Bruno Haible  <bruno@clisp.org>
14910
14911         Fix 2009-02-07 commit.
14912         * lib/gen-uni-tables.c (output_predicate, output_category,
14913         output_combclass, output_bidi_category, output_decimal_digit,
14914         output_digit, output_numeric, output_mirror, output_scripts,
14915         output_ident_category, output_simple_mapping): Fix format directives.
14916         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
14917
14918 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
14919
14920         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
14921         fixes are available from IBM.
14922
14923 2009-02-13  Jim Meyering  <meyering@redhat.com>
14924
14925         fts: arrange not to stat non-directories in more cases
14926         This makes GNU find (when it doesn't need to stat each file)
14927         *much* more efficient at traversing reiserfs file systems.
14928         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
14929         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
14930         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
14931         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
14932         (leaf_optimization_applies): New function.
14933         (LCO_hash, LCO_compare): New helper functions.
14934         (link_count_optimize_ok): New function.
14935         (fts_stat): Initialize new member (if dir).
14936         (fts_read): Decrement parent's fts_n_dirs_remaining count if
14937         we've just stat'ed a directory.  Skip the stat call when possible.
14938         ---
14939         Note this AFS-related exchange:
14940         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
14941         and note find's pioctl call in find/fstype.c.
14942         But that is necessary only if you want to enable the
14943         optimization for AFS, and for now, I don't.
14944
14945         fts: move a function definition "up" (no semantic change)
14946         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
14947         "up" to precede upcoming use of a related function.
14948
14949 2009-02-11  Jim Meyering  <meyering@redhat.com>
14950
14951         fts: correct internal computation of nlinks (optimization-related)
14952         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
14953         whether the current entry is a directory, so don't test it.
14954
14955 2009-02-10  Bruno Haible  <bruno@clisp.org>
14956
14957         Tests for module 'uniwbrk/ulc-wordbreaks'.
14958         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
14959         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
14960         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
14961
14962         Tests for module 'uniwbrk/u32-wordbreaks'.
14963         * modules/uniwbrk/u32-wordbreaks-tests: New file.
14964         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
14965
14966         Tests for module 'uniwbrk/u16-wordbreaks'.
14967         * modules/uniwbrk/u16-wordbreaks-tests: New file.
14968         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
14969
14970         Tests for module 'uniwbrk/u8-wordbreaks'.
14971         * modules/uniwbrk/u8-wordbreaks-tests: New file.
14972         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
14973
14974 2009-02-10  Bruno Haible  <bruno@clisp.org>
14975
14976         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
14977         property.
14978         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
14979         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
14980         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
14981
14982 2009-02-10  Simon Josefsson  <simon@josefsson.org>
14983
14984         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
14985         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
14986
14987 2009-02-10  Bruno Haible  <bruno@clisp.org>
14988
14989         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
14990         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
14991         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
14992         * lib/unilbrk/u8-possible-linebreaks.c: Update.
14993         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
14994         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
14995
14996 2009-02-09  Simon Josefsson  <simon@josefsson.org>
14997
14998         * lib/sockets.h (gl_fd_to_handle): New function.
14999
15000         * tests/test-sockets.c: Call gl_fd_to_handle.
15001
15002 2009-02-09  Bruno Haible  <bruno@clisp.org>
15003
15004         * doc/havelib.texi: Document the conventions on bi-arch systems.
15005
15006 2009-02-08  Bruno Haible  <bruno@clisp.org>
15007
15008         Document the AC_LIB_LINKFLAGS macro.
15009         * doc/havelib.texi: New file, mostly written on 2005-05-24.
15010         * doc/gnulib.texi: Include it.
15011
15012 2009-02-08  Bruno Haible  <bruno@clisp.org>
15013
15014         Fix wrong order of sections, compared to TOC.
15015         * doc/gnulib.texi: Include relocatable-maint.texi after the
15016         "Regular expressions" node, not before.
15017
15018 2009-02-08  Bruno Haible  <bruno@clisp.org>
15019
15020         Tests for module 'unicase/totitle'.
15021         * modules/unicase/totitle-tests: New file.
15022
15023         Tests for module 'unicase/tolower'.
15024         * modules/unicase/tolower-tests: New file.
15025
15026         Tests for module 'unicase/toupper'.
15027         * modules/unicase/toupper-tests: New file.
15028         * tests/unicase/test-mapping-part1.h: New file.
15029         * tests/unicase/test-mapping-part2.h: New file.
15030
15031         New module 'unicase/totitle'.
15032         * modules/unicase/totitle: New file.
15033         * lib/unicase/totitle.c: New file.
15034
15035         New module 'unicase/tolower'.
15036         * modules/unicase/tolower: New file.
15037         * lib/unicase/tolower.c: New file.
15038
15039         New module 'unicase/toupper'.
15040         * modules/unicase/toupper: New file.
15041         * lib/unicase/toupper.c: New file.
15042         * lib/unicase/simple-mapping.h: New file.
15043
15044         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
15045         (mapping_table): New structure.
15046         (output_simple_mapping): New function.
15047         (main): Invoke output_simple_mapping_test and output_simple_mapping.
15048         * modules/gen-uni-tables (Description): Update.
15049         * lib/unicase/toupper.h: New file, automatically generated by
15050         gen-uni-tables.
15051         * lib/unicase/tolower.h: New file, automatically generated by
15052         gen-uni-tables.
15053         * lib/unicase/totitle.h: New file, automatically generated by
15054         gen-uni-tables.
15055         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
15056         gen-uni-tables.
15057         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
15058         gen-uni-tables.
15059         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
15060         gen-uni-tables.
15061
15062         New module 'unicase/base'.
15063         * modules/unicase/base: New file.
15064         * lib/unicase.h: New file.
15065
15066 2009-02-08  Bruno Haible  <bruno@clisp.org>
15067
15068         New module 'uniwbrk/ulc-wordbreaks'.
15069         * modules/uniwbrk/ulc-wordbreaks: New file.
15070         * lib/uniwbrk/ulc-wordbreaks.c: New file.
15071
15072         New module 'uniwbrk/u32-wordbreaks'.
15073         * modules/uniwbrk/u32-wordbreaks: New file.
15074         * lib/uniwbrk/u32-wordbreaks.c: New file.
15075
15076         New module 'uniwbrk/u16-wordbreaks'.
15077         * modules/uniwbrk/u16-wordbreaks: New file.
15078         * lib/uniwbrk/u16-wordbreaks.c: New file.
15079
15080         New module 'uniwbrk/u8-wordbreaks'.
15081         * modules/uniwbrk/u8-wordbreaks: New file.
15082         * lib/uniwbrk/u8-wordbreaks.c: New file.
15083         * lib/uniwbrk/u-wordbreaks.h: New file.
15084
15085         New module 'uniwbrk/table'.
15086         * modules/uniwbrk/table: New file.
15087         * lib/uniwbrk/wbrktable.h: New file.
15088         * lib/uniwbrk/wbrktable.c: New file.
15089
15090         New module 'uniwbrk/wordbreak-property'.
15091         * modules/uniwbrk/wordbreak-property: New file.
15092         * lib/uniwbrk/wordbreak-property.c: New file.
15093
15094         * lib/gen-uni-tables.c (WBP_*): New enum items.
15095         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
15096         (unicode_org_wbp): New variable.
15097         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
15098         New functions.
15099         (wbp_table): New structure.
15100         (output_wbp, output_wbrk_tables): New functions.
15101         (main): Accept additional argument. Invoke fill_org_wbp,
15102         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
15103         output_wbrk_tables.
15104         * modules/gen-uni-tables (Description): Update.
15105         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
15106         gen-uni-tables.
15107
15108         New module 'uniwbrk/base'.
15109         * modules/uniwbrk/base: New file.
15110         * lib/uniwbrk.h: New file.
15111
15112 2009-02-08  Bruno Haible  <bruno@clisp.org>
15113
15114         Update to Unicode 5.1.0.
15115         * lib/gen-uni-tables.c (is_property_alphabetic): Include
15116         U+2185..U+2188.
15117         (is_property_default_ignorable_code_point): Don't include characters
15118         of category Cc or Cs and not-a-characters.
15119         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
15120         U+0D79, U+109E, U+109F, U+A60C.
15121         * lib/unictype/bidi_of.h: Regenerated.
15122         * lib/unictype/blocks.h: Regenerated.
15123         * lib/unictype/categ_C.h: Regenerated.
15124         * lib/unictype/categ_Cf.h: Regenerated.
15125         * lib/unictype/categ_Cn.h: Regenerated.
15126         * lib/unictype/categ_L.h: Regenerated.
15127         * lib/unictype/categ_Ll.h: Regenerated.
15128         * lib/unictype/categ_Lm.h: Regenerated.
15129         * lib/unictype/categ_Lo.h: Regenerated.
15130         * lib/unictype/categ_Lu.h: Regenerated.
15131         * lib/unictype/categ_M.h: Regenerated.
15132         * lib/unictype/categ_Mc.h: Regenerated.
15133         * lib/unictype/categ_Me.h: Regenerated.
15134         * lib/unictype/categ_Mn.h: Regenerated.
15135         * lib/unictype/categ_N.h: Regenerated.
15136         * lib/unictype/categ_Nd.h: Regenerated.
15137         * lib/unictype/categ_Nl.h: Regenerated.
15138         * lib/unictype/categ_No.h: Regenerated.
15139         * lib/unictype/categ_P.h: Regenerated.
15140         * lib/unictype/categ_Pd.h: Regenerated.
15141         * lib/unictype/categ_Pe.h: Regenerated.
15142         * lib/unictype/categ_Pf.h: Regenerated.
15143         * lib/unictype/categ_Pi.h: Regenerated.
15144         * lib/unictype/categ_Po.h: Regenerated.
15145         * lib/unictype/categ_Ps.h: Regenerated.
15146         * lib/unictype/categ_S.h: Regenerated.
15147         * lib/unictype/categ_Sk.h: Regenerated.
15148         * lib/unictype/categ_Sm.h: Regenerated.
15149         * lib/unictype/categ_So.h: Regenerated.
15150         * lib/unictype/categ_of.h: Regenerated.
15151         * lib/unictype/combining.h: Regenerated.
15152         * lib/unictype/ctype_alnum.h: Regenerated.
15153         * lib/unictype/ctype_alpha.h: Regenerated.
15154         * lib/unictype/ctype_graph.h: Regenerated.
15155         * lib/unictype/ctype_lower.h: Regenerated.
15156         * lib/unictype/ctype_print.h: Regenerated.
15157         * lib/unictype/ctype_punct.h: Regenerated.
15158         * lib/unictype/ctype_upper.h: Regenerated.
15159         * lib/unictype/decdigit.h: Regenerated.
15160         * lib/unictype/digit.h: Regenerated.
15161         * lib/unictype/mirror.h: Regenerated.
15162         * lib/unictype/numeric.h: Regenerated.
15163         * lib/unictype/pr_alphabetic.h: Regenerated.
15164         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
15165         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
15166         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
15167         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
15168         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
15169         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
15170         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
15171         * lib/unictype/pr_combining.h: Regenerated.
15172         * lib/unictype/pr_dash.h: Regenerated.
15173         * lib/unictype/pr_decimal_digit.h: Regenerated.
15174         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
15175         * lib/unictype/pr_deprecated.h: Regenerated.
15176         * lib/unictype/pr_diacritic.h: Regenerated.
15177         * lib/unictype/pr_extender.h: Regenerated.
15178         * lib/unictype/pr_format_control.h: Regenerated.
15179         * lib/unictype/pr_grapheme_base.h: Regenerated.
15180         * lib/unictype/pr_grapheme_extend.h: Regenerated.
15181         * lib/unictype/pr_grapheme_link.h: Regenerated.
15182         * lib/unictype/pr_id_continue.h: Regenerated.
15183         * lib/unictype/pr_id_start.h: Regenerated.
15184         * lib/unictype/pr_ideographic.h: Regenerated.
15185         * lib/unictype/pr_ignorable_control.h: Regenerated.
15186         * lib/unictype/pr_lowercase.h: Regenerated.
15187         * lib/unictype/pr_math.h: Regenerated.
15188         * lib/unictype/pr_numeric.h: Regenerated.
15189         * lib/unictype/pr_other_alphabetic.h: Regenerated.
15190         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
15191         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
15192         * lib/unictype/pr_other_id_continue.h: Regenerated.
15193         * lib/unictype/pr_other_lowercase.h: Regenerated.
15194         * lib/unictype/pr_other_math.h: Regenerated.
15195         * lib/unictype/pr_punctuation.h: Regenerated.
15196         * lib/unictype/pr_sentence_terminal.h: Regenerated.
15197         * lib/unictype/pr_soft_dotted.h: Regenerated.
15198         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
15199         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
15200         * lib/unictype/pr_unified_ideograph.h: Regenerated.
15201         * lib/unictype/pr_uppercase.h: Regenerated.
15202         * lib/unictype/pr_xid_continue.h: Regenerated.
15203         * lib/unictype/pr_xid_start.h: Regenerated.
15204         * lib/unictype/pr_zero_width.h: Regenerated.
15205         * lib/unictype/scripts.h: Regenerated.
15206         * lib/unictype/scripts_byname.gperf: Regenerated.
15207         * lib/unictype/sy_java_ident.h: Regenerated.
15208         * lib/unilbrk/lbrkprop1.h: Regenerated.
15209         * lib/unilbrk/lbrkprop2.h: Regenerated.
15210         * tests/unictype/test-categ_C.c: Regenerated.
15211         * tests/unictype/test-categ_Cf.c: Regenerated.
15212         * tests/unictype/test-categ_Cn.c: Regenerated.
15213         * tests/unictype/test-categ_L.c: Regenerated.
15214         * tests/unictype/test-categ_Ll.c: Regenerated.
15215         * tests/unictype/test-categ_Lm.c: Regenerated.
15216         * tests/unictype/test-categ_Lo.c: Regenerated.
15217         * tests/unictype/test-categ_Lu.c: Regenerated.
15218         * tests/unictype/test-categ_M.c: Regenerated.
15219         * tests/unictype/test-categ_Mc.c: Regenerated.
15220         * tests/unictype/test-categ_Me.c: Regenerated.
15221         * tests/unictype/test-categ_Mn.c: Regenerated.
15222         * tests/unictype/test-categ_N.c: Regenerated.
15223         * tests/unictype/test-categ_Nd.c: Regenerated.
15224         * tests/unictype/test-categ_Nl.c: Regenerated.
15225         * tests/unictype/test-categ_No.c: Regenerated.
15226         * tests/unictype/test-categ_P.c: Regenerated.
15227         * tests/unictype/test-categ_Pd.c: Regenerated.
15228         * tests/unictype/test-categ_Pe.c: Regenerated.
15229         * tests/unictype/test-categ_Pf.c: Regenerated.
15230         * tests/unictype/test-categ_Pi.c: Regenerated.
15231         * tests/unictype/test-categ_Po.c: Regenerated.
15232         * tests/unictype/test-categ_Ps.c: Regenerated.
15233         * tests/unictype/test-categ_S.c: Regenerated.
15234         * tests/unictype/test-categ_Sk.c: Regenerated.
15235         * tests/unictype/test-categ_Sm.c: Regenerated.
15236         * tests/unictype/test-categ_So.c: Regenerated.
15237         * tests/unictype/test-ctype_alnum.c: Regenerated.
15238         * tests/unictype/test-ctype_alpha.c: Regenerated.
15239         * tests/unictype/test-ctype_graph.c: Regenerated.
15240         * tests/unictype/test-ctype_lower.c: Regenerated.
15241         * tests/unictype/test-ctype_print.c: Regenerated.
15242         * tests/unictype/test-ctype_punct.c: Regenerated.
15243         * tests/unictype/test-ctype_upper.c: Regenerated.
15244         * tests/unictype/test-decdigit.h: Regenerated.
15245         * tests/unictype/test-digit.h: Regenerated.
15246         * tests/unictype/test-numeric.h: Regenerated.
15247         * tests/unictype/test-pr_alphabetic.c: Regenerated.
15248         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
15249         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
15250         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
15251         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
15252         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
15253         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
15254         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
15255         * tests/unictype/test-pr_combining.c: Regenerated.
15256         * tests/unictype/test-pr_dash.c: Regenerated.
15257         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
15258         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
15259         * tests/unictype/test-pr_deprecated.c: Regenerated.
15260         * tests/unictype/test-pr_diacritic.c: Regenerated.
15261         * tests/unictype/test-pr_extender.c: Regenerated.
15262         * tests/unictype/test-pr_format_control.c: Regenerated.
15263         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
15264         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
15265         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
15266         * tests/unictype/test-pr_id_continue.c: Regenerated.
15267         * tests/unictype/test-pr_id_start.c: Regenerated.
15268         * tests/unictype/test-pr_ideographic.c: Regenerated.
15269         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
15270         * tests/unictype/test-pr_lowercase.c: Regenerated.
15271         * tests/unictype/test-pr_math.c: Regenerated.
15272         * tests/unictype/test-pr_numeric.c: Regenerated.
15273         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
15274         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
15275         Regenerated.
15276         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
15277         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
15278         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
15279         * tests/unictype/test-pr_other_math.c: Regenerated.
15280         * tests/unictype/test-pr_punctuation.c: Regenerated.
15281         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
15282         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
15283         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
15284         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
15285         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
15286         * tests/unictype/test-pr_uppercase.c: Regenerated.
15287         * tests/unictype/test-pr_xid_continue.c: Regenerated.
15288         * tests/unictype/test-pr_xid_start.c: Regenerated.
15289         * tests/unictype/test-pr_zero_width.c: Regenerated.
15290
15291         Update to Unicode 5.1.0.
15292         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
15293         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
15294         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
15295         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
15296         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
15297         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
15298         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
15299         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
15300         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
15301         (nonspacing_table_ind): Update.
15302         * tests/uniwidth/test-uc_width2.sh: Update expected result.
15303
15304         Update to Unicode 5.1.0.
15305         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
15306         code transform.
15307         * lib/uniname/uniname.c (unicode_character_name,
15308         unicode_name_character): Add the range 0x1Fxxx to the code transform.
15309         * lib/uniname/uninames.h: Regenerated.
15310         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
15311
15312 2009-02-07  Bruno Haible  <bruno@clisp.org>
15313
15314         Merge gen-ctype and gen-lbrk into a single program.
15315         * lib/gen-uni-tables.c: New file, incorporating
15316         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
15317         Add directory prefixes to the names of the generated files.
15318         * lib/unictype/gen-ctype.c: Remove file.
15319         * lib/unilbrk/gen-lbrk.c: Remove file.
15320         * modules/gen-uni-tables: New file.
15321         * modules/unictype/gen-ctype: Remove file.
15322         * modules/unilbrk/gen-lbrk: Remove file.
15323
15324 2009-02-07  Bruno Haible  <bruno@clisp.org>
15325
15326         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
15327
15328         New module 'unistr/u32-strcoll'.
15329         * modules/unistr/u32-strcoll: New file.
15330         * lib/unistr/u32-strcoll.c: New file.
15331
15332         New module 'unistr/u16-strcoll'.
15333         * modules/unistr/u16-strcoll: New file.
15334         * lib/unistr/u16-strcoll.c: New file.
15335
15336         New module 'unistr/u8-strcoll'.
15337         * modules/unistr/u8-strcoll: New file.
15338         * lib/unistr/u8-strcoll.c: New file.
15339         * lib/unistr/u-strcoll.h: New file.
15340
15341 2009-02-07  Bruno Haible  <bruno@clisp.org>
15342
15343         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
15344         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
15345         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
15346         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
15347         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
15348         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
15349
15350 2009-02-07  Bruno Haible  <bruno@clisp.org>
15351
15352         Make 64-bit clean.
15353         * lib/unictype/gen-ctype.c (output_predicate, output_category,
15354         output_combclass, output_bidi_category, output_decimal_digit,
15355         output_digit, output_numeric, output_mirror, output_scripts,
15356         output_ident_category): Use proper width specifier in format strings.
15357
15358 2009-02-07  Bruno Haible  <bruno@clisp.org>
15359
15360         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
15361         failure behaviour.
15362
15363 2009-02-07  Jim Meyering  <meyering@redhat.com>
15364
15365         regex: avoid compilation failure with upcoming gcc-4.4
15366         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
15367         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
15368         "... error: integer overflow in preprocessor expression".
15369
15370 2009-02-05  Ben Pfaff  <blp@gnu.org>
15371
15372         Fix link errors on Windows when close module is used.
15373         * modules/close: Add $(LIB_CLOSE) to Link section.
15374         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
15375         $(LIB_CLOSE) on Windows.
15376
15377 2009-02-05  Jim Meyering  <meyering@redhat.com>
15378
15379         still avoid unused-parameter warnings, but do it cleanly
15380         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
15381         (get_fs_usage): Cast to void instead.
15382         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
15383         (dev_from_mount_options, read_file_system_list): Cast to void.
15384         Prompted by Bruno Haible.
15385
15386 2009-02-04  Jim Meyering  <meyering@redhat.com>
15387
15388         fsusage.c: correct copyright year
15389         * lib/fsusage.c: Reflect year in which the change is pushed into
15390
15391         avoid misc. warnings
15392         * lib/fsusage.c (UNUSED_PARAM): Define.
15393         (get_fs_usage): Mark parameter "disk" as unused.
15394         * lib/getugroups.c (getgrent): Use "void" in prototype.
15395         * lib/mountlist.c: Mark unused parameters.
15396         (read_file_system_list): Declare a local with "const".
15397         * lib/nanosleep.c (getnow): Declare static.
15398         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
15399
15400         dirfd: set errno upon failure
15401         * lib/dirfd.c: Include <errno.h>.
15402         Set errno to ENOTSUP when returning -1.
15403         * modules/dirfd (Depends-on): Add errno.
15404         Suggested by John Kodis <kodis@comcast.net>.
15405
15406 2009-02-01  Bruno Haible  <bruno@clisp.org>
15407
15408         Don't assume sizeof (long) >= sizeof (void *).
15409         * lib/memcmp.c: Include stdint.h.
15410         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
15411         srcp2 to 'const byte *'.
15412         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
15413         types to uintptr_t.
15414         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
15415         * modules/memcmp (Depends-on): Add stdint.
15416         Reported by Ozkan Sezer <sezeroz@gmail.com>.
15417
15418 2009-01-30  Eric Blake  <ebb9@byu.net>
15419
15420         fix more require-before-expand issues
15421         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
15422         expand, AC_PROG_AWK.
15423         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
15424
15425 2009-01-28  Eric Blake  <ebb9@byu.net>
15426
15427         version-etc: use consistent URL formatting
15428         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
15429         Improve formatting.  Use fputs for string without %.
15430
15431 2009-01-28  Jim Meyering  <meyering@redhat.com>
15432
15433         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
15434         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
15435         "underquoted definition of NAME" from autoconf-2.59.
15436
15437 2009-01-28  Bruno Haible  <bruno@clisp.org>
15438
15439         * doc/gnulib.texi: Add "Obsolete modules" to index.
15440
15441 2009-01-28  Jim Meyering  <meyering@redhat.com>
15442
15443         useless-if-before-free: recognize more variants
15444         * build-aux/useless-if-before-free: Also recognize e.g.,
15445         if (NULL != p) free (p);
15446
15447 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
15448
15449         test-getaddrinfo: skip (don't fail) this test when there's no network
15450         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
15451         on the presumption that it means you lack network access.
15452
15453 2009-01-26  Jim Meyering  <meyering@redhat.com>
15454
15455         fflush: avoid warnings on modern systems
15456         * lib/fflush.c (rpl_fflush): Move declarations of locals,
15457         pos and result, into scopes where they're used.
15458
15459 2009-01-26  Eric Blake  <ebb9@byu.net>
15460
15461         Silence warning reintroduced by recent extensions patch.
15462         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
15463         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
15464         autoconf.
15465
15466         Backport improved autoconf semantics of AC_DEFUN_ONCE.
15467         * m4/00gnulib.m4: New file.
15468         * gnulib-tool (func_get_filelist): Always use it.
15469         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
15470         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
15471
15472 2009-01-25  Bruno Haible  <bruno@clisp.org>
15473
15474         Make test-quotearg work on MacOS X and AIX.
15475         * tests/test-quotearg.sh: New file.
15476         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
15477         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
15478         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
15479         include <libintl.h>.
15480         (fake_locale): Remove variable.
15481         (gettext, dgettext, dcgettext): Remove functions.
15482         (main): Instead of setting a fake locale, set a real locale. Call
15483         textdomain and bindtextdomain.
15484         * modules/quotearg-tests (Files): Add the new files.
15485         (Depends-on): Add gettext, setenv, unsetenv.
15486         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
15487         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
15488         Augment TESTS_ENVIRONMENT.
15489
15490 2009-01-25  Bruno Haible  <bruno@clisp.org>
15491
15492         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
15493         fr_FR.ISO8859-1 locale on MacOS X.
15494         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
15495         ja_JP.eucJP locale on MacOS X.
15496         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
15497         zh_CN.GB18030 locale on MacOS X.
15498
15499 2009-01-25  Bruno Haible  <bruno@clisp.org>
15500
15501         Avoid link errors on MacOS X 10.3.
15502         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
15503         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15504
15505 2009-01-25  Bruno Haible  <bruno@clisp.org>
15506
15507         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
15508         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
15509         * modules/pipe (Files): Remove m4/posix_spawn.m4.
15510         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
15511         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
15512         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
15513         posix_spawnattr_init, posix_spawnattr_setsigmask,
15514         posix_spawnattr_setflags, posix_spawnattr_destroy.
15515
15516         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
15517         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
15518         * modules/execute (Files): Remove m4/posix_spawn.m4.
15519         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
15520         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
15521         posix_spawnattr_init, posix_spawnattr_setsigmask,
15522         posix_spawnattr_setflags, posix_spawnattr_destroy.
15523
15524 2009-01-25  Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/glthread/threadlib.c: Include <stdlib.h>.
15527
15528 2009-01-25  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/glthread/threadlib.c (dummy): New declaration.
15531
15532 2009-01-25  Bruno Haible  <bruno@clisp.org>
15533
15534         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
15535         multibyte characters also for the GB18030 encoding. Don't crash when
15536         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
15537
15538 2009-01-25  Bruno Haible  <bruno@clisp.org>
15539
15540         Avoid redefining 'struct random_data' on OSF/1 5.1.
15541         * lib/stdlib.in.h: Include <random.h> if it exists.
15542         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
15543         HAVE_RANDOM_H. Include <random.h> when testing whether
15544         'struct random_data' exists.
15545         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
15546
15547 2009-01-25  Bruno Haible  <bruno@clisp.org>
15548
15549         Don't install charset.alias on MacOS X >= 10.3.
15550         * lib/localcharset.c (DARWIN7): New macro.
15551         (get_charset_aliases): Hardcode the result for Darwin7.
15552         * modules/localcharset (install-exec-local): Don't install
15553         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
15554
15555 2009-01-25  Bruno Haible  <bruno@clisp.org>
15556
15557         Don't install charset.alias on mingw and Cygwin.
15558         * modules/localcharset (install-exec-local): Don't install
15559         charset.alias on mingw and Cygwin, if the file does not yet exist.
15560         The result for these platforms is hardcoded in localcharset.c.
15561
15562 2009-01-25  Bruno Haible  <bruno@clisp.org>
15563
15564         Make it possible again to use AC_GNU_SOURCE together with gnulib.
15565         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
15566         before requiring AC_USE_SYSTEM_EXTENSIONS.
15567
15568 2009-01-25  Jim Meyering  <meyering@redhat.com>
15569
15570         c-strtod: avoid warnings
15571         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
15572         "assignment discards qualifiers from pointer target type" warnings.
15573
15574 2009-01-24  Bruno Haible  <bruno@clisp.org>
15575
15576         Add support for non-UTF-8 locales on MacOS X.
15577         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
15578         canonical encodings. For Darwin 7 and newer, don't map traditional
15579         encodings to UTF-8.
15580         Reported by Vincent Lefevre <vincent@vinc17.org>
15581         at <http://savannah.gnu.org/bugs/?25235>.
15582
15583 2009-01-24  Bruno Haible  <bruno@clisp.org>
15584
15585         * doc/gnulib.texi (Obsolete modules): New section.
15586         Reported by Mike Frysinger <vapier@gentoo.org>.
15587
15588 2009-01-24  Bruno Haible  <bruno@clisp.org>
15589
15590         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
15591         (%.dvi): New rule.
15592
15593 2009-01-24  Bruno Haible  <bruno@clisp.org>
15594
15595         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
15596         Reported by Eric Blake.
15597
15598 2009-01-24  Bruno Haible  <bruno@clisp.org>
15599
15600         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
15601         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
15602         Reported by Gary V. Vaughan <gary@gnu.org>.
15603
15604 2009-01-24  Bruno Haible  <bruno@clisp.org>
15605
15606         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
15607
15608 2009-01-23  Bruno Haible  <bruno@clisp.org>
15609
15610         Make c-strtod, c-strtold usable in libraries.
15611         * lib/c-strtod.c: Include string.h instead of xalloc.h.
15612         (C_STRTOD): Call strdup instead of xstrdup.
15613         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
15614         * modules/c-strtold (Depends-on): Likewise.
15615         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
15616         * NEWS: Mention the change.
15617         Reported by Michael Gold <mgold@ncf.ca>.
15618
15619 2009-01-23  Jim Meyering  <meyering@redhat.com>
15620
15621         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
15622         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
15623         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
15624
15625 2009-01-23  Simon Josefsson  <simon@josefsson.org>
15626
15627         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
15628         GNU CoreUtils.
15629         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
15630         * modules/version-etc (Description): Update.
15631
15632 2009-01-22  Bruno Haible  <bruno@clisp.org>
15633
15634         Cache the C locale object.
15635         * lib/c-strtod.c (c_locale_cache): New variable.
15636         (c_locale): New function.
15637         (C_STRTOD): Use it, and don't call freelocale.
15638         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
15639         Suggested by Paolo Bonzini.
15640
15641 2009-01-21  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
15644         conditions other than overflow.
15645
15646 2009-01-21  Bruno Haible  <bruno@clisp.org>
15647
15648         * lib/c-strtod.c: Include errno.h.
15649         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
15650         value from STRTOD_L and STRTOD.
15651
15652 2009-01-21  Bruno Haible  <bruno@clisp.org>
15653         and Jim Meyering  <meyering@redhat.com>
15654
15655         nanosleep: skip configure test (fail it) for apple universal builds
15656         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
15657         universal builds, assume that nanosleep does not work.
15658         * modules/nanosleep (Depends-on): Add multiarch.
15659
15660         mktime: skip configure test (fail it) for apple universal builds
15661         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
15662         universal builds, assume that mktime does not work.
15663         * modules/mktime (Depends-on): Add multiarch.
15664
15665 2009-01-21  Eric Blake  <ebb9@byu.net>
15666
15667         multiarch: avoid expand-before-require warning
15668         * modules/multiarch (configure.ac): Require, rather than expand,
15669         gl_MULTIARCH.
15670         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
15671         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
15672         enforce that all clients require it.  Partial reversion of
15673         2008-12-29 patch.
15674
15675         error: avoid expand-before-require warning
15676         * modules/errno (configure.ac): Require, rather than expand,
15677         gl_HEADER_ERRNO_H.
15678         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
15679         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
15680         enforce that all clients require it.
15681
15682         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
15683         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
15684         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
15685         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
15686
15687 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
15688
15689         Revert:
15690         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15691
15692         regex: do not depend on obsolete modules.
15693         * modules/regex: Remove memcmp and memmove.
15694
15695 2009-01-20  Bruno Haible  <bruno@clisp.org>
15696
15697         Make the 'link' module link on Windows NT 4.
15698         * lib/link.c (_WIN32_WINNT): Don't define.
15699         (CreateHardLinkFuncType): New type.
15700         (CreateHardLinkFunc, initialized): New variables.
15701         (initialize): New function.
15702         (link): Invoke CreateHardLink indirectly through the function pointer.
15703
15704 2009-01-20  Bruno Haible  <bruno@clisp.org>
15705
15706         Fix compilation failure on mingw.
15707         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
15708
15709 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
15710
15711         * doc/c-strtod.texi: Mention a couple of restrictions.
15712
15713 2009-01-20  Jim Meyering  <meyering@redhat.com>
15714
15715         gettimeofday: move more declarations out of functions
15716         * lib/gettimeofday.c: Move extern declarations of tzset and
15717         gmtime out of containing functions.  Prompted by Bruno Haible.
15718
15719 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15720
15721         regex: do not depend on obsolete modules.
15722         * modules/regex: Remove memcmp and memmove.
15723
15724 2009-01-19  Bruno Haible  <bruno@clisp.org>
15725
15726         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15727         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
15728         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15729         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
15730         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
15731
15732 2009-01-19  Bruno Haible  <bruno@clisp.org>
15733
15734         * tests/test-link.c: Include <errno.h>.
15735         (main): Exit with code 77 when a hard link cannot be created due to
15736         the file system.
15737         * tests/test-link.sh: Skip test when a hard link cannot be created due
15738         to the file system.
15739         Suggested by Eric Blake.
15740
15741 2009-01-19  Martin Lambers  <marlam@marlam.de>
15742
15743         * modules/link-tests: New file.
15744         * tests/test-link.sh: New file.
15745         * tests/test-link.c: New file.
15746
15747 2009-01-19  Eric Blake  <ebb9@byu.net>
15748
15749         doc: mention another function added in cygwin 1.7.0
15750         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
15751         Another new function in cygwin 1.7.
15752
15753 2009-01-19  Bruno Haible  <bruno@clisp.org>
15754
15755         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15756         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
15757         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
15758         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15759         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
15760         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
15761         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
15762         * m4/md4.m4 (gl_MD4): Likewise.
15763         * m4/md5.m4 (gl_MD5): Likewise.
15764         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
15765         * m4/sha1.m4 (gl_SHA1): Likewise.
15766         * m4/sha256.m4 (gl_SHA256): Likewise.
15767         * m4/sha512.m4 (gl_SHA512): Likewise.
15768
15769 2009-01-19  Bruno Haible  <bruno@clisp.org>
15770
15771         * modules/uniname/uniname-tests (Depends-on): Add progname.
15772         * tests/uniname/test-uninames.c: Include progname.h.
15773         (main): Call set_program_name.
15774
15775         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
15776         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
15777         (main): Call set_program_name.
15778
15779         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
15780         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
15781         (main): Call set_program_name.
15782
15783         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
15784         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
15785         (main): Call set_program_name.
15786
15787         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
15788         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
15789         (main): Call set_program_name.
15790
15791         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
15792         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
15793         (main): Call set_program_name.
15794
15795         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
15796         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
15797         (main): Call set_program_name.
15798
15799         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
15800         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
15801         (main): Call set_program_name.
15802
15803         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
15804         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
15805         (main): Call set_program_name.
15806
15807 2009-01-19  Eric Blake  <ebb9@byu.net>
15808
15809         test-unistd: test previous patch
15810         * tests/test-unistd.c: Test *_FILENO macros.
15811
15812         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
15813         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15814         Guarantee a definition.
15815         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
15816         * modules/unistd-safer (Depends-on): Add dependency on unistd.
15817         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
15818         * lib/dup-safer.c (STDERR_FILENO): Likewise.
15819         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15820         Likewise.
15821         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
15822         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
15823         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15824         Likewise.
15825         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
15826         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
15827         (STDERR_FILENO): Likewise.
15828         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
15829         (STDERR_FILENO): Likewise.
15830         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
15831         (STDERR_FILENO): Likewise.
15832         Reported by Elbert Pol.
15833
15834 2009-01-19  Eric Blake  <ebb9@byu.net>
15835
15836         doc: mention more functions added in cygwin 1.7.0
15837         * doc/posix-functions/abort.texi (abort): Update wording related
15838         to cygwin.
15839         * doc/posix-functions/daylight.texi (daylight): Likewise.
15840         * doc/posix-functions/optarg.texi (optarg): Likewise.
15841         * doc/posix-functions/optarg.texi (opterr): Likewise.
15842         * doc/posix-functions/optarg.texi (optind): Likewise.
15843         * doc/posix-functions/optarg.texi (optopt): Likewise.
15844         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
15845         worked in 1.5.x, and was withdrawn in 1.7.
15846         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
15847         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
15848         cygwin versions.
15849         * doc/posix-functions/perror.texi (perror): Likewise.
15850         * doc/posix-functions/printf.texi (printf): Likewise.
15851         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
15852         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
15853         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
15854         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
15855         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
15856         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
15857         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15858         Likewise.
15859         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15860         Likewise.
15861         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
15862         this function.
15863         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
15864         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
15865         Likewise.
15866         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
15867         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
15868         * doc/posix-functions/confstr.texi (confstr): Likewise.
15869         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
15870         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
15871         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
15872         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
15873         * doc/posix-functions/fputws.texi (fputws): Likewise.
15874         * doc/posix-functions/fwide.texi (fwide): Likewise.
15875         * doc/posix-functions/getwc.texi (getwc): Likewise.
15876         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
15877         * doc/posix-functions/putwc.texi (putwc): Likewise.
15878         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
15879         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
15880         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
15881         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
15882         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
15883         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
15884         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
15885         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
15886         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
15887         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
15888         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
15889
15890 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15891
15892         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
15893         * lib/ioctl.c: Include <sys/ioctl.h>.
15894
15895 2009-01-19  Simon Josefsson  <simon@josefsson.org>
15896
15897         * modules/getdate-tests (Depends-on): Add progname.
15898         * tests/test-getdate.c: Use progname module, to avoid link errors
15899         on non-glibc systems.
15900
15901 2009-01-18  Simon Josefsson  <simon@josefsson.org>
15902
15903         * modules/filenamecat-tests (Depends-on): Add progname.
15904         * modules/fstrcmp-tests (Depends-on): Likewise.
15905
15906         * tests/test-filenamecat.c: Use progname module, to avoid link
15907         errors on non-glibc systems.
15908         * tests/test-fstrcmp.c: Likewise.
15909
15910 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15911
15912         gettimeofday: avoid warning: nested extern declaration of 'localtime'
15913         * lib/gettimeofday.c: Move extern declaration out of function.
15914
15915 2009-01-18  Bruno Haible  <bruno@clisp.org>
15916
15917         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
15918         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
15919         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
15920
15921 2009-01-18  Bruno Haible  <bruno@clisp.org>
15922
15923         * lib/strftime.c (MEMPCPY): Remove unused macro.
15924         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
15925
15926 2009-01-18  Martin Lambers  <marlam@marlam.de>
15927
15928         New module 'link'.
15929         * lib/unistd.in.h (link): New declaration.
15930         * lib/link.c: New file.
15931         * m4/link.m4: New file.
15932         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
15933         HAVE_LINK.
15934         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
15935         * modules/link: New file.
15936         * doc/posix-functions/link.texi: Mention the new module.
15937
15938 2009-01-18  Bruno Haible  <bruno@clisp.org>
15939
15940         * tests/test-avltree_list.c (main): Call set_program_name.
15941         * tests/test-avltree_oset.c (main): Likewise.
15942         * tests/test-obstack-printf.c: Include progname.h.
15943         (main): Call set_program_name.
15944         * tests/test-quotearg.c: Include progname.h.
15945         (main): Call set_program_name.
15946         * tests/test-xmemdup0.c: Include progname.h.
15947         (main): Call set_program_name.
15948
15949 2009-01-18  Bruno Haible  <bruno@clisp.org>
15950
15951         New module 'alphasort'.
15952         * lib/dirent.in.h (alphasort): New declaration.
15953         * lib/alphasort.c: New file, from glibc with modifications.
15954         * m4/alphasort.m4: New file.
15955         * modules/alphasort: New file.
15956         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
15957         HAVE_ALPHASORT.
15958         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
15959         HAVE_ALPHASORT.
15960         * doc/posix-functions/alphasort.texi: Mention the new module and the
15961         portability problems.
15962
15963 2009-01-18  Bruno Haible  <bruno@clisp.org>
15964
15965         New module 'scandir'.
15966         * lib/dirent.in.h (scandir): New declaration.
15967         * lib/scandir.c: New file, from glibc with modifications.
15968         * m4/scandir.m4: New file.
15969         * modules/scandir: New file.
15970         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
15971         HAVE_SCANDIR.
15972         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
15973         HAVE_SCANDIR.
15974         * doc/posix-functions/scandir.texi: Mention the new module and the
15975         portability problems.
15976
15977 2009-01-17  Bruno Haible  <bruno@clisp.org>
15978
15979         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
15980         Update documentation.
15981         (func_remove_suffix): Escape all dots in the suffix. Update
15982         documentation.
15983         (func_filter_filelist): Update documentation.
15984         Reported by Ralf Wildenhues.
15985
15986 2009-01-17  Bruno Haible  <bruno@clisp.org>
15987
15988         * modules/dprintf-posix-tests: New file.
15989         * tests/test-dprintf-posix.sh: New file.
15990         * tests/test-dprintf-posix.c: New file.
15991
15992         New modules 'dprintf', 'dprintf-posix'.
15993         * lib/stdio.in.h (dprintf): New declaration.
15994         * lib/dprintf.c: New file.
15995         * m4/dprintf.m4: New file.
15996         * m4/dprintf-posix.m4: New file.
15997         * modules/dprintf: New file.
15998         * modules/dprintf-posix: New file.
15999         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
16000         HAVE_DPRINTF, REPLACE_DPRINTF.
16001         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
16002         HAVE_DPRINTF, REPLACE_DPRINTF.
16003         * doc/posix-functions/dprintf.texi: Mention the new modules.
16004
16005 2009-01-17  Bruno Haible  <bruno@clisp.org>
16006
16007         * modules/vdprintf-posix-tests: New file.
16008         * tests/test-vdprintf-posix.sh: New file.
16009         * tests/test-vdprintf-posix.c: New file.
16010
16011         New modules 'vdprintf', 'vdprintf-posix'.
16012         * lib/stdio.in.h (vdprintf): New declaration.
16013         * lib/vdprintf.c: New file.
16014         * m4/vdprintf.m4: New file.
16015         * m4/vdprintf-posix.m4: New file.
16016         * modules/vdprintf: New file.
16017         * modules/vdprintf-posix: New file.
16018         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
16019         HAVE_VDPRINTF, REPLACE_VDPRINTF.
16020         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
16021         HAVE_VDPRINTF, REPLACE_VDPRINTF.
16022         * doc/posix-functions/vdprintf.texi: Mention the new modules.
16023
16024 2009-01-17  Bruno Haible  <bruno@clisp.org>
16025
16026         Fix replacement of fopen on mingw.
16027         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
16028         mingw.
16029
16030 2009-01-17  Bruno Haible  <bruno@clisp.org>
16031
16032         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
16033         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
16034
16035 2009-01-17  Bruno Haible  <bruno@clisp.org>
16036
16037         Avoid test-fflush2.sh failure on mingw.
16038         * tests/test-fflush2.c: Include binary-io.h.
16039         (main): Put standard input into binary mode.
16040         * modules/fflush-tests (Depends-on): Add binary-io.
16041
16042 2009-01-17  Bruno Haible  <bruno@clisp.org>
16043
16044         * lib/wchar.in.h: In another particular situation, include only the
16045         system's <wchar.h> file.
16046         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
16047         Reported by Albert Chin-A-Young <china@thewrittenword.com>
16048         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
16049
16050 2009-01-17  Bruno Haible  <bruno@clisp.org>
16051
16052         Support for stripping executables in --enable-relocatable.
16053         * build-aux/install-reloc: Expect one more argument, or an environment
16054         variable RELOC_STRIP_PROG. If set, strip the destination program and
16055         its wrapper.
16056         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
16057         RELOC_STRIP_PROG.
16058         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
16059         to set RELOCATABLE_STRIP.
16060         * NEWS: Mention the new Makefile requirement.
16061
16062 2009-01-17  Bruno Haible  <bruno@clisp.org>
16063
16064         * build-aux/install-reloc: Remove debugging information left over by
16065         C compiler on MacOS X.
16066
16067 2009-01-17  Bruno Haible  <bruno@clisp.org>
16068
16069         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
16070         * lib/progreloc.c (find_executable): Fix type of pointer passed to
16071         _NSGetExecutablePath.
16072
16073 2009-01-16  Jim Meyering  <meyering@redhat.com>
16074
16075         strerror: avoid warnings about discarding "const"
16076         * lib/strerror.c (rpl_strerror): Instead of returning a const
16077         string from each and every "case", use a variable, and add a single
16078         cast after the switch.
16079
16080 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
16081
16082         * lib/arpa_inet.in.h: Add extern "C" block for C++.
16083
16084 2009-01-16  Bruno Haible  <bruno@clisp.org>
16085
16086         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
16087         array initializer syntax that also works in C++ mode.
16088         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16089
16090 2009-01-16  Jim Meyering  <meyering@redhat.com>
16091
16092         poll: suppress a warning
16093         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
16094         to ignore "...unsigned expression < 0 is always false" warnings.
16095
16096 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
16097
16098         poll: remove declarations of unused variables
16099         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
16100         sockbuf and optlen.
16101
16102 2009-01-15  Bruno Haible  <bruno@clisp.org>
16103
16104         Make fflush-after-ungetc POSIX compliant on BSD systems.
16105         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
16106         (clear_ungetc_buffer): Implement also for other systems.
16107         (rpl_fflush): On glibc systems, invoke
16108         clear_ungetc_buffer_preserving_position. Otherwise, invoke
16109         clear_ungetc_buffer after fetching the stream's position, not before.
16110
16111 2009-01-15  Bruno Haible  <bruno@clisp.org>
16112
16113         Make fflush-after-ungetc POSIX compliant on glibc systems.
16114         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
16115         after ungetc.
16116         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
16117         (rpl_fflush): On glibc systems, simply call the system's fflush
16118         function after clearing the ungetc buffer.
16119         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
16120         Instead, lseek only to the end of file, then use the system's fseeko
16121         for the rest. On glibc systems, reset the EOF indicator bit.
16122
16123 2009-01-15  Jim Meyering  <meyering@redhat.com>
16124
16125         openmp.m4: revert quote-adding change, for portability to older autoconf
16126         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
16127         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
16128         Simon Josefsson noticed the problem when using autoconf-2.61.
16129
16130 2009-01-15  Bruno Haible  <bruno@clisp.org>
16131
16132         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
16133         * tests/test-fflush2.c (ASSERT): Always fail.
16134         (main): Add two tests for fflush() after ungetc(), taking into account
16135         the Austin Group's clarification.
16136         Suggested by Eric Blake.
16137
16138 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
16139
16140         mktime.m4: remove K&R-style function prototypes
16141         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
16142         for the Sun C++ compiler.
16143
16144 2009-01-14  Bruno Haible  <bruno@clisp.org>
16145
16146         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
16147         while including <wchar.h>.
16148         * lib/wchar.in.h: In two particular situations on HP-UX, include only
16149         the system's <wchar.h> file.
16150         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16151
16152 2009-01-14  Bruno Haible  <bruno@clisp.org>
16153
16154         * m4/csharp.m4: Don't mention gettext on the serial number line.
16155         * m4/csharpexec.m4: Likewise.
16156         * m4/eaccess.m4: Likewise.
16157         * m4/javaexec.m4: Likewise.
16158         * m4/sig_atomic_t.m4: Likewise.
16159         * m4/tmpdir.m4: Likewise.
16160         * m4/intldir.m4: Bump gettext version.
16161         * m4/lib-ld.m4: Likewise.
16162
16163 2009-01-14  Bruno Haible  <bruno@clisp.org>
16164
16165         * lib/progname.c (set_program_name): Add more comments.
16166         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
16167
16168 2009-01-14  Simon Josefsson  <simon@josefsson.org>
16169
16170         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
16171         were sys/stat.h does not define it.
16172
16173 2009-01-14  Jim Meyering  <meyering@redhat.com>
16174
16175         many *.m4 files: improve m4 quoting
16176         99% of this change was performed by running the following commands:
16177         git ls-files | grep '\.m4$' | xargs perl -pi \
16178           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
16179           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
16180           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
16181           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
16182         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
16183         The remainder were to add Copyright dates, increment serial numbers,
16184         undo some changes in comments, exclude m4/intl.m4, and add quotes
16185         around the "1" in ",1" where the unusual spacing prohibited the
16186         above regexps from doing the job.  For more details, see
16187         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
16188         * m4/acl.m4: Modified.
16189         * m4/afs.m4: Likewise.
16190         * m4/alloca.m4: Likewise.
16191         * m4/argp.m4: Likewise.
16192         * m4/argz.m4: Likewise.
16193         * m4/atexit.m4: Likewise.
16194         * m4/bison-i18n.m4: Likewise.
16195         * m4/bison.m4: Likewise.
16196         * m4/byteswap.m4: Likewise.
16197         * m4/c-stack.m4: Likewise.
16198         * m4/c-strtod.m4: Likewise.
16199         * m4/calloc.m4: Likewise.
16200         * m4/canonicalize-lgpl.m4: Likewise.
16201         * m4/chown.m4: Likewise.
16202         * m4/clock_time.m4: Likewise.
16203         * m4/codeset.m4: Likewise.
16204         * m4/copy-file.m4: Likewise.
16205         * m4/csharp.m4: Likewise.
16206         * m4/csharpcomp.m4: Likewise.
16207         * m4/csharpexec.m4: Likewise.
16208         * m4/d-ino.m4: Likewise.
16209         * m4/d-type.m4: Likewise.
16210         * m4/dirfd.m4: Likewise.
16211         * m4/double-slash-root.m4: Likewise.
16212         * m4/eaccess.m4: Likewise.
16213         * m4/eealloc.m4: Likewise.
16214         * m4/environ.m4: Likewise.
16215         * m4/errno_h.m4: Likewise.
16216         * m4/euidaccess.m4: Likewise.
16217         * m4/execute.m4: Likewise.
16218         * m4/fatal-signal.m4: Likewise.
16219         * m4/fchdir.m4: Likewise.
16220         * m4/fcntl_h.m4: Likewise.
16221         * m4/fileblocks.m4: Likewise.
16222         * m4/filenamecat.m4: Likewise.
16223         * m4/findprog.m4: Likewise.
16224         * m4/flexmember.m4: Likewise.
16225         * m4/fnmatch.m4: Likewise.
16226         * m4/fopen.m4: Likewise.
16227         * m4/fpending.m4: Likewise.
16228         * m4/fprintf-posix.m4: Likewise.
16229         * m4/free.m4: Likewise.
16230         * m4/frexp.m4: Likewise.
16231         * m4/frexpl.m4: Likewise.
16232         * m4/fsusage.m4: Likewise.
16233         * m4/ftruncate.m4: Likewise.
16234         * m4/gc-camellia.m4: Likewise.
16235         * m4/gc-random.m4: Likewise.
16236         * m4/gc.m4: Likewise.
16237         * m4/getaddrinfo.m4: Likewise.
16238         * m4/getcwd-abort-bug.m4: Likewise.
16239         * m4/getcwd-path-max.m4: Likewise.
16240         * m4/getdate.m4: Likewise.
16241         * m4/getdomainname.m4: Likewise.
16242         * m4/getgroups.m4: Likewise.
16243         * m4/gethostname.m4: Likewise.
16244         * m4/gethrxtime.m4: Likewise.
16245         * m4/getline.m4: Likewise.
16246         * m4/getloadavg.m4: Likewise.
16247         * m4/getndelim2.m4: Likewise.
16248         * m4/getpass.m4: Likewise.
16249         * m4/gettext.m4: Likewise.
16250         * m4/gettime.m4: Likewise.
16251         * m4/gettimeofday.m4: Likewise.
16252         * m4/gnulib-common.m4: Likewise.
16253         * m4/group-member.m4: Likewise.
16254         * m4/host-os.m4: Likewise.
16255         * m4/iconv.m4: Likewise.
16256         * m4/iconv_open.m4: Likewise.
16257         * m4/inet_ntop.m4: Likewise.
16258         * m4/inet_pton.m4: Likewise.
16259         * m4/inline.m4: Likewise.
16260         * m4/intldir.m4: Likewise.
16261         * m4/intlmacosx.m4: Likewise.
16262         * m4/intmax.m4: Likewise.
16263         * m4/intmax_t.m4: Likewise.
16264         * m4/inttypes.m4: Likewise.
16265         * m4/inttypes_h.m4: Likewise.
16266         * m4/inttypes-pri.m4: Likewise.
16267         * m4/isapipe.m4: Likewise.
16268         * m4/isnand.m4: Likewise.
16269         * m4/isnanf.m4: Likewise.
16270         * m4/isnanl.m4: Likewise.
16271         * m4/javacomp.m4: Likewise.
16272         * m4/javaexec.m4: Likewise.
16273         * m4/jm-winsz1.m4: Likewise.
16274         * m4/jm-winsz2.m4: Likewise.
16275         * m4/lchown.m4: Likewise.
16276         * m4/lcmessage.m4: Likewise.
16277         * m4/ldexpl.m4: Likewise.
16278         * m4/lib-ld.m4: Likewise.
16279         * m4/lib-link.m4: Likewise.
16280         * m4/libsigsegv.m4: Likewise.
16281         * m4/link-follow.m4: Likewise.
16282         * m4/localcharset.m4: Likewise.
16283         * m4/locale-fr.m4: Likewise.
16284         * m4/locale-ja.m4: Likewise.
16285         * m4/locale-tr.m4: Likewise.
16286         * m4/locale-zh.m4: Likewise.
16287         * m4/lock.m4: Likewise.
16288         * m4/longlong.m4: Likewise.
16289         * m4/ls-mntd-fs.m4: Likewise.
16290         * m4/lstat.m4: Likewise.
16291         * m4/malloc.m4: Likewise.
16292         * m4/mathl.m4: Likewise.
16293         * m4/mbrtowc.m4: Likewise.
16294         * m4/mbstate_t.m4: Likewise.
16295         * m4/mbswidth.m4: Likewise.
16296         * m4/memchr.m4: Likewise.
16297         * m4/memcmp.m4: Likewise.
16298         * m4/memcpy.m4: Likewise.
16299         * m4/memmem.m4: Likewise.
16300         * m4/memmove.m4: Likewise.
16301         * m4/mempcpy.m4: Likewise.
16302         * m4/memrchr.m4: Likewise.
16303         * m4/memset.m4: Likewise.
16304         * m4/minmax.m4: Likewise.
16305         * m4/mkdir-slash.m4: Likewise.
16306         * m4/mkdtemp.m4: Likewise.
16307         * m4/mktime.m4: Likewise.
16308         * m4/mmap-anon.m4: Likewise.
16309         * m4/mountlist.m4: Likewise.
16310         * m4/nanosleep.m4: Likewise.
16311         * m4/nls.m4: Likewise.
16312         * m4/nocrash.m4: Likewise.
16313         * m4/open.m4: Likewise.
16314         * m4/openat.m4: Likewise.
16315         * m4/openmp.m4: Likewise.
16316         * m4/pathmax.m4: Likewise.
16317         * m4/perl.m4: Likewise.
16318         * m4/physmem.m4: Likewise.
16319         * m4/pipe.m4: Likewise.
16320         * m4/po.m4: Likewise.
16321         * m4/poll.m4: Likewise.
16322         * m4/posixtm.m4: Likewise.
16323         * m4/posixver.m4: Likewise.
16324         * m4/printf-frexp.m4: Likewise.
16325         * m4/printf-frexpl.m4: Likewise.
16326         * m4/printf-posix.m4: Likewise.
16327         * m4/printf-posix-rpl.m4: Likewise.
16328         * m4/printf.m4: Likewise.
16329         * m4/progtest.m4: Likewise.
16330         * m4/putenv.m4: Likewise.
16331         * m4/readline.m4: Likewise.
16332         * m4/readlink.m4: Likewise.
16333         * m4/readutmp.m4: Likewise.
16334         * m4/realloc.m4: Likewise.
16335         * m4/regex.m4: Likewise.
16336         * m4/relocatable.m4: Likewise.
16337         * m4/relocatable-lib.m4: Likewise.
16338         * m4/rename-dest-slash.m4: Likewise.
16339         * m4/rename.m4: Likewise.
16340         * m4/rmdir-errno.m4: Likewise.
16341         * m4/rmdir.m4: Likewise.
16342         * m4/roundf.m4: Likewise.
16343         * m4/roundl.m4: Likewise.
16344         * m4/rpmatch.m4: Likewise.
16345         * m4/save-cwd.m4: Likewise.
16346         * m4/selinux-selinux-h.m4: Likewise.
16347         * m4/setenv.m4: Likewise.
16348         * m4/settime.m4: Likewise.
16349         * m4/sig2str.m4: Likewise.
16350         * m4/sig_atomic_t.m4: Likewise.
16351         * m4/signalblocking.m4: Likewise.
16352         * m4/signbit.m4: Likewise.
16353         * m4/sigpipe.m4: Likewise.
16354         * m4/sockets.m4: Likewise.
16355         * m4/sockpfaf.m4: Likewise.
16356         * m4/st_dm_mode.m4: Likewise.
16357         * m4/stat-time.m4: Likewise.
16358         * m4/stdbool.m4: Likewise.
16359         * m4/stdint.m4: Likewise.
16360         * m4/stdint_h.m4: Likewise.
16361         * m4/stpcpy.m4: Likewise.
16362         * m4/stpncpy.m4: Likewise.
16363         * m4/strcase.m4: Likewise.
16364         * m4/strchrnul.m4: Likewise.
16365         * m4/strcspn.m4: Likewise.
16366         * m4/strdup.m4: Likewise.
16367         * m4/strftime.m4: Likewise.
16368         * m4/strndup.m4: Likewise.
16369         * m4/strnlen.m4: Likewise.
16370         * m4/strpbrk.m4: Likewise.
16371         * m4/strptime.m4: Likewise.
16372         * m4/strsep.m4: Likewise.
16373         * m4/strtod.m4: Likewise.
16374         * m4/strtoimax.m4: Likewise.
16375         * m4/strtok_r.m4: Likewise.
16376         * m4/strtol.m4: Likewise.
16377         * m4/strtoll.m4: Likewise.
16378         * m4/strtoul.m4: Likewise.
16379         * m4/strtoull.m4: Likewise.
16380         * m4/strtoumax.m4: Likewise.
16381         * m4/strverscmp.m4: Likewise.
16382         * m4/threadlib.m4: Likewise.
16383         * m4/timegm.m4: Likewise.
16384         * m4/tm_gmtoff.m4: Likewise.
16385         * m4/tmpdir.m4: Likewise.
16386         * m4/tmpfile.m4: Likewise.
16387         * m4/tzset.m4: Likewise.
16388         * m4/uintmax_t.m4: Likewise.
16389         * m4/unlinkdir.m4: Likewise.
16390         * m4/unlocked-io.m4: Likewise.
16391         * m4/uptime.m4: Likewise.
16392         * m4/userspec.m4: Likewise.
16393         * m4/utimbuf.m4: Likewise.
16394         * m4/utime.m4: Likewise.
16395         * m4/utimes-null.m4: Likewise.
16396         * m4/utimes.m4: Likewise.
16397         * m4/vararrays.m4: Likewise.
16398         * m4/vasnprintf.m4: Likewise.
16399         * m4/vfprintf-posix.m4: Likewise.
16400         * m4/vprintf-posix.m4: Likewise.
16401         * m4/wait-process.m4: Likewise.
16402         * m4/wchar_t.m4: Likewise.
16403         * m4/wint_t.m4: Likewise.
16404         * m4/write-any-file.m4: Likewise.
16405         * m4/yield.m4: Likewise.
16406
16407 2009-01-13  Bruno Haible  <bruno@clisp.org>
16408
16409         Avoid test-copy-file.sh failures when ACL support insufficient.
16410         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
16411         TESTS_ENVIRONMENT.
16412         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
16413         Reported by Jim Meyering.
16414
16415 2009-01-13  Bruno Haible  <bruno@clisp.org>
16416
16417         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
16418         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
16419         * modules/unistdio/u8-printf-parse (Files): Likewise.
16420         * modules/unistdio/u32-printf-parse (Files): Likewise.
16421         * modules/unistdio/ulc-printf-parse (Files): Likewise.
16422
16423 2009-01-13  Simon Josefsson  <simon@josefsson.org>
16424
16425         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
16426         and m4/inttypes_h.m4 too.
16427
16428 2009-01-12  Eric Blake  <ebb9@byu.net>
16429
16430         tests: IRIX 6.2 cc can't compile -0.0 into .data
16431         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
16432         rather than at compile-time.
16433         * tests/test-floorl.c (minus_zero): Likewise.
16434         * tests/test-frexpl.c (minus_zero): Likewise.
16435         * tests/test-isnan.c (minus_zerol): Likewise.
16436         * tests/test-isnanl.h (minus_zero): Likewise.
16437         * tests/test-ldexpl.c (minus_zero): Likewise.
16438         * tests/test-roundl.c (minus_zero): Likewise.
16439         * tests/test-signbit.c (minus_zerol): Likewise.
16440         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16441         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16442         * tests/test-truncl.c (minus_zero): Likewise.
16443         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16444         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16445         Reported by Tom G. Christensen and Nelson H. F. Beebe.
16446
16447 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
16448
16449         regex: fix glibc bug 9697
16450         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
16451         handling.
16452
16453 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
16454
16455         regex: fix glibc bug 697
16456         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
16457         being NULL also if there are no backreferences.
16458
16459 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
16460
16461         regex: merge glibc changes
16462         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
16463         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
16464         re_string_skip_chars, re_string_reconstruct): Likewise.
16465         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
16466
16467 2009-01-07  Jim Meyering  <meyering@redhat.com>
16468
16469         poll: filter through cppi
16470         * lib/poll.c: Indent cpp directives to reflect nesting.
16471
16472 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
16473
16474         poll: don't return uninitialized
16475         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
16476
16477 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
16478
16479         avoid compile failure on AIX 6.1
16480         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
16481         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
16482
16483 2009-01-04  Jim Meyering  <meyering@redhat.com>
16484
16485         remove duplicate inclusion of <stdio.h>
16486         * tests/test-fprintf-posix.c: Likewise.
16487         * tests/test-printf-posix.c: Likewise.
16488         * tests/test-snprintf-posix.c: Likewise.
16489         * tests/test-sprintf-posix.c: Likewise.
16490         * tests/test-vasprintf-posix.c: Likewise.
16491         * tests/test-vfprintf-posix.c: Likewise.
16492         * tests/test-vprintf-posix.c: Likewise.
16493         * tests/test-vsnprintf-posix.c: Likewise.
16494         * tests/test-vsprintf-posix.c: Likewise.
16495
16496 2009-01-03  Jim Meyering  <meyering@redhat.com>
16497
16498         gnulib-tool: fix sed-based filtering
16499         * gnulib-tool (func_filter_filelist): Remove extra backslash
16500         in sed_fff_filter definition.
16501
16502 2009-01-02  Jim Meyering  <meyering@redhat.com>
16503
16504         strftime: avoid compilation failure on Solaris 2.6
16505         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
16506         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
16507         Don't #define mbrlen or mbsinit, since now they're guaranteed to
16508         be available.  Reported by Tom G. Christensen.  Details in
16509         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
16510
16511 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16512             Bruno Haible  <bruno@clisp.org>
16513
16514         Speed up gnulib-tool by doing more string processing through shell
16515         built-ins.
16516         * gnulib-tool (fast_func_append): New variable.
16517         (func_remove_prefix, func_remove_suffix): New functions.
16518         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
16519         (func_filter_filelist): New function.
16520         (func_get_dependencies): Use func_remove_suffix instead of sed.
16521         (func_get_automake_snippet): Use func_filter_filelist instead of a
16522         subshell and sed invocation.
16523
16524 2009-01-01  Bruno Haible  <bruno@clisp.org>
16525
16526         Fix a security bug.
16527         * gnulib-tool (func_import, import, update): Don't allow the characters
16528         '"', '$', '`', '\' in macro arguments that become part of commands that
16529         are evaluated.
16530
16531 2009-01-01  Bruno Haible  <bruno@clisp.org>
16532
16533         * gnulib-tool (func_reset_sigpipe): Add more comments.
16534
16535 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16536
16537         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
16538         func_emit_tests_Makefile_am, func_import): Abort loops early if we
16539         already know the answer.
16540
16541 2009-01-01  Jim Meyering  <meyering@redhat.com>
16542
16543         * lib/version-etc.c (version_etc_va): Update copyright year.
16544
16545 2008-12-30  Bruno Haible  <bruno@clisp.org>
16546
16547         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
16548         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
16549         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
16550
16551 2008-12-29  Eric Blake  <ebb9@byu.net>
16552
16553         multiarch: avoid autoconf AC_REQUIRE bug
16554         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
16555         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
16556         2.63 and older.
16557         Reported by Bruno Haible, and analyzed in
16558         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
16559
16560 2008-12-29  Bruno Haible  <bruno@clisp.org>
16561
16562         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
16563         files in subdirectories correctly.
16564         Reported by Ralf Wildenhues.
16565
16566 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16567
16568         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
16569         rather than 'join FILE -', for Solaris join.
16570
16571 2008-12-29  Bruno Haible  <bruno@clisp.org>
16572
16573         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
16574         quoting.
16575         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
16576         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
16577         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
16578         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
16579         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
16580         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
16581         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
16582         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
16583         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
16584         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
16585         * m4/nls.m4 (AM_NLS): Likewise.
16586         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
16587         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
16588         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
16589         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
16590         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
16591         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
16592         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
16593         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
16594         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
16595         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
16596         * m4/xsize.m4 (gl_XSIZE): Likewise.
16597         Suggested by Jim Meyering.
16598
16599 2008-11-17  Bruce Korb  <bkorb@gnu.org>
16600
16601         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
16602         * lib/parse-duration.c: use a switch instead of cascading if's.
16603
16604 2008-12-29  Eric Blake  <ebb9@byu.net>
16605
16606         wchar.h: supply WEOF on Irix 5.3
16607         * lib/wchar.in.h (wint_t): Also supply WEOF.
16608         * lib/wctype.in.h (wint_t): Likewise.
16609         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
16610         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
16611         Reported by Tom G. Christensen.
16612
16613 2008-12-26  Bruno Haible  <bruno@clisp.org>
16614
16615         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
16616         i486, i586, i686.
16617
16618 2008-12-26  Bruno Haible  <bruno@clisp.org>
16619
16620         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
16621
16622 2008-12-26  Bruno Haible  <bruno@clisp.org>
16623
16624         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
16625         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
16626         not __STDC_CONSTANT_MACROS.
16627         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16628
16629 2008-12-25  Bruno Haible  <bruno@clisp.org>
16630
16631         Add support for universal builds to vasnprintf.
16632         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
16633         universal builds, guess no.
16634         * modules/vasnprintf-posix (Depends-on): Add multiarch.
16635         * modules/vasprintf-posix (Depends-on): Likewise.
16636         * modules/fprintf-posix (Depends-on): Likewise.
16637         * modules/vfprintf-posix (Depends-on): Likewise.
16638         * modules/snprintf-posix (Depends-on): Likewise.
16639         * modules/vsnprintf-posix (Depends-on): Likewise.
16640         * modules/sprintf-posix (Depends-on): Likewise.
16641         * modules/vsprintf-posix (Depends-on): Likewise.
16642         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16643         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16644         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16645         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16646         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16647         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16648         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16649
16650         Add support for universal builds to <inttypes.h>.
16651         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
16652         _SCNu64_PREFIX): In Apple
16653         universal builds, define directly, using _LP64.
16654         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
16655         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
16656         * modules/inttypes (Depends-on): Add multiarch.
16657         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16658
16659         Add support for universal builds to <stdint.h>.
16660         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
16661         universal builds, define directly, using _LP64.
16662         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
16663         Apple universal builds, don't test for the size and suffix of ptrdiff_t
16664         and size_t.
16665         * modules/stdint (Depends-on): Add multiarch.
16666         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16667
16668         New module 'multiarch'.
16669         * modules/multiarch: New file.
16670         * m4/multiarch.m4: New file.
16671
16672 2008-12-25  Bruno Haible  <bruno@clisp.org>
16673
16674         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
16675
16676 2008-12-25  Bruno Haible  <bruno@clisp.org>
16677
16678         * modules/btowc (License): Relicense under LGPLv2+.
16679         * modules/mbsinit (License): Likewise.
16680         * modules/mbrtowc (License): Likewise.
16681         * modules/wcrtomb (License): Likewise.
16682         * modules/streq (License): Likewise.
16683         Reported by David Lutterkort <lutter@redhat.com>.
16684
16685 2008-12-23  Bruno Haible  <bruno@clisp.org>
16686
16687         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
16688
16689 2008-12-23  Bruno Haible  <bruno@clisp.org>
16690
16691         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
16692         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
16693         GETADDRINFO_LIB, not in LIBS.
16694         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
16695         * modules/canon-host (Link): Likewise.
16696         * NEWS: Mention the change.
16697         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
16698         GETADDRINFO_LIB.
16699
16700 2008-12-22  Bruno Haible  <bruno@clisp.org>
16701
16702         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
16703         * doc/posix-functions/iswalpha_l.texi: Likewise.
16704         * doc/posix-functions/iswblank_l.texi: Likewise.
16705         * doc/posix-functions/iswcntrl_l.texi: Likewise.
16706         * doc/posix-functions/iswctype_l.texi: Likewise.
16707         * doc/posix-functions/iswdigit_l.texi: Likewise.
16708         * doc/posix-functions/iswgraph_l.texi: Likewise.
16709         * doc/posix-functions/iswlower_l.texi: Likewise.
16710         * doc/posix-functions/iswprint_l.texi: Likewise.
16711         * doc/posix-functions/iswpunct_l.texi: Likewise.
16712         * doc/posix-functions/iswspace_l.texi: Likewise.
16713         * doc/posix-functions/iswupper_l.texi: Likewise.
16714         * doc/posix-functions/iswxdigit_l.texi: Likewise.
16715         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
16716         * doc/posix-functions/open_wmemstream.texi: Likewise.
16717         * doc/posix-functions/swscanf.texi: Likewise.
16718         * doc/posix-functions/towctrans_l.texi: Likewise.
16719         * doc/posix-functions/towlower.texi: Likewise.
16720         * doc/posix-functions/towlower_l.texi: Likewise.
16721         * doc/posix-functions/towupper.texi: Likewise.
16722         * doc/posix-functions/towupper_l.texi: Likewise.
16723         * doc/posix-functions/vfwprintf.texi: Likewise.
16724         * doc/posix-functions/vfwscanf.texi: Likewise.
16725         * doc/posix-functions/vswscanf.texi: Likewise.
16726         * doc/posix-functions/vwprintf.texi: Likewise.
16727         * doc/posix-functions/vwscanf.texi: Likewise.
16728         * doc/posix-functions/wcpcpy.texi: Likewise.
16729         * doc/posix-functions/wcpncpy.texi: Likewise.
16730         * doc/posix-functions/wcscasecmp.texi: Likewise.
16731         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
16732         * doc/posix-functions/wcscoll_l.texi: Likewise.
16733         * doc/posix-functions/wcsdup.texi: Likewise.
16734         * doc/posix-functions/wcsncasecmp.texi: Likewise.
16735         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
16736         * doc/posix-functions/wcsnlen.texi: Likewise.
16737         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16738         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
16739         * doc/posix-functions/wctrans_l.texi: Likewise.
16740         * doc/posix-functions/wctype_l.texi: Likewise.
16741         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
16742         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
16743         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
16744         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
16745         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
16746         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
16747         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
16748         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
16749         * doc/glibc-functions/wcschrnul.texi: Likewise.
16750         * doc/glibc-functions/wcsftime_l.texi: Likewise.
16751         * doc/glibc-functions/wcstod_l.texi: Likewise.
16752         * doc/glibc-functions/wcstof_l.texi: Likewise.
16753         * doc/glibc-functions/wcstol_l.texi: Likewise.
16754         * doc/glibc-functions/wcstold_l.texi: Likewise.
16755         * doc/glibc-functions/wcstoll_l.texi: Likewise.
16756         * doc/glibc-functions/wcstoq.texi: Likewise.
16757         * doc/glibc-functions/wcstoul_l.texi: Likewise.
16758         * doc/glibc-functions/wcstoull_l.texi: Likewise.
16759         * doc/glibc-functions/wcstouq.texi: Likewise.
16760         * doc/glibc-functions/wmempcpy.texi: Likewise.
16761
16762 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
16763             Eric Blake  <ebb9@byu.net>
16764             Paolo Bonzini  <bonzini@gnu.org>
16765             Bruno Haible  <bruno@clisp.org>
16766
16767         Make c-stack work on Haiku.
16768         * lib/c-stack.c (SA_ONSTACK): Define fallback.
16769         (c_stack_action): Use SA_ONSTACK flag.
16770
16771 2008-12-22  Bruno Haible  <bruno@clisp.org>
16772
16773         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
16774
16775 2008-12-22  Bruno Haible  <bruno@clisp.org>
16776
16777         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
16778         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
16779         being overridden.
16780         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
16781         New macros.
16782         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
16783         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
16784         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
16785         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
16786
16787 2008-12-22  Bruno Haible  <bruno@clisp.org>
16788
16789         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
16790         from test code.
16791
16792 2008-12-22  Eric Blake  <ebb9@byu.net>
16793
16794         Avoid gcc warnings on cygwin.
16795         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
16796         Avoid unused variable.
16797         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
16798         Likewise.
16799
16800 2008-12-22  Bruno Haible  <bruno@clisp.org>
16801
16802         Remove HAVE_MBRTOWC conditionals.
16803         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
16804         (mbscasecmp): Assume mbrtowc function.
16805         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
16806         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
16807         * lib/mbschr.c: Include mbuiter.h unconditionally.
16808         (mbschr): Assume mbrtowc function.
16809         * lib/mbscspn.c: Include mbuiter.h unconditionally.
16810         (mbscspn): Assume mbrtowc function.
16811         * lib/mbslen.c: Include mbuiter.h unconditionally.
16812         (mbslen): Assume mbrtowc function.
16813         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
16814         (mbsncasecmp): Assume mbrtowc function.
16815         * lib/mbsnlen.c: Include mbiter.h unconditionally.
16816         (mbsnlen): Assume mbrtowc function.
16817         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
16818         (mbspbrk): Assume mbrtowc function.
16819         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
16820         (mbspcasecmp): Assume mbrtowc function.
16821         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
16822         (mbsrchr): Assume mbrtowc function.
16823         * lib/mbssep.c: Include mbuiter.h unconditionally.
16824         (mbssep): Assume mbrtowc function.
16825         * lib/mbsspn.c: Include mbuiter.h unconditionally.
16826         (mbsspn): Assume mbrtowc function.
16827         * lib/mbsstr.c: Include mbuiter.h unconditionally.
16828         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
16829         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
16830         (mbstok_r): Assume mbrtowc function.
16831         * lib/propername.c: Include mbuiter.h unconditionally.
16832         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
16833         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
16834         (trim2): Assume mbrtowc function.
16835         * lib/mbswidth.c (mbsinit): Remove fallback definition.
16836         (mbsnwidth): Assume mbrtowc function.
16837         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
16838         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
16839         fallback definitions.
16840         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
16841
16842 2008-12-22  Bruno Haible  <bruno@clisp.org>
16843
16844         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
16845
16846 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
16847
16848         * modules/regex: Request emulations for the mb*/wc* functions we need.
16849         * m4/regex.m4: Don't look for those functions here.
16850         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
16851
16852 2008-12-22  Bruno Haible  <bruno@clisp.org>
16853
16854         * modules/fnmatch (Depends-on): Remove duplicated dependency.
16855
16856 2008-12-21  Bruno Haible  <bruno@clisp.org>
16857
16858         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
16859         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
16860         (Include): Remove conditionalization.
16861         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
16862         (Include): Remove conditionalization.
16863         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
16864         (Include): Remove conditionalization.
16865         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
16866         * m4/mbfile.m4 (gl_MBFILE): Likewise.
16867         * NEWS: Mention the change.
16868         Reported by Alan Hourihane <alanh@fairlite.co.uk>
16869         via Sergey Poznyakoff <gray@gnu.org.ua>.
16870
16871 2008-12-21  Bruno Haible  <bruno@clisp.org>
16872
16873         * MODULES.html.sh (Extended multibyte and wide character utilities
16874         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
16875         wcrtomb, wcsrtombs.
16876         (Support for systems lacking POSIX:2008): Add accept, bind, close,
16877         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
16878         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
16879         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
16880
16881 2008-12-21  Bruno Haible  <bruno@clisp.org>
16882
16883         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
16884
16885 2008-12-21  Bruno Haible  <bruno@clisp.org>
16886
16887         * modules/wcsnrtombs-tests: New file.
16888         * tests/test-wcsnrtombs1.sh: New file.
16889         * tests/test-wcsnrtombs2.sh: New file.
16890         * tests/test-wcsnrtombs3.sh: New file.
16891         * tests/test-wcsnrtombs4.sh: New file.
16892         * tests/test-wcsnrtombs.c: New file.
16893
16894         New module 'wcsnrtombs'.
16895         * lib/wchar.in.h (wcsnrtombs): New declaration.
16896         * lib/wcsnrtombs.c: New file.
16897         * lib/wcsrtombs-state.c: New file.
16898         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
16899         (internal_state): Remove variable.
16900         * m4/wcsnrtombs.m4: New file.
16901         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
16902         compilation units.
16903         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
16904         HAVE_WCSNRTOMBS.
16905         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
16906         HAVE_WCSNRTOMBS.
16907         * modules/wcsnrtombs: New file.
16908         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
16909         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
16910
16911 2008-12-21  Bruno Haible  <bruno@clisp.org>
16912
16913         * modules/wcsrtombs-tests: New file.
16914         * tests/test-wcsrtombs1.sh: New file.
16915         * tests/test-wcsrtombs2.sh: New file.
16916         * tests/test-wcsrtombs3.sh: New file.
16917         * tests/test-wcsrtombs4.sh: New file.
16918         * tests/test-wcsrtombs.c: New file.
16919
16920         New module 'wcsrtombs'.
16921         * lib/wchar.in.h (wcsrtombs): New declaration.
16922         * lib/wcsrtombs.c: New file.
16923         * m4/wcsrtombs.m4: New file.
16924         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
16925         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16926         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
16927         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16928         * modules/wcsrtombs: New file.
16929         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
16930         bugs.
16931
16932 2008-12-21  Bruno Haible  <bruno@clisp.org>
16933
16934         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
16935         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
16936         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
16937         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
16938         if not correct.
16939         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
16940         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
16941         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16942         m4/locale-zh.m4, m4/codeset.m4.
16943         * doc/posix-functions/wcrtomb.texi: Document the bug.
16944
16945 2008-12-21  Bruno Haible  <bruno@clisp.org>
16946
16947         Work around a btowc() bug on IRIX 6.5.
16948         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
16949         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
16950         REPLACE_WTOBC if not.
16951         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
16952         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
16953         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
16954
16955 2008-12-21  Bruno Haible  <bruno@clisp.org>
16956
16957         * modules/wcrtomb-tests: New file.
16958         * tests/test-wcrtomb.sh: New file.
16959         * tests/test-wcrtomb.c: New file.
16960
16961         New module 'wcrtomb'.
16962         * lib/wchar.in.h (wcrtomb): New declaration.
16963         * lib/wcrtomb.c: New file.
16964         * m4/wcrtomb.m4: New file.
16965         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
16966         HAVE_WCRTOMB.
16967         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
16968         HAVE_WCRTOMB.
16969         * modules/wcrtomb: New file.
16970         * doc/posix-functions/wcrtomb.texi: Mention the new module.
16971
16972 2008-12-21  Bruno Haible  <bruno@clisp.org>
16973
16974         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
16975         * modules/mbsrtowcs (Files): Likewise.
16976         * modules/wctob (Files): Likewise.
16977         * modules/c-strcase-tests (Files): Likewise.
16978         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
16979         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
16980         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
16981         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
16982         * modules/vasnprintf-posix-tests (Files): Likewise.
16983
16984 2008-12-21  William Pursell  <bill.pursell@gmail.com>
16985
16986         gitlog-to-changelog: pass all command-line arguments to git-log
16987         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
16988         it is sometimes convenient to filter the commits in various ways.
16989         gitlog-to-changelog only allows --since to specify a start date,
16990         but git-log itself supports many other filtering mechanisms.
16991         At the moment, I want to filter by branch name.  Rather than
16992         adding a --branch option to gitlog-to-changelog, it seems more
16993         flexible to simply pass all options directly to git-log and let
16994         git do the work.  Notice that this effectively makes --since a
16995         redundant option for gitlog-to-changelog, but removing it would
16996         require current usage to change since calls would then require
16997         an additional '--'.
16998
16999 2008-12-21  Bruno Haible  <bruno@clisp.org>
17000
17001         * modules/mbsnrtowcs-tests: New file.
17002         * tests/test-mbsnrtowcs1.sh: New file.
17003         * tests/test-mbsnrtowcs2.sh: New file.
17004         * tests/test-mbsnrtowcs3.sh: New file.
17005         * tests/test-mbsnrtowcs4.sh: New file.
17006         * tests/test-mbsnrtowcs.c: New file.
17007
17008         New module 'mbsnrtowcs'.
17009         * lib/wchar.in.h (mbsnrtowcs): New declaration.
17010         * lib/mbsnrtowcs.c: New file.
17011         * lib/mbsrtowcs-state.c: New file.
17012         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
17013         (internal_state): Remove variable.
17014         * m4/mbsnrtowcs.m4: New file.
17015         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
17016         compilation units.
17017         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
17018         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
17019         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
17020         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
17021         * modules/mbsnrtowcs: New file.
17022         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
17023         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
17024         portability problem.
17025
17026 2008-12-21  Bruno Haible  <bruno@clisp.org>
17027
17028         Work around mbsrtowcs bug.
17029         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
17030         (gl_FUNC_MBSRTOWCS): Invoke it.
17031         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17032         m4/locale-zh.m4.
17033         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
17034
17035 2008-12-21  Bruno Haible  <bruno@clisp.org>
17036
17037         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
17038
17039 2008-12-21  Bruno Haible  <bruno@clisp.org>
17040
17041         Update doc for AIX.
17042         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
17043         16-bit wchar_t type.
17044         * doc/posix-functions/btowc.texi: Likewise.
17045         * doc/posix-functions/fgetwc.texi: Likewise.
17046         * doc/posix-functions/fgetws.texi: Likewise.
17047         * doc/posix-functions/fputwc.texi: Likewise.
17048         * doc/posix-functions/fputws.texi: Likewise.
17049         * doc/posix-functions/fwide.texi: Likewise.
17050         * doc/posix-functions/fwprintf.texi: Likewise.
17051         * doc/posix-functions/fwscanf.texi: Likewise.
17052         * doc/posix-functions/getwchar.texi: Likewise.
17053         * doc/posix-functions/getwc.texi: Likewise.
17054         * doc/posix-functions/iswalnum.texi: Likewise.
17055         * doc/posix-functions/iswalpha.texi: Likewise.
17056         * doc/posix-functions/iswblank.texi: Likewise.
17057         * doc/posix-functions/iswcntrl.texi: Likewise.
17058         * doc/posix-functions/iswctype.texi: Likewise.
17059         * doc/posix-functions/iswdigit.texi: Likewise.
17060         * doc/posix-functions/iswgraph.texi: Likewise.
17061         * doc/posix-functions/iswlower.texi: Likewise.
17062         * doc/posix-functions/iswprint.texi: Likewise.
17063         * doc/posix-functions/iswpunct.texi: Likewise.
17064         * doc/posix-functions/iswspace.texi: Likewise.
17065         * doc/posix-functions/iswupper.texi: Likewise.
17066         * doc/posix-functions/iswxdigit.texi: Likewise.
17067         * doc/posix-functions/mbrtowc.texi: Likewise.
17068         * doc/posix-functions/mbsrtowcs.texi: Likewise.
17069         * doc/posix-functions/mbstowcs.texi: Likewise.
17070         * doc/posix-functions/mbtowc.texi: Likewise.
17071         * doc/posix-functions/putwchar.texi: Likewise.
17072         * doc/posix-functions/putwc.texi: Likewise.
17073         * doc/posix-functions/swprintf.texi: Likewise.
17074         * doc/posix-functions/tolower.texi: Likewise.
17075         * doc/posix-functions/toupper.texi: Likewise.
17076         * doc/posix-functions/towctrans.texi: Likewise.
17077         * doc/posix-functions/ungetwc.texi: Likewise.
17078         * doc/posix-functions/vswprintf.texi: Likewise.
17079         * doc/posix-functions/wcrtomb.texi: Likewise.
17080         * doc/posix-functions/wcscat.texi: Likewise.
17081         * doc/posix-functions/wcschr.texi: Likewise.
17082         * doc/posix-functions/wcscmp.texi: Likewise.
17083         * doc/posix-functions/wcscoll.texi: Likewise.
17084         * doc/posix-functions/wcscpy.texi: Likewise.
17085         * doc/posix-functions/wcscspn.texi: Likewise.
17086         * doc/posix-functions/wcsftime.texi: Likewise.
17087         * doc/posix-functions/wcslen.texi: Likewise.
17088         * doc/posix-functions/wcsncat.texi: Likewise.
17089         * doc/posix-functions/wcsncmp.texi: Likewise.
17090         * doc/posix-functions/wcsncpy.texi: Likewise.
17091         * doc/posix-functions/wcspbrk.texi: Likewise.
17092         * doc/posix-functions/wcsrchr.texi: Likewise.
17093         * doc/posix-functions/wcsrtombs.texi: Likewise.
17094         * doc/posix-functions/wcsspn.texi: Likewise.
17095         * doc/posix-functions/wcsstr.texi: Likewise.
17096         * doc/posix-functions/wcstod.texi: Likewise.
17097         * doc/posix-functions/wcstof.texi: Likewise.
17098         * doc/posix-functions/wcstoimax.texi: Likewise.
17099         * doc/posix-functions/wcstok.texi: Likewise.
17100         * doc/posix-functions/wcstold.texi: Likewise.
17101         * doc/posix-functions/wcstoll.texi: Likewise.
17102         * doc/posix-functions/wcstol.texi: Likewise.
17103         * doc/posix-functions/wcstombs.texi: Likewise.
17104         * doc/posix-functions/wcstoull.texi: Likewise.
17105         * doc/posix-functions/wcstoul.texi: Likewise.
17106         * doc/posix-functions/wcstoumax.texi: Likewise.
17107         * doc/posix-functions/wcswidth.texi: Likewise.
17108         * doc/posix-functions/wcsxfrm.texi: Likewise.
17109         * doc/posix-functions/wctob.texi: Likewise.
17110         * doc/posix-functions/wctomb.texi: Likewise.
17111         * doc/posix-functions/wctrans.texi: Likewise.
17112         * doc/posix-functions/wctype.texi: Likewise.
17113         * doc/posix-functions/wcwidth.texi: Likewise.
17114         * doc/posix-functions/wmemchr.texi: Likewise.
17115         * doc/posix-functions/wmemcmp.texi: Likewise.
17116         * doc/posix-functions/wmemcpy.texi: Likewise.
17117         * doc/posix-functions/wmemmove.texi: Likewise.
17118         * doc/posix-functions/wmemset.texi: Likewise.
17119         * doc/posix-functions/wprintf.texi: Likewise.
17120         * doc/posix-functions/wscanf.texi: Likewise.
17121
17122 2008-12-21  Bruno Haible  <bruno@clisp.org>
17123
17124         Update doc for HP-UX 11.11.
17125         * doc/posix-functions/btowc.texi: Clarify that the function is missing
17126         in HP-UX version 11.00, not in all versions of HP-UX 11.
17127         * doc/posix-functions/fwide.texi: Likewise.
17128         * doc/posix-functions/fwprintf.texi: Likewise.
17129         * doc/posix-functions/fwscanf.texi: Likewise.
17130         * doc/posix-functions/inet_ntop.texi: Likewise.
17131         * doc/posix-functions/inet_pton.texi: Likewise.
17132         * doc/posix-functions/mbrlen.texi: Likewise.
17133         * doc/posix-functions/mbrtowc.texi: Likewise.
17134         * doc/posix-functions/mbsinit.texi: Likewise.
17135         * doc/posix-functions/mbsrtowcs.texi: Likewise.
17136         * doc/posix-functions/swprintf.texi: Likewise.
17137         * doc/posix-functions/swscanf.texi: Likewise.
17138         * doc/posix-functions/towctrans.texi: Likewise.
17139         * doc/posix-functions/vfwprintf.texi: Likewise.
17140         * doc/posix-functions/vswprintf.texi: Likewise.
17141         * doc/posix-functions/vwprintf.texi: Likewise.
17142         * doc/posix-functions/wcrtomb.texi: Likewise.
17143         * doc/posix-functions/wcsrtombs.texi: Likewise.
17144         * doc/posix-functions/wcsstr.texi: Likewise.
17145         * doc/posix-functions/wctob.texi: Likewise.
17146         * doc/posix-functions/wctrans.texi: Likewise.
17147         * doc/posix-functions/wmemchr.texi: Likewise.
17148         * doc/posix-functions/wmemcmp.texi: Likewise.
17149         * doc/posix-functions/wmemcpy.texi: Likewise.
17150         * doc/posix-functions/wmemmove.texi: Likewise.
17151         * doc/posix-functions/wmemset.texi: Likewise.
17152         * doc/posix-functions/wprintf.texi: Likewise.
17153         * doc/posix-functions/wscanf.texi: Likewise.
17154
17155 2008-12-21  Bruno Haible  <bruno@clisp.org>
17156
17157         Work around a portability problem.
17158         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
17159         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
17160
17161 2008-12-20  Bruno Haible  <bruno@clisp.org>
17162
17163         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
17164         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
17165         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
17166         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
17167         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
17168
17169         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
17170         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
17171         set.
17172         (GNULIB_defined_mbstate_t): New macro.
17173         (mbsinit): Redefine if REPLACE_MBSINIT is set.
17174         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
17175         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
17176         reuses the system's mbrtowc function but works around the bugs.
17177         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
17178         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
17179         macros.
17180         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
17181         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
17182         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
17183         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
17184         REPLACE_MBSINIT if mbsinit needs to be overridden.
17185         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
17186         REPLACE_MBSINIT, REPLACE_MBRTOWC.
17187         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
17188         REPLACE_MBSINIT, REPLACE_MBRTOWC.
17189         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17190         m4/locale-zh.m4.
17191         (Depends): Add mbsinit.
17192         * modules/mbsinit (Depends): Add mbrtowc.
17193         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
17194
17195 2008-12-20  Bruno Haible  <bruno@clisp.org>
17196
17197         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
17198         so that there are no conversion errors on AIX.
17199         * tests/test-mbsrtowcs.c (main): LIkewise.
17200
17201 2008-12-20  Bruno Haible  <bruno@clisp.org>
17202
17203         Work around wctob bug on Solaris <= 9.
17204         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
17205         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
17206         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
17207         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
17208         * modules/wctob (Files): Add m4/locale-fr.m4.
17209         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
17210
17211 2008-12-20  Bruno Haible  <bruno@clisp.org>
17212
17213         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
17214         /dev/null.
17215         * tests/test-select-in.sh: Likewise.
17216         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17217
17218 2008-12-20  Bruno Haible  <bruno@clisp.org>
17219
17220         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
17221         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
17222         Cygwin 1.5.x.
17223
17224 2008-12-20  Bruno Haible  <bruno@clisp.org>
17225
17226         Ensure mbstate_t is defined on HP-UX 11.11.
17227         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
17228         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
17229         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
17230         AC_USE_SYSTEM_EXTENSIONS.
17231         * modules/fnmatch (Depends-on): Add extensions.
17232         * modules/mbrlen (Depends-on): Likewise.
17233         * modules/mbrtowc (Depends-on): Likewise.
17234         * modules/mbsinit (Depends-on): Likewise.
17235         * modules/mbsrtowcs (Depends-on): Likewise.
17236         * modules/mbswidth (Depends-on): Likewise.
17237         * modules/quotearg (Depends-on): Likewise.
17238         * modules/strftime (Depends-on): Likewise.
17239
17240 2008-12-20  Bruno Haible  <bruno@clisp.org>
17241
17242         Ensure wctob is declared on IRIX 6.5.
17243         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
17244         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
17245         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
17246         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
17247         of HAVE_WCTOB.
17248         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
17249         HAVE_WCTOB.
17250         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
17251
17252 2008-12-19  Bruno Haible  <bruno@clisp.org>
17253
17254         * modules/mbsrtowcs-tests: New file.
17255         * tests/test-mbsrtowcs1.sh: New file.
17256         * tests/test-mbsrtowcs2.sh: New file.
17257         * tests/test-mbsrtowcs3.sh: New file.
17258         * tests/test-mbsrtowcs4.sh: New file.
17259         * tests/test-mbsrtowcs.c: New file.
17260
17261         New module 'mbsrtowcs'.
17262         * lib/wchar.in.h (mbsrtowcs): New declaration.
17263         * lib/mbsrtowcs.c: New file.
17264         * m4/mbsrtowcs.m4: New file.
17265         * modules/mbsrtowcs: New file.
17266         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
17267         HAVE_MBSRTOWCS.
17268         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
17269         HAVE_MBSRTOWCS.
17270         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
17271
17272 2008-12-19  Bruno Haible  <bruno@clisp.org>
17273
17274         New module 'mbrlen'.
17275         * lib/wchar.in.h (mbrlen): New declaration.
17276         * lib/mbrlen.c: New file.
17277         * m4/mbrlen.m4: New file.
17278         * modules/mbrlen: New file.
17279         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
17280         HAVE_MBRLEN.
17281         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
17282         HAVE_MBRLEN.
17283         * doc/posix-functions/mbrlen.texi: Document the new module.
17284
17285 2008-12-19  Bruno Haible  <bruno@clisp.org>
17286
17287         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
17288         * modules/mbrtowc (Depends-on): Add verify.
17289         Suggested by Paul Eggert.
17290
17291 2008-12-18  Bruno Haible  <bruno@clisp.org>
17292
17293         * modules/mbsinit-tests: New file.
17294         * tests/test-mbsinit.sh: New file.
17295         * tests/test-mbsinit.c: New file.
17296
17297 2008-12-18  Bruno Haible  <bruno@clisp.org>
17298
17299         * modules/mbrtowc-tests: New file.
17300         * tests/test-mbrtowc1.sh: New file.
17301         * tests/test-mbrtowc2.sh: New file.
17302         * tests/test-mbrtowc3.sh: New file.
17303         * tests/test-mbrtowc4.sh: New file.
17304         * tests/test-mbrtowc.c: New file.
17305
17306         New module 'mbrtowc'.
17307         * lib/wchar.in.h (mbstate_t): Override when the system does not have
17308         mbsinit and mbrtowc.
17309         (mbrtowc): New declaration.
17310         * lib/mbrtowc.c: New file.
17311         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
17312         * modules/mbrtowc: New file.
17313         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
17314         HAVE_MBRTOWC.
17315         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
17316         HAVE_MBRTOWC.
17317         * doc/posix-functions/mbrtowc.texi: Document the new module.
17318
17319 2008-12-18  Bruno Haible  <bruno@clisp.org>
17320
17321         New module 'wctob'.
17322         * lib/wchar.in.h (wctob): New declaration.
17323         * lib/wctob.c: New file.
17324         * m4/wctob.m4: New file.
17325         * modules/wctob: New file.
17326         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
17327         HAVE_WCTOB.
17328         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
17329         * doc/posix-functions/wctob.texi: Document the new module.
17330
17331 2008-12-18  Bruno Haible  <bruno@clisp.org>
17332
17333         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
17334         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
17335
17336 2008-12-18  Simon Josefsson  <simon@josefsson.org>
17337
17338         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
17339         G. Christensen" <tgc@jupiterrise.com>.
17340
17341         * lib/flock.c: Need to include errno.h.  Reported by "Tom
17342         G. Christensen" <tgc@jupiterrise.com>.
17343
17344         * lib/flock.c: Need to include string.h.  Reported by "Tom
17345         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
17346         <ebb9@byu.net>.
17347
17348 2008-12-18  Bruno Haible  <bruno@clisp.org>
17349
17350         * m4/locale-ja.m4: New file, from GNU gettext.
17351
17352 2008-12-17  Bruno Haible  <bruno@clisp.org>
17353
17354         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
17355         Suggested by Eric Blake.
17356
17357 2008-12-17  Bruno Haible  <bruno@clisp.org>
17358
17359         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
17360
17361 2008-12-17  Bruno Haible  <bruno@clisp.org>
17362
17363         * lib/mbsinit.c: Include verify.h. Verify an assumption.
17364         * modules/mbsinit (Depends-on): Add verify.
17365         Suggested by Paul Eggert.
17366
17367 2008-12-17  Bruno Haible  <bruno@clisp.org>
17368
17369         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
17370         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
17371         gl_FUNC_MBRTOWC.
17372         * m4/mbiter.m4 (gl_MBITER): LIkewise.
17373         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
17374         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
17375         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
17376         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
17377         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
17378         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
17379         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
17380         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
17381         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
17382         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
17383         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
17384         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
17385         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
17386         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
17387         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17388         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
17389         * modules/trim (configure.ac): Likewise.
17390
17391 2008-12-17  Bruno Haible  <bruno@clisp.org>
17392
17393         * modules/btowc-tests: New file.
17394         * tests/test-btowc1.sh: New file.
17395         * tests/test-btowc2.sh: New file.
17396         * tests/test-btowc.c: New file.
17397
17398         New module 'btowc'.
17399         * lib/wchar.in.h (btowc): New declaration.
17400         * lib/btowc.c: New file.
17401         * m4/btowc.m4: New file.
17402         * modules/btowc: New file.
17403         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
17404         HAVE_BTOWC.
17405         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
17406         * doc/posix-functions/btowc.texi: Document the new module.
17407
17408 2008-12-17  Bruno Haible  <bruno@clisp.org>
17409
17410         New module 'mbsinit'.
17411         * lib/wchar.in.h (mbsinit): New declaration.
17412         * lib/mbsinit.c: New file.
17413         * m4/mbsinit.m4: New file.
17414         * modules/mbsinit: New file.
17415         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
17416         HAVE_MBSINIT.
17417         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
17418         HAVE_MBSINIT.
17419         * doc/posix-functions/mbsinit.texi: Document the new module.
17420
17421 2008-12-16  Bruno Haible  <bruno@clisp.org>
17422
17423         * lib/unistd.in.h: Add comment.
17424         * tests/test-environ.c: Don't include <stdlib.h>.
17425
17426 2008-12-16  Bruno Haible  <bruno@clisp.org>
17427
17428         * lib/parse-duration.h (parse_duration): Document return value
17429         convention.
17430         * lib/parse-duration.c: Include specification header first. Add
17431         comments.
17432         (_): Remove macro.
17433         (parse_year_month_day, parse_hour_minute_second): Move side effects
17434         outside of strchr call.
17435         (parse_non_iso8601): Move side effects outside of isspace call.
17436         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
17437         call.
17438
17439 2008-12-16  Bruno Haible  <bruno@clisp.org>
17440
17441         * tests/test-parse-duration.sh: Produce no output when the test
17442         succeeds.
17443
17444 2008-12-16  Bruno Haible  <bruno@clisp.org>
17445
17446         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
17447         expressions.
17448
17449 2008-12-15  Bruno Haible  <bruno@clisp.org>
17450
17451         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
17452         * doc/glibc-functions/flistxattr.texi: Likewise.
17453         * doc/glibc-functions/fopencookie.texi: Likewise.
17454         * doc/glibc-functions/fremovexattr.texi: Likewise.
17455         * doc/glibc-functions/fsetxattr.texi: Likewise.
17456         * doc/glibc-functions/getxattr.texi: Likewise.
17457         * doc/glibc-functions/lgetxattr.texi: Likewise.
17458         * doc/glibc-functions/listxattr.texi: Likewise.
17459         * doc/glibc-functions/llistxattr.texi: Likewise.
17460         * doc/glibc-functions/lremovexattr.texi: Likewise.
17461         * doc/glibc-functions/lsetxattr.texi: Likewise.
17462         * doc/glibc-functions/removexattr.texi: Likewise.
17463         * doc/glibc-functions/setxattr.texi: Likewise.
17464         * doc/posix-functions/open_memstream.texi: Likewise.
17465
17466 2008-12-15  Eric Blake  <ebb9@byu.net>
17467
17468         Update doc for cygwin 1.7.
17469         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
17470         functions.
17471         * doc/posix-functions/fchmodat.texi: Likewise.
17472         * doc/posix-functions/fchownat.texi: Likewise.
17473         * doc/posix-functions/fdopendir.texi: Likewise.
17474         * doc/posix-functions/fmemopen.texi: Likewise.
17475         * doc/posix-functions/freeaddrinfo.texi: Likewise.
17476         * doc/posix-functions/fstatat.texi: Likewise.
17477         * doc/posix-functions/futimens.texi: Likewise.
17478         * doc/posix-functions/gai_strerror.texi: Likewise.
17479         * doc/posix-functions/getaddrinfo.texi: Likewise.
17480         * doc/posix-functions/getnameinfo.texi: Likewise.
17481         * doc/posix-functions/if_freenameindex.texi: Likewise.
17482         * doc/posix-functions/if_indextoname.texi: Likewise.
17483         * doc/posix-functions/if_nameindex.texi: Likewise.
17484         * doc/posix-functions/if_nametoindex.texi: Likewise.
17485         * doc/posix-functions/insque.texi: Likewise.
17486         * doc/posix-functions/linkat.texi: Likewise.
17487         * doc/posix-functions/llrint.texi: Likewise.
17488         * doc/posix-functions/llrintf.texi: Likewise.
17489         * doc/posix-functions/llrintl.texi: Likewise.
17490         * doc/posix-functions/lockf.texi: Likewise.
17491         * doc/posix-functions/lrintl.texi: Likewise.
17492         * doc/posix-functions/mkdirat.texi: Likewise.
17493         * doc/posix-functions/mkfifoat.texi: Likewise.
17494         * doc/posix-functions/mknodat.texi: Likewise.
17495         * doc/posix-functions/mq_close.texi: Likewise.
17496         * doc/posix-functions/mq_getattr.texi: Likewise.
17497         * doc/posix-functions/mq_notify.texi: Likewise.
17498         * doc/posix-functions/mq_open.texi: Likewise.
17499         * doc/posix-functions/mq_receive.texi: Likewise.
17500         * doc/posix-functions/mq_send.texi: Likewise.
17501         * doc/posix-functions/mq_setattr.texi: Likewise.
17502         * doc/posix-functions/mq_timedreceive.texi: Likewise.
17503         * doc/posix-functions/mq_timedsend.texi: Likewise.
17504         * doc/posix-functions/mq_unlink.texi: Likewise.
17505         * doc/posix-functions/open_memstream.texi: Likewise.
17506         * doc/posix-functions/openat.texi: Likewise.
17507         * doc/posix-functions/posix_fadvise.texi: Likewise.
17508         * doc/posix-functions/posix_fallocate.texi: Likewise.
17509         * doc/posix-functions/posix_madvise.texi: Likewise.
17510         * doc/posix-functions/posix_memalign.texi: Likewise.
17511         * doc/posix-functions/posix_openpt.texi: Likewise.
17512         * doc/posix-functions/readlinkat.texi: Likewise.
17513         * doc/posix-functions/remque.texi: Likewise.
17514         * doc/posix-functions/renameat.texi: Likewise.
17515         * doc/posix-functions/rintl.texi: Likewise.
17516         * doc/posix-functions/sem_unlink.texi: Likewise.
17517         * doc/posix-functions/shm_open.texi: Likewise.
17518         * doc/posix-functions/shm_unlink.texi: Likewise.
17519         * doc/posix-functions/signgam.texi: Likewise.
17520         * doc/posix-functions/sigset.texi: Likewise.
17521         * doc/posix-functions/stpcpy.texi: Likewise.
17522         * doc/posix-functions/stpncpy.texi: Likewise.
17523         * doc/posix-functions/strerror.texi: Likewise.
17524         * doc/posix-functions/strtod.texi: Likewise.
17525         * doc/posix-functions/symlinkat.texi: Likewise.
17526         * doc/posix-functions/unlinkat.texi: Likewise.
17527         * doc/posix-functions/utimensat.texi: Likewise.
17528         * doc/glibc-functions/bindresvport.texi: Likewise.
17529         * doc/glibc-functions/dn_expand.texi: Likewise.
17530         * doc/glibc-functions/exp10.texi: Likewise.
17531         * doc/glibc-functions/exp10f.texi: Likewise.
17532         * doc/glibc-functions/fgetxattr.texi: Likewise.
17533         * doc/glibc-functions/flistxattr.texi: Likewise.
17534         * doc/glibc-functions/fopencookie.texi: Likewise.
17535         * doc/glibc-functions/freeifaddrs.texi: Likewise.
17536         * doc/glibc-functions/fremovexattr.texi: Likewise.
17537         * doc/glibc-functions/fsetxattr.texi: Likewise.
17538         * doc/glibc-functions/getifaddrs.texi: Likewise.
17539         * doc/glibc-functions/getxattr.texi: Likewise.
17540         * doc/glibc-functions/lgetxattr.texi: Likewise.
17541         * doc/glibc-functions/listxattr.texi: Likewise.
17542         * doc/glibc-functions/llistxattr.texi: Likewise.
17543         * doc/glibc-functions/lremovexattr.texi: Likewise.
17544         * doc/glibc-functions/lsetxattr.texi: Likewise.
17545         * doc/glibc-functions/pow10.texi: Likewise.
17546         * doc/glibc-functions/pow10f.texi: Likewise.
17547         * doc/glibc-functions/rcmd_af.texi: Likewise.
17548         * doc/glibc-functions/removexattr.texi: Likewise.
17549         * doc/glibc-functions/res_init.texi: Likewise.
17550         * doc/glibc-functions/res_mkquery.texi: Likewise.
17551         * doc/glibc-functions/res_query.texi: Likewise.
17552         * doc/glibc-functions/res_querydomain.texi: Likewise.
17553         * doc/glibc-functions/res_send.texi: Likewise.
17554         * doc/glibc-functions/rresvport_af.texi: Likewise.
17555         * doc/glibc-functions/setxattr.texi: Likewise.
17556         * doc/glibc-functions/strcasestr.texi: Likewise.
17557
17558 2008-12-15  Bruno Haible  <bruno@clisp.org>
17559
17560         Fix compilation error on OSF/1 4.0.
17561         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
17562         <sys/time.h>, simply delegate to the system header.
17563         Reported by Daniel Richard G. <oss@teragram.com>.
17564
17565 2008-12-15  Bruno Haible  <bruno@clisp.org>
17566
17567         * doc/posix-functions/openat.texi: Mention the 'openat' module.
17568         * doc/posix-functions/fchmodat.texi: Likewise.
17569         * doc/posix-functions/fchownat.texi: Likewise.
17570         * doc/posix-functions/fdopendir.texi: Likewise.
17571         * doc/posix-functions/fstatat.texi: Likewise.
17572         * doc/posix-functions/mkdirat.texi: Likewise.
17573         * doc/posix-functions/unlinkat.texi: Likewise.
17574
17575 2008-12-14  Bruno Haible  <bruno@clisp.org>
17576
17577         Update doc for POSIX:2008.
17578         * doc/posix-functions/faccessat.texi: New file.
17579         * doc/posix-functions/fchmodat.texi: New file.
17580         * doc/posix-functions/fchownat.texi: New file.
17581         * doc/posix-functions/fdopendir.texi: New file.
17582         * doc/posix-functions/fstatat.texi: New file.
17583         * doc/posix-functions/futimens.texi: New file.
17584         * doc/posix-functions/linkat.texi: New file.
17585         * doc/posix-functions/mkdirat.texi: New file.
17586         * doc/posix-functions/mkfifoat.texi: New file.
17587         * doc/posix-functions/mknodat.texi: New file.
17588         * doc/posix-functions/open_wmemstream.texi: New file.
17589         * doc/posix-functions/openat.texi: New file.
17590         * doc/posix-functions/psiginfo.texi: New file.
17591         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
17592         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
17593         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
17594         * doc/posix-functions/readlinkat.texi: New file.
17595         * doc/posix-functions/renameat.texi: New file.
17596         * doc/posix-functions/strerror_l.texi: New file.
17597         * doc/posix-functions/symlinkat.texi: New file.
17598         * doc/posix-functions/unlinkat.texi: New file.
17599         * doc/posix-functions/utimensat.texi: New file.
17600         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17601
17602 2008-12-14  Bruno Haible  <bruno@clisp.org>
17603
17604         Update doc for POSIX:2008.
17605         * doc/posix-functions/alphasort.texi: Renamed from
17606         doc/glibc-functions/alphasort.texi.
17607         * doc/posix-functions/dirfd.texi: Renamed from
17608         doc/glibc-functions/dirfd.texi.
17609         * doc/posix-functions/dprintf.texi: Renamed from
17610         doc/glibc-functions/dprintf.texi.
17611         * doc/posix-functions/duplocale.texi: Renamed from
17612         doc/glibc-functions/duplocale.texi.
17613         * doc/posix-functions/fexecve.texi: Renamed from
17614         doc/glibc-functions/fexecve.texi.
17615         * doc/posix-functions/fmemopen.texi: Renamed from
17616         doc/glibc-functions/fmemopen.texi.
17617         * doc/posix-functions/freelocale.texi: Renamed from
17618         doc/glibc-functions/freelocale.texi.
17619         * doc/posix-functions/getdate_err.texi: Renamed from
17620         doc/glibc-functions/getdate_err.texi.
17621         * doc/posix-functions/isalnum_l.texi: Renamed from
17622         doc/glibc-functions/isalnum_l.texi.
17623         * doc/posix-functions/isalpha_l.texi: Renamed from
17624         doc/glibc-functions/isalpha_l.texi.
17625         * doc/posix-functions/isblank_l.texi: Renamed from
17626         doc/glibc-functions/isblank_l.texi.
17627         * doc/posix-functions/iscntrl_l.texi: Renamed from
17628         doc/glibc-functions/iscntrl_l.texi.
17629         * doc/posix-functions/isdigit_l.texi: Renamed from
17630         doc/glibc-functions/isdigit_l.texi.
17631         * doc/posix-functions/isgraph_l.texi: Renamed from
17632         doc/glibc-functions/isgraph_l.texi.
17633         * doc/posix-functions/islower_l.texi: Renamed from
17634         doc/glibc-functions/islower_l.texi.
17635         * doc/posix-functions/isprint_l.texi: Renamed from
17636         doc/glibc-functions/isprint_l.texi.
17637         * doc/posix-functions/ispunct_l.texi: Renamed from
17638         doc/glibc-functions/ispunct_l.texi.
17639         * doc/posix-functions/isspace_l.texi: Renamed from
17640         doc/glibc-functions/isspace_l.texi.
17641         * doc/posix-functions/isupper_l.texi: Renamed from
17642         doc/glibc-functions/isupper_l.texi.
17643         * doc/posix-functions/iswalnum_l.texi: Renamed from
17644         doc/glibc-functions/iswalnum_l.texi.
17645         * doc/posix-functions/iswalpha_l.texi: Renamed from
17646         doc/glibc-functions/iswalpha_l.texi.
17647         * doc/posix-functions/iswblank_l.texi: Renamed from
17648         doc/glibc-functions/iswblank_l.texi.
17649         * doc/posix-functions/iswcntrl_l.texi: Renamed from
17650         doc/glibc-functions/iswcntrl_l.texi.
17651         * doc/posix-functions/iswctype_l.texi: Renamed from
17652         doc/glibc-functions/iswctype_l.texi.
17653         * doc/posix-functions/iswdigit_l.texi: Renamed from
17654         doc/glibc-functions/iswdigit_l.texi.
17655         * doc/posix-functions/iswgraph_l.texi: Renamed from
17656         doc/glibc-functions/iswgraph_l.texi.
17657         * doc/posix-functions/iswlower_l.texi: Renamed from
17658         doc/glibc-functions/iswlower_l.texi.
17659         * doc/posix-functions/iswprint_l.texi: Renamed from
17660         doc/glibc-functions/iswprint_l.texi.
17661         * doc/posix-functions/iswpunct_l.texi: Renamed from
17662         doc/glibc-functions/iswpunct_l.texi.
17663         * doc/posix-functions/iswspace_l.texi: Renamed from
17664         doc/glibc-functions/iswspace_l.texi.
17665         * doc/posix-functions/iswupper_l.texi: Renamed from
17666         doc/glibc-functions/iswupper_l.texi.
17667         * doc/posix-functions/iswxdigit_l.texi: Renamed from
17668         doc/glibc-functions/iswxdigit_l.texi.
17669         * doc/posix-functions/isxdigit_l.texi: Renamed from
17670         doc/glibc-functions/isxdigit_l.texi.
17671         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
17672         doc/glibc-functions/mbsnrtowcs.texi.
17673         * doc/posix-functions/mkdtemp.texi: Renamed from
17674         doc/glibc-functions/mkdtemp.texi.
17675         * doc/posix-functions/newlocale.texi: Renamed from
17676         doc/glibc-functions/newlocale.texi.
17677         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
17678         doc/glibc-functions/nl_langinfo_l.texi.
17679         * doc/posix-functions/open_memstream.texi: Renamed from
17680         doc/glibc-functions/open_memstream.texi.
17681         * doc/posix-functions/opterr.texi: Renamed from
17682         doc/glibc-functions/opterr.texi.
17683         * doc/posix-functions/optind.texi: Renamed from
17684         doc/glibc-functions/optind.texi.
17685         * doc/posix-functions/optopt.texi: Renamed from
17686         doc/glibc-functions/optopt.texi.
17687         * doc/posix-functions/psignal.texi: Renamed from
17688         doc/glibc-functions/psignal.texi.
17689         * doc/posix-functions/scandir.texi: Renamed from
17690         doc/glibc-functions/scandir.texi.
17691         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
17692         doc/glibc-functions/sched_get_priority_min.texi.
17693         * doc/posix-functions/signgam.texi: Renamed from
17694         doc/glibc-functions/signgam.texi.
17695         * doc/posix-functions/stpcpy.texi: Renamed from
17696         doc/glibc-functions/stpcpy.texi.
17697         * doc/posix-functions/stpncpy.texi: Renamed from
17698         doc/glibc-functions/stpncpy.texi.
17699         * doc/posix-functions/strcasecmp_l.texi: Renamed from
17700         doc/glibc-functions/strcasecmp_l.texi.
17701         * doc/posix-functions/strcoll_l.texi: Renamed from
17702         doc/glibc-functions/strcoll_l.texi.
17703         * doc/posix-functions/strfmon_l.texi: Renamed from
17704         doc/glibc-functions/strfmon_l.texi.
17705         * doc/posix-functions/strftime_l.texi: Renamed from
17706         doc/glibc-functions/strftime_l.texi.
17707         * doc/posix-functions/strncasecmp_l.texi: Renamed from
17708         doc/glibc-functions/strncasecmp_l.texi.
17709         * doc/posix-functions/strndup.texi: Renamed from
17710         doc/glibc-functions/strndup.texi.
17711         * doc/posix-functions/strnlen.texi: Renamed from
17712         doc/glibc-functions/strnlen.texi.
17713         * doc/posix-functions/strsignal.texi: Renamed from
17714         doc/glibc-functions/strsignal.texi.
17715         * doc/posix-functions/strxfrm_l.texi: Renamed from
17716         doc/glibc-functions/strxfrm_l.texi.
17717         * doc/posix-functions/timer_gettime.texi: Renamed from
17718         doc/glibc-functions/timer_gettime.texi.
17719         * doc/posix-functions/tolower_l.texi: Renamed from
17720         doc/glibc-functions/tolower_l.texi.
17721         * doc/posix-functions/toupper_l.texi: Renamed from
17722         doc/glibc-functions/toupper_l.texi.
17723         * doc/posix-functions/towctrans_l.texi: Renamed from
17724         doc/glibc-functions/towctrans_l.texi.
17725         * doc/posix-functions/towlower_l.texi: Renamed from
17726         doc/glibc-functions/towlower_l.texi.
17727         * doc/posix-functions/towupper_l.texi: Renamed from
17728         doc/glibc-functions/towupper_l.texi.
17729         * doc/posix-functions/uselocale.texi: Renamed from
17730         doc/glibc-functions/uselocale.texi.
17731         * doc/posix-functions/vdprintf.texi: Renamed from
17732         doc/glibc-functions/vdprintf.texi.
17733         * doc/posix-functions/wcpcpy.texi:
17734         Renamed from doc/glibc-functions/wcpcpy.texi.
17735         * doc/posix-functions/wcpncpy.texi: Renamed from
17736         doc/glibc-functions/wcpncpy.texi.
17737         * doc/posix-functions/wcscasecmp.texi: Renamed from
17738         doc/glibc-functions/wcscasecmp.texi.
17739         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
17740         doc/glibc-functions/wcscasecmp_l.texi.
17741         * doc/posix-functions/wcscoll_l.texi: Renamed from
17742         doc/glibc-functions/wcscoll_l.texi.
17743         * doc/posix-functions/wcsdup.texi: Renamed from
17744         doc/glibc-functions/wcsdup.texi.
17745         * doc/posix-functions/wcsncasecmp.texi: Renamed from
17746         doc/glibc-functions/wcsncasecmp.texi.
17747         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
17748         doc/glibc-functions/wcsncasecmp_l.texi.
17749         * doc/posix-functions/wcsnlen.texi: Renamed from
17750         doc/glibc-functions/wcsnlen.texi.
17751         * doc/posix-functions/wcsnrtombs.texi: Renamed from
17752         doc/glibc-functions/wcsnrtombs.texi.
17753         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
17754         doc/glibc-functions/wcsxfrm_l.texi.
17755         * doc/posix-functions/wctrans_l.texi: Renamed from
17756         doc/glibc-functions/wctrans_l.texi.
17757         * doc/posix-functions/wctype_l.texi: Renamed from
17758         doc/glibc-functions/wctype_l.texi.
17759         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17760         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
17761         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
17762         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
17763         these subsections.
17764         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
17765         Remove sections.
17766
17767 2008-12-14  Bruno Haible  <bruno@clisp.org>
17768
17769         Update doc for POSIX:2008.
17770         * doc/posix-functions/*.texi: Update URL of POSIX specification.
17771
17772 2008-12-14  Bruno Haible  <bruno@clisp.org>
17773
17774         Update doc for POSIX:2008.
17775         * doc/pastposix-functions/bcmp.texi: Renamed from
17776         doc/posix-functions/bcmp.texi.
17777         * doc/pastposix-functions/bcopy.texi: Renamed from
17778         doc/posix-functions/bcopy.texi.
17779         * doc/pastposix-functions/bsd_signal.texi: Renamed from
17780         doc/posix-functions/bsd_signal.texi.
17781         * doc/pastposix-functions/bzero.texi: Renamed from
17782         doc/posix-functions/bzero.texi.
17783         * doc/pastposix-functions/ecvt.texi: Renamed from
17784         doc/posix-functions/ecvt.texi.
17785         * doc/pastposix-functions/fcvt.texi: Renamed from
17786         doc/posix-functions/fcvt.texi.
17787         * doc/pastposix-functions/ftime.texi: Renamed from
17788         doc/posix-functions/ftime.texi.
17789         * doc/pastposix-functions/gcvt.texi: Renamed from
17790         doc/posix-functions/gcvt.texi.
17791         * doc/pastposix-functions/getcontext.texi: Renamed from
17792         doc/posix-functions/getcontext.texi.
17793         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
17794         doc/posix-functions/gethostbyaddr.texi.
17795         * doc/pastposix-functions/gethostbyname.texi: Renamed from
17796         doc/posix-functions/gethostbyname.texi.
17797         * doc/pastposix-functions/getwd.texi: Renamed from
17798         doc/posix-functions/getwd.texi.
17799         * doc/pastposix-functions/h_errno.texi: Renamed from
17800         doc/posix-functions/h_errno.texi.
17801         * doc/pastposix-functions/index.texi: Renamed from
17802         doc/posix-functions/index.texi.
17803         * doc/pastposix-functions/makecontext.texi: Renamed from
17804         doc/posix-functions/makecontext.texi.
17805         * doc/pastposix-functions/mktemp.texi: Renamed from
17806         doc/posix-functions/mktemp.texi.
17807         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
17808         doc/posix-functions/pthread_attr_getstackaddr.texi.
17809         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
17810         doc/posix-functions/pthread_attr_setstackaddr.texi.
17811         * doc/pastposix-functions/rindex.texi: Renamed from
17812         doc/posix-functions/rindex.texi.
17813         * doc/pastposix-functions/scalb.texi: Renamed from
17814         doc/posix-functions/scalb.texi.
17815         * doc/pastposix-functions/setcontext.texi: Renamed from
17816         doc/posix-functions/setcontext.texi.
17817         * doc/pastposix-functions/swapcontext.texi: Renamed from
17818         doc/posix-functions/swapcontext.texi.
17819         * doc/pastposix-functions/ualarm.texi: Renamed from
17820         doc/posix-functions/ualarm.texi.
17821         * doc/pastposix-functions/usleep.texi: Renamed from
17822         doc/posix-functions/usleep.texi.
17823         * doc/pastposix-functions/vfork.texi: Renamed from
17824         doc/posix-functions/vfork.texi.
17825         * doc/pastposix-functions/wcswcs.texi: Renamed from
17826         doc/posix-functions/wcswcs.texi.
17827         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
17828         (Function Substitutes): Update.
17829
17830 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17831
17832         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
17833         m4/strerror.m4.
17834
17835 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17836             Bruno Haible  <bruno@clisp.org>
17837
17838         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
17839
17840 2008-12-13  Bruno Haible  <bruno@clisp.org>
17841
17842         * modules/strtoull (Depends-on): Remove unistd.
17843
17844 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17845
17846         * modules/strtoull (Depends-on): Add stdlib.
17847
17848 2008-12-11  Simon Josefsson  <simon@josefsson.org>
17849
17850         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
17851
17852 2008-12-10  Jim Meyering  <meyering@redhat.com>
17853
17854         gl_ASSERT: don't say assertions are disabled when they're not
17855         * m4/assert.m4 (gl_ASSERT): Do not make configure report
17856         "checking whether to enable assertions... no", when they are in
17857         fact enabled.  This is solely a bug in the output of configure.
17858         In spite of saying "no", NDEBUG was not defined in that case.
17859         Also, as noted by Eric Blake, leave assertions enabled upon
17860         --enable-assert=INVALID.
17861
17862 2008-12-10  Bruno Haible  <bruno@clisp.org>
17863
17864         Change MODULES.html to refer to POSIX:2008 where possible.
17865         * MODULES.html.sh (POSIX2008_URL): New variable.
17866         (posix_headers): Remove sys/timeb, ucontext.
17867         (posix2001_headers): New variable.
17868         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
17869         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
17870         index, makecontext, mktemp, pthread_attr_getstackaddr,
17871         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
17872         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
17873         (posix2001_functions): New variable.
17874         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
17875         otherwise.
17876
17877 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17878
17879         add missing include to parse-duration.c
17880         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
17881         * modules/parse-duration (Depends-on): Add xalloc.
17882
17883         fix sed script reading maint.mk
17884         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
17885         (syntax-check-rules): Use it.
17886
17887 2008-12-09  Bruno Haible  <bruno@clisp.org>
17888
17889         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
17890         MacOS X 10.4/PowerPC.
17891         Reported by Simon Josefsson.
17892
17893 2008-12-08  Jim Meyering  <meyering@redhat.com>
17894
17895         work around mingw's lack of some S_IF definitions
17896         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
17897         Reported by Simon Josefsson.
17898
17899 2008-12-08  Bruno Haible  <bruno@clisp.org>
17900
17901         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
17902         applied to variables. Needed on MacOS X 10.4/PowerPC.
17903         Reported by Simon Josefsson.
17904
17905 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
17906         and Eric Blake  <ebb9@byu.net>
17907
17908         assert: honor --enable-assert
17909         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
17910         order to honor --enable-assert, rather than treating it as a
17911         synonym for --disable-assert.
17912
17913 2008-12-08  Jim Meyering  <meyering@redhat.com>
17914
17915         * lib/posixtm.c: Remove now-useless declaration of mktime.
17916
17917         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
17918
17919 2008-12-07  Bruno Haible  <bruno@clisp.org>
17920
17921         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
17922         test_once): Mark functions as static.
17923         * tests/test-tls.c (test_tls): Likewise.
17924
17925 2008-12-07  Bruno Haible  <bruno@clisp.org>
17926
17927         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
17928         iconv_register_autodetect.
17929
17930 2008-12-07  Jim Meyering  <meyering@redhat.com>
17931
17932         posixtm.c: avoid a warning
17933         * lib/posixtm.c (posixtime): Don't initialize tm0.
17934         It's no longer needed to placate gcc4's -Wuninitialized,
17935         and the attempt to placate would elicit a new warning.
17936
17937         unicodeio.c: mark unused parameters
17938         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17939         (fallback_failure_callback): Likewise.
17940
17941 2008-12-07  Bruno Haible  <bruno@clisp.org>
17942
17943         * gnulib-tool (func_create_testdir): When building the tests
17944         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
17945         Reported by Simon Josefsson.
17946
17947 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17948
17949         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
17950
17951 2008-12-06  Bruno Haible  <bruno@clisp.org>
17952
17953         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
17954         Suggested by Eric Blake.
17955
17956 2008-12-06  Bruno Haible  <bruno@clisp.org>
17957
17958         Fix a c-stack test failure on MacOS X.
17959         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
17960         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
17961         handler for SIGBUS as well.
17962         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
17963         install a signal handler for SIGBUS as well.
17964         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
17965
17966 2008-12-06  Bruno Haible  <bruno@clisp.org>
17967
17968         Advocacy documentation.
17969         * doc/gnulib-intro.texi (Benefits): New section.
17970         * doc/gnulib.texi: Update.
17971
17972 2008-12-06  Bruno Haible  <bruno@clisp.org>
17973
17974         Document the 'manywarnings' module.
17975         * doc/manywarnings.texi: New file.
17976         * doc/gnulib.texi: Include it.
17977
17978 2008-12-05  Eric Blake  <ebb9@byu.net>
17979
17980         tests: silence some gcc warnings
17981         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
17982         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
17983         type mismatches.
17984
17985 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17986             Bruno Haible  <bruno@clisp.org>
17987
17988         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
17989
17990 2008-11-29  Jim Meyering  <meyering@redhat.com>
17991
17992         unicodeio.c: mark unused parameters
17993         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17994         (fallback_failure_callback): Likewise.
17995
17996         fts: fix a thinko
17997         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
17998         (set_stat_type): Return S_IF*-valued "type" directly.
17999         Prompted by James Youngman's spotting a related bug.
18000         Confirmed by further testing through find.
18001
18002         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
18003         * lib/fts.c (D_TYPE): Define.
18004         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
18005         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
18006         (s_ifmt_shift_bits): New function.
18007         (set_stat_type): New function.
18008         (fts_build): When not calling fts_stat, call set_stat_type
18009         to propagate dirent.d_type info to fts_read caller.
18010         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
18011         fts_statp->st_mode type information may be valid.
18012
18013 2008-11-28  Simon Josefsson  <simon@josefsson.org>
18014
18015         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
18016         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
18017         <sds@gnu.org>.
18018
18019 2008-11-20  Bruno Haible  <bruno@clisp.org>
18020
18021         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
18022         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
18023         INCLUDE_NEXT.
18024         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
18025         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
18026         * modules/math (Makefile.am): Substitute
18027         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
18028         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18029
18030 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
18031             Bruno Haible  <bruno@clisp.org>
18032
18033         * lib/stdint.in.h: Define all type macros so that their expansion is
18034         a single typedef'ed token. Fixes a compilation failure in Boost which
18035         does "using ::int8_t;".
18036
18037 2008-11-18  Simon Josefsson  <simon@josefsson.org>
18038
18039         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
18040         gl_MANYWARN_ALL_GCC.
18041         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
18042         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
18043         * modules/manywarnings: New file.
18044         * MODULES.html.sh: Mention manywarnings module.
18045
18046 2008-11-18  Bruno Haible  <bruno@clisp.org>
18047
18048         * doc/gnulib-tool.texi (Unit tests): New section.
18049
18050 2008-11-18  Simon Josefsson  <simon@josefsson.org>
18051
18052         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
18053         paths like 'lib/po/foo.po'.
18054
18055 2008-11-17  Simon Josefsson  <simon@josefsson.org>
18056
18057         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
18058         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
18059
18060 2008-11-17  Simon Josefsson  <simon@josefsson.org>
18061
18062         * m4/warnings.m4: Use CPPFLAGS to really check whether the
18063         parameter works.
18064
18065 2008-11-17  Simon Josefsson  <simon@josefsson.org>
18066
18067         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
18068
18069 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18070
18071         * modules/parse-duration-tests: New file.
18072         * tests/test-parse-duration.sh: New file.
18073         * tests/test-parse-duration.c: New file.
18074
18075         New module 'parse-duration'.
18076         * lib/parse-duration.h: New file.
18077         * lib/parse-duration.c: New file.
18078         * modules/parse-duration: New file.
18079
18080 2008-11-17  Bruno Haible  <bruno@clisp.org>
18081
18082         * tests/test-select-out.sh: Comment out the first pipe test.
18083         Reported by Simon Josefsson.
18084
18085 2008-11-17  Bruno Haible  <bruno@clisp.org>
18086
18087         * modules/getaddrinfo (Depends-on): Add servent, hostent.
18088         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
18089         gl_HOSTENT.
18090
18091 2008-11-17  Bruno Haible  <bruno@clisp.org>
18092
18093         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
18094         -lnetwork and -lnet. Needed for Haiku and BeOS.
18095
18096 2008-11-16  Bruno Haible  <bruno@clisp.org>
18097
18098         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
18099
18100 2008-11-16  Bruno Haible  <bruno@clisp.org>
18101
18102         Avoid test failure on Haiku.
18103         * tests/test-fsync.c: Include <errno.h>.
18104         (main): Don't require that fsync (0) fails.
18105
18106 2008-11-15  Bruno Haible  <bruno@clisp.org>
18107
18108         New module 'hostent'.
18109         * modules/hostent: New file.
18110         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
18111
18112 2008-11-15  Bruno Haible  <bruno@clisp.org>
18113
18114         New module 'servent'.
18115         * modules/servent: New file.
18116         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
18117
18118 2008-11-15  Bruno Haible  <bruno@clisp.org>
18119
18120         Avoid generating same test program with two different rules.
18121         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
18122         test-frexp to test-frexp-nolibm.
18123         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
18124         test-frexpl to test-frexpl-nolibm.
18125
18126 2008-11-15  Bruno Haible  <bruno@clisp.org>
18127
18128         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
18129         $(FREXPL_LIBM).
18130
18131 2008-11-15  Bruno Haible  <bruno@clisp.org>
18132
18133         * lib/netdb.in.h: Activate the definitions also when the system's
18134         <netdb.h> has 'struct addrinfo'.
18135         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
18136         EAI_OVERFLOW or AI_NUMERICSERV.
18137         * doc/posix-headers/netdb.texi: Document the problem.
18138
18139 2008-11-15  Bruno Haible  <bruno@clisp.org>
18140
18141         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
18142
18143         Make the 'sched' module work on platforms where <sched.h> exists but
18144         is incomplete (such as Haiku).
18145         * lib/sched.in.h; Include the system's <sched.h> if it exists.
18146         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
18147         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
18148         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
18149         HAVE_STRUCT_SCHED_PARAM.
18150         * modules/sched (Depends-on): Add include_next.
18151         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
18152         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
18153         * doc/posix-headers/sched.texi: Document the issue.
18154
18155 2008-11-13  Jim Meyering  <meyering@redhat.com>
18156
18157         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
18158         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
18159         test would fail due to the difference in the Report bugs to ...
18160         line.  The expected address is empty, "<>", while the actual
18161         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
18162
18163 2008-11-12  Bruno Haible  <bruno@clisp.org>
18164
18165         lstat: don't compile lstat.c on systems lacking lstat
18166         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
18167         which don't have lstat; this is handled by lib/sys_stat.in.h already.
18168         Reported by Daniel P. Berrange via Jim Meyering.
18169
18170 2008-11-12  Jim Meyering  <meyering@redhat.com>
18171
18172         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
18173
18174 2008-11-12  Simon Josefsson  <simon@josefsson.org>
18175
18176         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
18177         instead.
18178
18179 2008-11-12  Bruno Haible  <bruno@clisp.org>
18180
18181         * lib/unicodeio.c: Include unistr.h.
18182         (utf8_wctomb): Remove function.
18183         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
18184
18185 2008-11-12  Simon Josefsson  <simon@josefsson.org>
18186
18187         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
18188         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
18189         <bruno@clisp.org>.
18190         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
18191
18192 2008-11-12  Simon Josefsson  <simon@josefsson.org>
18193
18194         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
18195         * doc/gnulib.texi: Add section for warnings.
18196
18197 2008-11-11  Bruno Haible  <bruno@clisp.org>
18198
18199         * lib/sockets.h: Add a comment.
18200
18201 2008-11-11  Karl Berry  <karl@gnu.org>
18202
18203         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
18204
18205 2008-11-11  Eric Blake  <ebb9@byu.net>
18206
18207         fdl.texi: avoid git symlinks
18208         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
18209
18210 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18211
18212         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
18213
18214 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18215
18216         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
18217         (gl_WARN_ADD): Substitute $2 if literal.
18218
18219 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18220
18221         * m4/warning.m4: Remove.
18222
18223 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
18224
18225         * m4/warnings.m4: Almost complete rewrite. :-)
18226
18227 2008-11-10  Simon Josefsson  <simon@josefsson.org>
18228
18229         * modules/warnings: New module.
18230         * m4/warnings.m4: New file.
18231         * MODULES.html.sh: Mention warnings module.
18232         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
18233         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18234
18235 2008-11-10  Eric Blake  <ebb9@byu.net>
18236
18237         fdl.texi: make a symlink to the latest version
18238         * doc/standards.texi: Revert today's earlier change.
18239         * doc/fdl-1.2.texi: Rename from old fdl.texi...
18240         * doc/fdl.texi: ...and replace this with a symlink to the newer
18241         fdl-1.3.texi.
18242
18243 2008-11-10  Bruno Haible  <bruno@clisp.org>
18244
18245         * tests/test-select-fd.c (main): Accept the result file name as fourth
18246         argument.
18247         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
18248         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
18249
18250 2008-11-10  Bruno Haible  <bruno@clisp.org>
18251
18252         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
18253         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
18254         as autoconf-substituted macros.
18255         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
18256         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
18257         gl_NETDB_H_DEFAULTS. Set these variables.
18258         * modules/netdb (Makefile.am): Substitute these variables.
18259
18260 2008-11-10  Eric Blake  <ebb9@byu.net>
18261
18262         standards.texi: include correct file for FDL 1.3
18263         * doc/standards.texi (GNU Free Documentation License): Change
18264         include file to pull in FDL 1.3, not 1.2.
18265
18266         fdl.texi: revert accidental change to license
18267         * doc/fdl.texi: This is FDL 1.2, not 1.3.
18268
18269 2008-11-10  Bruno Haible  <bruno@clisp.org>
18270
18271         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
18272         cross-compiling guesses also when the native compile gives no result.
18273
18274 2008-11-10  Bruno Haible  <bruno@clisp.org>
18275
18276         * lib/spawni.c (__spawni): Force variable into the stack.
18277
18278 2008-11-10  Bruno Haible  <bruno@clisp.org>
18279
18280         Add support for Haiku.
18281         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
18282         glibc and BeOS, but also on Haiku.
18283         * lib/fpurge.c (fpurge): Likewise.
18284         * lib/freadable.c (freadable): Likewise.
18285         * lib/freadahead.c (freadahead): Likewise.
18286         * lib/freading.c (freading): Likewise.
18287         * lib/freadptr.c (freadptr): Likewise.
18288         * lib/freadseek.c (freadptrinc): Likewise.
18289         * lib/fseeko.c (rpl_fseeko): Likewise.
18290         * lib/fseterr.c (fseterr): Likewise.
18291         * lib/fwritable.c (fwritable): Likewise.
18292         * lib/fwriting.c (fwriting): Likewise.
18293         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
18294
18295 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
18296
18297         * lib/config.charset: Treat Haiku like BeOS.
18298
18299 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
18300
18301         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
18302         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
18303
18304 2008-11-08  Bruno Haible  <bruno@clisp.org>
18305
18306         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
18307         AC_CACHE_CHECK.
18308
18309 2008-11-08  Bruno Haible  <bruno@clisp.org>
18310
18311         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
18312
18313 2008-11-08  Bruno Haible  <bruno@clisp.org>
18314
18315         * tests/test-select-fd.c: New file.
18316         * tests/test-select-in.sh: New file.
18317         * tests/test-select-out.sh: New file.
18318         * tests/test-select-stdin.c: New file.
18319         * modules/select-tests (Files): Add the new files.
18320         (Depends-on): Add gettimeofday.
18321         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
18322         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
18323         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
18324
18325 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
18326             Bruno Haible  <bruno@clisp.org>
18327
18328         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
18329
18330 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
18331
18332         * build-aux/pmccabe2html: Added support for C++ source files.
18333
18334 2008-11-05  Ben Pfaff  <blp@gnu.org>
18335
18336         Fix lib/close.c build on Windows.
18337         * modules/close (Files): Add lib/w32sock.h.
18338
18339 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
18340
18341         Accept Bison's NEWS format.
18342         * build-aux/announce-gen (print_news_deltas): Tweak
18343         $re_prefix.
18344
18345 2008-11-04  Bruno Haible  <bruno@clisp.org>
18346
18347         * modules/random_r (Maintainer): Add glibc.
18348
18349 2008-11-04  Simon Josefsson  <simon@josefsson.org>
18350
18351         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
18352         by karl@freefriends.org (Karl Berry).
18353         * doc/alloca.texi: Likewise.
18354         * doc/c-ctype.texi: Likewise.
18355         * doc/c-strcase.texi: Likewise.
18356         * doc/c-strcaseeq.texi: Likewise.
18357         * doc/c-strcasestr.texi: Likewise.
18358         * doc/c-strstr.texi: Likewise.
18359         * doc/c-strtod.texi: Likewise.
18360         * doc/c-strtold.texi: Likewise.
18361         * doc/ctime.texi: Likewise.
18362         * doc/error.texi: Likewise.
18363         * doc/fdl.texi: Likewise.
18364         * doc/gcd.texi: Likewise.
18365         * doc/getdate.texi: Likewise.
18366         * doc/gnulib-intro.texi: Likewise.
18367         * doc/gnulib-tool.texi: Likewise.
18368         * doc/gnulib.texi: Likewise.
18369         * doc/inet_ntoa.texi: Likewise.
18370         * doc/maintain.texi: Likewise.
18371         * doc/make-stds.texi: Likewise.
18372         * doc/quote.texi: Likewise.
18373         * doc/regexprops-generic.texi: Likewise.
18374         * doc/standards.texi: Likewise.
18375         * doc/verify.texi: Likewise.
18376         * doc/visibility.texi: Likewise.
18377         * doc/gnulib.texi (GNU Free Documentation License): Include
18378         fdl-1.3.texi instead of fdl.texi.
18379
18380 2008-11-04  Simon Josefsson  <simon@josefsson.org>
18381
18382         * doc/fdl-1.3.texi: New file, from
18383         <http://www.gnu.org/licenses/fdl-1.3.texi>.
18384         * modules/fdl-1.3: Add.
18385         * MODULES.html.sh: Add fdl-1.3.
18386
18387 2008-11-03  Bruno Haible  <bruno@clisp.org>
18388
18389         Make determination of absolute name of header file work with AIX xlc.
18390         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
18391         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
18392         preprocessing.
18393         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
18394         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
18395
18396 2008-11-03  Simon Josefsson  <simon@josefsson.org>
18397
18398         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
18399         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
18400         <ludo@gnu.org>.
18401
18402 2008-11-02  Bruno Haible  <bruno@clisp.org>
18403
18404         Mark 'strpbrk' obsolete.
18405         * modules/strpbrk (Status, Notice): New sections.
18406         * modules/strtok_r (Depends-on): Add strpbrk.
18407
18408 2008-11-02  Bruno Haible  <bruno@clisp.org>
18409
18410         Mark 'strdup' obsolete.
18411         * modules/strdup (Status, Notice): New sections.
18412         * modules/findprog (Depends-on): Add strdup.
18413         * modules/getaddrinfo (Depends-on): Likewise.
18414         * modules/localename (Depends-on): Likewise.
18415         * modules/relocatable-lib (Depends-on): Likewise.
18416         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
18417         * modules/relocatable-prog (Depends-on): Likewise.
18418         * modules/trim (Depends-on): Likewise.
18419         * modules/unictype/gen-ctype (Depends-on): Likewise.
18420         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
18421
18422 2008-11-02  Bruno Haible  <bruno@clisp.org>
18423
18424         Mark 'strcspn' obsolete.
18425         * modules/strcspn (Status, Notice): New sections.
18426
18427 2008-11-02  Bruno Haible  <bruno@clisp.org>
18428
18429         Mark 'rmdir' obsolete.
18430         * modules/rmdir (Status, Notice): New sections.
18431         * modules/clean-temp (Depends-on): Add rmdir.
18432         * modules/openat (Depends-on): Likewise.
18433
18434 2008-11-02  Bruno Haible  <bruno@clisp.org>
18435
18436         Mark 'raise' obsolete.
18437         * modules/raise (Status, Notice): New sections.
18438         (Include): Specify <signal.h>.
18439         * modules/stdio (Depends-on): Add raise.
18440         * modules/write (Depends-on): Likewise.
18441
18442 2008-11-02  Bruno Haible  <bruno@clisp.org>
18443
18444         Mark 'memset' obsolete.
18445         * modules/memset (Status, Notice): New sections.
18446
18447 2008-11-02  Bruno Haible  <bruno@clisp.org>
18448
18449         Mark 'memmove' obsolete.
18450         * modules/memmove (Status, Notice): New sections.
18451         * modules/argp (Depends-on): Add memmove.
18452         * modules/argz (Depends-on): Likewise.
18453         * modules/canonicalize (Depends-on): Likewise.
18454         * modules/canonicalize-lgpl (Depends-on): Likewise.
18455         * modules/fts (Depends-on): Likewise.
18456         * modules/getcwd (Depends-on): Likewise.
18457         * modules/human (Depends-on): Likewise.
18458         * modules/regex (Depends-on): Likewise.
18459         * modules/striconveh (Depends-on): Likewise.
18460         * modules/trim (Depends-on): Likewise.
18461         * modules/unistr/u8-move (Depends-on): Likewise.
18462         * modules/unistr/u16-move (Depends-on): Likewise.
18463         * modules/unistr/u32-move (Depends-on): Likewise.
18464
18465 2008-11-02  Bruno Haible  <bruno@clisp.org>
18466
18467         Mark 'memcpy' obsolete.
18468         * modules/memcpy (Status, Notice): New sections.
18469
18470 2008-11-02  Bruno Haible  <bruno@clisp.org>
18471
18472         Mark 'memcmp' obsolete.
18473         * modules/memcmp (Status, Notice): New sections.
18474         * modules/argmatch (Depends-on): Add memchr.
18475         * modules/backupfile (Depends-on): Likewise.
18476         * modules/c-strcasestr (Depends-on): Likewise.
18477         * modules/crypto/des (Depends-on): Likewise.
18478         * modules/csharpcomp (Depends-on): Likewise.
18479         * modules/fnmatch (Depends-on): Likewise.
18480         * modules/git-merge-changelog (Depends-on): Likewise.
18481         * modules/isnand (Depends-on): Likewise.
18482         * modules/isnand-nolibm (Depends-on): Likewise.
18483         * modules/isnanf (Depends-on): Likewise.
18484         * modules/isnanf-nolibm (Depends-on): Likewise.
18485         * modules/isnanl (Depends-on): Likewise.
18486         * modules/isnanl-nolibm (Depends-on): Likewise.
18487         * modules/mbchar (Depends-on): Likewise.
18488         * modules/memcoll (Depends-on): Likewise.
18489         * modules/quotearg (Depends-on): Likewise.
18490         * modules/regex (Depends-on): Likewise.
18491         * modules/relocatable-prog (Depends-on): Likewise.
18492         * modules/same (Depends-on): Likewise.
18493         * modules/signbit (Depends-on): Likewise.
18494         * modules/strcasestr-simple (Depends-on): Likewise.
18495         * modules/unictype/gen-ctype (Depends-on): Likewise.
18496         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
18497         * modules/uniname/uniname (Depends-on): Likewise.
18498         * modules/unistr/u8-cmp (Depends-on): Likewise.
18499
18500 2008-11-02  Bruno Haible  <bruno@clisp.org>
18501
18502         Mark 'memchr' obsolete.
18503         * modules/memchr (Status, Notice): New sections.
18504         * modules/argp (Depends-on): Add memchr.
18505         * modules/base64 (Depends-on): Likewise.
18506         * modules/c-strcasestr (Depends-on): Likewise.
18507         * modules/chdir-long (Depends-on): Likewise.
18508         * modules/fnmatch (Depends-on): Likewise.
18509         * modules/getsubopt (Depends-on): Likewise.
18510         * modules/git-merge-changelog (Depends-on): Likewise.
18511         * modules/glob (Depends-on): Likewise.
18512         * modules/strcasestr-simple (Depends-on): Likewise.
18513         * modules/strnlen (Depends-on): Likewise.
18514
18515 2008-11-02  Bruno Haible  <bruno@clisp.org>
18516
18517         Mark 'atexit' obsolete.
18518         * modules/atexit (Status, Notice): New sections.
18519         * modules/chdir-long (Depends-on): Add atexit.
18520         * modules/wait-process (Depends-on): Likewise.
18521
18522 2008-11-02  Bruno Haible  <bruno@clisp.org>
18523
18524         * gnulib-tool: New option --with-obsolete.
18525         (func_usage): Document it.
18526         (func_modules_transitive_closure): Drop obsolete dependencies if
18527         incobsolete is not true.
18528         (func_import): Read and save the incobsolete variable to the cache.
18529
18530 2008-11-02  Bruno Haible  <bruno@clisp.org>
18531
18532         * modules/TEMPLATE-EXTENDED: New field 'Status'.
18533         * gnulib-tool: New option --extract-status.
18534         (func_usage): Document it.
18535         (sed_extract_prog): Recognize it.
18536         (func_get_status): New function.
18537
18538 2008-10-30  Simon Josefsson  <simon@josefsson.org>
18539
18540         * modules/sockets (License): Change from LGPL to LGPLv2+.
18541
18542 2008-10-28  Simon Josefsson  <simon@josefsson.org>
18543
18544         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
18545
18546 2008-10-28  Simon Josefsson  <simon@josefsson.org>
18547
18548         * MODULES.html.sh (Support for systems lacking POSIX:2001):
18549         Mention times and sys_times.
18550         * modules/sys_times, modules/sys_times-tests: New modules.
18551         * modules/times, modules/times-tests: Likewise
18552         * m4/sys_times_h.m4: New file.
18553         * lib/sys_times.in.h: Likewise
18554         * lib/times.c: Likewise.
18555         * tests/test-sys_times.c: Likewise.
18556         * tests/test-times.c: Likewise.
18557         * doc/posix-headers/sys_times.texi: Update.
18558         * doc/posix-functions/times.texi: Update.
18559
18560 2008-10-28  Jim Meyering  <meyering@redhat.com>
18561
18562         * modules/tempname (Depends-on): Add lstat.
18563
18564         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
18565
18566 2008-10-28  Simon Josefsson  <simon@josefsson.org>
18567
18568         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
18569         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
18570         using idiom used elsewhere in gnulib.
18571
18572 2008-10-27  Jim Meyering  <meyering@redhat.com>
18573
18574         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
18575
18576 2008-10-27  Simon Josefsson  <simon@josefsson.org>
18577
18578         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
18579         TESTS_ENVIRONMENT, for shell scripts that needs to call built
18580         programs.
18581         * tests/test-argp-2.sh: Use $EXEEXT when needed.
18582
18583 2008-10-27  Simon Josefsson  <simon@josefsson.org>
18584
18585         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
18586
18587 2008-10-27  Bruno Haible  <bruno@clisp.org>
18588
18589         * tests/test-lstat.c: Include <stdio.h>.
18590
18591 2008-10-27  Simon Josefsson  <simon@josefsson.org>
18592
18593         * modules/lstat-tests: New module.
18594         * tests/test-lstat.c: New file.
18595
18596 2008-10-26  Jim Meyering  <meyering@redhat.com>
18597
18598         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
18599
18600 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18601             Bruno Haible  <bruno@clisp.org>
18602
18603         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
18604         * modules/configmake (Include): Add a note that the include must come
18605         after all system headers.
18606         * lib/javaversion.c: Include configmake.h after all other includes.
18607
18608 2008-10-26  Bruno Haible  <bruno@clisp.org>
18609
18610         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
18611         HAVE_STRUCT_RANDOM_DATA to 1.
18612         (gl_STDLIB_H): Simplify.
18613
18614 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18615
18616         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
18617         substitute HAVE_STRUCT_RANDOM_DATA.
18618         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
18619         random_data.
18620         * modules/stdlib (Makefile.am): Substitute
18621         HAVE_STRUCT_RANDOM_DATA.
18622
18623 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18624
18625         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
18626         * doc/gnulib-intro.texi (Copyright): Likewise.
18627
18628 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18629
18630         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
18631         findings.
18632
18633 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
18634             Bruno Haible  <bruno@clisp.org>
18635
18636         * lib/unistd.in.h: Include <winsock2.h>.
18637         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
18638         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
18639         Provide dummy declarations.
18640         (gethostname): Override.
18641         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
18642         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
18643         gl_PREREQ_SYS_H_WINSOCK2.
18644         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
18645         * doc/posix-functions/gethostname.texi: More details.
18646
18647 2008-10-25  Bruno Haible  <bruno@clisp.org>
18648
18649         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18650         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
18651         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
18652
18653         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
18654         here ...
18655         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
18656         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
18657         gl_UNISTD_H_DEFAULTS.
18658
18659 2008-10-25  Eric Blake  <ebb9@byu.net>
18660
18661         signbit: avoid spurious compiler failure
18662         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
18663         declarations inside function.
18664
18665 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18666             Bruno Haible  <bruno@clisp.org>
18667
18668         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
18669         * modules/random_r (Depends-on): Add stdint.
18670
18671 2008-10-24  Bruno Haible  <bruno@clisp.org>
18672
18673         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
18674         Eggert.
18675         * modules/strerror (License): Likewise.
18676
18677 2008-10-24  Jim Meyering  <meyering@redhat.com>
18678
18679         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
18680         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
18681
18682 2008-10-24  Eric Blake  <ebb9@byu.net>
18683
18684         getgroups: fix compilation when getgroups is available
18685         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
18686         but with <config.h> override of getgroups disabled.
18687
18688 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18689
18690         * doc/gnulib.texi (Header files): Add note about C++ problems.
18691         Explained by Bruno Haible <bruno@clisp.org>.
18692
18693 2008-10-23  Bruno Haible  <bruno@clisp.org>
18694
18695         Define a dummy SA_NODEFER macro on Interix.
18696         * lib/signal.in.h (SA_NODEFER): Define fallback.
18697         Reported by Aleksey Cheusov <cheusov@tut.by> via
18698         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
18699
18700 2008-10-23  Bruno Haible  <bruno@clisp.org>
18701
18702         * modules/freadahead (License): Change to LGPLv2+.
18703         Suggested by Simon Josefsson.
18704
18705 2008-10-23  Jim Meyering  <meyering@redhat.com>
18706
18707         random_r: new module
18708         * modules/random_r: New file.
18709         * m4/random_r.m4: New file.
18710         * lib/random_r.c: New file, from glibc.
18711         * modules/random_r-tests: New file.
18712         * tests/test-random_r.c: New file.
18713         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
18714          Declare.
18715         (RAND_MAX): Define.
18716         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
18717         * modules/stdlib: Substitute them, too.
18718         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
18719         * doc/glibc-functions/initstate_r.texi: Mention the new module.
18720         * doc/glibc-functions/random_r.texi: Likewise.
18721         * doc/glibc-functions/setstate_r.texi: Likewise.
18722         * doc/glibc-functions/srandom_r.texi: Likewise.
18723         * config/srclist.txt: Mention it.
18724
18725 2008-10-23  David Lutterkort  <lutter@redhat.com>
18726
18727         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
18728         link requirement
18729
18730 2008-10-23  Jim Meyering  <meyering@redhat.com>
18731
18732         selinux-h: mark parameters of stub functions as intentionally unused
18733         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
18734         * lib/se-context.in.h: Likewise.
18735
18736 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18737
18738         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
18739
18740 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18741
18742         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
18743
18744 2008-10-22  Eric Blake  <ebb9@byu.net>
18745
18746         glthread/thread: avoid compiler warning
18747         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
18748         Add unreachable abort to silence compiler.
18749
18750 2008-10-22  Eric Blake  <ebb9@byu.net>
18751
18752         netdb: also supply struct addrinfo for cygwin 1.5.x
18753         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
18754         older cygwin.
18755         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
18756         cygwin.
18757         * doc/posix-headers/netdb.texi (netdb.h): Document this.
18758
18759 2008-10-22  Bruno Haible  <bruno@clisp.org>
18760
18761         * users.txt: Update entry about pspp.
18762
18763 2008-10-21  Bruno Haible  <bruno@clisp.org>
18764
18765         Simplification.
18766         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
18767         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
18768
18769         Simplification.
18770         * lib/ioctl.c (ioctl): Don't undefine.
18771         * lib/socket.c (socket): Don't undefine.
18772
18773         Remove unused module indicator macros.
18774         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
18775         GNULIB_$1 as a C macro.
18776
18777         * doc/posix-functions/close.texi: Undo last change.
18778         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
18779         Windows platforms.
18780
18781 2008-10-21  Bruno Haible  <bruno@clisp.org>
18782
18783         Add gethostname() declaration to <unistd.h>.
18784         * lib/unistd.in.h (gethostname): New declaration.
18785         * lib/gethostname.c: Include <unistd.h>.
18786         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
18787         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
18788         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
18789         and HAVE_GETHOSTNAME.
18790         * modules/gethostname (Depends-on): Add unistd.
18791         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18792         (Include): Specify <unistd.h>.
18793         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
18794         HAVE_GETHOSTNAME.
18795         * tests/test-gethostname.c: Include <unistd.h> first.
18796
18797 2008-10-21  Bruno Haible  <bruno@clisp.org>
18798
18799         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
18800         * modules/select-tests (Depends-on): Likewise.
18801         Reported by Simon Josefsson.
18802
18803 2008-10-21  Simon Josefsson  <simon@josefsson.org>
18804
18805         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
18806         * lib/accept.c: New file, based on winsock.c.
18807         * lib/bind.c: New file, based on winsock.c.
18808         * lib/connect.c: New file, based on winsock.c.
18809         * lib/getpeername.c: New file, based on winsock.c.
18810         * lib/getsockname.c: New file, based on winsock.c.
18811         * lib/getsockopt.c: New file, based on winsock.c.
18812         * lib/ioctl.c: New file, based on winsock.c.
18813         * lib/listen.c: New file, based on winsock.c.
18814         * lib/recv.c: New file, based on winsock.c.
18815         * lib/recvfrom.c: New file, based on winsock.c.
18816         * lib/send.c: New file, based on winsock.c.
18817         * lib/sendto.c: New file, based on winsock.c.
18818         * lib/setsockopt.c: New file, based on winsock.c.
18819         * lib/shutdown.c: New file, based on winsock.c.
18820         * lib/socket.c: New file, based on winsock.c.
18821         * lib/w32sock.h: New file, based on winsock.c.
18822         * lib/winsock.c: Remove file.
18823         * modules/accept: Likewise.
18824         * modules/bind: Likewise.
18825         * modules/connect: Likewise.
18826         * modules/getpeername: Likewise.
18827         * modules/getsockname: Likewise.
18828         * modules/getsockopt: Likewise.
18829         * modules/ioctl: Likewise.
18830         * modules/listen: Likewise.
18831         * modules/recv: Likewise.
18832         * modules/recvfrom: Likewise.
18833         * modules/send: Likewise.
18834         * modules/sendto: Likewise.
18835         * modules/setsockopt: Likewise.
18836         * modules/shutdown: Likewise.
18837         * modules/socket: Use socket.c instead of winsock.c.
18838         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
18839         * doc/posix-functions/accept.texi: Doc fix.
18840         * doc/posix-functions/bind.texi: Doc fix.
18841         * doc/posix-functions/close.texi: Doc fix.
18842         * doc/posix-functions/connect.texi: Doc fix.
18843         * doc/posix-functions/getpeername.texi: Doc fix.
18844         * doc/posix-functions/getsockname.texi: Doc fix.
18845         * doc/posix-functions/getsockopt.texi: Doc fix.
18846         * doc/posix-functions/ioctl.texi: Doc fix.
18847         * doc/posix-functions/listen.texi: Doc fix.
18848         * doc/posix-functions/recv.texi: Doc fix.
18849         * doc/posix-functions/recvfrom.texi: Doc fix.
18850         * doc/posix-functions/send.texi: Doc fix.
18851         * doc/posix-functions/sendto.texi: Doc fix.
18852         * doc/posix-functions/setsockopt.texi: Doc fix.
18853         * doc/posix-functions/shutdown.texi: Doc fix.
18854         * doc/posix-functions/socket.texi: Doc fix.
18855
18856 2008-10-20  Bruno Haible  <bruno@clisp.org>
18857
18858         Take into account the role of SIGABRT_COMPAT on Windows 2008.
18859         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
18860         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
18861         as an alias for SIGABRT.
18862         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
18863         (sigaction): Map it to SIGABRT.
18864         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
18865
18866 2008-10-20  Bruno Haible  <bruno@clisp.org>
18867
18868         * lib/fts.c: Don't include lstat.h.
18869         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
18870
18871         Move the lstat() declaration to <sys/stat.h>.
18872         * lib/lstat.h: Remove file.
18873         * lib/sys_stat.in.h: Add special invocation convention.
18874         (lstat): New declaration.
18875         * lib/lstat.c (orig_lstat): New function.
18876         (rpl_lstat): Use orig_lstat instead of lstat.
18877         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
18878         AC_C_INLINE. Set REPLACE_LSTAT.
18879         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
18880         and REPLACE_LSTAT.
18881         * modules/lstat (Files): Remove lib/lstat.h.
18882         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18883         (Include): Specify <sys/stat.h> instead of lstat.h.
18884         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
18885         REPLACE_LSTAT.
18886         * NEWS: Mention the change.
18887
18888 2008-10-20  Bruno Haible  <bruno@clisp.org>
18889
18890         * modules/posix_spawn-tests: New file.
18891         * tests/test-posix_spawn3.c: New file.
18892
18893 2008-10-20  Bruno Haible  <bruno@clisp.org>
18894
18895         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
18896         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18897         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
18898         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18899         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
18900
18901 2008-10-20  Bruno Haible  <bruno@clisp.org>
18902
18903         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
18904         of posix_spawn on AIX 5.3.
18905
18906 2008-10-20  Bruno Haible  <bruno@clisp.org>
18907
18908         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
18909
18910 2008-10-20  Bruno Haible  <bruno@clisp.org>
18911
18912         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
18913         of AC_LANG_PROGRAM.
18914
18915 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18916
18917         * lib/netdb.in.h: Don't define GNU specific constants until they
18918         are supported or needed.  Reported by Bruno Haible
18919         <bruno@clisp.org>.
18920
18921 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18922
18923         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
18924
18925 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18926
18927         * lib/getaddrinfo.h: Remove file.
18928         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
18929         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
18930         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
18931         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
18932         * modules/netdb: Substitute GNULIB_GETADDRINFO.
18933         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
18934         * tests/test-getaddrinfo.c: Likewise.
18935         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
18936         * NEWS: Mention change.
18937
18938 2008-10-19  Bruno Haible  <bruno@clisp.org>
18939
18940         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
18941
18942 2008-10-19  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/wait-process.c: Include simply <sys/wait.h>.
18945         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
18946         WIFSTOPPED): Remove fallback definitions.
18947         * modules/wait-process (Depends-on): Add sys_wait.
18948
18949         New module 'sys_wait'.
18950         * modules/sys_wait: New file.
18951         * lib/sys_wait.in.h: New file, partially copied from
18952         lib/wait-process.c.
18953         * m4/sys_wait_h.m4: New file.
18954         * doc/posix-headers/sys_wait.texi: Mention the new module.
18955
18956 2008-10-19  Bruno Haible  <bruno@clisp.org>
18957
18958         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
18959
18960 2008-10-19  Bruno Haible  <bruno@clisp.org>
18961
18962         Assume that waitpid() fills an 'int' status, not a 'union wait'.
18963         * lib/wait-process.c (WAIT_T): Remove type.
18964         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
18965         (wait_subprocess): Update.
18966
18967 2008-10-19  Bruno Haible  <bruno@clisp.org>
18968
18969         New module 'atoll'.
18970         * modules/atoll: New file.
18971         * lib/stdlib.in.h (atoll): New declaration.
18972         * lib/atoll.c: New file, from glibc with modifications.
18973         * m4/atoll.m4: New file.
18974         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
18975         HAVE_ATOLL.
18976         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
18977         * doc/posix-functions/atoll.texi: Mention the new module.
18978
18979 2008-10-19  Bruno Haible  <bruno@clisp.org>
18980
18981         Add strtoull() declaration to <stdlib.h>.
18982         * lib/stdlib.in.h (strtoull): New declaration.
18983         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18984         Set HAVE_STRTOULL.
18985         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
18986         HAVE_STRTOULL.
18987         * modules/strtoull (Depends-on): Add stdlib.
18988         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18989         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
18990         HAVE_STRTOULL.
18991
18992 2008-10-19  Bruno Haible  <bruno@clisp.org>
18993
18994         Add strtoll() declaration to <stdlib.h>.
18995         * lib/stdlib.in.h (strtoll): New declaration.
18996         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18997         Set HAVE_STRTOLL.
18998         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
18999         HAVE_STRTOLL.
19000         * modules/strtoll (Depends-on): Add stdlib.
19001         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19002         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
19003
19004 2008-10-19  Bruno Haible  <bruno@clisp.org>
19005
19006         * modules/bcopy (Depends-on): Add strings.
19007         (Include): Specify <strings.h>.
19008
19009 2008-10-19  Bruno Haible  <bruno@clisp.org>
19010
19011         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
19012
19013 2008-10-19  Bruno Haible  <bruno@clisp.org>
19014
19015         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
19016         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
19017         mingw.
19018
19019 2008-10-19  Bruno Haible  <bruno@clisp.org>
19020
19021         * lib/atanl.c: Don't include isnanl.h.
19022         * lib/cosl.c: Likewise.
19023         * lib/ldexpl.c: Likewise.
19024         * lib/logl.c: Likewise.
19025         * lib/sinl.c: Likewise.
19026         * lib/sqrtl.c: Likewise.
19027         * lib/tanl.c: Likewise.
19028
19029         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
19030         * lib/isnanf.h: Remove file.
19031         * lib/isnand.h: Remove file.
19032         * lib/isnanl.h: Remove file.
19033         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
19034         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
19035         macros.
19036         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
19037         HAVE_ISNANF, don't define it as a C macro.
19038         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
19039         HAVE_ISNAND, don't define it as a C macro.
19040         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
19041         HAVE_ISNANL, don't define it as a C macro.
19042         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
19043         HAVE_ISNAN[FDL].
19044         * modules/isnanf (Files): Remove lib/isnanf.h.
19045         (Depends-on): Add math.
19046         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19047         (Include): Specify <math.h> instead of isnanf.h.
19048         * modules/isnand (Files): Remove lib/isnand.h.
19049         (Depends-on): Add math.
19050         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19051         (Include): Specify <math.h> instead of isnand.h.
19052         * modules/isnanl (Files): Remove lib/isnanl.h.
19053         (Depends-on): Add math.
19054         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19055         (Include): Specify <math.h> instead of isnanl.h.
19056         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
19057         HAVE_ISNAN[FDL].
19058         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
19059         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
19060         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
19061         * NEWS: Mention the change.
19062
19063 2008-10-18  Bruno Haible  <bruno@clisp.org>
19064
19065         Add getusershell(), setusershell(), endusershell() declarations to
19066         <unistd.h>.
19067         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
19068         declarations.
19069         * lib/getusershell.c: Include unistd.h.
19070         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
19071         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
19072         HAVE_GETUSERSHELL.
19073         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
19074         and HAVE_GETUSERSHELL.
19075         * modules/getusershell (Depends-on): Add unistd, extensions.
19076         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19077         (Include): Specify <unistd.h>.
19078         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
19079         HAVE_GETUSERSHELL.
19080
19081 2008-10-18  Bruno Haible  <bruno@clisp.org>
19082
19083         Add a getloadavg() declaration to <stdlib.h>.
19084         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
19085         getloadavg declaration.
19086         (getloadavg): New declaration.
19087         * lib/getloadavg.c: Include <stdlib.h> first.
19088         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
19089         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
19090         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
19091         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
19092         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
19093         * modules/getloadavg (Depends-on): Add stdlib, extensions.
19094         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19095         (Include): Specify <stdlib.h>.
19096         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
19097         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
19098
19099 2008-10-18  Bruno Haible  <bruno@clisp.org>
19100
19101         * lib/dirchownmod.c: Don't include lchmod.h.
19102
19103         Move the lchmod() declaration to <sys/stat.h>.
19104         * lib/lchmod.h: Remove file.
19105         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
19106         (lchmod): New declaration, moved here from lib/lchown.h.
19107         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
19108         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
19109         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
19110         and HAVE_LCHMOD.
19111         * modules/lchmod (Files): Remove lib/lchmod.h.
19112         (Depends-on): Add sys_stat, extensions.
19113         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
19114         (Include): Specify <sys/stat.h> instead of lchmod.h.
19115         * modules/sys_stat (Depends-on): Add link-warning.
19116         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
19117         definition of GL_LINK_WARNING.
19118         * NEWS: Mention the change.
19119
19120 2008-10-18  Bruno Haible  <bruno@clisp.org>
19121
19122         * lib/fchdir.c: Don't include dirfd.h.
19123         * lib/fts.c: Likewise.
19124         * lib/getcwd.c: Likewise.
19125         * lib/glob.c: Likewise.
19126
19127         Move the dirfd() declaration to <dirent.h>.
19128         * lib/dirfd.h: Remove file.
19129         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
19130         (dirfd): New declaration.
19131         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
19132         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
19133         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
19134         HAVE_DECL_DIRFD.
19135         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
19136         HAVE_DECL_DIRFD.
19137         * modules/dirfd (Files): Remove lib/dirfd.h.
19138         (Depends-on): Add dirent, extensions.
19139         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
19140         (Include): Specify <dirent.h> instead of dirfd.h.
19141         * modules/dirent (Depends-on): Add link-warning.
19142         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
19143         definition of GL_LINK_WARNING.
19144         * NEWS: Mention the change.
19145
19146 2008-10-18  Bruno Haible  <bruno@clisp.org>
19147
19148         Move the euidaccess() declaration to <unistd.h>.
19149         * lib/euidaccess.h: Remove file.
19150         * lib/unistd.in.h (euidaccess): New declaration.
19151         * lib/euidaccess.c: Don't include euidaccess.h.
19152         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
19153         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
19154         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
19155         and HAVE_EUIDACCESS.
19156         * modules/euidaccess (Files): Remove lib/euidaccess.h.
19157         (Depends-on): Add unistd.
19158         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19159         (Include): Specify <unistd.h> instead of euidaccess.h.
19160         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
19161         HAVE_EUIDACCESS.
19162         * NEWS: Mention the change.
19163
19164 2008-10-18  Bruno Haible  <bruno@clisp.org>
19165
19166         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
19167
19168         Move the getdomainname() declaration to <unistd.h>.
19169         * lib/getdomainname.h: Remove file.
19170         * lib/unistd.in.h (getdomainname): New declaration.
19171         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
19172         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
19173         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
19174         HAVE_GETDOMAINNAME.
19175         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19176         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
19177         * modules/getdomainname (Files): Remove lib/getdomainname.h.
19178         (Depends-on): Add unistd, extensions.
19179         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19180         (Includes): Specify <unistd.h> instead of getdomainname.h.
19181         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
19182         HAVE_GETDOMAINNAME.
19183         * NEWS: Mention the change.
19184
19185 2008-10-18  Bruno Haible  <bruno@clisp.org>
19186
19187         * modules/dirent: New file.
19188         * m4/dirent_h.m4: New file.
19189         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
19190         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
19191         * modules/fchdir (Files): Remove lib/dirent.in.h.
19192         (Depends-on): Add dirent.
19193         (Makefile.am): Move rules to modules/dirent.
19194         * doc/posix-headers/dirent.texi: Mention the new module.
19195
19196 2008-10-18  Bruno Haible  <bruno@clisp.org>
19197
19198         Avoid -Wunused-parameter warnings in public gnulib header files.
19199         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
19200         macro.
19201         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
19202
19203 2008-10-18  Bruno Haible  <bruno@clisp.org>
19204
19205         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
19206         * doc/glibc-functions/error.texi: Mention the module 'error'.
19207         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
19208         * doc/glibc-functions/getdomainname.texi: Mention the module
19209         'getdomainname'.
19210         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
19211         * doc/glibc-functions/getpagesize.texi: Mention the module
19212         'getpagesize'.
19213         * doc/glibc-functions/getusershell.texi: Mention the module
19214         'getusershell'.
19215         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
19216         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
19217         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
19218         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
19219         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
19220         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
19221         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
19222         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
19223         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
19224         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
19225         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
19226         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
19227         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
19228         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
19229
19230 2008-10-17  Bruno Haible  <bruno@clisp.org>
19231
19232         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
19233         HP-UX and IRIX, use -0.0L.
19234         * tests/test-ceill.c (minus_zero): Likewise.
19235         * tests/test-floorl.c (minus_zero): Likewise.
19236         * tests/test-frexpl.c (minus_zero): Likewise.
19237         * tests/test-isnan.c (minus_zerol): Likewise.
19238         * tests/test-isnanl.h (minus_zero): Likewise.
19239         * tests/test-ldexpl.c (minus_zero): Likewise.
19240         * tests/test-roundl.c (minus_zero): Likewise.
19241         * tests/test-signbit.c (minus_zerol): Likewise.
19242         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
19243         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
19244         * tests/test-truncl.c (minus_zero): Likewise.
19245         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
19246         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
19247         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
19248         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19249
19250 2008-10-17  Bruno Haible  <bruno@clisp.org>
19251
19252         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
19253         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
19254         that it gets activated only for gcc >= 3.0.
19255         * lib/dirent.in.h: Likewise.
19256         * lib/errno.in.h: Likewise.
19257         * lib/fcntl.in.h: Likewise.
19258         * lib/float.in.h: Likewise.
19259         * lib/iconv.in.h: Likewise.
19260         * lib/inttypes.in.h: Likewise.
19261         * lib/locale.in.h: Likewise.
19262         * lib/math.in.h: Likewise.
19263         * lib/netdb.in.h: Likewise.
19264         * lib/netinet_in.in.h: Likewise.
19265         * lib/search.in.h: Likewise.
19266         * lib/signal.in.h: Likewise.
19267         * lib/spawn.in.h: Likewise.
19268         * lib/stdarg.in.h: Likewise.
19269         * lib/stdint.in.h: Likewise.
19270         * lib/stdio.in.h: Likewise.
19271         * lib/stdlib.in.h: Likewise.
19272         * lib/string.in.h: Likewise.
19273         * lib/strings.in.h: Likewise.
19274         * lib/sys_file.in.h: Likewise.
19275         * lib/sys_ioctl.in.h: Likewise.
19276         * lib/sys_select.in.h: Likewise.
19277         * lib/sys_socket.in.h: Likewise.
19278         * lib/sys_stat.in.h: Likewise.
19279         * lib/sys_time.in.h: Likewise.
19280         * lib/sysexits.in.h: Likewise.
19281         * lib/time.in.h: Likewise.
19282         * lib/unistd.in.h: Likewise.
19283         * lib/wchar.in.h: Likewise.
19284         * lib/wctype.in.h: Likewise.
19285         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19286
19287 2008-10-17  Jim Meyering  <meyering@redhat.com>
19288
19289         ignore-value: don't depend on inline module
19290         * modules/ignore-value (Depends-on): Remove 'inline'.
19291         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
19292         Suggestion from Bruno Haible.
19293
19294 2008-10-17  Bruno Haible  <bruno@clisp.org>
19295
19296         New implementation of condition variables for Win32.
19297         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
19298         (gl_linked_waitqueue_t): New type.
19299         (gl_cond_t): Use it.
19300         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
19301         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
19302         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
19303         (glthread_cond_init_func, glthread_cond_wait_func,
19304         glthread_cond_timedwait_func, glthread_cond_signal_func,
19305         glthread_cond_broadcast_func, glthread_cond_destroy_func):
19306         Reimplemented on the basis of gl_linked_waitqueue_t.
19307         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
19308         gl_waitqueue_t.
19309         (gl_rwlock_t): Update.
19310         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
19311
19312 2008-10-17  Simon Josefsson  <simon@josefsson.org>
19313
19314         * modules/recvfrom (Depends-on): Add dependency on getpeername.
19315         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19316
19317 2008-10-17  Jim Meyering  <meyering@redhat.com>
19318
19319         ignore-value: new module
19320         * modules/ignore-value: New file.
19321         * lib/ignore-value.h: New file.
19322         * MODULES.html.sh (Compiler warning management): New section,
19323         just for this module.  More to come.
19324
19325 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19326
19327         open-safer.c: avoid 'signed and unsigned in conditional...' warning
19328         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
19329         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
19330
19331 2008-10-16  Jim Meyering  <meyering@redhat.com>
19332
19333         openat-die.c: avoid 'no previous prototype' warning
19334         * lib/openat-die.c: Include "openat.h".
19335         Reported by Reuben Thomas <rrt@sc3d.org>.
19336
19337 2008-10-16  Simon Josefsson  <simon@josefsson.org>
19338
19339         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
19340         * lib/netdb.in.h: Fix typo.
19341         Reported by Bruno Haible  <bruno@clisp.org>
19342
19343         * lib/netdb.in.h: Include sys/socket.h for platforms without
19344         netdb.h, to get structures like hostent on MinGW.
19345         * modules/netdb (Depends-on): Add sys_socket.
19346
19347 2008-10-15  Simon Josefsson  <simon@josefsson.org>
19348
19349         * modules/netdb, modules/netdb-tests: New file.
19350         * m4/netdb_h.m4: New file.
19351         * lib/netdb.in.h: Add, currently just an empty file pending
19352         definitions.
19353         * tests/test-netdb.c: New file.
19354         * doc/posix-headers/netdb.texi: Mention that we replace it if
19355         needed.
19356         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19357         netdb.
19358
19359 2008-10-15  Simon Josefsson  <simon@josefsson.org>
19360
19361         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
19362         with code.
19363
19364 2008-10-13  Bruno Haible  <bruno@clisp.org>
19365
19366         * lib/glthread/cond.c (glthread_cond_wait_func,
19367         glthread_cond_timedwait_func): Add a comment.
19368
19369 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19370
19371         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
19372         * tests/test-select.c: Likewise,
19373
19374 2008-10-13  Bruno Haible  <bruno@clisp.org>
19375
19376         * lib/glthread/cond.c (glthread_cond_wait_func,
19377         glthread_cond_timedwait_func): Fix variable name.
19378         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19379
19380 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
19381
19382         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
19383         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
19384         struct sockaddr.sa_len.
19385         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
19386
19387 2008-10-13  Simon Josefsson  <simon@josefsson.org>
19388
19389         * build-aux/pmccabe2html: Add css and css_url parameters.
19390
19391 2008-10-12  Bruno Haible  <bruno@clisp.org>
19392
19393         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
19394         calling aclx_get.
19395         Reported by Rainer Tammer <tammer@tammer.net>.
19396
19397 2008-10-12  Bruno Haible  <bruno@clisp.org>
19398
19399         Use msvcrt aware primitives for creation/termination of Win32 threads.
19400         * lib/glthread/thread.c: Include <process.h>.
19401         (glthread_create_func): Use _beginthreadex instead of CreateThread.
19402         (wrapper_func): Update signature.
19403         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
19404
19405 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19406             Bruno Haible  <bruno@clisp.org>
19407
19408         Provide a Win32 implementation of the 'cond' module.
19409         * lib/glthread/cond.h [USE_WIN32]: New implementation.
19410         * lib/glthread/cond.c (glthread_cond_init_func,
19411         glthread_cond_wait_func, glthread_cond_timedwait_func,
19412         glthread_cond_signal_func, glthread_cond_broadcast_func,
19413         glthread_cond_destroy_func) [USE_WIN32]: New functions.
19414         * modules/cond (Dependencies): Add gettimeofday.
19415
19416 2008-10-11  Bruno Haible  <bruno@clisp.org>
19417
19418         Make sleep work on older versions of mingw.
19419         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
19420         only whether it exists.
19421         * doc/posix-functions/sleep.texi: Mention the problem with older
19422         versions of mingw.
19423
19424 2008-10-11  Bruno Haible  <bruno@clisp.org>
19425
19426         New module 'shutdown'.
19427         * modules/shutdown: New file.
19428         * lib/sys_socket.in.h (shutdown): New declaration.
19429         * lib/winsock.c (shutdown): New function.
19430         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
19431         GNULIB_SHUTDOWN.
19432         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
19433         * doc/posix-functions/shutdown.texi: Document the new module.
19434
19435 2008-10-11  Jim Meyering  <meyering@redhat.com>
19436
19437         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
19438
19439 2008-10-11  Bruno Haible  <bruno@clisp.org>
19440
19441         New module 'fclose'.
19442         * modules/fclose: New file.
19443         * lib/stdio.in.h (fclose): New declaration.
19444         * lib/fclose.c: New file.
19445         * m4/fclose.m4: New file.
19446         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
19447         REPLACE_FCLOSE.
19448         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
19449         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
19450         REPLACE_FCLOSE.
19451         * modules/close (Depends-on): fclose.
19452         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
19453
19454 2008-10-11  Bruno Haible  <bruno@clisp.org>
19455
19456         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
19457         set errno and don't call _close.
19458
19459 2008-10-10  Bruno Haible  <bruno@clisp.org>
19460
19461         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
19462         ACL, not afterwards. Fixes test failure on Cygwin.
19463
19464 2008-10-09  Ben Pfaff  <blp@gnu.org>
19465
19466         * build-aux/announce-gen: Fix gnulib version related part of usage
19467         message.  Die with a useful error message if no tarballs are
19468         found.
19469
19470 2008-10-10  Jim Meyering  <meyering@redhat.com>
19471
19472         bootstrap: use git's --depth=N option only if it's supported
19473         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
19474         recognize the --depth option.  Reported by Pádraig Brady.
19475
19476 2008-10-09  Bruno Haible  <bruno@clisp.org>
19477
19478         New module 'ioctl'.
19479         * modules/ioctl: New file.
19480         * lib/sys_socket.in.h (ioctl): Remove declaration.
19481         * lib/winsock.c: Include <sys/ioctl.h>.
19482         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
19483         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19484         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
19485         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
19486         * doc/posix-functions/ioctl.texi: Mention the new module.
19487
19488 2008-10-09  Bruno Haible  <bruno@clisp.org>
19489
19490         New module 'sys_ioctl'.
19491         * lib/sys_ioctl.in.h: New file.
19492         * m4/sys_ioctl_h.m4: New file.
19493         * modules/sys_ioctl: New file.
19494         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
19495
19496 2008-10-09  Bruno Haible  <bruno@clisp.org>
19497
19498         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
19499         * lib/winsock.c: Include <stdarg.h>.
19500         (rpl_ioctl): Change to second argument 'int' and then varargs.
19501
19502 2008-10-09  Bruno Haible  <bruno@clisp.org>
19503
19504         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
19505         when the sys_socket module is present and the system has <winsock2.h>.
19506
19507 2008-10-09  Bruno Haible  <bruno@clisp.org>
19508
19509         * doc/posix-functions/close.texi: Mention module 'close' instead of
19510         module 'sys_socket'.
19511
19512 2008-10-09  Bruno Haible  <bruno@clisp.org>
19513
19514         * doc/glibc-headers/sys_ioctl.texi: New file.
19515         * doc/gnulib.texi: Include it.
19516
19517 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19518             Bruno Haible  <bruno@clisp.org>
19519
19520         Combine the two replacements of 'close'.
19521         * lib/sys_socket.in.h (close): Define to a reminder to include
19522         <unistd.h>.
19523         (_gl_close_fd_maybe_socket): New declaration.
19524         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
19525         * lib/winsock.c (close): Remove undefinition.
19526         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
19527         needed for the gnulib module 'close'.
19528         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
19529         define to an error symbol or to a warning, if suitable.
19530         * lib/close.c: Include <sys/socket.h>.
19531         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
19532         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
19533         UNISTD_H_HAVE_WINSOCK2_H.
19534         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
19535         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19536         UNISTD_H_HAVE_WINSOCK2_H.
19537         * modules/sys_socket (Files): Add m4/unistd_h.m4.
19538         (configure.ac): Set a module indicator.
19539         (Makefile.am): Substitute GNULIB_CLOSE.
19540         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
19541         * modules/poll-tests (Depends-on): Add close.
19542         * modules/select-tests (Depends-on): Likewise.
19543
19544 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19545             Bruno Haible  <bruno@clisp.org>
19546
19547         New module 'close'.
19548         * modules/close: New file.
19549         * lib/unistd.in.h (close): Move declaration out of the
19550         FCHDIR_REPLACEMENT scope.
19551         (_gl_unregister_fd): New declaration.
19552         * lib/close.c: New file.
19553         * lib/fchdir.c (rpl_close): Remove function.
19554         * m4/close.m4: New file.
19555         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
19556         close.
19557         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
19558         REPLACE_CLOSE.
19559         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
19560         REPLACE_CLOSE.
19561         * modules/fchdir (Depends-on): Add close.
19562
19563 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19564             Bruno Haible  <bruno@clisp.org>
19565
19566         * lib/fcntl.in.h (open): Simplify conditionals.
19567         (_gl_register_fd): New declaration.
19568         * lib/fchdir.c (rpl_open): Remove function.
19569         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
19570         also.
19571         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
19572         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
19573         open.
19574
19575 2008-10-09  Jim Meyering  <meyering@redhat.com>
19576
19577         GNUmakefile: use the more name-space-friendly "_version"
19578         * top/GNUmakefile (_dummy): Update.
19579         (_version): Rename from "version".
19580
19581 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19582             Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
19585         rpl_close.
19586         (_gl_register_fd): New function, extracted from rpl_open.
19587         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
19588         (rpl_open, rpl_opendir): Use _gl_register_fd.
19589
19590 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
19591
19592         Fix organization of 'open' replacement.
19593         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
19594         (gl_FUNC_OPEN): Use it.
19595         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
19596
19597 2008-10-08  Bruno Haible  <bruno@clisp.org>
19598
19599         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
19600
19601 2008-10-08  Simon Josefsson  <simon@josefsson.org>
19602
19603         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
19604         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
19605         listen).
19606
19607 2008-10-08  Eric Blake  <ebb9@byu.net>
19608
19609         GNUmakefile: add 'make version' target
19610         * top/GNUmakefile (_curr-ver): Split version update rules...
19611         (version): ...into a target.
19612
19613 2008-10-07  Bruno Haible  <bruno@clisp.org>
19614
19615         Use a more portable replacement expression for -0.0L.
19616         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
19617         instead of -0.0L. Fix m4 quotation.
19618
19619         * tests/test-signbit.c: Include <float.h>.
19620         (minus_zero): New variable.
19621         (test_signbitl): Use minus_zero instead of -zero.
19622         * modules/signbit-tests (Depends-on): Add float.
19623
19624         * tests/test-ceill.c: Include <float.h>.
19625         (zero): Remove variable.
19626         (minus_zero): New variable.
19627         (main): Use minus_zero instead of -zero.
19628         * modules/ceill-tests (Depends-on): Add float.
19629
19630         * tests/test-floorl.c: Include <float.h>.
19631         (zero): Remove variable.
19632         (minus_zero): New variable.
19633         (main): Use minus_zero instead of -zero.
19634         * modules/floorl-tests (Depends-on): Add float.
19635
19636         * tests/test-roundl.c: Include <float.h>.
19637         (zero): Remove variable.
19638         (minus_zero): New variable.
19639         (main): Use minus_zero instead of -zero.
19640         * modules/roundl-tests (Depends-on): Add float.
19641
19642         * tests/test-truncl.c: Include <float.h>.
19643         (zero): Remove variable.
19644         (minus_zero): New variable.
19645         (main): Use minus_zero instead of -zero.
19646         * modules/truncl-tests (Depends-on): Add float.
19647
19648         * tests/test-frexpl.c (zero): Remove variable.
19649         (minus_zero): New variable.
19650         (main): Use minus_zero instead of -zero.
19651         * modules/frexpl-tests (Depends-on): Add float.
19652
19653         * tests/test-isnan.c (zerol): Remove variable.
19654         (minus_zerol): New variable.
19655         (test_long_double): Use minus_zerol instead of -zerol.
19656         * modules/isnan-tests (Depends-on): Add float.
19657
19658         * tests/test-isnanl.h (zero): Remove variable.
19659         (minus_zero): New variable.
19660         (main): Use minus_zero instead of -zero.
19661         * modules/isnanl-nolibm-tests (Depends-on): Add float.
19662         * modules/isnanl-tests (Depends-on): Add float.
19663
19664         * tests/test-ldexpl.c (zero): Remove variable.
19665         (minus_zero): New variable.
19666         (main): Use minus_zero instead of -zero.
19667         * modules/ldexpl-tests (Depends-on): Add float.
19668
19669         * tests/test-snprintf-posix.h (zerol): Remove variable.
19670         (minus_zerol): New variable.
19671         (test_function): Use minus_zerol instead of -zerol.
19672         * modules/snprintf-posix-tests (Depends-on): Add float.
19673         * modules/vsnprintf-posix-tests (Depends-on): Add float.
19674
19675         * tests/test-sprintf-posix.h (zerol): Remove variable.
19676         (minus_zerol): New variable.
19677         (test_function): Use minus_zerol instead of -zerol.
19678         * modules/sprintf-posix-tests (Depends-on): Add float.
19679         * modules/vsprintf-posix-tests (Depends-on): Add float.
19680
19681         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
19682         (minus_zerol): New variable.
19683         (test_function): Use minus_zerol instead of -zerol.
19684         * modules/vasnprintf-posix-tests (Depends-on): Add float.
19685
19686         * tests/test-vasprintf-posix.c (zerol): Remove variable.
19687         (minus_zerol): New variable.
19688         (test_function): Use minus_zerol instead of -zerol.
19689         * modules/vasprintf-posix-tests (Depends-on): Add float.
19690
19691 2008-10-07  Simon Josefsson  <simon@josefsson.org>
19692
19693         * MODULES.html.sh (Support for building documentation): Mention
19694         pmccabe2html.  Sort entries.
19695
19696         Add pmccabe2html module, from gnupdf.
19697         * build-aux/pmccabe.css: New file.
19698         * build-aux/pmccabe2html: New file.
19699         * m4/pmccabe2html.m4: New file.
19700         * modules/pmccabe2html: New file.
19701
19702 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
19703
19704         flock: new module
19705         * MODULES.html.sh: Add to list of modules.
19706         * lib/flock.c: flock implementation for Windows and Unix systems
19707         which have fcntl.
19708         * doc/glibc-functions/flock.texi: Update documentation.
19709         * lib/sys_file.in.h: <sys/file.h> header file.
19710         * m4/flock.m4: M4 macros.
19711         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
19712         * modules/flock: flock module.
19713         * modules/flock-tests: flock tests module.
19714         * modules/sys_file: sys/file.h module.
19715         * tests/test-flock.c: test suite for flock.
19716
19717 2008-10-06  Jim Meyering  <meyering@redhat.com>
19718
19719         bootstrap: check for LT_INIT more portably still ;-)
19720         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
19721         Spotted by Bruno Haible.
19722
19723 2008-10-06  Eric Blake  <ebb9@byu.net>
19724
19725         test-signbit: avoid tripping Irix cc bug on -0.0L
19726         * tests/test-signbit.c (minus_zerol): Delete, and replace with
19727         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
19728         entire testsuite consistent and avoids an Irix 6.2 bug.
19729
19730 2008-10-05  Bruno Haible  <bruno@clisp.org>
19731             Jim Meyering  <jim@meyering.net>
19732
19733         Add an option for ignoring EPIPE during close_stdout.
19734         * lib/closeout.h: Include <stdbool.h>.
19735         (close_stdout_set_ignore_EPIPE): New declaration.
19736         * lib/closeout.c: Include <stdbool.h>.
19737         (ignore_EPIPE): New variable.
19738         (close_stdout_set_ignore_EPIPE): New function.
19739         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
19740         * lib/close-stream.c (close_stream): Mention the possible EPIPE
19741         failure.
19742         * modules/closeout (Depends-on): Add stdbool.
19743
19744 2008-10-05  Bruno Haible  <bruno@clisp.org>
19745
19746         * modules/accept: New file.
19747         * modules/bind: New file.
19748         * modules/connect: New file.
19749         * modules/getpeername: New file.
19750         * modules/getsockname: New file.
19751         * modules/getsockopt: New file.
19752         * modules/listen: New file.
19753         * modules/recv: New file.
19754         * modules/recvfrom: New file.
19755         * modules/send: New file.
19756         * modules/sendto: New file.
19757         * modules/setsockopt: New file.
19758         * modules/socket: New file.
19759         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
19760         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
19761         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
19762         the particular module is requested. Add a link warning when the
19763         particular module is not requested.
19764         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
19765         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
19766         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
19767         the particular module is requested.
19768         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
19769         gl_SYS_SOCKET_H_DEFAULTS): New macros.
19770         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
19771         * modules/sys_socket (Depends-on): Add link-warning.
19772         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
19773         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
19774         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
19775         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
19776         GL_LINK_WARNING.
19777         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
19778         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
19779         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
19780         * doc/posix-functions/getpeername.texi: Mention the new module
19781         'getpeername'.
19782         * doc/posix-functions/getsockname.texi: Mention the new module
19783         'getsockname'.
19784         * doc/posix-functions/getsockopt.texi: Mention the new module
19785         'getsockopt'.
19786         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
19787         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
19788         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
19789         * doc/posix-functions/send.texi: Mention the new module 'send'.
19790         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
19791         * doc/posix-functions/setsockopt.texi: Mention the new module
19792         'setsockopt'.
19793         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
19794         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
19795         listen, connect, accept.
19796         * modules/select-tests (Depends-on): Likewise.
19797
19798 2008-10-05  Bruno Haible  <bruno@clisp.org>
19799
19800         * lib/winsock.c (strerror): Remove unused #undef.
19801         (rpl_close): Remove unused local variable.
19802
19803         * modules/sys_socket (Depends-on); Add errno.
19804
19805 2008-10-05  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
19808         (select): Add a link warning when the 'select' module is not used.
19809         * modules/sys_select (Depends-on): Add link-warning.
19810         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
19811         Suggested by Paolo Bonzini.
19812
19813 2008-10-05  Jim Meyering  <meyering@redhat.com>
19814
19815         bootstrap: check for LT_INIT more portably
19816         * build-aux/bootstrap: Avoid using grep -E, since it's not
19817         portable enough.  Suggestion from Bruno Haible.
19818
19819 2008-10-05  Bruno Haible  <bruno@clisp.org>
19820
19821         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
19822         as being fixed by gnulib.
19823
19824 2008-10-05  Bruno Haible  <bruno@clisp.org>
19825
19826         * modules/select-tests: New file, mostly copied from
19827         modules/sys_select-tests.
19828         * tests/test-select.c: New file, mostly copied from
19829         tests/test-sys_select.c.
19830         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
19831         * modules/sys_select-tests (Depends-on): Remove all dependencies.
19832         (Makefile.am): Remove test_sys_select_LDADD.
19833
19834         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
19835         to an undefined symbol, for an error message.
19836         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
19837         (gl_SYS_SELECT_H_DEFAULTS): New macro.
19838         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
19839         winsock-select.c here.
19840         * modules/sys_select (Files): Remove lib/winsock-select.c.
19841         (Depends-on): Remove alloca.
19842         (Makefile.am): Substitute GNULIB_SELECT.
19843         * modules/select: New file.
19844         * doc/posix-functions/select.texi: Update.
19845
19846 2008-10-05  Bruno Haible  <bruno@clisp.org>
19847
19848         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
19849         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
19850         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
19851         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
19852         getdtablesize.
19853         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
19854         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
19855
19856 2008-10-05  Bruno Haible  <bruno@clisp.org>
19857
19858         * modules/getdtablesize-tests: New file.
19859         * tests/test-getdtablesize.c: New file.
19860
19861         New module 'getdtablesize'.
19862         * lib/unistd.in.h (getdtablesize): New declaration.
19863         * lib/getdtablesize.c: New file.
19864         * m4/getdtablesize.m4: New file.
19865         * modules/getdtablesize: New file.
19866         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19867         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
19868         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
19869         HAVE_GETDTABLESIZE.
19870         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
19871
19872 2008-10-05  Bruno Haible  <bruno@clisp.org>
19873
19874         * modules/sched (Makefile.am): Fix typo.
19875         Reported by Simon Josefsson.
19876
19877 2008-10-05  Jim Meyering  <meyering@redhat.com>
19878
19879         bootstrap: check for LT_INIT, too
19880         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
19881         are deprecated.  Suggestion from Ralf Wildenhues.
19882
19883 2008-10-05  Bruno Haible  <bruno@clisp.org>
19884
19885         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
19886         overriding them by ours.
19887         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
19888
19889 2008-10-05  Jim Meyering  <meyering@redhat.com>
19890
19891         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
19892         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
19893         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
19894
19895 2008-10-04  Bruno Haible  <bruno@clisp.org>
19896
19897         * modules/dup2 (License): Change to LGPLv2+.
19898         * modules/sleep (License): Likewise.
19899         * modules/perror (License): Likewise.
19900         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
19901         Blake.
19902         * modules/signal (License): Likewise.
19903         * modules/sigprocmask (License): Likewise.
19904         * modules/raise (License): Change to LGPLv2+, with approval by Jim
19905         Meyering.
19906
19907 2008-10-04  Bruno Haible  <bruno@clisp.org>
19908
19909         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
19910         Reported by Rainer Tammer <tammer@tammer.net>.
19911
19912 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
19913             Bruno Haible  <bruno@clisp.org>
19914
19915         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
19916         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
19917         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
19918
19919 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
19920
19921         filevercmp: new module
19922         * lib/filevercmp.h: New function filevercmp comparing version strings.
19923         * lib/filevercmp.c: Implementation of filevercmp function.
19924         * modules/filevercmp: Module metadata.
19925         * tests/test-filevercmp.c: Unit test for new module.
19926         * modules/filevercmp-tests: Unit test metadata.
19927         * MODULES.html.sh: Add filevercmp module.
19928
19929 2008-10-03  Bruno Haible  <bruno@clisp.org>
19930
19931         * lib/c-ctype.h: Add comment.
19932         Reported by Jim Meyering.
19933
19934 2008-10-02  Bruno Haible  <bruno@clisp.org>
19935
19936         * modules/posix_spawn-internal (Depends-on): Add 'open'.
19937
19938 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19939
19940         * build-aux/bootstrap: Allow renaming bootstrap, and change the
19941         name of bootstrap.conf accordingly.
19942
19943 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19944
19945         * build-aux/bootstrap: Install git-merge-changelog configuration
19946         items into .gitconfig if needed.
19947
19948 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19949
19950         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
19951         git repository, and initialize/update it accordingly.
19952
19953 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
19954
19955         * modules/fsync-tests: New file.
19956         * tests/test-fsync.c: New file.
19957
19958         New module 'fsync'.
19959         * lib/fsync.c: New file.
19960         * m4/fsync.m4: New file.
19961         * modules/fsync: New file.
19962         * lib/unistd.in.h (fsync): New declaration.
19963         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
19964         GNULIB_FSYNC and HAVE_FSYNC.
19965         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
19966         * MODULES.html.sh (posix_functions): Add fsync.
19967         * doc/posix-functions/fsync.texi: Mention the new module.
19968
19969 2008-10-02  Jim Meyering  <meyering@redhat.com>
19970
19971         fts.c: sync with similar code from coreutils' remove.c
19972         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
19973         Guard also with "#if defined __linux__", since for now at least,
19974         this code is Linux-kernel-specific.
19975
19976 2008-10-02  Jim Meyering  <meyering@redhat.com>
19977
19978         fts: bug fixes
19979         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
19980         Include <sys/vfs.h>, not <sys/statfs.h>.
19981
19982         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
19983         Include <sys/vfs.h>, not <sys/statfs.h>.
19984
19985 2008-10-01  Bruno Haible  <bruno@clisp.org>
19986
19987         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
19988         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
19989         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
19990         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
19991         * doc/posix-functions/posix_spawnp.texi: Likewise.
19992         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
19993         whether posix_spawn actually works.
19994         * m4/pipe.m4 (gl_PIPE): Likewise.
19995         * modules/execute (Files): Add m4/posix_spawn.m4.
19996         * modules/pipe (Files): Add m4/posix_spawn.m4.
19997         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
19998
19999 2008-10-01  Jim Meyering  <meyering@redhat.com>
20000
20001         remove trailing spaces
20002         * NEWS: Likewise.
20003         * lib/poll.c (poll): Likewise.
20004         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
20005         * lib/winsock.c (rpl_close): Likewise.
20006         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
20007         * modules/yield: Likewise.
20008         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
20009         * tests/test-sys_select.c (connect_to_socket): Likewise.
20010
20011         fts.c: adjust a new interface to be more generally useful
20012         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
20013         (fts_build): Adjust caller.
20014
20015 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20016
20017         * modules/cond-tests: New file.
20018         * tests/test-cond.c: New file.
20019
20020 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20021             Bruno Haible  <bruno@clisp.org>
20022
20023         * modules/cond (Dependencies): Add errno, time.
20024         * lib/glthread/cond.h: Include <time.h>.
20025         (gl_cond_define, gl_cond_define_initialized): Use the same definition
20026         across platforms.
20027
20028 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20029             Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
20032
20033 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20034             Bruno Haible  <bruno@clisp.org>
20035
20036         * modules/tls-tests (Depends-on): Add thread, yield.
20037         (configure.ac): Remove all checks.
20038         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
20039         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
20040         gl_thread_self): Remove definitions. Include glthread/thread.h and
20041         glthread/yield.h instead.
20042         (test_tls): Pass an additional NULL argument to gl_thread_join.
20043
20044 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20045             Bruno Haible  <bruno@clisp.org>
20046
20047         * modules/lock-tests (Depends-on): Add thread, yield.
20048         (configure.ac): Remove all checks.
20049         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
20050         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
20051         gl_thread_self): Remove definitions. Include glthread/thread.h and
20052         glthread/yield.h instead.
20053         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
20054         additional NULL argument to gl_thread_join.
20055
20056 2008-09-30  Bruno Haible  <bruno@clisp.org>
20057
20058         Fix the Win32 implementation of the 'thread' module.
20059         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
20060         pointer type.
20061         (gl_thread_self): Invoke gl_thread_self_func.
20062         (gl_thread_self_func): New declaration.
20063         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
20064         (do_init_self_key, init_self_key): New functions.
20065         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
20066         Remove some fields.
20067         (running_threads, running_lock): Remove variables.
20068         (get_current_thread_handle): New function.
20069         (gl_thread_self_func, wrapper_func, glthread_create_func,
20070         glthread_join_func, gl_thread_exit_func): Largely rewritten and
20071         simplified.
20072
20073 2008-09-30  Bruno Haible  <bruno@clisp.org>
20074
20075         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
20076         files.
20077
20078 2008-09-30  Jim Meyering  <meyering@redhat.com>
20079
20080         fts.m4: correct the test for statfs.f_type
20081         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
20082         when checking for statfs.f_type.
20083
20084 2008-09-15  Simon Josefsson  <simon@josefsson.org>
20085
20086         tests: avoid some compiler warnings
20087         * tests/test-memchr.c (main): Pass NULL indirectly.
20088         * tests/test-getdate.c (main): Remove unused variable 'ret'.
20089
20090 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
20091
20092         getdate.y: disallow countable dayshifts like "4 yesterday ago"
20093         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
20094         exactly specified dayshifts.
20095         (dayshift): New rule.
20096         (rel): Add dayshift.
20097         (relative_time_table) [tomorrow, yesterday, today, now]:
20098         Use tDAY_SHIFT in place of tDAY_UNIT.
20099         * tests/test-getdate.c: Add tests for now-disallowed countable
20100         dayshifts, e.g., "4 yesterday ago".
20101
20102 2008-09-29  Bruno Haible  <bruno@clisp.org>
20103
20104         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
20105         * tests/test-posix_spawn1.in.sh: Renamed from
20106         tests/test-posix_spawn.in.sh.
20107         * tests/test-posix_spawn2.c: New file.
20108         * tests/test-posix_spawn2.in.sh: New file.
20109         * modules/posix_spawnp-tests (Files): Update.
20110         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
20111
20112 2008-09-29  Bruno Haible  <bruno@clisp.org>
20113
20114         Propagate effects of putenv/setenv/unsetenv to child processes.
20115         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
20116         * lib/pipe.c (create_pipe): Likewise.
20117
20118 2008-09-29  Bruno Haible  <bruno@clisp.org>
20119
20120         Enable use of shell scripts as executables in mingw.
20121         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
20122         run the program as a shell script.
20123         * lib/pipe.c (create_pipe): Likewise.
20124         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
20125         resulting array.
20126
20127 2008-09-29  Eric Blake  <ebb9@byu.net>
20128
20129         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
20130
20131 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
20132
20133         * doc/posix-functions/accept.texi: Update mingw problems.
20134         * doc/posix-functions/bind.texi: Update mingw problems.
20135         * doc/posix-functions/close.texi: Update mingw problems.
20136         * doc/posix-functions/connect.texi: Update mingw problems.
20137         * doc/posix-functions/getpeername.texi: Update mingw problems.
20138         * doc/posix-functions/getsockname.texi: Update mingw problems.
20139         * doc/posix-functions/getsockopt.texi: Update mingw problems.
20140         * doc/posix-functions/ioctl.texi: Update mingw problems.
20141         * doc/posix-functions/listen.texi: Update mingw problems.
20142         * doc/posix-functions/recv.texi: Update mingw problems.
20143         * doc/posix-functions/recvfrom.texi: Update mingw problems.
20144         * doc/posix-functions/select.texi: Update mingw problems.
20145         * doc/posix-functions/send.texi: Update mingw problems.
20146         * doc/posix-functions/sendto.texi: Update mingw problems.
20147         * doc/posix-functions/setsockopt.texi: Update mingw problems.
20148         * doc/posix-functions/socket.texi: Update mingw problems.
20149
20150 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
20151             Bruno Haible  <bruno@clisp.org>
20152
20153         * lib/sys_select.in.h: Include sys/time.h.
20154         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
20155         * modules/sys_select: Depend on sys_time.
20156         * tests/test-sys_select.c: Test that sys/select.h defines struct
20157         timeval fully.
20158
20159 2008-09-29  Bruno Haible  <bruno@clisp.org>
20160
20161         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
20162         * lib/sys_select.in.h: Likewise.
20163
20164 2008-09-29  Bruno Haible  <bruno@clisp.org>
20165
20166         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
20167
20168 2008-09-29  Bruno Haible  <bruno@clisp.org>
20169
20170         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
20171         Set LIBSOCKET instead of augmenting LIBS.
20172         * modules/sockets (Link): New section.
20173         * modules/sockets-tests (test_sockets_LDADD): New variable.
20174         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
20175         * modules/poll-tests (test_poll_LDADD): New variable.
20176         * NEWS: Document the change.
20177
20178 2008-09-29  Bruno Haible  <bruno@clisp.org>
20179
20180         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
20181         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
20182         ARPA_INET_H directly.
20183         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20184
20185 2008-09-28  Bruno Haible  <bruno@clisp.org>
20186
20187         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
20188         from gl_HEADER_SYS_SOCKET.
20189         (gl_HEADER_SYS_SOCKET): Invoke it.
20190         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20191
20192 2008-09-28  Bruno Haible  <bruno@clisp.org>
20193
20194         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
20195         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
20196         Needed on OSF/1 4.0.
20197
20198 2008-09-28  Bruno Haible  <bruno@clisp.org>
20199
20200         Override open more carefully.
20201         * lib/open.c (orig_open): New function.
20202         (rpl_open): Use orig_open instead of open.
20203         * lib/fcntl.in.h: Add special invocation convention.
20204         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
20205         (gl_FUNC_OPEN): Invoke it.
20206
20207         Override freopen more carefully.
20208         * lib/freopen.c (orig_freopen): New function.
20209         (rpl_freopen): Use orig_freopen instead of freopen.
20210         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
20211         (gl_FUNC_FREOPEN): Invoke it.
20212
20213         Override fopen more carefully.
20214         * lib/fopen.c (orig_fopen): New function.
20215         (rpl_fopen): Use orig_fopen instead of fopen.
20216         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
20217         (gl_FUNC_FOPEN): Invoke it.
20218         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
20219
20220 2008-09-28  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
20223         SIGPIPE.
20224
20225 2008-09-28  Bruno Haible  <bruno@clisp.org>
20226
20227         * tests/test-sigaction.c (handler, main): Disable the check whether
20228         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
20229         glibc systems with LinuxThreads.
20230
20231 2008-09-28  Bruno Haible  <bruno@clisp.org>
20232
20233         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
20234
20235         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
20236         with AIX xlc.
20237         * lib/fcntl.in.h (open): Likewise.
20238         Reported by Rainer Tammer <tammer@tammer.net>.
20239
20240 2008-09-28  Bruno Haible  <bruno@clisp.org>
20241
20242         * modules/posix_spawnp-tests: New file.
20243         * tests/test-posix_spawn.c: New file.
20244         * tests/test-posix_spawn.in.sh: New file.
20245
20246         New module 'posix_spawnp'.
20247         * modules/posix_spawnp: New file.
20248         * lib/spawnp.c: New file, from GNU libc with modifications.
20249         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
20250
20251         New module 'posix_spawn'.
20252         * modules/posix_spawn: New file.
20253         * lib/spawn.c: New file, from GNU libc with modifications.
20254         * doc/posix-functions/posix_spawn.texi: Mention the new module.
20255
20256         New module 'posix_spawnattr_destroy'.
20257         * modules/posix_spawnattr_destroy: New file.
20258         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
20259         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
20260         module.
20261
20262         New module 'posix_spawnattr_setsigmask'.
20263         * modules/posix_spawnattr_setsigmask: New file.
20264         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
20265         modifications.
20266         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
20267         new module.
20268
20269         New module 'posix_spawnattr_getsigmask'.
20270         * modules/posix_spawnattr_getsigmask: New file.
20271         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
20272         modifications.
20273         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
20274         new module.
20275
20276         New module 'posix_spawnattr_setsigdefault'.
20277         * modules/posix_spawnattr_setsigdefault: New file.
20278         * lib/spawnattr_setdefault.c: New file, from GNU libc with
20279         modifications.
20280         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
20281         new module.
20282
20283         New module 'posix_spawnattr_getsigdefault'.
20284         * modules/posix_spawnattr_getsigdefault: New file.
20285         * lib/spawnattr_getdefault.c: New file, from GNU libc with
20286         modifications.
20287         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
20288         new module.
20289
20290         New module 'posix_spawnattr_setschedpolicy'.
20291         * modules/posix_spawnattr_setschedpolicy: New file.
20292         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
20293         modifications.
20294         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
20295         new module.
20296
20297         New module 'posix_spawnattr_getschedpolicy'.
20298         * modules/posix_spawnattr_getschedpolicy: New file.
20299         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
20300         modifications.
20301         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
20302         new module.
20303
20304         New module 'posix_spawnattr_setschedparam'.
20305         * modules/posix_spawnattr_setschedparam: New file.
20306         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
20307         modifications.
20308         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
20309         new module.
20310
20311         New module 'posix_spawnattr_getschedparam'.
20312         * modules/posix_spawnattr_getschedparam: New file.
20313         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
20314         modifications.
20315         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
20316         new module.
20317
20318         New module 'posix_spawnattr_setpgroup'.
20319         * modules/posix_spawnattr_setpgroup: New file.
20320         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
20321         modifications.
20322         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
20323         module.
20324
20325         New module 'posix_spawnattr_getpgroup'.
20326         * modules/posix_spawnattr_getpgroup: New file.
20327         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
20328         modifications.
20329         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
20330         module.
20331
20332         New module 'posix_spawnattr_setflags'.
20333         * modules/posix_spawnattr_setflags: New file.
20334         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
20335         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
20336         module.
20337
20338         New module 'posix_spawnattr_getflags'.
20339         * modules/posix_spawnattr_getflags: New file.
20340         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
20341         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
20342         module.
20343
20344         New module 'posix_spawnattr_init'.
20345         * modules/posix_spawnattr_init: New file.
20346         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
20347         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
20348         module.
20349
20350         New module 'posix_spawn_file_actions_destroy'.
20351         * modules/posix_spawn_file_actions_destroy: New file.
20352         * lib/spawn_faction_destroy.c: New file, from GNU libc with
20353         modifications.
20354         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
20355         the new module.
20356
20357         New module 'posix_spawn_file_actions_addopen'.
20358         * modules/posix_spawn_file_actions_addopen: New file.
20359         * lib/spawn_faction_addopen.c: New file, from GNU libc with
20360         modifications.
20361         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
20362         the new module.
20363
20364         New module 'posix_spawn_file_actions_adddup2'.
20365         * modules/posix_spawn_file_actions_adddup2: New file.
20366         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
20367         modifications.
20368         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
20369         the new module.
20370
20371         New module 'posix_spawn_file_actions_addclose'.
20372         * modules/posix_spawn_file_actions_addclose: New file.
20373         * lib/spawn_faction_addclose.c: New file, from GNU libc with
20374         modifications.
20375         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
20376         the new module.
20377
20378         New module 'posix_spawn_file_actions_init'.
20379         * modules/posix_spawn_file_actions_init: New file.
20380         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
20381         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
20382         new module.
20383
20384         New module 'posix_spawn-internal'.
20385         * modules/posix_spawn-internal: New file.
20386         * lib/spawn_int.h: New file, from GNU libc with modifications.
20387         * lib/spawni.c: New file, from GNU libc with modifications.
20388         * m4/posix_spawn.m4: New file.
20389
20390         New module 'spawn'.
20391         * modules/spawn: New file.
20392         * lib/spawn.in.h: New file, from GNU libc with modifications.
20393         * m4/spawn_h.m4: New file.
20394         * doc/posix-headers/spawn.texi: Mention the new module.
20395
20396 2008-09-28  Bruno Haible  <bruno@clisp.org>
20397
20398         * modules/sched-tests: New file.
20399         * tests/test-sched.c: New file.
20400
20401         New module 'sched'.
20402         * modules/sched: New file.
20403         * lib/sched.in.h: New file.
20404         * m4/sched_h.m4: New file.
20405         * doc/posix-headers/sched.texi: Mention the new module.
20406
20407 2008-09-27  Eric Blake  <ebb9@byu.net>
20408
20409         Fix previous patch, and tweak references to $0.
20410         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
20411         (func_version, func_gnulib_dir): Don't call this program
20412         gnulib-tool.
20413         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
20414         with using $0 in function.
20415         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
20416         (func_fatal_error): Reuse the name the user invoked us with.
20417
20418 2008-09-27  Bruno Haible  <bruno@clisp.org>
20419
20420         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
20421         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
20422         (gl_ICONV_H): Not here.
20423         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
20424         instead of assigning ICONV_H directly.
20425
20426         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
20427         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
20428         WCHAR_H directly.
20429
20430 2008-09-27  Bruno Haible  <bruno@clisp.org>
20431
20432         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
20433         * modules/arpa_inet (Depends-on): Add link-warning.
20434         (Makefile.am): Insert the definition of GL_LINK-WARNING.
20435         * modules/unistd (Makefile.am): Likewise.
20436
20437 2008-09-26  Bruno Haible  <bruno@clisp.org>
20438
20439         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
20440         variables.
20441         (func_version): Essentially copied from gnulib-tool.
20442         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
20443         func_readlink): Copied from gnulib-tool.
20444
20445 2008-09-26  Bruno Haible  <bruno@clisp.org>
20446
20447         * gnulib-tool (func_version): Change directory to $gnulib_dir before
20448         invoking git-version-gen.
20449
20450 2008-09-26  Bruno Haible  <bruno@clisp.org>
20451
20452         * posix-modules: Update to directory names changed on 2008-01-19.
20453         Remove commas in output before splitting into words. No more need to
20454         avoid 'ftruncate' since 2007-02-19.
20455
20456 2008-09-26  Bruno Haible  <bruno@clisp.org>
20457
20458         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
20459
20460 2008-09-26  Bruno Haible  <bruno@clisp.org>
20461
20462         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
20463         * modules/fwriteerror (Depends-on): Add errno.
20464
20465 2008-09-26  Bruno Haible  <bruno@clisp.org>
20466
20467         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
20468         * tests/test-vc-list-files-cvs.sh: Likewise.
20469
20470 2008-09-26  Bruno Haible  <bruno@clisp.org>
20471
20472         * doc/posix-headers/sys_resource.texi: Reorder items.
20473
20474 2008-09-26  Jim Meyering  <meyering@redhat.com>
20475
20476         fts: tweak inode comparison function
20477         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
20478         inode numbers, as documented.
20479
20480         fts: sort dirent entries on inode number before traversing
20481         This avoids a quadratic, seek-related performance penalty when
20482         operating on a directory containing many entries (measurable at 10k;
20483         3.5 hours at 2 million entries with a cold cache) on certain types
20484         of file systems, including ext3 and ext4, but not tmpfs.
20485         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
20486         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
20487         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
20488         (fs_handles_readdir_ordered_dirents_efficiently): New function.
20489         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
20490         (fts_build): Set the stat.st_ino member from D_INO.
20491         If it is likely to be useful, sort dirent entries on inode number.
20492
20493         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
20494         and the struct statfs.f_type member.
20495         * modules/fts (Depends-on): Add d-ino.
20496
20497 2008-09-26  Bruno Haible  <bruno@clisp.org>
20498
20499         * modules/sigpipe-die (Depends-on): Add sigpipe.
20500
20501         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
20502         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
20503         and GNULIB_STDIO_H_SIGPIPE are set.
20504         * lib/stdio-write.c: New file.
20505         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
20506         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
20507         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
20508         REPLACE_STDIO_WRITE_FUNCS.
20509         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
20510         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
20511         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
20512         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
20513         * modules/stdio (Files): Add lib/stdio-write.c.
20514         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
20515         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
20516         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
20517         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
20518         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
20519         REPLACE_FPRINTF_POSIX.
20520         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
20521         REPLACE_PRINTF_POSIX.
20522         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
20523         REPLACE_VFPRINTF_POSIX.
20524         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
20525         REPLACE_VPRINTF_POSIX.
20526         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
20527         SIGPIPE issue.
20528         * doc/posix-functions/fputc.texi: Likewise.
20529         * doc/posix-functions/fputs.texi: Likewise.
20530         * doc/posix-functions/fwrite.texi: Likewise.
20531         * doc/posix-functions/printf.texi: Likewise.
20532         * doc/posix-functions/putc.texi: Likewise.
20533         * doc/posix-functions/putchar.texi: Likewise.
20534         * doc/posix-functions/puts.texi: Likewise.
20535         * doc/posix-functions/vfprintf.texi: Likewise.
20536         * doc/posix-functions/vprintf.texi: Likewise.
20537
20538         * modules/safe-write (Depends-on): Add write.
20539
20540         * modules/sigpipe-tests: New file.
20541         * tests/test-sigpipe.c: New file.
20542         * tests/test-sigpipe.sh: New file.
20543
20544         * modules/write: New file.
20545         * lib/unistd.in.h: Include <sys/types.h>.
20546         (write): New declaration.
20547         * lib/write.c: New file.
20548         * m4/write.m4: New file.
20549         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20550         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
20551         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
20552         GNULIB_WRITE, REPLACE_WRITE.
20553         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
20554         and the SIGPIPE issue.
20555
20556         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
20557         (raise): New declaration.
20558         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
20559         (ext_signal): New function.
20560         (rpl_raise): New function.
20561         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
20562         GNULIB_SIGNAL_H_SIGPIPE.
20563         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
20564         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
20565
20566         * modules/sigpipe: New file.
20567         * m4/sigpipe.m4: New file.
20568
20569 2008-09-25  Derek Price  <derek@ximbiot.com>
20570             Bruno Haible  <bruno@clisp.org>
20571
20572         * gnulib-tool (func_import): Report all license incompatibilities, not
20573         just the first one.
20574
20575 2008-09-25  Bruno Haible  <bruno@clisp.org>
20576
20577         * gnulib-tool (func_import): When computing the edits, consider not
20578         only the Makefile.ams that exist but also those that will be generated.
20579
20580 2008-09-25  Simon Josefsson  <simon@josefsson.org>
20581
20582         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
20583         fixes gnulib-tool --test warning about duplicate dependency.
20584
20585 2008-09-25  Bruno Haible  <bruno@clisp.org>
20586
20587         * gnulib-tool: Don't ask the user to perform edits in the generated
20588         Makefile.ams.
20589         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
20590         apply to the Makefile.am being generated.
20591         (func_emit_tests_Makefile_am): Execute edits that apply to the
20592         Makefile.am being generated.
20593         (func_import): Setup list of Makefile.am edits before emitting the
20594         Makefile.ams, not at the end.
20595         (func_create_testdir): Update.
20596         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20597
20598 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20599
20600         * gnulib-tool (func_import): Store the --tests-base option in the
20601         comment in gnulib-cache.m4.
20602
20603 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
20604
20605         * NEWS: Document increased portability that sys_select now provides.
20606
20607         * lib/sys_select.in.h: Install select wrapper.
20608         * lib/sys_socket.in.h: Use more descriptive name when there is no
20609         select wrapper.
20610         * lib/winsock-select.c: New.
20611         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
20612         Require gl_HEADER_SYS_SOCKET.
20613         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
20614         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
20615         * tests/test-sys_select.c: Add functional tests.
20616
20617 2008-09-24  Eric Blake  <ebb9@byu.net>
20618
20619         open, fopen: close fd leak in last patch
20620         * lib/open.c (rpl_open): Close fd before returning error.
20621         * lib/fopen.c (rpl_fopen): Close fd before returning error.
20622         * doc/posix-functions/open.texi (open): Document that Irix also
20623         has the bug.
20624         * doc/posix-functions/fopen.texi (fopen): Likewise.
20625         Reported by Paolo Bonzini.
20626
20627 2008-09-24  Bruno Haible  <bruno@clisp.org>
20628
20629         Ensure that a filename ending in a slash cannot be used to access a
20630         non-directory.
20631         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
20632         to check whether it's really a directory.
20633         * lib/fopen.c: Include fcntl.h, unistd.h.
20634         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
20635         and fdopen().
20636         * modules/fopen (Depends-on): Add unistd.
20637         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
20638         * tests/test-fopen.c (main): Likewise.
20639         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
20640         * doc/posix-functions/fopen.texi: Likewise.
20641         Reported by Eric Blake.
20642
20643 2008-09-23  Eric Blake  <ebb9@byu.net>
20644
20645         c-stack: avoid compiler optimizations when provoking overflow
20646         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
20647         recursion harder to optimize, to ensure a stack overflow occurs.
20648         * tests/test-c-stack.c (recurse): Likewise.
20649         Borrowed from libsigsegv.
20650
20651         c-stack: work around Irix sigaltstack bug
20652         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
20653         whether sigaltstack uses wrong end of stack_t (copied in part from
20654         libsigsegv).
20655         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
20656         Irix bug, without requiring an over-allocation.
20657         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
20658         bug.
20659
20660         fopen: document mingw bug on directories
20661         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
20662         not allowing a stream visiting a directory, even though reading
20663         from such a stream is not portable.
20664
20665 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20666
20667         * lib/poll.c: Rewrite.
20668         * modules/poll: Depend on alloca.
20669
20670 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20671
20672         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
20673         instead define prototypes for a full set of wrappers.  Ensure
20674         that Cygwin does not use the compatibility code, which is only
20675         for MinGW.
20676         * lib/winsock.c: New.
20677         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
20678         * modules/sys_socket: Add lib/winsock.c.
20679
20680         * modules/poll-tests: Add errno and perror.
20681         * tests/test-poll.c: Use ioctl, not ioctlsocket.
20682
20683 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20684
20685         * tests/test-poll.c: Downgrade minimum needed Winsock version.
20686
20687 2008-09-23  Bruno Haible  <bruno@clisp.org>
20688
20689         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
20690         * doc/glibc-functions/*: Likewise.
20691
20692 2008-09-23  Simon Josefsson  <simon@josefsson.org>
20693
20694         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
20695         success.
20696
20697 2008-09-22  Eric Blake  <ebb9@byu.net>
20698             Bruno Haible  <bruno@clisp.org>
20699
20700         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
20701         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
20702         supply %A but mishandle pseudo-NaN.
20703         Reported by Simon Josefsson.
20704
20705 2008-09-21  Bruno Haible  <bruno@clisp.org>
20706
20707         * tests/test-lock.c (main): Tweak skip message.
20708         * tests/test-tls.c (main): Likewise.
20709
20710 2008-09-21  Bruno Haible  <bruno@clisp.org>
20711
20712         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
20713         whether 'struct sigaction' has sa_sigaction here...
20714         (gl_PREREQ_SIG_HANDLER_H): ... not here.
20715         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
20716
20717 2008-09-21  Bruno Haible  <bruno@clisp.org>
20718
20719         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
20720         section.
20721         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
20722         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
20723         the new section.
20724         (Support for obsolete systems lacking POSIX:2001): New section.
20725         (String handling <string.h>): Move strdup to the new section.
20726         Suggested by Simon Josefsson and Paolo Bonzini.
20727
20728 2008-09-21  Bruno Haible  <bruno@clisp.org>
20729
20730         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
20731         exponents in %e and %g results on 'long double'. Needed for mingw's
20732         improved *printf functions.
20733         * tests/test-vasprintf-posix.c (test_function): Likewise.
20734         * tests/test-snprintf-posix.h (test_function): Likewise.
20735         * tests/test-sprintf-posix.h (test_function): Likewise.
20736         Reported by Eric Blake.
20737
20738 2008-09-21  Bruno Haible  <bruno@clisp.org>
20739
20740         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
20741         * tests/test-sprintf-posix.h (test_function): Likewise.
20742
20743 2008-09-21  Bruno Haible  <bruno@clisp.org>
20744
20745         * modules/getpass (Depends-on): Add strdup-posix.
20746
20747         New module 'strdup-posix'.
20748         * modules/strdup-posix: New file.
20749         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
20750         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
20751         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20752         REPLACE_STRDUP.
20753         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
20754         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
20755         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20756         strdup-posix.
20757
20758         * modules/strdup (Depends-on): Remove malloc-posix.
20759
20760 2008-09-20  Bruno Haible  <bruno@clisp.org>
20761
20762         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
20763         Wildenhues.
20764
20765 2008-09-20  Bruno Haible  <bruno@clisp.org>
20766
20767         Ensure that wint_t gets defined on IRIX 5.3.
20768         * lib/wchar.in.h (wint_t): Define if not defined by the system.
20769         * lib/wctype.in.h (wint_t): Likewise.
20770         (__wctype_wint_t): Remove type.
20771         (isw*): Use wint_t instead of __wctype_wint_t.
20772         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
20773         * modules/wchar (Files): Add m4/wint_t.m4.
20774         (Makefile.am): Substitute HAVE_WINT_T.
20775         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
20776         * tests/test-wctype.c: Check that wint_t is defined.
20777         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
20778         * doc/posix-headers/wctype.texi: Likewise.
20779         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
20780
20781 2008-09-18  Bruno Haible  <bruno@clisp.org>
20782
20783         * gnulib-tool (func_exit): Update comment.
20784
20785 2008-09-18  Simon Josefsson  <simon@josefsson.org>
20786
20787         * modules/getaddrinfo (Depends-on): Remove strdup, this module
20788         assumes strdup exists and does not depend on strdup to return
20789         ENOMEM on out of memory conditions.
20790
20791 2008-09-18  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
20794         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
20795         digits for the exponent.
20796
20797 2008-09-18  Jim Meyering  <meyering@redhat.com>
20798             Bruno Haible  <bruno@clisp.org>
20799
20800         * lib/vasnprintf.c (decimal_point_char): Define also if
20801         NEED_PRINTF_INFINITE_LONG_DOUBLE.
20802
20803 2008-09-16  Bruno Haible  <bruno@clisp.org>
20804         and Eric Blake  <ebb9@byu.net>
20805
20806         vasnprintf: support Irix 5.3
20807         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
20808         that mishandle long double infinity.
20809         Reported by Tom G. Christensen.
20810
20811 2008-09-16  Bruno Haible  <bruno@clisp.org>
20812
20813         * doc/glibc-functions/scandir.texi: Mention the function is missing on
20814         Solaris 9.
20815         * doc/glibc-functions/alphasort.texi: Likewise.
20816         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
20817
20818 2008-09-16  Jim Meyering  <meyering@redhat.com>
20819
20820         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
20821         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
20822         a umask modification leak out of a subshell.  Otherwise, the
20823         opensolaris /bin/sh would be accepted and thus cause unwarranted
20824         failures in the coreutils test suite.
20825
20826 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
20827
20828         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
20829         to succeed.
20830
20831 2008-09-16  Jim Meyering  <meyering@redhat.com>
20832
20833         avoid spurious test failure when library is built without ACL support
20834         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
20835         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
20836         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
20837         * tests/test-copy-acl.sh: Likewise.
20838
20839 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20840
20841         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
20842         based on character occurrence counts.
20843
20844 2008-09-15  Eric Blake  <ebb9@byu.net>
20845
20846         tests: avoid some compiler warnings
20847         * tests/test-memchr.c (main): Pass NULL indirectly.
20848         * tests/test-closein.c (main): Avoid unused variable.
20849
20850 2008-09-15  Bruno Haible  <bruno@clisp.org>
20851
20852         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
20853         are missing on OpenBSD 4.0 individually.
20854         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20855
20856 2008-09-15  Bruno Haible  <bruno@clisp.org>
20857
20858         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
20859         * doc/posix-functions/strerror.texi: Mention also Cygwin.
20860         * doc/posix-functions/perror.texi: Likewise.
20861         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
20862         is missing.
20863         Reported by Eric Blake.
20864
20865         * lib/errno.in.h: Use replacement values >= 2000.
20866         Reported by Eric Blake.
20867
20868 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20869
20870         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
20871         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
20872         limit.
20873         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
20874         compareseq was aborted.
20875
20876 2008-09-14  Bruno Haible  <bruno@clisp.org>
20877
20878         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
20879         yvec_edit_count.
20880         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
20881         (fstrcmp_bounded): Simplify result computation accordingly.
20882
20883 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20884
20885         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
20886         (fstrcmp): Define in terms of fstrcmp_bounded.
20887         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
20888         lower_bound argument.
20889         Return quickly if the result is certainly < lower_bound.
20890         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
20891
20892 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20893
20894         * lib/diffseq.h (EARLY_ABORT): New macro.
20895         (compareseq): Change return type to bool. Return true when EARLY_ABORT
20896         evaluates to true.
20897
20898 2008-09-14  Bruno Haible  <bruno@clisp.org>
20899
20900         * modules/perror-tests: New file.
20901         * tests/test-perror.sh: New file.
20902         * tests/test-perror.c: New file.
20903
20904         New module 'perror'.
20905         * lib/stdio.in.h (perror): New declaration.
20906         * lib/perror.c: New file.
20907         * m4/perror.m4: New file.
20908         * modules/perror: New file.
20909         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
20910         * doc/posix-functions/perror.texi: Mention the perror module.
20911         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
20912         REPLACE_PERROR.
20913         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
20914         REPLACE_PERROR.
20915
20916 2008-09-14  Bruno Haible  <bruno@clisp.org>
20917
20918         * modules/stdio (Makefile.am): Reorder to match the order in
20919         lib/stdio.in.h.
20920         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20921
20922 2008-09-13  Bruno Haible  <bruno@clisp.org>
20923
20924         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
20925
20926 2008-09-13  Bruno Haible  <bruno@clisp.org>
20927
20928         Extend strerror to cover the added errno values.
20929         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
20930         (rpl_strerror): Provide error messages for the added errno values and
20931         for the WSA* values.
20932         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
20933         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
20934         strerror.
20935         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
20936         * modules/strerror (Depends-on): Add errno.
20937         * doc/posix-functions/strerror.texi: Document the change.
20938         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
20939         and EOVERFLOW.
20940
20941 2008-09-13  Bruno Haible  <bruno@clisp.org>
20942
20943         * modules/EOVERFLOW: Remove file.
20944         * m4/eoverflow.m4: Remove file.
20945         * modules/EOVERFLOW-tests: Remove file.
20946         * tests/test-EOVERFLOW.c: Remove file.
20947         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
20948         * modules/ftell (Depends-on): Likewise.
20949         * modules/getdelim (Depends-on): Likewise.
20950         * modules/getugroups (Depends-on): Likewise.
20951         * modules/poll (Depends-on): Likewise.
20952         * modules/snprintf (Depends-on): Likewise.
20953         * modules/sprintf-posix (Depends-on): Likewise.
20954         * modules/vasnprintf (Depends-on): Likewise.
20955         * modules/vasprintf (Depends-on): Likewise.
20956         * modules/vfprintf-posix (Depends-on): Likewise.
20957         * modules/vsnprintf (Depends-on): Likewise.
20958         * modules/vsprintf-posix (Depends-on): Likewise.
20959         * modules/xvasprintf (Depends-on): Likewise.
20960         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20961         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
20962         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
20963         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
20964         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20965         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
20966         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
20967         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
20968         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20969         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
20970         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
20971         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
20972         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20973         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
20974         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
20975         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
20976         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20977         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
20978         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
20979         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
20980         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20981         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
20982         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
20983         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
20984         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
20985         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20986         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
20987         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
20988         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
20989         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
20990         * MODULES.html.sh: Remove EOVERFLOW.
20991         * NEWS: Mention the change.
20992
20993 2008-09-13  Bruno Haible  <bruno@clisp.org>
20994
20995         * modules/errno-tests: New file.
20996         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
20997
20998         * lib/errno.in.h: New file.
20999         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
21000         * modules/errno: New file.
21001         * doc/posix-headers/errno.texi: Update documentation.
21002         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
21003
21004 2008-09-13  Bruno Haible  <bruno@clisp.org>
21005
21006         * tests/test-poll.c: Use #if for native Windows, rather than testing
21007         __MSVCRT__.
21008
21009 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21010             Bruno Haible  <bruno@clisp.org>
21011
21012         * lib/glob.c: Don't include <pwd.h> on native Windows.
21013         (WINDOWS32): New macro.
21014         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
21015
21016 2008-09-13  Bruno Haible  <bruno@clisp.org>
21017
21018         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
21019         (ETIMEDOUT): Remove macro.
21020         (glthread_cond_timedwait_multithreaded): New declaration.
21021         (glthread_cond_timedwait): Use it.
21022         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
21023         (glthread_cond_timedwait_multithreaded): New function.
21024
21025 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
21026
21027         * modules/poll-tests: Do not check for io.h.
21028         * tests/test-poll.c: Check for __MSVCRT__ instead.
21029
21030 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
21031
21032         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
21033         * modules/poll-tests: Add inet_pton, stdbool, sockets.
21034         * tests/test-poll.c: Use them.  Use _pipe on Windows.
21035
21036 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
21037
21038         * modules/poll-tests: New.
21039         * tests/test-poll.c: New.
21040
21041 2008-09-12  Eric Blake  <ebb9@byu.net>
21042
21043         frexp: test for NetBSD failure on -0.0
21044         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
21045         not all, bugs from NetBSD 3.0 have been fixed.
21046         * doc/posix-functions/frexp.texi (frexp): Document bug.
21047         Reported by Thomas Klausner.
21048
21049         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
21050         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
21051         literal -0.0.
21052         Reported by Jonathan C. Patschke <jp@centtech.com>.
21053
21054 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21055
21056         * lib/glthread/cond.h: Use dummy implementation also if
21057         USE_WIN32_THREADS.
21058
21059 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21060
21061         * modules/fnmatch-posix (License): Change to LGPLv2+.
21062         * modules/fnmatch-gnu (License): Likewise.
21063
21064 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21065
21066         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
21067
21068 2008-09-11  Jim Meyering  <meyering@redhat.com>
21069
21070         * users.txt: Add gtk-vnc.
21071
21072 2008-09-08  Simon Josefsson  <simon@josefsson.org>
21073
21074         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
21075         rotate amounts.
21076
21077         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
21078         required for 16-bit and 8-bit rotates.
21079         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
21080         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
21081         UINT8_MAX instead of hard-coded constants.
21082         Suggested by Paul Eggert.
21083
21084 2008-09-07  Bruno Haible  <bruno@clisp.org>
21085
21086         * tests/test-striconveh.c (main): Check behaviour when converting from
21087         UTF-7.
21088
21089         Make striconveh work better with stateful encodings.
21090         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
21091         that iconv does not increment the inptr when returning -1/EINVAL.
21092
21093 2008-09-07  Bruno Haible  <bruno@clisp.org>
21094
21095         * build-aux/config.rpath: Update according to libtool-2.2.6.
21096         * build-aux/config.libpath: Likewise.
21097
21098 2008-09-06  Bruno Haible  <bruno@clisp.org>
21099
21100         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
21101         * lib/freadptr.c (freadptr): Likewise.
21102         * lib/freadseek.c (freadptrinc): Likewise.
21103         Reported by Simon Josefsson.
21104
21105 2008-09-06  Bruno Haible  <bruno@clisp.org>
21106
21107         * modules/freadptr (License): Change to LGPLv2+.
21108         * modules/freadseek (License): Likewise.
21109         Suggested by Eric Blake.
21110
21111         * modules/memchr2 (License): Change to LGPLv2+.
21112         Approved by Eric Blake.
21113
21114 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21115             Bruno Haible  <bruno@clisp.org>
21116
21117         Make gnulib-tool work with native 'sed' on AIX.
21118         * gnulib-tool (sed_noop): New variable.
21119         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
21120         func_add_or_update, func_create_testdir): Use it to initialize sed
21121         script variables.
21122         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21123
21124 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
21125             Bruno Haible  <bruno@clisp.org>
21126
21127         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
21128         also works after #include directives.
21129
21130 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
21131
21132         getdate.y: reject an out-of-range timezone value
21133         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
21134         the range [-24...+24].  When specified with only one or two digits,
21135         * tests/test-getdate.c: Tests for the fix.
21136         * doc/getdate.texi: Document this change.
21137
21138 2008-09-03  Bruno Haible  <bruno@clisp.org>
21139
21140         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
21141
21142 2008-09-02  Simon Josefsson  <simon@josefsson.org>
21143
21144         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
21145         <bruce.korb@gmail.com> with ideas from Ben Pfaff
21146         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
21147         Blake <ebb9@byu.net>.
21148
21149         * tests/test-bitrotate.c: Add more test vectors.
21150
21151 2008-09-02  Eric Blake  <ebb9@byu.net>
21152
21153         vasnprintf-posix: handle large precision via %.*d
21154         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
21155         when handling it ourselves.
21156         * tests/test-vasnprintf-posix.c (test_function): Add test.
21157         * tests/test-snprintf-posix.h (test_function): Likewise.
21158         * tests/test-sprintf-posix.h (test_function): Likewise.
21159         * tests/test-vasprintf-posix.c (test_function): Likewise.
21160         Reported by Alain Guibert.
21161
21162 2008-09-01  Eric Blake  <ebb9@byu.net>
21163
21164         c-stack: make configure-time check more robust
21165         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
21166         successful sigaction call.
21167         Reported by Tom G. Christensen.
21168
21169 2008-09-01  Bruno Haible  <bruno@clisp.org>
21170
21171         New module 'findprog-lgpl'.
21172         * modules/findprog-lgpl: New file.
21173         * lib/findprog-lgpl.c: New file.
21174         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
21175         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
21176         to decide whether to use strdup or xstrdup, concatenated_filename or
21177         xconcatenated_filename.
21178
21179 2008-09-01  Bruno Haible  <bruno@clisp.org>
21180
21181         Split module 'concat-filename' into 'concat-filename' (LGPL) and
21182         'xconcat-filename' (GPL).
21183         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
21184         (License): Change to LGPLv2+.
21185         * modules/xconcat-filename: New file.
21186         * lib/concat-filename.h (concatenated_filename): Change specification.
21187         (xconcatenated_filename): New declaration.
21188         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
21189         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
21190         memory situations.
21191         * lib/xconcat-filename.c: New file.
21192         * NEWS: Mention the change.
21193         * lib/findprog.c: Include concat-filename.h, not filename.h.
21194         (find_in_path): Use xconcatenated_filename instead of
21195         concatenated_filename.
21196         * lib/javacomp.c: Include concat-filename.h, not filename.h.
21197         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
21198         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
21199         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
21200         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
21201         instead of concatenated_filename.
21202         * lib/javaexec.c: Include concat-filename.h, not filename.h.
21203         (execute_java_class): Use xconcatenated_filename instead of
21204         concatenated_filename.
21205         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
21206         * modules/javacomp (Depends-on): Likewise.
21207         * modules/javaexec (Depends-on): Likewise.
21208
21209 2008-09-01  Bruno Haible  <bruno@clisp.org>
21210
21211         Split module 'filename' into 'filename' and 'concat-filename'.
21212         * modules/filename: Keep only lib/filename.h.
21213         (License): Change to LGPLv2+.
21214         * modules/concat-filename: New file, extracted from modules/filename.
21215         * lib/filename.h (concatenated_filename): Remove declaration.
21216         * lib/concat-filename.h: New file, extracted from lib/filename.h.
21217         * lib/concat-filename.c: Include concat-filename.h.
21218         * NEWS: Mention the change.
21219
21220 2008-09-01  Simon Josefsson  <simon@josefsson.org>
21221
21222         * lib/bitrotate.h (rotl8, rotr8): Add.
21223
21224         * modules/bitrotate (configure.ac): Need
21225         AC_REQUIRE([AC_C_INLINE]).
21226         (Description): Mention stdint.h.  Reported by Bruno Haible
21227         <bruno@clisp.org>.
21228
21229         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
21230         Paolo Bonzini <bonzini@gnu.org>.
21231
21232 2008-08-31  Bruno Haible  <bruno@clisp.org>
21233
21234         Assume Solaris specific bi-arch conventions on Solaris systems.
21235         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
21236         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
21237         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
21238         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
21239         like acl_libdirstem.
21240         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
21241         acl_libdirstem.
21242         * NEWS: Mention the change.
21243         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
21244
21245 2008-08-31  Jim Meyering  <meyering@redhat.com>
21246
21247         * lib/strftime.h: Add comments describing the two added arguments.
21248
21249         remove duplicate #include directives
21250         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
21251         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
21252
21253 2008-08-31  Bruno Haible  <bruno@clisp.org>
21254
21255         New module 'sigpipe-die'.
21256         * modules/sigpipe-die: New file.
21257         * lib/sigpipe-die.h: New file.
21258         * lib/sigpipe-die.c: New file.
21259         * MODULES.html.sh (Signal handling): Add sigpipe-die.
21260
21261 2008-08-31  Bruno Haible  <bruno@clisp.org>
21262
21263         Don't override previously installed signal handlers.
21264         * lib/fatal-signal.c (saved_sigactions): New variable.
21265         (uninstall_handlers): Reset the signal to the saved handler, not
21266         to SIG_DFL (except when ignored).
21267         (install_handlers): Save the previous handlers.
21268
21269 2008-08-30  Bruno Haible  <bruno@clisp.org>
21270
21271         * gnulib-tool (func_reset_sigpipe): New function.
21272         (func_get_automake_snippet, func_modules_transitive_closure,
21273         func_import): Invoke it before a join command that reads from stdin,
21274         to avoid "echo: write error: Broken pipe" error messages on stderr.
21275         Reported by Sam Steingold <sds@gnu.org>.
21276
21277 2008-08-30  Bruno Haible  <bruno@clisp.org>
21278
21279         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
21280         Code copied from m4/open.m4.
21281         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
21282         access and the filename ends in a slash. Code copied from lib/open.c.
21283         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
21284         * tests/test-fopen.c (main): Check against bug with trailing slash.
21285
21286 2008-08-29  Bruno Haible  <bruno@clisp.org>
21287
21288         Avoid some "gcc -pedantic" warnings.
21289         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
21290         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
21291         * lib/dirent.in.h: Likewise.
21292         * lib/fcntl.in.h: Likewise.
21293         * lib/float.in.h: Likewise.
21294         * lib/iconv.in.h: Likewise.
21295         * lib/inttypes.in.h: Likewise.
21296         * lib/locale.in.h: Likewise.
21297         * lib/math.in.h: Likewise.
21298         * lib/netinet_in.in.h: Likewise.
21299         * lib/search.in.h: Likewise.
21300         * lib/signal.in.h: Likewise.
21301         * lib/stdarg.in.h: Likewise.
21302         * lib/stdint.in.h: Likewise.
21303         * lib/stdio.in.h: Likewise.
21304         * lib/stdlib.in.h: Likewise.
21305         * lib/string.in.h: Likewise.
21306         * lib/strings.in.h: Likewise.
21307         * lib/sys_select.in.h: Likewise.
21308         * lib/sys_socket.in.h: Likewise.
21309         * lib/sys_stat.in.h: Likewise.
21310         * lib/sys_time.in.h: Likewise.
21311         * lib/sysexits.in.h: Likewise.
21312         * lib/time.in.h: Likewise.
21313         * lib/unistd.in.h: Likewise.
21314         * lib/wchar.in.h: Likewise.
21315         * lib/wctype.in.h: Likewise.
21316         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
21317         * modules/fchdir (Makefile.am): Likewise.
21318         * modules/fcntl (Makefile.am): Likewise.
21319         * modules/float (Makefile.am): Likewise.
21320         * modules/iconv_open (Makefile.am): Likewise.
21321         * modules/inttypes (Makefile.am): Likewise.
21322         * modules/locale (Makefile.am): Likewise.
21323         * modules/math (Makefile.am): Likewise.
21324         * modules/netinet_in (Makefile.am): Likewise.
21325         * modules/search (Makefile.am): Likewise.
21326         * modules/signal (Makefile.am): Likewise.
21327         * modules/stdarg (Makefile.am): Likewise.
21328         * modules/stdint (Makefile.am): Likewise.
21329         * modules/stdio (Makefile.am): Likewise.
21330         * modules/stdlib (Makefile.am): Likewise.
21331         * modules/string (Makefile.am): Likewise.
21332         * modules/strings (Makefile.am): Likewise.
21333         * modules/sys_select (Makefile.am): Likewise.
21334         * modules/sys_socket (Makefile.am): Likewise.
21335         * modules/sys_stat (Makefile.am): Likewise.
21336         * modules/sys_time (Makefile.am): Likewise.
21337         * modules/sysexits (Makefile.am): Likewise.
21338         * modules/time (Makefile.am): Likewise.
21339         * modules/unistd (Makefile.am): Likewise.
21340         * modules/wchar (Makefile.am): Likewise.
21341         * modules/wctype (Makefile.am): Likewise.
21342         Reported by Reuben Thomas <rrt@sc3d.org>.
21343
21344 2008-08-29  Bruno Haible  <bruno@clisp.org>
21345
21346         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
21347         any more.
21348
21349 2008-08-29  Simon Josefsson  <simon@josefsson.org>
21350
21351         * MODULES.html.sh (Misc): Add bitrotate.
21352
21353         * modules/bitrotate: New file.
21354
21355         * lib/bitrotate.h: New file.
21356
21357         * modules/bitrotate-tests: New file.
21358
21359         * tests/test-bitrotate.c: New file.
21360
21361         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
21362         on the bitrotate module.
21363
21364         * lib/arctwo.c: Use new bitrotate module.
21365
21366 2008-08-29  Jim Meyering  <meyering@redhat.com>
21367
21368         bootstrap: merge changes from coreutils
21369         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
21370         of copied files.  Remove a kludge, now that this is fixed.
21371         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
21372         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
21373         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
21374
21375 2008-08-29  Bruno Haible  <bruno@clisp.org>
21376
21377         * MODULES.html.sh: Remove --cvs-urls option.
21378
21379 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
21380
21381         maint.mk: adjust to file name change
21382         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
21383
21384 2008-08-28  Jim Meyering  <meyering@redhat.com>
21385
21386         * modules/getndelim2 (License): Relicense to LGPLv2+.
21387         Approved by Richard Stallman for the version of 1995, and by
21388         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
21389
21390 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
21391
21392         * lib/getdelim.c (flockfile, funlockfile): Make all of them
21393         dummy if one is not available.  Do not touch them if
21394         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
21395         (getc_maybe_unlocked): New.
21396         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
21397
21398 2008-08-26  Eric Blake  <ebb9@byu.net>
21399
21400         doc/INSTALL: resync from autoconf
21401         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
21402         (INSTALL_PRELUDE): Delete; this is done more efficiently by
21403         moving...
21404         * install.texi [!autoconf]: ...here.  Resync from autoconf.
21405         * INSTALL: Regenerate.
21406         * INSTALL.ISO: New file.
21407         * INSTALL.UTF-8: Likewise.
21408
21409 2008-08-26  Jim Meyering  <meyering@redhat.com>
21410
21411         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
21412         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
21413         these definitions conditional, so that they may be overridden, too.
21414
21415 2008-08-26  Bruno Haible  <bruno@clisp.org>
21416
21417         Generate INSTALL file variants with prettier quotes.
21418         * doc/Makefile (INSTALL_PRELUDE): New macro.
21419         (INSTALL): Use it.
21420         (INSTALL.ISO, INSTALL.UTF-8): New rules.
21421
21422 2008-08-26  Bruno Haible  <bruno@clisp.org>
21423
21424         Run makeinfo in an English locale.
21425         * doc/Makefile (MAKEINFO): New variable.
21426
21427 2008-08-26  Bruno Haible  <bruno@clisp.org>
21428
21429         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
21430         Suggested by Eric Blake.
21431
21432 2008-08-25  Bruno Haible  <bruno@clisp.org>
21433
21434         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
21435
21436 2008-08-25  Eric Blake  <ebb9@byu.net>
21437
21438         c-stack: test that stack overflow can be caught
21439         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
21440         that platform allows handling stack overflow; at least OS/2 EMX
21441         has sigaltstack, but crashes before transferring control to
21442         handler on stack overflow.
21443         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
21444         check for HAVE_STACK_OVERFLOW_HANDLING.
21445         Reported by Elbert Pol.
21446
21447 2008-08-25  Bruno Haible  <bruno@clisp.org>
21448
21449         * doc/posix-functions/strftime.texi: Fix description of strftime
21450         module.
21451
21452 2008-08-24  Bruno Haible  <bruno@clisp.org>
21453
21454         * tests/uniwidth/test-uc_width2.c: New file.
21455         * tests/uniwidth/test-uc_width2.sh: New file.
21456         * modules/uniwidth/width-tests (Files): Add the new files.
21457         (TESTS): Add uniwidth/test-uc_width2.sh.
21458         (TESTS_ENVIRONMENT): New variable.
21459         (check_PROGRAMS): Add test-uc_width2.
21460         (test_uc_width2_SOURCES): New variable.
21461
21462         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
21463         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
21464         not 0x00AB.
21465         Reported by Alexander V. Lukyanov <lav@netis.ru>.
21466
21467 2008-08-22  Eric Blake  <ebb9@byu.net>
21468
21469         test-lock, test-tls: mention why a test is skipped
21470         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
21471         skipped.
21472         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
21473
21474         count-one-bits: relax license
21475         * modules/count-one-bits (License): Relicense to LGPLv2+.
21476         Suggested by Ludovic Courtès, approved by Ben Pfaff.
21477
21478 2008-08-22  Andreas Schwab  <schwab@suse.de>
21479
21480         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
21481         Remove spurious space in assignment.
21482
21483 2008-08-21  Simon Josefsson  <simon@josefsson.org>
21484
21485         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
21486         Paul Eggert <eggert@CS.UCLA.EDU>.
21487
21488 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
21489
21490         * modules/gettext: Add m4/threadlib.m4.
21491
21492 2008-08-19  Eric Blake  <ebb9@byu.net>
21493
21494         test-c-stack: fix compilation failure on FreeBSD 5.0
21495         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
21496         headers before <sys/resource.h>.
21497         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
21498         the bug.
21499         Reported by Nelson H. F. Beebe.
21500
21501         strverscmp: migrate from "strverscmp.h" to <string.h>
21502         * modules/string (Makefile.am): Add new hooks.
21503         * modules/strverscmp (Files): Remove strverscmp.h.
21504         (Depends-on): Add string.
21505         (configure.ac): Add indicator.
21506         (Include): Mention new header.
21507         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
21508         defaults.
21509         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
21510         results.
21511         * lib/strverscmp.h: Delete.
21512         * lib/string.in.h (strverscmp): Provide declaration, when needed.
21513         * tests/test-strverscmp.c (includes): Adjust client.
21514         * lib/check-version.c (includes): Likewise.
21515         * NEWS: Document the change.
21516
21517         strverscmp: add unit test
21518         * modules/strverscmp-tests: New file.
21519         * tests/test-strverscmp.c: Likewise.
21520
21521 2008-08-19  Simon Josefsson  <simon@josefsson.org>
21522
21523         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
21524         regarding Windows crypto stuff, from Mono.
21525
21526 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
21527
21528         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
21529         if present, for intel RND.  Return error on failures.
21530
21531 2008-08-18  Ben Pfaff  <blp@gnu.org>
21532
21533         gitlog-to-changelog: give better diagnostic for failed pipe-open
21534         * build-aux/gitlog-to-changelog: Improve error message: suggest
21535         that the version of Git may be too old.
21536
21537 2008-08-18  Simon Josefsson  <simon@josefsson.org>
21538
21539         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
21540         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
21541
21542 2008-08-18  Bruno Haible  <bruno@clisp.org>
21543
21544         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
21545         pthread_in_use().
21546
21547 2008-08-18  Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/glthread/threadlib.c: Include <pthread.h>.
21550
21551 2008-08-18  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
21554         glthread_recursive_lock_* macros.
21555         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
21556         Fix syntax error.
21557
21558 2008-08-18  Bruno Haible  <bruno@clisp.org>
21559
21560         * lib/glthread/thread.c: Avoid forcing a context switch right after
21561         thread creation.
21562
21563 2008-08-17  Bruno Haible  <bruno@clisp.org>
21564
21565         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
21566         * lib/glthread/thread.h: Provide Win32 specific implementation.
21567         * modules/thread (Files): Add lib/glthread/thread.c.
21568         (Depends-on): Add lock.
21569         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
21570
21571 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21572
21573         New module 'yield'.
21574         * modules/yield: New file.
21575         * lib/glthread/yield.h: New file.
21576         * m4/yield.m4: New file.
21577         * MODULES.html.sh (Multithreading): Add yield.
21578
21579 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21580
21581         New module 'thread'.
21582         * modules/thread: New file.
21583         * lib/glthread/thread.h: New file.
21584         * m4/thread.m4: New file.
21585         * MODULES.html.sh (Multithreading): Add thread.
21586
21587 2008-08-17  Bruno Haible  <bruno@clisp.org>
21588
21589         * lib/glthread/lock.h: Include <stdlib.h> always.
21590         * lib/glthread/tls.h: Likewise.
21591         * lib/glthread/cond.h: Likewise.
21592
21593 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21594
21595         New module 'cond'.
21596         * modules/cond: New file.
21597         * lib/glthread/cond.h: New file.
21598         * lib/glthread/cond.c: New file.
21599         * m4/cond.m4: New file.
21600         * MODULES.html.sh (Multithreading): Add cond.
21601
21602 2008-08-16  Eric Blake  <ebb9@byu.net>
21603
21604         c-stack: fix regression on Irix 5.3 from 2008-06-21
21605         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
21606         sa_sigaction...
21607         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
21608         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
21609         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
21610         * modules/signal (Makefile.am): Use the value.
21611         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
21612         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
21613         * doc/posix-headers/signal.texi (signal.h): Document this
21614         portability issue.
21615         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
21616         Reported by Tom G. Christensen.
21617
21618 2008-08-17  Bruno Haible  <bruno@clisp.org>
21619
21620         New module 'threadlib'.
21621         * modules/threadlib: New file.
21622         * lib/glthread/threadlib.c: New file, extracted from
21623         lib/glthread/lock.c.
21624         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
21625         functions.
21626         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
21627         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
21628         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
21629         macros.
21630         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
21631         (gl_DISABLE_THREADS): Remove macro.
21632         * modules/lock (Files): Remove build-aux/config.rpath.
21633         (Depends-on): Remove havelib. Add threadlib.
21634         (configure.ac-early): Remove section.
21635         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
21636         * modules/tls (Depends-on): Remove lock. Add threadlib.
21637         (Link): New section, copied from threadlib.
21638         * MODULES.html.sh (Multithreading): Add threadlib.
21639
21640 2008-08-14  Bruno Haible  <bruno@clisp.org>
21641
21642         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
21643         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
21644         glthread_rwlock_unlock, glthread_rwlock_destroy,
21645         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
21646         glthread_recursive_lock_destroy): Define as macros always.
21647         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
21648         glthread_lock_lock.
21649         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
21650         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
21651         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
21652         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
21653         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
21654         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
21655         (glthread_recursive_lock_lock_func): Renamed from
21656         glthread_recursive_lock_lock.
21657         (glthread_recursive_lock_unlock_func): Renamed from
21658         glthread_recursive_lock_unlock.
21659         (glthread_recursive_lock_destroy_func): Renamed from
21660         glthread_recursive_lock_destroy.
21661
21662 2008-08-14  Bruno Haible  <bruno@clisp.org>
21663
21664         * lib/glthread/lock.h: Renamed from lib/lock.h.
21665         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
21666         * lib/glthread/tls.h: Renamed from lib/tls.h.
21667         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
21668         * lib/fstrcmp.c: Update includes.
21669         * lib/strsignal.c: Update includes.
21670         * modules/lock (Files, Makefile.am): Update.
21671         (Include): Change to "glthread/lock.h".
21672         * modules/tls (Files, Makefile.am): Update.
21673         (Include): Change to "glthread/tls.h".
21674         * tests/test-lock.c: Update includes.
21675         * tests/test-tls.c: Update includes.
21676         * NEWS: Mention the renamed header files.
21677
21678 2008-08-11  Jim Meyering  <meyering@redhat.com>
21679
21680         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
21681
21682 2008-08-11  Eric Blake  <ebb9@byu.net>
21683
21684         test-c-stack: avoid C99-ism
21685         * tests/test-c-stack.c (main): Fix whitespace, move declaration
21686         before statement.
21687         Reported by Alain Guibert.
21688
21689 2008-08-10  Jim Meyering  <meyering@redhat.com>
21690
21691         ensure that return value of uinttostr et al are not ignored
21692         * lib/inttostr.h (__GNUC_PREREQ): Define.
21693         (__attribute_warn_unused_result__): Define.
21694         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
21695
21696 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
21697
21698         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
21699         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
21700
21701 2008-08-07  Jim Meyering  <meyering@redhat.com>
21702
21703         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
21704
21705         * modules/mkstemp (License): Relicense under LGPLv2+.
21706         * modules/tempname (License): Likewise.
21707
21708 2008-08-06  Bruno Haible  <bruno@clisp.org>
21709
21710         * lib/poll.c (poll): Further micro-optimization.
21711
21712 2008-08-06  Jim Meyering  <meyering@redhat.com>
21713
21714         inet_pton.c: use locale-independent tolower
21715         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
21716         (inet_pton6): Use c_tolower rather than tolower.
21717         * modules/inet_pton (Depends-on): Add c-ctype.
21718
21719 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
21720
21721         * lib/poll.c (poll): Avoid division when timeout is 0, cache
21722         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
21723
21724 2008-08-06  Jim Meyering  <meyering@redhat.com>
21725
21726         * modules/inet_pton (License): Relicense under LGPLv2+.
21727
21728 2008-08-03  Bruno Haible  <bruno@clisp.org>
21729
21730         Additional non-aborting API for lock and tls.
21731         * lib/lock.h: Include <errno.h>.
21732         (glthread_lock_init): New macro/function.
21733         (gl_lock_init): Define as wrapper around glthread_lock_init.
21734         (glthread_lock_lock): New macro/function.
21735         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
21736         (glthread_lock_unlock): New macro/function.
21737         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
21738         (glthread_lock_destroy): New macro/function.
21739         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
21740         (glthread_rwlock_init): New macro/function.
21741         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
21742         (glthread_rwlock_rdlock): New macro/function.
21743         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
21744         (glthread_rwlock_wrlock): New macro/function.
21745         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
21746         (glthread_rwlock_unlock): New macro/function.
21747         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
21748         (glthread_rwlock_destroy): New macro/function.
21749         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
21750         (glthread_recursive_lock_init): New macro/function.
21751         (gl_recursive_lock_init): Define as wrapper around
21752         glthread_recursive_lock_init.
21753         (glthread_recursive_lock_lock): New macro/function.
21754         (gl_recursive_lock_lock): Define as wrapper around
21755         glthread_recursive_lock_lock.
21756         (glthread_recursive_lock_unlock): New macro/function.
21757         (gl_recursive_lock_unlock): Define as wrapper around
21758         glthread_recursive_lock_unlock.
21759         (glthread_recursive_lock_destroy): New macro/function.
21760         (gl_recursive_lock_destroy): Define as wrapper around
21761         glthread_recursive_lock_destroy.
21762         (glthread_once): New macro/function.
21763         (gl_once): Define as wrapper around glthread_once.
21764         Update function declarations.
21765         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
21766         glthread_rwlock_init. Return error code.
21767         (glthread_rwlock_rdlock_multithreaded): Renamed from
21768         glthread_rwlock_rdlock. Return error code.
21769         (glthread_rwlock_wrlock_multithreaded): Renamed from
21770         glthread_rwlock_wrlock. Return error code.
21771         (glthread_rwlock_unlock_multithreaded): Renamed from
21772         glthread_rwlock_unlock. Return error code.
21773         (glthread_rwlock_destroy_multithreaded): Renamed from
21774         glthread_rwlock_destroy. Return error code.
21775         (glthread_recursive_lock_init_multithreaded): Renamed from
21776         glthread_recursive_lock_init. Return error code.
21777         (glthread_recursive_lock_lock_multithreaded): Renamed from
21778         glthread_recursive_lock_lock. Return error code.
21779         (glthread_recursive_lock_unlock_multithreaded): Renamed from
21780         glthread_recursive_lock_unlock. Return error code.
21781         (glthread_recursive_lock_destroy_multithreaded): Renamed from
21782         glthread_recursive_lock_destroy. Return error code.
21783         (glthread_once_call): Make static.
21784         (glthread_once_multithreaded): Renamed from glthread_once.
21785         * lib/tls.h: Include <errno.h>.
21786         (glthread_tls_key_init): New macro/function.
21787         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
21788         (glthread_tls_set): New macro/function.
21789         (gl_tls_set): Define as wrapper around glthread_tls_set.
21790         (glthread_tls_key_destroy): New macro/function.
21791         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
21792         Update function declarations.
21793         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
21794         glthread_tls_get.
21795         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21796
21797 2008-08-04  Eric Blake  <ebb9@byu.net>
21798
21799         gnumakefile: use space, not TAB, outside of targets
21800         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
21801
21802 2008-08-02  Jim Meyering  <meyering@redhat.com>
21803
21804         getdate.y: avoid locale-dependent date parsing failure
21805         In Turkish locales, getdate would fail to recognize keywords
21806         containing a lowercase "i".  The solution is not to rely on
21807         locale-sensitive case-conversion.
21808         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
21809         (lookup_word): Use c_toupper in place of toupper.
21810         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
21811         Reported by Vefa Bicakci <bicave@superonline.com> in
21812         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
21813         * modules/getdate (Depends-on): Add c-ctype.
21814
21815 2008-08-02  Bruno Haible  <bruno@clisp.org>
21816
21817         * gnulib-tool (func_import): When updating or creating a .gitignore
21818         file, prepend each added line with a slash, and ignore leading slashes
21819         from the existing lines.
21820         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21821
21822 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21823
21824         Portability fix for GNU make 3.79.1.
21825         * top/GNUmakefile: Avoid 'else COND', which older GNU make
21826         versions do not understand.
21827
21828 2008-08-01  Bruno Haible  <bruno@clisp.org>
21829
21830         Work around bug of HP-UX 10.20 cc with -0.0 literal.
21831         * tests/test-isnanf.h (zero): New variable.
21832         (main): Avoid literal -0.0f.
21833         * tests/test-isnand.h (zero): New variable.
21834         (main): Avoid literal -0.0.
21835         * tests/test-isnanl.h (zero): New variable.
21836         (main): Avoid literal -0.0L.
21837         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
21838         (test_float, test_double, test_long_double): Avoid literals -0.0f,
21839         -0.0, -0.0L.
21840         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
21841         (test_signbitd): Avoid literal -0.0.
21842         (test_signbitl): Avoid literal -0.0L.
21843         * tests/test-ceilf1.c (zero): New variable.
21844         (main): Avoid literal -0.0f.
21845         * tests/test-ceill.c (zero): New variable.
21846         (main): Avoid literal -0.0L.
21847         * tests/test-floorf1.c (zero): New variable.
21848         (main): Avoid literal -0.0f.
21849         * tests/test-floorl.c (zero): New variable.
21850         (main): Avoid literal -0.0L.
21851         * tests/test-roundf1.c (zero): New variable.
21852         (main): Avoid literal -0.0f.
21853         * tests/test-round1.c (zero): New variable.
21854         (main): Avoid literal -0.0.
21855         * tests/test-roundl.c (zero): New variable.
21856         (main): Avoid literal -0.0L.
21857         * tests/test-truncf1.c (zero): New variable.
21858         (main): Avoid literal -0.0f.
21859         * tests/test-trunc1.c (zero): New variable.
21860         (main): Avoid literal -0.0.
21861         * tests/test-truncl.c (zero): New variable.
21862         (main): Avoid literal -0.0L.
21863         * tests/test-frexp.c (zero): New variable.
21864         (main): Avoid literal -0.0.
21865         * tests/test-frexpl.c (zero): New variable.
21866         (main): Avoid literal -0.0L.
21867         * tests/test-ldexpl.c (zero): New variable.
21868         (main): Avoid literal -0.0L.
21869         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21870         (zerod, zerol): New variables.
21871         (test_function): Avoid literals -0.0, -0.0L.
21872         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21873         (zerod, zerol): New variables.
21874         (test_function): Avoid literals -0.0, -0.0L.
21875         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21876         (zerod, zerol): New variables.
21877         (test_function): Avoid literals -0.0, -0.0L.
21878         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21879         (zerod, zerol): New variables.
21880         (test_function): Avoid literals -0.0, -0.0L.
21881         * tests/test-strtod.c (zero): New variable.
21882         (main): Avoid literal -0.0.
21883         Reported by Jonathan C. Patschke <jp@centtech.com>.
21884
21885 2008-07-31  Jim Meyering  <meyering@redhat.com>
21886
21887         sha256.h: correct definition of SHA224_DIGEST_SIZE
21888         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
21889         Reported by Paulie Pena IV <paulie4@gmail.com>.
21890         Define as 224 / 8, rather than as a literal.
21891         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
21892         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
21893         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
21894
21895 2008-07-31  Bruno Haible  <bruno@clisp.org>
21896
21897         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
21898         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
21899         Reported by Jonathan Patschke <jp@centtech.com>.
21900
21901 2008-07-31  Bruno Haible  <bruno@clisp.org>
21902
21903         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
21904         Reported by Paolo Bonzini <bonzini@gnu.org>.
21905
21906 2008-07-30  Eric Blake  <ebb9@byu.net>
21907
21908         test-strtod: allow compilation without -lm
21909         * tests/test-strtod.c (main): Avoid link dependence on fabs.
21910         Reported by Dennis Clarke <blastwave@gmail.com>.
21911
21912 2008-07-28  Jim Meyering  <meyering@redhat.com>
21913
21914         bootstrap: work also when there are no .po files in po/
21915         * build-aux/bootstrap (update_po_files): Complete the change
21916         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
21917
21918 2008-07-27  Jim Meyering  <meyering@redhat.com>
21919
21920         * users.txt: Add zile.
21921
21922 2008-07-26  Ben Pfaff  <blp@gnu.org>
21923
21924         Add missing dependencies on new m4/exponent[fdl].m4 files.
21925         * modules/isnanf-nolibm: Add m4/exponentf.m4.
21926         * modules/isnand-nolibm: Add m4/exponentd.m4.
21927         * modules/isnanl-nolibm: Add m4/exponentl.m4.
21928         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
21929         m4/isnan[fdl].m4, because the macros actually used moved.
21930         Reported by Jim Meyering.
21931
21932 2008-07-14  Ben Pfaff  <blp@gnu.org>
21933
21934         Add isinf module.
21935         * lib/isinf.c: New file.
21936         * lib/math.in.h: Define isinf macro if we have decided to replace
21937         it.
21938         * m4/isinf.m4: New file.
21939         * m4/math_h.m4: Initialize and substitute variables for isinf
21940         module.
21941         * modules/isinf: New file.
21942         * modules/isinf-tests: New file.
21943         * modules/math: Add substitutions for new module.
21944         * tests/test-isinf.c: New file.
21945         * doc/posix-functions/isinf.texi: Mention new module.
21946         * MODULES.html.sh: Mention new module.
21947
21948 2008-07-14  Ben Pfaff  <blp@gnu.org>
21949
21950         Factor out some macros for use by additional modules.
21951         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
21952         exponentf.m4.
21953         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
21954         exponentd.m4.
21955         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
21956         file exponentl.m4.
21957         * m4/exponentf.m4: New file.
21958         * m4/exponentd.m4: New file.
21959         * m4/exponentl.m4: New file.
21960         * modules/isnanf: Use new file m4/exponentf.m4.
21961         * modules/isnand: Use new file m4/exponentd.m4.
21962         * modules/isnanl: Use new file m4/exponentl.m4.
21963
21964 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
21965
21966         mktime.c: normalize tp->tm_isdst value to -1/0/1.
21967         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
21968         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
21969         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
21970
21971         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
21972         readlink on platforms without PATH_MAX.
21973
21974 2008-07-21  Eric Blake  <ebb9@byu.net>
21975
21976         Warn, not fail, on stale version.
21977         * top/GNUmakefile (_curr-ver): Tone down previous patch.
21978
21979         Don't allow installation with stale devel version number.
21980         * top/GNUmakefile (_is-install-target): New macro.
21981         (_curr-ver): Forbid installation with stale version number.
21982
21983 2008-07-20  Bruno Haible  <bruno@clisp.org>
21984
21985         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
21986         TESTS_ENVIRONMENT.
21987         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
21988
21989 2008-07-20  Bruno Haible  <bruno@clisp.org>
21990
21991         * lib/c-stack.h (c_stack_action): Add documentation.
21992         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
21993
21994 2008-07-20  Bruno Haible  <bruno@clisp.org>
21995
21996         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
21997         * modules/readlink (License): Likewise.
21998
21999 2008-07-17  Eric Blake  <ebb9@byu.net>
22000
22001         * modules/c-stack (Link): Fix typo.
22002
22003         Make c-stack use libsigsegv, when available.
22004         * modules/c-stack (Depends-on): Add libsigsegv.
22005         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
22006         needed.
22007         * lib/c-stack.c (SIGSTKSZ): Define fallback.
22008         (segv_handler, overflow_handler, c_stack_action)
22009         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
22010         implementation when libsigsegv is available, but only when using
22011         the library is necessary.
22012         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
22013         comment, explaining why XSI check fails on Linux.
22014         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
22015         * tests/test-c-stack2.sh: Tweak skip message.
22016         * NEWS: Document new link-time requirements.
22017
22018 2008-07-16  Eric Blake  <ebb9@byu.net>
22019
22020         c-stack: Expose false positives when not using libsigsegv.
22021         * modules/c-stack-tests (Files): Expand test.
22022         * tests/test-c-stack.c (main): Add means to conditionally trigger
22023         non-overflow SIGSEGV.
22024         * tests/test-c-stack2.sh: New file.
22025
22026 2008-07-14  Bruno Haible  <bruno@clisp.org>
22027
22028         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
22029         Reported by Eric Blake.
22030
22031 2008-07-14  Sam Steingold  <sds@gnu.org>
22032             Bruno Haible  <bruno@clisp.org>
22033
22034         New module libsigsegv.
22035         * modules/libsigsegv: New file.
22036         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
22037         modifications.
22038         * MODULES.html.sh (Signal handling): New section.
22039
22040 2008-07-14  Bruno Haible  <bruno@clisp.org>
22041
22042         * modules/unictype/ctype-* (Description): Add the word "function".
22043         Improves the resulting doc in MODULES.html.
22044
22045 2008-07-12  Ben Pfaff  <blp@gnu.org>
22046
22047         Add longlong module.
22048         * modules/longlong: New file.
22049
22050 2008-07-12  Bruno Haible  <bruno@clisp.org>
22051
22052         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
22053         to empty.
22054
22055 2008-07-10  Ben Pfaff  <blp@gnu.org>
22056
22057         Add isnan module.
22058         * doc/posix-functions/isnan.texi: Mention new module.
22059         * lib/math.in.h: Define isnan macro if we have decided to replace
22060         it.
22061         * m4/isnan.m4: New file.
22062         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
22063         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
22064         also.
22065         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
22066         redundancy.
22067         * m4/math_h.m4: Initialize and substitute variables for isnan
22068         module.
22069         * modules/isnan: New file.
22070         * modules/isnan-tests: New file.
22071         * modules/math: Add substitutions for new module.
22072         * tests/test-isnan.c: New file.
22073         * MODULES.html.sh: Mention new module.
22074
22075 2008-07-10  Ben Pfaff  <blp@gnu.org>
22076
22077         Add isnanf module.
22078         * lib/isnanf.m4: New file.
22079         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
22080         (gl_HAVE_ISNANF_IN_LIBM): New macro.
22081         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
22082         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
22083         * modules/isnanf: New file.
22084         * modules/isnanf-tests: New file.
22085         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
22086         files.
22087         * tests/test-isnanf-nolibm.c: factored most of its contents into
22088         new file tests/test-isnanf.h.
22089         * tests/test-isnanf.h: New file.
22090         * tests/test-isnanf.c: New file.
22091         * MODULES.html.sh: Mention new module.
22092         * doc/glibc-functions/isnanf.texi: Mention new module.
22093
22094 2008-07-10  Ben Pfaff  <blp@gnu.org>
22095
22096         Add isnand module.
22097         * lib/isnand.h: New file.
22098         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
22099         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
22100         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
22101         functionality also.
22102         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
22103         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
22104         (gl_HAVE_ISNAND_IN_LIBM): New macro.
22105         * modules/isnand: New file.
22106         * modules/isnand-tests: New file.
22107         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
22108         files.
22109         * tests/test-isnand-nolibm.c: factored most of its contents into
22110         new file tests/test-isnand.h.
22111         * tests/test-isnand.h: New file.
22112         * tests/test-isnand.c: New file.
22113         * MODULES.html.sh: Mention new module.
22114
22115 2008-07-10  Ben Pfaff  <blp@gnu.org>
22116
22117         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
22118         * lib/isnand.h: Rename lib/isnand-nolibm.h.
22119         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
22120         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
22121         * modules/isnanf-nolibm: Update references to renamed files.
22122         * modules/isnand-nolibm: Likewise.
22123         * modules/isnanf-nolibm-tests: Likewise.
22124         * modules/isnand-nolibm-tests: Likewise.
22125         * lib/frexp.c: Likewise.
22126         * lib/isfinite.c: Likewise.
22127         * lib/signbitd.c: Likewise.
22128         * lib/signbitf.c: Likewise.
22129         * lib/vasnprintf.c: Likewise.
22130         * tests/test-ceilf1.c: Likewise.
22131         * tests/test-ceilf2.c: Likewise.
22132         * tests/test-floorf1.c: Likewise.
22133         * tests/test-floorf2.c: Likewise.
22134         * tests/test-frexp.c: Likewise.
22135         * tests/test-round1.c: Likewise.
22136         * tests/test-round2.c: Likewise.
22137         * tests/test-roundf1.c: Likewise.
22138         * tests/test-strtod.c: Likewise.
22139         * tests/test-trunc1.c: Likewise.
22140         * tests/test-trunc2.c: Likewise.
22141         * tests/test-truncf1.c: Likewise.
22142         * tests/test-truncf2.c: Likewise.
22143         * NEWS: Mention the renamed header files.
22144
22145 2008-07-11  Jim Meyering  <meyering@redhat.com>
22146
22147         vc-list-files: make the last-resort awk code more portable
22148         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
22149         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
22150         does not support it.
22151
22152 2008-07-10  Eric Blake  <ebb9@byu.net>
22153
22154         Work with tar's bootstrap.
22155         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
22156         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
22157         an m4 comment.
22158
22159 2008-07-09  Jim Meyering  <meyering@redhat.com>
22160
22161         posix-shell.m4: fix typo that made this test malfunction
22162         * m4/posix-shell.m4: Remove capitalization in variable name.
22163
22164 2008-07-08  Bruno Haible  <bruno@clisp.org>
22165
22166         * m4/onceonly.m4: Update comments.
22167         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22168
22169 2008-07-04  Jim Meyering  <meyering@redhat.com>
22170
22171         * users.txt: Add vc-dwim.
22172         (bison, coreutils): Use the gitweb URL.
22173
22174 2008-07-03  Jim Meyering  <meyering@redhat.com>
22175
22176         * users.txt: Add libffcall.  From Sam Steingold.
22177
22178 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
22179
22180         getdate.y: do not ignore TZ with relative day, month or year offset
22181         * lib/getdate.y (get_date): Move the tz-handling block to follow the
22182         relative-date-handling, since otherwise, the latter would clobber the
22183         sole output (an updated Start value) of the tz-handling block.
22184         * tests/test-getdate.c: Tests for the fix
22185
22186 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22187
22188         Recognize 'foo_LIBRARIES += libgnu.a'.
22189         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
22190         makefile snippet has already specified an installation location,
22191         also using '+='.
22192
22193 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
22194
22195         getdate.y: factor out common actions
22196         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
22197         Use them in place of open-coded actions.
22198
22199 2008-07-01  Simon Josefsson  <simon@josefsson.org>
22200
22201         Add self-test for getdate module.
22202         * modules/getdate-tests: New file.
22203         * tests/test-getdate.c: New file.
22204
22205 2008-06-29  Bruno Haible  <bruno@clisp.org>
22206
22207         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
22208         .gitignore.
22209         Reported by Sylvain Beucler <beuc@beuc.net>.
22210
22211 2008-06-29  Bruno Haible  <bruno@clisp.org>
22212
22213         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
22214         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
22215
22216 2008-06-29  Bruno Haible  <bruno@clisp.org>
22217
22218         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
22219         EXTRA_DIST.
22220         Reported by Sylvain Beucler <beuc@beuc.net>.
22221
22222 2008-06-26  Jim Meyering  <meyering@redhat.com>
22223
22224         make several modules depend on the "open" module
22225         This provides slightly increased consistency when opening-for-write
22226         the name of a non-directory spelled with a trailing slash.
22227         * modules/chdir-safer: Likewise.
22228         * modules/chown: Likewise.
22229         * modules/clean-temp: Likewise.
22230         * modules/copy-file: Likewise.
22231         * modules/fchdir: Likewise.
22232         * modules/fcntl-safer: Likewise.
22233         * modules/pipe: Likewise.
22234         * modules/utime: Likewise.
22235         Prompted by Eric Blake and Bruno Haible.
22236
22237 2008-06-24  Andreas Schwab  <schwab@suse.de>
22238
22239         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
22240         literals can be used as initializers for global variables.
22241
22242 2008-06-23  Eric Blake  <ebb9@byu.net>
22243
22244         Make gnulib-cache.m4 easier to diff.
22245         * gnulib-tool (func_import): Allow newlines when reading cached
22246         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
22247
22248 2008-06-23  Bruno Haible  <bruno@clisp.org>
22249
22250         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
22251         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
22252         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
22253         m4/signalblocking.m4.
22254         (gl_PREREQ_SIGACTION): Don't invoke it.
22255         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
22256         gl_PREREQ_SIG_HANDLER_H.
22257         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
22258         Don't check for sigaction here.
22259
22260 2008-06-23  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
22263         (install_handlers): Don't set the SA_RESETHAND flag.
22264
22265 2008-06-23  Bruno Haible  <bruno@clisp.org>
22266
22267         * m4/sigaction.m4: Comment fixes.
22268         * lib/signal.in.h: Likewise.
22269
22270 2008-06-23  Eric Blake  <ebb9@byu.net>
22271
22272         Fix typo.
22273         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
22274
22275         Avoid SA_ namespace.
22276         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
22277         Reported by Ralf Wildenhues.
22278
22279         Avoid test failure due to SA_RESTORER.
22280         * tests/test-sigaction.c (SA_MASK): New macro.
22281         (main): Avoid failing due to extension flags being set.
22282         Reported by Jim Meyering.
22283
22284         Revert use of sig-handler.h in sigprocmask.c.
22285         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
22286         it requires the existence of struct sigaction.
22287         * lib/sigprocmask.c (handler_t): Restore typedef.
22288         (rpl_signal, old_handlers): Use local type.
22289
22290 2008-06-22  Bruno Haible  <bruno@clisp.org>
22291
22292         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
22293         conditionally.
22294         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22295
22296 2008-06-22  Bruno Haible  <bruno@clisp.org>
22297
22298         * doc/posix-functions/siginterrupt.texi: Move note.
22299
22300         * lib/signal.in.h (SA_RESTART): New macro.
22301         * lib/sigaction.c: Update comment.
22302
22303         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
22304
22305         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
22306         (gl_PREREQ_SIGPROCMASK): Invoke it.
22307         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
22308
22309         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
22310
22311         * lib/sigprocmask.c: Update a comment.
22312
22313 2008-06-21  Eric Blake  <ebb9@byu.net>
22314
22315         Use sigaction module rather than signal().
22316         * modules/c-stack (Depends-on): Add sigaction.
22317         * modules/fatal-signal (Depends-on): Likewise.
22318         * modules/nanosleep (Depends-on): Likewise.
22319         * modules/sigprocmask (Files): Add sig-handler.h.
22320         * modules/sigaction (Files): Likewise.
22321         * lib/sig-handler.h (get_handler): New file, suggested by Paul
22322         Eggert.
22323         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
22324         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
22325         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
22326         (init_fatal_signals): Likewise.
22327         * lib/nanosleep.c (rpl_nanosleep): Likewise.
22328         (siginterrupt): Delete fallback.
22329         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
22330         instead.
22331         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
22332         siginterrupt.
22333
22334         New module sigaction, for mingw.
22335         * modules/sigaction: New module...
22336         * modules/sigaction-tests: ...and its test.
22337         * m4/sigaction.m4: New file.
22338         * lib/sigaction.c: Likewise.
22339         * tests/test-sigaction.c: Likewise.
22340         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
22341         * modules/signal (Makefile.am): Likewise.
22342         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
22343         needed.
22344         * doc/posix-headers/signal.texi (signal.h): Mention provided
22345         types.
22346         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
22347         that sigaction is preferable.
22348         * doc/posix-functions/sigaction.texi (sigaction): Mention new
22349         module.
22350         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22351         sigaction.
22352
22353         Improve robustness of sigprocmask by overriding signal.
22354         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
22355         is in use.
22356         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
22357         (SIGKILL, SIGSTOP): Provide fallbacks.
22358         (rpl_signal): Implement.
22359         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
22360         signal can be called inside handlers.
22361
22362         Fix nanosleep module on mingw.
22363         * modules/nanosleep (Depends-on): Add sys_select.
22364         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
22365
22366         Fix licensing of sigprocmask.
22367         * modules/raise (License): Relicense as LGPL.
22368
22369 2008-06-21  Bruno Haible  <bruno@clisp.org>
22370
22371         * lib/propername.c (proper_name_utf8): Don't use the transliterated
22372         result if it contains question marks.
22373         Reported by Michael Geng <linux@michaelgeng.de>.
22374
22375 2008-06-19  Bruno Haible  <bruno@clisp.org>
22376
22377         Fix CVS-ism.
22378         * doc/gnulib.texi: Include updated-stamp.texi.
22379         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
22380         (updated-stamp.texi): New rule.
22381         (gnulib.info): Depend on it.
22382         * doc/.gitignore: Add updated-stamp.texi.
22383         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
22384
22385 2008-06-19  Bruno Haible  <bruno@clisp.org>
22386
22387         * doc/Makefile (gnulib.info): Update and simplify dependencies.
22388         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22389
22390 2008-06-19  Eric Blake  <ebb9@byu.net>
22391
22392         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
22393         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
22394         Reported by Stepan Kasal.
22395
22396 2008-06-18  Bruno Haible  <bruno@clisp.org>
22397
22398         * lib/fatal-signal.c (init_fatal_signals): Add comment.
22399         Reported by Eric Blake.
22400
22401 2008-06-18  Eric Blake  <ebb9@byu.net>
22402
22403         Work around cygwin 1.5.25 strsignal bug.
22404         * tests/test-strsignal.c: Allow for const char *.
22405         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
22406
22407 2008-06-18  Simon Josefsson  <simon@josefsson.org>
22408
22409         * users.txt: Update URL to article and add author/date
22410         information.
22411
22412 2008-06-17  Bruno Haible  <bruno@clisp.org>
22413
22414         New macro gl_DISABLE_THREADS.
22415         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
22416         if the user did not pass --enable-threads or --disable-threads option.
22417         (gl_DISABLE_THREADS): New macro.
22418         Reported by Eric Blake <ebb9@byu.net>.
22419
22420 2008-06-17  Bruno Haible  <bruno@clisp.org>
22421
22422         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
22423         when the macro ignores it.
22424         Based on a patch by Eric Blake <ebb9@byu.net>.
22425
22426 2008-06-17  Bruno Haible  <bruno@clisp.org>
22427
22428         * modules/tls (License): Change to LGPLv2+.
22429         Reported by Eric Blake.
22430
22431 2008-06-17  Eric Blake  <ebb9@byu.net>
22432
22433         Simplify c-stack prerequisites.
22434         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
22435         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
22436         no longer requires <ucontext.h> to exist.  Optimize setrlimit
22437         check.
22438         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
22439         <sys/resource.h>.
22440
22441         Move c-stack test into testsuite.
22442         * modules/c-stack-tests: New file.
22443         * lib/c-stack.c [DEBUG]: Move test program...
22444         * tests/test-c-stack.c: ...into this new file.  Skip rather than
22445         fail test if sigaltstack is lacking.
22446         * tests/test-c-stack.sh: New driver file.
22447
22448 2008-06-16  Eric Blake  <ebb9@byu.net>
22449
22450         Use raise module consistently.
22451         * modules/fatal-signal (Depends-on): Add raise.
22452         * modules/sigprocmask (Depends-on): Likewise.
22453         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
22454         * lib/sigprocmask.c (sigprocmask): Likewise.
22455         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
22456         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
22457
22458         Fix compliance bug in sigpending.
22459         * lib/sigprocmask.c (sigpending): Return pending array via
22460         parameter, not return value.
22461
22462 2008-06-14  Eric Blake  <ebb9@byu.net>
22463
22464         Improve obstack-printf test code.
22465         * tests/test-obstack-printf.c (test_function): Fix comment, and
22466         simplify usage of obstack_* in macros.  Add a test for coverage.
22467         Reported by Bruno Haible.
22468
22469 2008-06-14  Bruno Haible  <bruno@clisp.org>
22470
22471         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
22472         array size as a constant, not as a const variable.
22473         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
22474         AC_USE_SYSTEM_EXTENSIONS.
22475         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
22476         Test whether the obstack_printf function actually exists.
22477         * modules/obstack-printf (Depends-on): Add extensions.
22478         (Include): Remove obstack.h.
22479         * modules/obstack-printf-posix (Depends-on): Add extensions.
22480         (Include): Remove obstack.h.
22481
22482 2008-06-13  Eric Blake  <ebb9@byu.net>
22483
22484         Add obstack-printf and obstack-printf-posix modules.
22485         * modules/obstack-printf: New file.
22486         * modules/obstack-printf-posix: Likewise.
22487         * MODULES.html.sh (Misc): Mention them.
22488         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
22489         Likewise.
22490         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
22491         Likewise.
22492         * modules/stdio (Makefile.am): Accomodate new modules.
22493         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22494         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
22495         Declare.
22496         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
22497         functions.
22498         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
22499         (gl_REPLACE_OBSTACK_PRINTF): New macros
22500         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
22501         * tests/test-obstack-printf.c: New file.
22502         * modules/obstack-printf-tests: Likewise.
22503         * modules/obstack-printf-posix-tests: Likewise.
22504
22505 2008-06-11  Bruno Haible  <bruno@clisp.org>
22506
22507         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
22508         * lib/open.c: Include errno.h.
22509         (open): Fail when attempting to write to a file that has a trailing
22510         slash.
22511         * tests/test-open.c (main): Test against trailing slash bug.
22512         * doc/posix-functions/open.texi: Mention the trailing slash bug.
22513
22514 2008-06-10  Bruno Haible  <bruno@clisp.org>
22515
22516         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
22517         for $? to work inside the trap command, with various /bin/sh-s.
22518         * tests/test-vc-list-files-cvs.sh: Likewise.
22519
22520 2008-06-10  Bruno Haible  <bruno@clisp.org>
22521
22522         * lib/acl-internal.h: Don't include gettext.h here.
22523         * lib/set-mode-acl.c: Include gettext.h here.
22524         * lib/copy-acl.c: Likewise.
22525
22526 2008-06-10  Bruno Haible  <bruno@clisp.org>
22527
22528         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
22529         * lib/wait-process.c (wait_subprocess): Likewise.
22530         * lib/execute.h (execute): Add termsigp argument.
22531         * lib/execute.c (execute): Likewise.
22532         * lib/csharpcomp.c (compile_csharp_using_pnet,
22533         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
22534         * lib/csharpexec.c (execute_csharp_using_pnet,
22535         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
22536         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
22537         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
22538         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
22539         is_jikes_present): Update.
22540         * lib/javaexec.c (execute_java_class): Update.
22541         * lib/javaversion.c (execute_and_read_line): Update.
22542         * NEWS: Document the changes.
22543         Reported by Eric Blake.
22544
22545 2008-06-10  Eric Blake  <ebb9@byu.net>
22546
22547         Add missing include.
22548         * tests/test-strstr.c (includes): Add <signal.h>.
22549         * tests/test-strcasestr.c (includes): Likewise.
22550         * tests/test-memmem.c (includes): Likewise.
22551
22552 2008-06-10  Bruno Haible  <bruno@clisp.org>
22553
22554         * lib/wait-process.c (wait_subprocess): Add an assertion.
22555
22556 2008-06-10  Bruno Haible  <bruno@clisp.org>
22557
22558         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
22559
22560 2008-06-10  Bruno Haible  <bruno@clisp.org>
22561
22562         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
22563         using alarm().
22564         * tests/test-strcasestr.c (main): Likewise.
22565         * tests/test-strstr.c (main): Likewise.
22566
22567 2008-06-09  Bruno Haible  <bruno@clisp.org>
22568
22569         Work around the Solaris 10 ACE ACLs ABI change.
22570         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
22571         declare if ACL_NO_TRIVIAL is present.
22572         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
22573         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
22574         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
22575         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
22576         define if ACL_NO_TRIVIAL is present.
22577         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
22578         and use the current ABI.
22579         (file_has_acl): Use same #if condition as elsewhere.
22580         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
22581         in use, and use the current ABI.
22582         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
22583         Reported by Jim Meyering.
22584
22585 2008-06-09  Eric Blake  <ebb9@byu.net>
22586
22587         Work around environments that (stupidly) ignore SIGALRM.
22588         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
22589         before using alarm().
22590         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22591         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
22592         Reported by Ian Beckwith <ianb@erislabs.net>.
22593
22594         Produce autobuild blurb earlier in log.
22595         * modules/autobuild (configure.ac-early): Move AB_INIT here.
22596
22597 2008-06-09  Jim Meyering  <meyering@redhat.com>
22598         and Ondřej Vašík  <ovasik@redhat.com>
22599
22600         utimens.c: correct kernel bug work-around
22601         Ondřej Vašík found that the invalid return value of 280 indicates
22602         failure, not success, and the kernel bug we're trying to work
22603         around affects not just the utimensat call, but also the fallback
22604         futimens call.
22605         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
22606         not success.
22607         [HAVE_FUTIMENS]: Use the same work-around, here.
22608
22609 2008-06-09  Jim Meyering  <meyering@redhat.com>
22610
22611         add more guards around definition of ACE_-related code
22612         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
22613         ALLOW and ACE_OWNER are also defined.
22614
22615 2008-06-08  Bruno Haible  <bruno@clisp.org>
22616
22617         * lib/acl-internal.h: Add me as co-author.
22618         * lib/file-has-acl.c: Likewise.
22619         * lib/set-mode-acl.c: Likewise.
22620         * lib/copy-acl.c: Likewise.
22621
22622 2008-06-08  Bruno Haible  <bruno@clisp.org>
22623
22624         Add support for AIX ACLs.
22625         * lib/acl-internal.h (acl_nontrivial): New declaration.
22626         * lib/file-has-acl.c (acl_nontrivial): New function.
22627         (file_has_acl): Add implementation using AIX 4 ACL API.
22628         * lib/set-mode-acl.c (qset_acl): Likewise.
22629         * lib/copy-acl.c (qcopy_acl): Likewise.
22630
22631 2008-06-08  Bruno Haible  <bruno@clisp.org>
22632
22633         Add support for HP-UX ACLs.
22634         * lib/acl-internal.h (acl_nontrivial): New declaration.
22635         * lib/file-has-acl.c (acl_nontrivial): New function.
22636         (file_has_acl): Add implementation using HP-UX 11 ACL API.
22637         * lib/set-mode-acl.c (qset_acl): Likewise.
22638         * lib/copy-acl.c (qcopy_acl): Likewise.
22639
22640 2008-06-08  Bruno Haible  <bruno@clisp.org>
22641
22642         Add support for Cygwin ACLs.
22643         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
22644         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
22645         the chmod_or_fchmod call.
22646         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
22647
22648 2008-06-08  Bruno Haible  <bruno@clisp.org>
22649
22650         Fix bug with setuid modes in Solaris 10+ code.
22651         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
22652         succeeded, when the mode contains some special bits.
22653
22654 2008-06-08  Bruno Haible  <bruno@clisp.org>
22655
22656         Add support for Solaris 7..10 ACLs.
22657         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
22658         declarations.
22659         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
22660         functions.
22661         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
22662         * lib/set-mode-acl.c (qset_acl): Likewise.
22663         * lib/copy-acl.c (qcopy_acl): Likewise.
22664
22665 2008-06-08  Bruno Haible  <bruno@clisp.org>
22666
22667         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
22668         declaration.
22669         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
22670         (acl_access_nontrivial): Remove MacOS X case.
22671         (file_has_acl): Use acl_extended_nontrivial.
22672         * lib/copy-acl.c (qcopy_acl): Likewise.
22673
22674 2008-06-08  Bruno Haible  <bruno@clisp.org>
22675
22676         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
22677
22678 2008-06-08  Jim Meyering  <meyering@redhat.com>
22679
22680         * modules/acl (Maintainer): Add Bruno Haible.
22681
22682 2008-06-07  Bruno Haible  <bruno@clisp.org>
22683
22684         Improve support for Tru64 ACLs.
22685         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
22686         ACL on OSF/1.
22687
22688 2008-06-07  Bruno Haible  <bruno@clisp.org>
22689
22690         Add support for MacOS X ACLs.
22691         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
22692         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
22693         * lib/set-mode-acl.c (qset_acl): Likewise.
22694         * lib/copy-acl.c (qcopy_acl): Likewise.
22695
22696 2008-06-07  Bruno Haible  <bruno@clisp.org>
22697
22698         Fix memory leak introduced on 2008-05-22.
22699         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
22700         use.
22701
22702 2008-06-07  Bruno Haible  <bruno@clisp.org>
22703
22704         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
22705         to construct an empty ACL.
22706
22707 2008-06-07  Bruno Haible  <bruno@clisp.org>
22708
22709         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
22710         precisely.
22711         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
22712
22713 2008-06-07  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
22716         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
22717
22718 2008-06-07  Bruno Haible  <bruno@clisp.org>
22719
22720         * doc/posix-functions/_setjmp.texi: Explain the use of this function
22721         regardless of POSIX.
22722         * doc/posix-functions/_longjmp.texi: Likewise.
22723         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
22724         SystemV platform in this case.
22725
22726 2008-06-06  Eric Blake  <ebb9@byu.net>
22727
22728         Document abort() bugs.
22729         * doc/posix-functions/abort.texi (abort): Mention anomalies.
22730
22731         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
22732         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
22733         sigsetjmp.
22734         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
22735         siglongjmp, but only as a macro.
22736         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
22737         is obsolete.
22738         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
22739
22740         Tweak documentation to cover cygwin argz bugs.
22741         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
22742         argz bug fix; no code change needed since no cygwin releases
22743         occurred between the last fix and the bug being tested.
22744         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
22745         module and recently fixed cygwin bugs.
22746         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
22747         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
22748         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
22749         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
22750         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
22751         Likewise.
22752         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
22753         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
22754         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
22755         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
22756         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
22757         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
22758         Likewise.
22759
22760         Avoid gcc warning on cygwin.
22761         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
22762         !ACL_NO_TRIVIAL]: Avoid unused variable.
22763
22764 2008-06-05  Eric Blake  <ebb9@byu.net>
22765
22766         Be tolerant of UNKNOWN version in gnulib-tool test dir.
22767         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
22768         git-version-gen fails to come up with a version.
22769         Reported by Simon Josefsson.
22770
22771 2008-06-05  Jim Meyering  <meyering@redhat.com>
22772             Paul Eggert  <eggert@cs.ucla.edu>
22773
22774         utimens.c: work around a probable Linux kernel bug
22775         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
22776         appears to be a kernel bug that causes utimensat to return 280
22777         instead of 0, indicating success.
22778
22779 2008-06-04  Bruno Haible  <bruno@clisp.org>
22780
22781         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
22782         2008-06-01 commit.
22783
22784 2008-06-04  Bruno Haible  <bruno@clisp.org>
22785
22786         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
22787         * lib/file-has-acl.c (acl_access_nontrivial): New function.
22788         (file_has_acl): Use it. Save errno afterwards.
22789         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
22790
22791 2008-06-03  Bruno Haible  <bruno@clisp.org>
22792
22793         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
22794         draft code. Simplify #ifs.
22795         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
22796         Put Solaris code after POSIX-draft code. Fix comments regarding
22797         Solaris 10, HP-UX. Mention Cygwin.
22798         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
22799
22800 2008-06-03  Eric Blake  <ebb9@byu.net>
22801
22802         Provide fallback for older kernels.
22803         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
22804         Provide runtime fallback if kernel lacks support.
22805         Reported by Mike Frysinger.
22806
22807 2008-06-02  Bruno Haible  <bruno@clisp.org>
22808
22809         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
22810         it exists.
22811
22812 2008-06-02  Bruno Haible  <bruno@clisp.org>
22813
22814         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
22815         * lib/copy-acl.c (qcopy_acl): Update comment.
22816
22817 2008-06-02  Bruno Haible  <bruno@clisp.org>
22818
22819         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
22820         like ACL APIs.
22821
22822 2008-06-02  Bruno Haible  <bruno@clisp.org>
22823
22824         * tests/test-file-has-acl.sh: Use different code for Cygwin.
22825         * tests/test-set-mode-acl.sh: Likewise.
22826         * tests/test-copy-acl.sh: Likewise.
22827         * tests/test-copy-file.sh: Likewise.
22828
22829 2008-06-02  Bruno Haible  <bruno@clisp.org>
22830
22831         * tests/test-file-has-acl.sh: Remove unused code.
22832
22833 2008-06-01  Bruno Haible  <bruno@clisp.org>
22834
22835         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
22836         (copy_acl): Just a wrapper around qcopy_acl that emits the error
22837         messages.
22838         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
22839
22840 2008-06-01  Bruno Haible  <bruno@clisp.org>
22841
22842         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
22843         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
22844         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
22845         APIs.
22846         * modules/acl-tests (configure.ac): Remove tests now contained in
22847         m4/acl.m4.
22848
22849 2008-06-02  Jim Meyering  <meyering@redhat.com>
22850
22851         announce-gen: use a better key-server host name
22852         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
22853         it may be more consistently reliable.  Suggested by Werner Koch
22854         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
22855
22856 2008-06-01  Bruno Haible  <bruno@clisp.org>
22857
22858         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
22859         Reported by Voroskoi Andras <voroskoi@gmail.com>.
22860
22861 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
22862
22863         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
22864
22865 2008-06-01  Bruno Haible  <bruno@clisp.org>
22866
22867         New ACL tests.
22868         * tests/test-file-has-acl.sh: New file.
22869         * tests/test-file-has-acl.c: New file.
22870         * tests/test-set-mode-acl.sh: New file.
22871         * tests/test-set-mode-acl.c: New file.
22872         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
22873         * tests/test-copy-acl.c: New file.
22874         * modules/acl-tests: New file, based on modules/copy-file-tests.
22875         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
22876         (Depends-on): Add acl-tests.
22877         (configure.ac): Remove checks.
22878         (Makefile.am): Don't create test-sameacls program here any more.
22879
22880 2008-06-01  Bruno Haible  <bruno@clisp.org>
22881
22882         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
22883         * tests/test-sameacls.c: Include progname.h.
22884         (main): Invoke set_program_name. Portability fixes for MacOS X,
22885         Solaris, HP-UX.
22886
22887 2008-06-01  Bruno Haible  <bruno@clisp.org>
22888
22889         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
22890         function.
22891         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
22892
22893 2008-06-01  Bruno Haible  <bruno@clisp.org>
22894
22895         * modules/rpmatch (Depends-on): Add strdup.
22896
22897 2008-06-01  Bruno Haible  <bruno@clisp.org>
22898
22899         * lib/pipe.c: Include unistd-safer.h.
22900         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
22901         * modules/pipe (Depends-on): Add unistd-safer.
22902
22903 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22904
22905         * modules/autobuild (configure.ac): Call AB_INIT.
22906
22907 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22908
22909         * tests/test-getaddrinfo.c: Don't print debug messages by default.
22910         Suggested by Bruno Haible <bruno@clisp.org>.
22911
22912 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22913
22914         * tests/test-base64.c: Cast size_t to unsigned long when invoking
22915         printf.  Use %lu instead of %d.  Reported by Bruno Haible
22916         <bruno@clisp.org>.
22917
22918 2008-05-29  Eric Blake  <ebb9@byu.net>
22919
22920         Prefer new POSIX 200x interfaces over futimesat.
22921         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
22922         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
22923         when available.
22924         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
22925
22926 2008-05-28  Bruno Haible  <bruno@clisp.org>
22927
22928         * modules/stpcpy (License): Change to LGPLv2+.
22929         Requested by David Lutterkort <dlutter@redhat.com>.
22930
22931 2008-05-27  Bruno Haible  <bruno@clisp.org>
22932
22933         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
22934         current mingw.
22935         Reported by Jose E. Marchesi <jemarch@gnu.org>.
22936
22937 2008-05-27  Bruno Haible  <bruno@clisp.org>
22938
22939         * modules/iconv_open (Link): New section, from module 'iconv'.
22940         * modules/striconv (Link): Likewise.
22941         * modules/striconveh (Link): Likewise.
22942         * modules/xstriconv (Link): Likewise.
22943         * modules/unicodeio (Link): Likewise.
22944         * modules/propername (Link): Likewise.
22945         Reported by Jim Meyering.
22946
22947 2008-05-26  Jim Meyering  <meyering@redhat.com>
22948
22949         sha256: do not artificially restrict buffer length to be < 2^32
22950         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
22951         uint32_t to size_t.
22952         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
22953         to match.
22954
22955         avoid unaligned access errors, e.g., on sparc
22956         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
22957         direct access through a possibly-unaligned uint64* pointer.
22958         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
22959         direct access through a possibly-unaligned uint32* pointer.
22960         Prompted by this patch from Tom "spot" Callaway:
22961         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
22962
22963         sha512.c: fix typo in comment
22964         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
22965
22966 2008-05-25  Bruno Haible  <bruno@clisp.org>
22967
22968         * lib/set-mode-acl.c: Renamed from lib/acl.c.
22969         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
22970         (Makefile.am): Update lib_SOURCES.
22971
22972 2008-05-25  Bruno Haible  <bruno@clisp.org>
22973
22974         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
22975
22976 2008-05-25  Jim Meyering  <meyering@redhat.com>
22977
22978         useless-if-before-free: freed expr may have white-space differences
22979         * build-aux/useless-if-before-free: Recognize cases in which the
22980         freed expression differs from the tested one in embedded white
22981         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
22982         $1 was used, so we can't make any regexp shy.  Improved tests now
22983         detect this.
22984
22985         useless-if-before-free: accept white space in the expression.
22986         * build-aux/useless-if-before-free: For now, any white space
22987         in the expression must be identical in the free argument.
22988
22989         useless-if-before-free: efficiency tweak
22990         * build-aux/useless-if-before-free: Make the expression-matching
22991         regexp "shy".
22992         Make the *outer* regexp shy, not the expr-matching one.
22993
22994         update code-in-comment to accept cast of free arg
22995         * build-aux/useless-if-before-free: Update regexp.
22996
22997 2008-05-25  Bruno Haible  <bruno@clisp.org>
22998
22999         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
23000         * modules/copy-file-tests (Files, Makefile.am): Update.
23001         * tests/test-copy-file.c (func_test_copy): Update.
23002
23003 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
23004
23005         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
23006
23007 2008-05-23  Bruno Haible  <bruno@clisp.org>
23008
23009         Improve support for ACLs on OSF/1.
23010         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
23011         Remove fallback for unknown flavors of ACLs.
23012
23013 2008-05-22  Bruno Haible  <bruno@clisp.org>
23014
23015         Add support for ACLs on OSF/1.
23016         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
23017         replacements.
23018         (acl_free_text): New macro fallback.
23019         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
23020         acl_free.
23021         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
23022         acl_free_text function. Require AC_C_INLINE.
23023
23024 2008-05-22  Bruno Haible  <bruno@clisp.org>
23025
23026         Make copy_acl work on MacOS X 10.5.
23027         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
23028         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
23029         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
23030         If MODE_INSIDE_ACL, don't assume that every system has the same text
23031         representation for ACLs as FreeBSD.
23032         * lib/copy-acl.c (copy_acl): Add support for platforms with
23033         !MODE_INSIDE_ACL.
23034         * lib/file-has-acl.c (file_has_acl): Likewise.
23035         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
23036         FreeBSD, MacOS X, or IRIX, respectively.
23037
23038 2008-05-22  Bruno Haible  <bruno@clisp.org>
23039
23040         * lib/acl.h: Don't include <sys/acl.h>.
23041         (GETACLCNT): Move fallback to lib/acl-internal.h.
23042         * lib/acl-internal.h: Include <sys/acl.h> here.
23043         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
23044
23045 2008-05-22  Bruno Haible  <bruno@clisp.org>
23046
23047         Split off copy_acl function to separate file.
23048         * lib/copy-acl.c: New file, extracted from lib/acl.c.
23049         * lib/acl.c (copy_acl): Moved function to separate file.
23050         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
23051         * modules/acl (Files): Add lib/copy-acl.c.
23052         (Makefiles.am): Augment lib_SOURCES.
23053
23054 2008-05-22  Bruno Haible  <bruno@clisp.org>
23055
23056         * modules/copy-file-tests: New file.
23057         * tests/test-copy-file.sh: New file.
23058         * tests/test-copy-file.c: New file.
23059         * tests/test-copy-file-sameacls.c: New file.
23060
23061 2008-05-22  Eric Blake  <ebb9@byu.net>
23062
23063         Avoid gcc warning.
23064         * tests/test-memcmp.c (main): Pass NULL indirectly.
23065
23066 2008-05-21  Bruno Haible  <bruno@clisp.org>
23067
23068         Add reference doc about ACLs.
23069         * doc/acl-resources.txt: New file.
23070         * doc/acl-cygwin.txt: New file.
23071
23072 2008-05-21  Bruno Haible  <bruno@clisp.org>
23073
23074         Avoid one more warning from gcc.
23075         * lib/vasnprintf.c (IF_LINT): Update comments.
23076         (VASNPRINTF): Use it also for the 'prefix' array initializer.
23077
23078 2008-05-21  Jim Meyering  <meyering@redhat.com>
23079
23080         avoid a warning from gcc
23081         * lib/vasnprintf.c (IF_LINT): Define.
23082         (scale10_round_decimal_long_double):
23083         Use it to avoid a "may be used uninitialized" warning.
23084         (scale10_round_decimal_double): Likewise.
23085
23086 2008-05-21  Simon Josefsson  <simon@josefsson.org>
23087
23088         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
23089         declared.
23090
23091 2008-05-20  Bruno Haible  <bruno@clisp.org>
23092
23093         * tests/test-memcmp.c (main): Test also the sign of the result. Test
23094         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
23095
23096 2008-05-20  Simon Josefsson  <simon@josefsson.org>
23097
23098         * modules/memcmp-tests: New file.
23099         * tests/test-memcmp.c: New file.
23100
23101 2008-05-19  Bruno Haible  <bruno@clisp.org>
23102
23103         * modules/propername (Notice, configure.ac): Put quoted "..." into
23104         --keyword option.
23105         * lib/propername.h: Update comments accordingly.
23106         Reported by Eric Blake.
23107
23108 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
23109
23110         * modules/getpass-gnu (Depends-on): Add fseeko.
23111
23112 2008-05-19  Simon Josefsson  <simon@josefsson.org>
23113
23114         * modules/base64-tests: New file.
23115
23116 2008-05-19  Bo Borgerson <gigabo@gmail.com>
23117
23118         * lib/base64.c (base64_decode_ctx): If a decode context structure
23119         was passed in use it to ignore newlines.  If a context structure
23120         was _not_ passed in, continue to treat newlines as garbage (this
23121         is the historical behavior).  Formerly base64_decode.
23122         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
23123         takes a decode context structure.
23124         * lib/base64.h (base64_decode): Macro for four-argument calls.
23125         (base64_decode_alloc): Likewise.
23126         * lib/base64.c (base64_decode_ctx): If a decode context structure
23127         was passed in use it to ignore newlines.  If a context structure
23128         was _not_ passed in, continue to treat newlines as garbage (this
23129         is the historical behavior).  Formerly base64_decode.
23130         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
23131         takes a decode context structure.
23132         * lib/base64.h (base64_decode): Macro for four-argument calls.
23133         (base64_decode_alloc): Likewise.
23134
23135 2008-05-19  Jim Meyering  <meyering@redhat.com>
23136
23137         avoid a warning from gcc
23138         * lib/trim.c (IF_LINT): Define.
23139         (trim2): Use it to avoid a "may be used uninitialized" warning.
23140
23141         Fix doc typo.
23142         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
23143
23144 2008-05-19  Bruno Haible  <bruno@clisp.org>
23145
23146         * doc/glibc-functions/getpass.texi: Document limits of other
23147         implementations.
23148
23149 2008-05-19  Simon Josefsson  <simon@josefsson.org>
23150             Bruno Haible <bruno@clisp.org>
23151
23152         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
23153
23154 2008-05-18  Bruno Haible  <bruno@clisp.org>
23155
23156         * modules/propername: New file, from GNU gettext.
23157         * lib/propername.h: New file, from GNU gettext.
23158         * lib/propername.c: New file, from GNU gettext.
23159         * MODULES.html.sh (Internationalization functions): Add propername.
23160
23161 2008-05-16  Jim Meyering  <meyering@redhat.com>
23162             Bruno Haible  <bruno@clisp.org>
23163
23164         Avoid some warnings from "gcc -Wshadow".
23165         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
23166
23167 2008-05-15  Eric Blake  <ebb9@byu.net>
23168
23169         Extend previous patch to cygwin 1.7.0.
23170         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
23171         fast implementation in cygwin >= 1.7.0.
23172         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23173         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23174
23175 2008-05-15  Bruno Haible  <bruno@clisp.org>
23176
23177         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
23178         implementation in glibc >= 2.9.
23179         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23180         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23181
23182 2008-05-15  Bruno Haible  <bruno@clisp.org>
23183
23184         * MODULES.html.sh (Internationalization functions): Remove linebreak.
23185         (Unicode string functions): Add unilbrk/*.
23186         Reported by Karl Berry.
23187
23188 2008-05-15  Eric Blake  <ebb9@byu.net>
23189
23190         Fix violation of <stdbool.h> replacement in regex.
23191         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
23192         * lib/regexec.c (re_search_internal): Likewise.
23193         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
23194
23195 2008-05-15  Jim Meyering  <meyering@redhat.com>
23196
23197         avoid distracting test output when git or cvs is not found
23198         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
23199         * tests/test-vc-list-files-git.sh: Likewise.
23200
23201 2008-05-15  Eric Blake  <ebb9@byu.net>
23202
23203         Glibc finally accepted the memmem speedup code, bugzilla #5514.
23204         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
23205         glibc version.
23206         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
23207         * doc/posix-functions/strstr.texi (strstr): Likewise.
23208         * lib/str-two-way.h (MAX): Sychronize with glibc.
23209
23210 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
23211
23212         * lib/regcomp.c (optimize_utf8): Add a note on why we test
23213         opr.ctx_type.
23214         (calc_first): Initialize constraint field.
23215         (duplicate_node_closure): Use it instead of special casing ANCHORS.
23216         Fix grammar.
23217         (duplicate_node): Merge constraint field for all node types.
23218         (calc_eclosure_iter): Look at constraint field for all node types.
23219         * lib/regex_internal.c (create_cd_newstate): Don't look at
23220         opr.ctx_type.
23221
23222 2008-05-14  Bruno Haible  <bruno@clisp.org>
23223
23224         Help GCC to do better code generation.
23225         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
23226         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
23227         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
23228         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
23229         Declare with attribute 'malloc' if supported.
23230
23231 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
23232
23233         use "echo STR|wc -c" rather than unportable "expr length STR"
23234         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
23235         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
23236
23237 2008-05-14  Jim Meyering  <meyering@redhat.com>
23238
23239         use dd ibs=$n count=1 ... rather than less-portable head -c$n
23240         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
23241         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
23242         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
23243         via Collin Lasse.
23244
23245 2008-05-14  Eric Blake  <ebb9@byu.net>
23246
23247         Avoid quadratic growth in gl_LIBSOURCES.
23248         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
23249         Suggested by Bruno Haible.
23250
23251         Test xmemdup0.
23252         * modules/xmemdup0-tests: New file.
23253         * tests/test-xmemdup0.c: Likewise.
23254
23255 2008-05-13  Eric Blake  <ebb9@byu.net>
23256
23257         Split xmemdup0 into its own module.
23258         * modules/xmemdup0: New file.
23259         * lib/xmemdup0.h: Likewise.
23260         * lib/xmemdup0.c: Likewise.
23261         * MODULES.html.sh (Memory management functions): Add xmemdup0.
23262         * lib/xalloc.h (xmemdup0): Remove.
23263         * lib/xmalloc.c (xmemdup0): Likewise.
23264
23265 2008-05-13  Eric Blake  <ebb9@byu.net>
23266             Bruno Haible  <bruno@clisp.org>
23267
23268         Reduce number of forks required during autoconf.
23269         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
23270         and gl_LIBSOURCES_DIR.
23271         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
23272         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
23273         m4_syscmd per file.
23274         <m4_foreach_w>: Move...
23275         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
23276
23277 2008-05-13  Eric Blake  <ebb9@byu.net>
23278
23279         * gnulib-tool: Fix various comment typos.
23280
23281 2008-05-12  Bruno Haible  <bruno@clisp.org>
23282
23283         Tailor the linebreaking algorithm.
23284         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
23285
23286 2008-05-12  Bruno Haible  <bruno@clisp.org>
23287
23288         Update to Unicode 5.0.0.
23289         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
23290         LBP_JV, LBP_JT. Redistribute values.
23291         (unilbrk_table): Change size.
23292         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
23293         Unicode TR#14 rev. 22.
23294         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
23295         LBP_JV, LBP_JT. Redistribute values.
23296         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
23297         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
23298         Update.
23299         * lib/unilbrk/lbrkprop1.h: Regenerated.
23300         * lib/unilbrk/lbrkprop2.h: Regenerated.
23301         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
23302         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
23303         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
23304         Likewise.
23305         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
23306         Likewise.
23307         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
23308         result.
23309         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
23310         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
23311         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
23312         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
23313         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
23314         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
23315
23316 2008-05-11  Bruno Haible  <bruno@clisp.org>
23317
23318         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
23319
23320 2008-05-11  Bruno Haible  <bruno@clisp.org>
23321
23322         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
23323         * modules/unilbrk/gen-lbrk: New file.
23324
23325 2008-05-11  Bruno Haible  <bruno@clisp.org>
23326
23327         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
23328         * m4/sha512.m4 (gl_SHA512): Likewise.
23329
23330 2008-05-11  Jim Meyering  <meyering@redhat.com>
23331
23332         New modules: crypto/sha256, crypto/sha512 (from coreutils)
23333         * modules/crypto/sha256: New file.
23334         * modules/crypto/sha512: Likewise.
23335         * lib/sha256.c: Likewise.
23336         * lib/sha256.h: Likewise.
23337         * lib/sha512.c: Likewise.
23338         * lib/sha512.h: Likewise.
23339         * lib/u64.h: Likewise.
23340         * m4/sha256.m4: Likewise.
23341         * m4/sha512.m4: Likewise.
23342         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
23343
23344 2008-05-10  Bruno Haible  <bruno@clisp.org>
23345
23346         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
23347         (Input/Output <stdio.h>): Add xprintf.
23348         (Signal handling <signal.h>): Add strsignal.
23349         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
23350         (Core language properties): Add func.
23351         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
23352         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
23353         strings.
23354         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
23355         (Input/output): New section.
23356         (File system functions): Add openat-die, stat-macros.
23357         (Networking functions): Add sockets.
23358         (Unicode string functions): Add unictype/*.
23359         (Support for building libraries and executables): Add gperf.
23360         (Support for building documentation): Add agpl-3.0.
23361         (Misc): Add nocrash.
23362
23363 2008-05-10  Bruno Haible  <bruno@clisp.org>
23364
23365         * modules/unictype/gen-ctype: New file.
23366
23367 2008-05-10  Jim Meyering  <meyering@redhat.com>
23368
23369         Make chdir-safer.c more efficient on a system with no symlinks.
23370         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
23371         also if ELOOP is zero.  Suggested by Bruno Haible.
23372
23373         Make chdir-safer.c slightly safer.
23374         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
23375         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
23376
23377         Avoid compile failure on systems without ELOOP (like mingw).
23378         * lib/chdir-safer.c (ELOOP): Define if not already defined.
23379         Reported by Bruno Haible.
23380
23381 2008-05-10  Bruno Haible  <bruno@clisp.org>
23382
23383         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
23384         (is_utf8_encoding): Use a case-insensitive comparison.
23385         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
23386         streq.
23387
23388 2008-05-10  Bruno Haible  <bruno@clisp.org>
23389
23390         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
23391         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
23392         * lib/unilbrk/ulc-common.h (iconv_string_length,
23393         iconv_string_keeping_offsets): Remove declarations.
23394         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
23395         Don't include <iconv.h>, streq.h, xsize.h.
23396         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
23397         conversion.
23398         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
23399         <iconv.h>, streq.h, xsize.h.
23400         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
23401         conversion.
23402         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
23403         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
23404         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
23405         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
23406
23407 2008-05-10  Bruno Haible  <bruno@clisp.org>
23408
23409         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
23410         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
23411
23412         * modules/unilbrk/u32-width-linebreaks-tests: New file.
23413         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
23414
23415         * modules/unilbrk/u16-width-linebreaks-tests: New file.
23416         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
23417
23418         * modules/unilbrk/u8-width-linebreaks-tests: New file.
23419         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
23420
23421         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
23422         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
23423
23424         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
23425         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
23426
23427         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
23428         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
23429
23430         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
23431         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
23432
23433 2008-05-10  Bruno Haible  <bruno@clisp.org>
23434
23435         Split up 'linebreak' module.
23436         * lib/unilbrk.h: New file, based on lib/linebreak.h.
23437         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
23438         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
23439         modifications.
23440         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
23441         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
23442         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
23443         lib/linebreak.c.
23444         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
23445         lib/linebreak.c.
23446         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
23447         lib/linebreak.c.
23448         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
23449         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
23450         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
23451         lib/linebreak.c.
23452         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
23453         lib/linebreak.c.
23454         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
23455         lib/linebreak.c.
23456         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
23457         lib/linebreak.c.
23458         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
23459         lib/linebreak.c.
23460         * modules/unilbrk/base: New file.
23461         * modules/unilbrk/tables: New file.
23462         * modules/unilbrk/u8-possible-linebreaks: New file.
23463         * modules/unilbrk/u16-possible-linebreaks: New file.
23464         * modules/unilbrk/u32-possible-linebreaks: New file.
23465         * modules/unilbrk/ulc-common: New file.
23466         * modules/unilbrk/ulc-possible-linebreaks: New file.
23467         * modules/unilbrk/u8-width-linebreaks: New file.
23468         * modules/unilbrk/u16-width-linebreaks: New file.
23469         * modules/unilbrk/u32-width-linebreaks: New file.
23470         * modules/unilbrk/ulc-width-linebreaks: New file.
23471         * lib/linebreak.h: Remove file.
23472         * lib/linebreak.c: Remove file.
23473         * m4/linebreak.m4: Remove file.
23474         * modules/linebreak: Remove file.
23475         * NEWS: Mention the changes.
23476
23477 2008-05-09  Eric Blake  <ebb9@byu.net>
23478
23479         Add xmemdup0.
23480         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
23481         implementation.
23482         * lib/xmalloc.c (xmemdup0): New C implementation.
23483
23484 2008-05-08  Bruno Haible  <bruno@clisp.org>
23485
23486         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
23487
23488 2008-05-07  Eric Blake  <ebb9@byu.net>
23489
23490         Support cross-compilation of <wctype.h>.
23491         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
23492         AC_CACHE_CHECK.
23493
23494 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
23495
23496         * build-aux/vc-list-files: Add support for bzr.
23497
23498 2008-05-03  Jim Meyering  <meyering@redhat.com>
23499
23500         avoid failed assertion with tight malloc
23501         * tests/test-getndelim2.c: Correct an off-by-one assertion.
23502
23503 2008-05-03  Simon Josefsson  <simon@josefsson.org>
23504
23505         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
23506         are needed from arpa/inet.h.
23507         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
23508         Reported by Bruno Haible.
23509
23510 2008-05-02  Jim Meyering  <meyering@redhat.com>
23511
23512         avoid compilation error on FreeBSD 6
23513         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
23514
23515 2008-05-01  Jim Meyering  <meyering@redhat.com>
23516
23517         useless-if-before-free: correct --help's exit status description
23518         * build-aux/useless-if-before-free (usage): Like grep, exit 0
23519         for one or more matches, etc.  Reported by Bruno Haible.
23520
23521         vc-list-files: make the stand-alone gnulib test work
23522         * modules/vc-list-files-tests (configure.ac):
23523         Define and AC_SUBST abs_aux_dir.
23524         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
23525         $(abs_top_srcdir) to each script and having each of them
23526         duplicate the work of setting PATH, set PATH here, using
23527         the new variable, abs_aux_dir instead.
23528         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
23529         * tests/test-vc-list-files-git.sh: Likewise.
23530         Reported by Bruno Haible.
23531
23532 2008-05-01  Bruno Haible  <bruno@clisp.org>
23533
23534         * lib/getndelim2.c (getndelim2): Fix newsize computation during
23535         reallocation. Rename 'done' to 'found_delimiter'.
23536
23537 2008-05-01  Jim Meyering  <meyering@redhat.com>
23538
23539         vc-list-files: accommodate /bin/sh like the one from Solaris 10
23540         * build-aux/vc-list-files: Use `...`, not $(...).
23541
23542 2008-04-30  Jim Meyering  <meyering@redhat.com>
23543
23544         add tests for vc-list-files
23545         * modules/vc-list-files-tests: New module.
23546         * tests/test-vc-list-files-cvs.sh: New file.
23547         * tests/test-vc-list-files-git.sh: New file.
23548
23549         avoid a warning from gcc
23550         * lib/getndelim2.c (IF_LINT): Define.
23551         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
23552
23553         vc-list-files: work properly with build-aux/cvsu, too
23554         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
23555         to all cvs-based clauses.
23556
23557         vc-list-files: work properly in the CVS+awk case, too
23558         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
23559
23560         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
23561         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
23562         take more than one file argument, so .  Add quotes, just in case $dir
23563         ever contains a shell meta-character.  Prompted by Soren Hansen in
23564         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
23565
23566 2008-04-29  Eric Blake  <ebb9@byu.net>
23567
23568         Optimize getndelim2 to use block operations when possible.
23569         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
23570         freadseek, and memchr2.
23571         * lib/getndelim2.c (getndelim2): Use them for block reads.
23572
23573 2008-04-29  Bruno Haible  <bruno@clisp.org>
23574
23575         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
23576         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
23577         * modules/inet_ntop (Depends-on): Add extensions.
23578         * modules/inet_pton (Depends-on): Likewise.
23579         Reported by Simon Josefsson.
23580
23581 2008-04-29  Jim Meyering  <meyering@redhat.com>
23582
23583         When the is more than one match in a block, match all of them.
23584         * build-aux/useless-if-before-free: Iterate through each block
23585         until there are no more matches.
23586
23587         Fix broken useless-if-before-free script.
23588         * build-aux/useless-if-before-free: Fix typo: missing "?" after
23589         the expression to match cast of argument to free-like function.
23590
23591 2008-04-29  Eric Blake  <ebb9@byu.net>
23592
23593         Use new header.
23594         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
23595
23596 2008-04-29  Jim Meyering  <meyering@redhat.com>
23597
23598         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
23599         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
23600         by gnulib to exist and to declare e.g., inet_ntop.
23601         Don't include "inet_ntop.h", now removed.
23602
23603         * m4/arpa_inet_h.m4: Remove trailing blanks.
23604
23605 2008-04-29  Eric Blake  <ebb9@byu.net>
23606
23607         Silence valgrind on safe reads beyond potential array bounds.
23608         * lib/rawmemchr.valgrind: New file.
23609         * lib/strchrnul.valgrind: Likewise.
23610         * modules/rawmemchr (Files): Distribute new file.
23611         * modules/strchrnul (Files): Likewise.
23612         Suggested by Bruno Haible.
23613
23614 2008-04-29  Bruno Haible  <bruno@clisp.org>
23615
23616         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
23617         (inet_ntop, inet_pton): Change portability warning's wording.
23618         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
23619         Invoke gl_CHECK_NEXT_HEADERS.
23620         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
23621         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
23622         set ARPA_INET_H.
23623         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
23624         * modules/arpa_inet (Description): No longer only for systems that
23625         lack it.
23626         (Depends-on): Add include_next.
23627         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
23628         HAVE_ARPA_INET_H.
23629
23630 2008-04-29  Jim Meyering  <meyering@redhat.com>
23631
23632         * modules/mkdir (License): Re-license as LGPLv2+.
23633
23634 2008-04-29  Bruno Haible  <bruno@clisp.org>
23635
23636         * modules/rawmemchr (Maintainer): Set to Eric.
23637         * modules/strchrnul (Maintainer): Likewise.
23638
23639 2008-04-29  Simon Josefsson  <simon@josefsson.org>
23640
23641         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
23642         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
23643
23644         * modules/arpa_inet (arpa/inet.h): Use them.
23645
23646 2008-04-28  Eric Blake  <ebb9@byu.net>
23647
23648         Test getndelim2.
23649         * modules/getndelim2-tests: New file.
23650         * tests/test-getndelim2.c: Likewise.
23651         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
23652         stream.
23653         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
23654
23655         * MODULES.html.sh: Document new module.
23656
23657 2008-04-20  Bruno Haible  <bruno@clisp.org>
23658
23659         * lib/c-stack.c (die): Use raise.
23660         * modules/c-stack (Depends-on): Add raise.
23661
23662 2008-04-28  Bruno Haible  <bruno@clisp.org>
23663
23664         Expect rpmatch to be declared.
23665         * lib/yesno.c (rpmatch): Remove declaration.
23666
23667         Declare rpmatch.
23668         * lib/stdlib.in.h (rpmatch): New declaration.
23669         * lib/rpmatch.c: Include <stdlib.h> first.
23670         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
23671         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
23672         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
23673         HAVE_RPMATCH.
23674         * modules/rpmatch (Depends-on): Add stdlib, extensions.
23675         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23676         (Include): Set to <stdlib.h>.
23677         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
23678         HAVE_RPMATCH.
23679         * NEWS: Document the change.
23680
23681 2008-04-28  Bruno Haible  <bruno@clisp.org>
23682
23683         Change rpmatch to use nl_langinfo when appropriate.
23684         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
23685         (N_): New macro.
23686         (localized_pattern): New function/macro.
23687         (try): Remove match, nomatch arguments. Copy the pattern into safe
23688         memory before caching it.
23689         (rpmatch): Use localized_pattern. Add translator comments.
23690         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
23691         Suggested by Eric Blake.
23692         * modules/rpmatch (Depends-on): Add stdbool.
23693
23694 2008-04-28  Eric Blake  <ebb9@byu.net>
23695
23696         Add rawmemchr module, matching glibc.
23697         * modules/string (Makefile.am): New indicator.
23698         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
23699         * lib/string.in.h (rawmemchr): Declare when appropriate.
23700         * modules/rawmemchr: New file.
23701         * m4/rawmemchr.m4: Likewise.
23702         * lib/rawmemchr.c: Likewise.
23703         * modules/rawmemchr-tests: Likewise.
23704         * tests/test-rawmemchr.c: Likewise.
23705         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
23706         module.
23707         * modules/strchrnul (Depends-on): Add rawmemchr.
23708         * lib/strchrnul.c (strchrnul): Optimize a corner case.
23709
23710         Whitespace cleanup.
23711         * tests/test-strchrnul.c: Reindent.
23712         * lib/strchrnul.c: Likewise.
23713
23714         Optimize and test strchrnul.
23715         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
23716         * modules/strchrnul-tests: New file.
23717         * tests/test-strchrnul.c: Likewise.
23718
23719         Remove intprops dependency.
23720         * modules/memchr (Depends-on): Remove intprops.
23721         * modules/memrchr (Depends-on): Likewise.
23722         * modules/memchr2 (Depends-on): Likewise.
23723         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
23724         * lib/memrchr.c (__memrchr): Likewise.
23725         * lib/memrchr2.c (memchr2): Likewise.
23726         Reported by Simon Josefsson.
23727
23728 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23729
23730         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
23731         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23732
23733 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23734
23735         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
23736
23737         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
23738
23739         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
23740
23741         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
23742         declarations.
23743         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
23744
23745         * m4/inet_pton.m4: Don't check for header files.
23746
23747         * m4/inet_ntop.m4: Don't check for header files.
23748
23749 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23750
23751         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
23752         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
23753         trigger for cygwin).
23754         Reported by Bruno Haible  <bruno@clisp.org>.
23755
23756 2008-04-28  Bruno Haible  <bruno@clisp.org>
23757
23758         * doc/posix-functions/strdup.texi: Mention mingw problem.
23759
23760 2008-04-27  Bruno Haible  <bruno@clisp.org>
23761
23762         * modules/stat-time-tests (Depends-on): Add sleep.
23763         * tests/test-stat-time.c (force_unlink): New function.
23764         (cleanup): Use it.
23765         (test_mtime): Remove the ctime related tests.
23766         (test_ctime): New function, containing the ctime related tests.
23767         (main): Call test_ctime, except on native Windows platforms.
23768
23769 2008-04-27  Bruno Haible  <bruno@clisp.org>
23770
23771         * lib/rpmatch.c (rpmatch): Add some comments.
23772         Reported by James Youngman <jay@gnu.org>.
23773
23774 2008-04-27  Bruno Haible  <bruno@clisp.org>
23775
23776         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
23777         quiet NaNs.
23778
23779 2008-04-27  Bruno Haible  <bruno@clisp.org>
23780
23781         Make test-yesno.sh work on mingw.
23782         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
23783         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
23784         (main): Set stdin to binary mode.
23785         * modules/yesno-tests (Depends-on): Add binary-io.
23786
23787 2008-04-27  Bruno Haible  <bruno@clisp.org>
23788
23789         Fix 'isfinite' on x86, x86_64, ia64 platforms.
23790         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
23791         argument that lie outside the IEEE 854 domain.
23792         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
23793         (gl_ISFINITE): Use it.
23794         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
23795
23796 2008-04-27  Bruno Haible  <bruno@clisp.org>
23797
23798         Allow local renaming in config.h.
23799         * lib/memrchr.c (memrchr): Don't undefine outside libc.
23800
23801 2008-04-27  Bruno Haible  <bruno@clisp.org>
23802
23803         * lib/memchr.c (__memchr): Change type of 'i'.
23804         * lib/memchr2.c (memchr2): Likewise.
23805
23806 2008-04-26  Eric Blake  <ebb9@byu.net>
23807         and Bruno Haible  <bruno@clisp.org>
23808
23809         Optimize and test memrchr.
23810         * modules/memrchr (Depends-on): Add intprops.
23811         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
23812         * modules/memrchr-tests: New file.
23813         * tests/test-memrchr.c: New file.
23814
23815 2008-04-26  Bruno Haible  <bruno@clisp.org>
23816
23817         Add tentative support for DragonFly BSD.
23818         * lib/stdio-impl.h: Add macros for DragonFly BSD.
23819         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
23820         fp.
23821         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23822         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
23823         * lib/fpurge.c (fpurge): Likewise.
23824         * lib/freadable.c (freaadable): Likewise.
23825         * lib/freadahead.c (freadahead): Likewise.
23826         * lib/freading.c (freading): Likewise.
23827         * lib/freadptr.c (freadptr): Likewise.
23828         * lib/freadseek.c (freadptrinc): Likewise.
23829         * lib/fseeko.c (fseeko): Likewise.
23830         * lib/fseterr.c (fseterr): Likewise.
23831         * lib/fwritable.c (fwritable): Likewise.
23832         * lib/fwriting.c (fwriting): Likewise.
23833
23834 2008-04-26  Bruno Haible  <bruno@clisp.org>
23835
23836         * lib/stdio-impl.h: New file.
23837         * lib/fbufmode.c: Include stdio-impl.h.
23838         (fbufmode): Use fp_, remove redundant #defines.
23839         * lib/fflush.c: Include stdio-impl.h.
23840         (clear_ungetc_buffer): Remove redundant #defines.
23841         * lib/fpurge.c: Include stdio-impl.h.
23842         (fpurge): Remove redundant #defines.
23843         * lib/freadable.c: Include stdio-impl.h.
23844         (freadable): Remove redundant #defines.
23845         * lib/freadahead.c: Include stdio-impl.h.
23846         (freadahead): Remove redundant #defines.
23847         * lib/freading.c: Include stdio-impl.h.
23848         (freading): Remove redundant #defines.
23849         * lib/freadptr.c: Include stdio-impl.h.
23850         (freadptr): Remove redundant #defines.
23851         * lib/freadseek.c: Include stdio-impl.h.
23852         (freadptrinc): Remove redundant #defines.
23853         * lib/fseeko.c: Include stdio-impl.h.
23854         (rpl_fseeko): Remove redundant #defines.
23855         * lib/fseterr.c: Include stdio-impl.h.
23856         (fseterr): Remove redundant #defines.
23857         * lib/fwritable.c: Include stdio-impl.h.
23858         (fwritable: Remove redundant #defines.
23859         * lib/fwriting.c: Include stdio-impl.h.
23860         (fwriting): Remove redundant #defines.
23861         * modules/fbufmode (Files): Add lib/stdio-impl.h.
23862         * modules/fflush (Files): Likewise.
23863         * modules/fpurge (Files): Likewise.
23864         * modules/freadable (Files): Likewise.
23865         * modules/freadahead (Files): Likewise.
23866         * modules/freading (Files): Likewise.
23867         * modules/freadptr (Files): Likewise.
23868         * modules/freadseek (Files): Likewise.
23869         * modules/fseeko (Files): Likewise.
23870         * modules/fseterr (Files): Likewise.
23871         * modules/fwritable (Files): Likewise.
23872         * modules/fwriting (Files): Likewise.
23873
23874 2008-04-26  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23877         restore_seek_optimization, update_fpos_cache): New functions, extracted
23878         from rpl_fflush.
23879         (rpl_fflush): Use them.
23880         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
23881         (gl_REPLACE_FFLUSH): Use it.
23882
23883 2008-04-26  Bruno Haible  <bruno@clisp.org>
23884
23885         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
23886         on Solaris.
23887         * tests/test-xstrtoimax.sh: Likewise.
23888         * tests/test-xstrtoumax.sh: Likewise.
23889         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23890
23891 2008-04-26  Bruno Haible  <bruno@clisp.org>
23892
23893         * modules/memchr-tests: New file.
23894         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
23895
23896 2008-04-26  Eric Blake  <ebb9@byu.net>
23897             Bruno Haible  <bruno@clisp.org>
23898
23899         * lib/memchr.c: Include intprops.h.
23900         (__memchr): Optimize parallel detection of matching bytes. Rename local
23901         variables. Add explanatory comments.
23902
23903 2008-04-26  Bruno Haible  <bruno@clisp.org>
23904
23905         Fix module 'memchr', broken since 2000-10-28.
23906         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
23907
23908 2008-04-26  Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
23911         comments.
23912
23913 2008-04-25  Eric Blake  <ebb9@byu.net>
23914
23915         Use native fstatat on cygwin 1.7.0.
23916         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
23917         first.
23918
23919 2008-04-23  Eric Blake  <ebb9@byu.net>
23920
23921         Improve memchr2 performance.
23922         * lib/memchr2.c (memchr2): Further optimize parallel detection of
23923         NUL bytes.
23924         * modules/memchr2 (Depends-on): Use intprops.h.
23925
23926 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23927
23928         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
23929         an inline function instead of a CPP macro.  Patch by Ben Pfaff
23930         <blp@cs.stanford.edu>.
23931
23932 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23933
23934         * lib/arpa_inet.in.h: New file.
23935
23936         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
23937         (Makefile.am): Sed in substitute header file.
23938
23939         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
23940         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
23941
23942         * modules/inet_ntop (configure.ac): Use
23943         gl_ARPA_INET_MODULE_INDICATOR.
23944
23945         * modules/inet_pton (configure.ac): Use
23946         gl_ARPA_INET_MODULE_INDICATOR.
23947
23948 2008-04-22  Jim Meyering  <meyering@redhat.com>
23949
23950         * modules/verify (License): Re-license as LGPLv2+.
23951
23952 2008-04-22  Simon Josefsson  <simon@josefsson.org>
23953
23954         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
23955         parameter to void* as per POSIX standard (MinGW uses char*).
23956
23957 2008-04-21  Bruno Haible  <bruno@clisp.org>
23958
23959         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23960         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23961         Define to replacements if REPLACE_ISWCNTRL is 1.
23962         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
23963         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
23964         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
23965         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
23966         what it fixes.
23967         * doc/posix-functions/iswalpha.texi: Likewise.
23968         * doc/posix-functions/iswblank.texi: Likewise.
23969         * doc/posix-functions/iswcntrl.texi: Likewise.
23970         * doc/posix-functions/iswdigit.texi: Likewise.
23971         * doc/posix-functions/iswgraph.texi: Likewise.
23972         * doc/posix-functions/iswlower.texi: Likewise.
23973         * doc/posix-functions/iswprint.texi: Likewise.
23974         * doc/posix-functions/iswpunct.texi: Likewise.
23975         * doc/posix-functions/iswspace.texi: Likewise.
23976         * doc/posix-functions/iswupper.texi: Likewise.
23977         * doc/posix-functions/iswxdigit.texi: Likewise.
23978         Reported by Alain Guibert.
23979
23980 2008-04-21  Bruno Haible  <bruno@clisp.org>
23981
23982         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
23983         Patch by Alain Guibert.
23984
23985 2008-04-21  Bruno Haible  <bruno@clisp.org>
23986
23987         Fix test failures on mingw.
23988         * tests/test-xstrtol.c (print_no_progname): New function.
23989         (main): Install it in error_print_progname hook.
23990         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
23991         * tests/test-xstrtoimax.sh: Likewise.
23992         * tests/test-xstrtoumax.sh: Likewise.
23993
23994 2008-04-21  Bruno Haible  <bruno@clisp.org>
23995
23996         Fix test failure on mingw.
23997         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
23998
23999 2008-04-21  Bruno Haible  <bruno@clisp.org>
24000
24001         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
24002         Actually assign a value.
24003
24004 2008-04-20  Bruno Haible  <bruno@clisp.org>
24005
24006         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
24007         take 2.
24008         * lib/canonicalize.c (canonicalize_file_name): Elide if the
24009         'canonicalize-lgpl' module is also used.
24010         * lib/canonicalize-lgpl.c: Undo last change.
24011         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
24012
24013 2008-04-20  Bruno Haible  <bruno@clisp.org>
24014
24015         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
24016         config.h. Provide _mkdir based fallback for mingw.
24017         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
24018         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
24019         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
24020         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
24021         rather than defining mkdir in config.h.
24022         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
24023         (gl_SYS_STAT_H_DEFAULTS): New macro.
24024         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
24025         HAVE_IO_H any more.
24026         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
24027         HAVE_DECL_MKDIR and HAVE_IO_H.
24028
24029 2008-04-20  Bruno Haible  <bruno@clisp.org>
24030
24031         * lib/isapipe.c: Port to native Windows platforms.
24032
24033 2008-04-20  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
24036
24037 2008-04-21  Eric Blake  <ebb9@byu.net>
24038
24039         Work around preprocessors that don't handle UINTMAX_MAX.
24040         * lib/memchr2.c (memchr2): Avoid embedded #if.
24041         Reported by Alain Guibert, fix suggested by Bruno Haible.
24042
24043 2008-04-21  Simon Josefsson  <simon@josefsson.org>
24044
24045         * doc/posix-functions/strftime.texi (strftime): Explain better
24046         Windows incompatibility.  Suggested by Micah Cowan
24047         <micah@cowan.name>.
24048
24049 2008-04-20  Bruno Haible  <bruno@clisp.org>
24050
24051         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
24052         unistr/u8-mblen.
24053
24054 2008-04-20  Bruno Haible  <bruno@clisp.org>
24055
24056         Fix test failure on platforms with non-GNU iconv.
24057         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
24058         (U_TO_U8): Use it, rather than u16_to_u8.
24059         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
24060         units at the end of the input string.
24061         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
24062
24063 2008-04-20  Bruno Haible  <bruno@clisp.org>
24064
24065         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
24066         when the resulting length is 0.
24067         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
24068
24069 2008-04-20  Bruno Haible  <bruno@clisp.org>
24070
24071         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
24072         works.
24073         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
24074
24075 2008-04-20  Bruno Haible  <bruno@clisp.org>
24076
24077         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
24078         * modules/tsearch-tests (configure.ac): Test for initstate function.
24079
24080 2008-04-20  Bruno Haible  <bruno@clisp.org>
24081
24082         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
24083         for nlink_t if missing.
24084         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
24085
24086 2008-04-19  Bruno Haible  <bruno@clisp.org>
24087
24088         Work around snprintf bug on Linux libc5.
24089         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
24090         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24091         gl_SNPRINTF_SIZE1.
24092         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24093         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
24094         that test failed.
24095         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
24096         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
24097         * modules/snprintf (Files): Add m4/printf.m4.
24098         * modules/vsnprintf (Files): Likewise.
24099         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
24100         * doc/posix-functions/vsnprintf.texi: Likewise.
24101
24102 2008-04-19  Bruno Haible  <bruno@clisp.org>
24103
24104         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
24105         from 0.0058 to less than 10^-7.
24106
24107 2008-04-19  Bruno Haible  <bruno@clisp.org>
24108
24109         Fix rounding when a precision is given.
24110         * lib/vasnprintf.c (is_borderline): New function.
24111         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
24112         9...9x.
24113         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
24114         %e, %g.
24115         * tests/test-vasprintf-posix.c (test_function): Likewise.
24116         * tests/test-snprintf-posix.h (test_function): Likewise.
24117         * tests/test-sprintf-posix.h (test_function): Likewise.
24118         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
24119         * tests/test-printf-posix.h (test_function): Likewise.
24120         * tests/test-printf-posix.output: Update.
24121         Reported by John Darrington <john@darrington.wattle.id.au> via
24122         Ben Pfaff <blp@cs.stanford.edu>.
24123
24124 2008-04-18  Simon Josefsson  <simon@josefsson.org>
24125
24126         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
24127         Suggested by Bruno Haible <bruno@clisp.org>.
24128
24129 2008-04-17  Bruno Haible  <bruno@clisp.org>
24130
24131         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
24132         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
24133         implementation.
24134         Patch by Bruce Merry <bmerry@gmail.com>.
24135
24136 2008-04-17  Simon Josefsson  <simon@josefsson.org>
24137
24138         * doc/posix-functions/strftime.texi (strftime): Mention that %e
24139         doesn't work under Windows.
24140
24141 2008-04-16  Bruno Haible  <bruno@clisp.org>
24142
24143         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
24144         New macros.
24145         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
24146         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
24147         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
24148         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
24149         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
24150         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
24151         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
24152         macros.
24153         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
24154         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
24155         Northern Sotho, Uighur.
24156
24157 2008-04-16  Bruno Haible  <bruno@clisp.org>
24158
24159         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
24160         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
24161         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
24162         Reported by Daniel Bergström <daniel@octocode.com>.
24163
24164 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
24165             Bruno Haible  <bruno@clisp.org>
24166
24167         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
24168         function.
24169         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
24170         New functions, mostly extracted from gl_locale_name_default.
24171         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
24172
24173 2008-04-16  Eric Blake  <ebb9@byu.net>
24174
24175         Adjust strtod detection to catch glibc 2.7 bug.
24176         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
24177         Reported by John Gatewood Ham.
24178
24179 2008-04-16  Bruno Haible  <bruno@clisp.org>
24180
24181         Add tentative support for Linux libc5.
24182         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
24183         * lib/fpurge.c (fpurge): Likewise.
24184         * lib/freadable.c (freadable): Likewise.
24185         * lib/freadahead.c (freadahead): Likewise.
24186         * lib/freading.c (freading): Likewise.
24187         * lib/freadptr.c (freadptr): Likewise.
24188         * lib/freadseek.c (freadptrinc): Likewise.
24189         * lib/fseeko.c (rpl_fseeko): Likewise.
24190         * lib/fseterr.c (fseterr): Likewise.
24191         * lib/fwritable.c (fwritable): Likewise.
24192         * lib/fwriting.c (fwriting): Likewise.
24193         Reported by Alain Guibert <alguibert+bts@free.fr>.
24194
24195 2008-04-15  Bruno Haible  <bruno@clisp.org>
24196
24197         * modules/mathl (configure.ac): Define module indicator.
24198
24199 2008-04-15  Bruno Haible  <bruno@clisp.org>
24200
24201         * lib/logl.c (logl): Remove unused variables.
24202
24203 2008-04-15  Bruno Haible  <bruno@clisp.org>
24204
24205         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
24206         fails.
24207
24208 2008-04-15  Bruno Haible  <bruno@clisp.org>
24209
24210         * lib/trim.c (trim2): Fix argument of isspace() macro.
24211
24212 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
24213
24214         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
24215         to 0.
24216         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
24217
24218 2008-04-14  Bruno Haible  <bruno@clisp.org>
24219
24220         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
24221         AC_LANG_PROGRAM argument.
24222         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
24223         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
24224         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
24225         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
24226         * m4/math_h.m4 (gl_MATH_H): Likewise.
24227         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
24228         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24229         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
24230         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
24231         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
24232         * m4/regex.m4 (gl_REGEX): Likewise.
24233         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
24234         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
24235         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24236         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
24237         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24238         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24239         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
24240         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
24241
24242 2008-04-14  Jim Meyering  <meyering@redhat.com>
24243
24244         test-strtod: fix typos: s/abs/fabs/
24245         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
24246
24247 2008-04-13  Bruno Haible  <bruno@clisp.org>
24248
24249         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
24250         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
24251         module is also used and while not building the reloc-wrapper.
24252
24253 2008-04-13  Bruno Haible  <bruno@clisp.org>
24254
24255         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
24256
24257 2008-04-13  Bruno Haible  <bruno@clisp.org>
24258
24259         Fix AIX compilation failure introduced on 2008-04-02.
24260         * tests/test-frexp.c (exp): Undefine before redefining.
24261         * tests/test-frexpl.c (exp): Likewise.
24262
24263 2008-04-13  Bruno Haible  <bruno@clisp.org>
24264
24265         Work around a HP-UX stdio bug.
24266         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
24267         * tests/test-ftello.c (main): Likewise.
24268         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
24269         * doc/posix-functions/ftello.texi: Likewise.
24270
24271 2008-04-13  Bruno Haible  <bruno@clisp.org>
24272
24273         Make test-signbit pass on HP-UX/hppa.
24274         * tests/test-signbit.c (minus_zerol): New variable.
24275         (test_signbitl): Use it.
24276
24277 2008-04-13  Bruno Haible  <bruno@clisp.org>
24278
24279         Make truncl work on OSF/1 4.0.
24280         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
24281         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
24282         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
24283         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
24284         HAVE_DECL_TRUNCL.
24285         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
24286         HAVE_DECL_TRUNCL.
24287         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
24288
24289 2008-04-13  Bruno Haible  <bruno@clisp.org>
24290
24291         * lib/unictype.h: Remove trailing comma from enumeration definitions.
24292
24293 2008-04-13  Bruno Haible  <bruno@clisp.org>
24294
24295         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
24296         expression, so as to avoid HP-UX 11 cc compiler bug.
24297
24298 2008-04-13  Bruno Haible  <bruno@clisp.org>
24299
24300         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
24301
24302 2008-04-13  Bruno Haible  <bruno@clisp.org>
24303
24304         * lib/git-merge-changelog.c: Remove empty declaration outside of
24305         functions.
24306
24307 2008-04-13  Bruno Haible  <bruno@clisp.org>
24308
24309         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
24310
24311 2008-04-13  Bruno Haible  <bruno@clisp.org>
24312
24313         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
24314         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
24315         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
24316         also if it exists but lacks definitions of the SHUT_* macros.
24317         * modules/sys_socket (Description): Update.
24318         Reported by Elbert Pol <e.pol@chello.nl>.
24319
24320 2008-04-13  Bruno Haible  <bruno@clisp.org>
24321
24322         * lib/localcharset.c (OS2): Don't redefine if already defined.
24323         Reported by Elbert Pol <e.pol@chello.nl>.
24324
24325 2008-04-13  Bruno Haible  <bruno@clisp.org>
24326
24327         * lib/binary-io.h [__EMX__]: Include <io.h>.
24328         Reported by Elbert Pol <e.pol@chello.nl>.
24329
24330 2008-04-12  Bruno Haible  <bruno@clisp.org>
24331
24332         * lib/fpucw.h: Enable the definitions also for x86_64.
24333         Needed for NetBSD/x86_64.
24334         Reported by Thomas Klausner <tk@giga.or.at>.
24335
24336 2008-04-12  Bruno Haible  <bruno@clisp.org>
24337
24338         * tests/test-strtod.c: Include isnand.h.
24339         (main): Use isnand instead of isnan.
24340         Reported by Jim Meyering.
24341
24342 2008-04-12  Bruno Haible  <bruno@clisp.org>
24343
24344         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
24345         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
24346
24347 2008-04-12  Jim Meyering  <meyering@redhat.com>
24348
24349         * m4/math_h.m4 (gl_MATH_H): Fix typos.
24350
24351 2008-04-12  Bruno Haible  <bruno@clisp.org>
24352
24353         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
24354         Reported by Elbert Pol <e.pol@chello.nl>.
24355
24356 2008-04-12  Eric Blake  <ebb9@byu.net>
24357
24358         Work around Solaris 10 math.h bug.
24359         * m4/math_h.m4 (gl_MATH_H): Check for bug.
24360         (gl_MATH_H_DEFAULTS): Set up default.
24361         * modules/math (Makefile.am): Replace new indicators.
24362         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
24363         * tests/test-math.c (main): Test this.
24364         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
24365         * doc/posix-headers/math.texi (math.h): Mention bug.
24366         Reported by Nelson H. F. Beebe and Jim Meyering.
24367
24368 2008-04-11  Bruno Haible  <bruno@clisp.org>
24369
24370         Adapt to future versions of Apple GCC.
24371         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
24372         Reported by Peter O'Gorman <peter@pogma.com>.
24373
24374 2008-04-11  Bruno Haible  <bruno@clisp.org>
24375
24376         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
24377
24378 2008-04-11  Bruno Haible  <bruno@clisp.org>
24379
24380         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
24381
24382         * modules/getaddrinfo-tests (Makefile.am): Define
24383         test_getaddrinfo_LDADD.
24384
24385 2008-04-11  Bruno Haible  <bruno@clisp.org>
24386
24387         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
24388         (init): Fix syntax error.
24389         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
24390         is declared.
24391
24392 2008-04-11  Bruno Haible  <bruno@clisp.org>
24393
24394         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
24395         * modules/glob (Depends-on): Add stdbool.
24396
24397 2008-04-11  Bruno Haible  <bruno@clisp.org>
24398
24399         * lib/trim.c: Include <string.h>.
24400
24401 2008-04-11  Eric Blake  <ebb9@byu.net>
24402
24403         Avoid compile failure on OS/2.
24404         * lib/regex_internal.h (internal_function): Disable optimization
24405         on OS/2 (__EMX__), where it caused compiler error.
24406         Reported by Elbert Pol.
24407
24408 2008-04-11  Bruno Haible  <bruno@clisp.org>
24409
24410         Flush the standard error stream before aborting. Needed on mingw.
24411         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
24412         * tests/test-array_list.c (ASSERT): Likewise.
24413         * tests/test-array_oset.c (ASSERT): Likewise.
24414         * tests/test-avltree_list.c (ASSERT): Likewise.
24415         * tests/test-avltree_oset.c (ASSERT): Likewise.
24416         * tests/test-avltreehash_list.c (ASSERT): Likewise.
24417         * tests/test-binary-io.c (ASSERT): Likewise.
24418         * tests/test-byteswap.c (ASSERT): Likewise.
24419         * tests/test-c-ctype.c (ASSERT): Likewise.
24420         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
24421         * tests/test-c-strcasestr.c (ASSERT): Likewise.
24422         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
24423         * tests/test-c-strstr.c (ASSERT): Likewise.
24424         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
24425         * tests/test-canonicalize.c (ASSERT): Likewise.
24426         * tests/test-carray_list.c (ASSERT): Likewise.
24427         * tests/test-ceilf1.c (ASSERT): Likewise.
24428         * tests/test-ceilf2.c (ASSERT): Likewise.
24429         * tests/test-ceill.c (ASSERT): Likewise.
24430         * tests/test-count-one-bits.c (ASSERT): Likewise.
24431         * tests/test-fbufmode.c (ASSERT): Likewise.
24432         * tests/test-fflush2.c (ASSERT): Likewise.
24433         * tests/test-floorf1.c (ASSERT): Likewise.
24434         * tests/test-floorf2.c (ASSERT): Likewise.
24435         * tests/test-floorl.c (ASSERT): Likewise.
24436         * tests/test-fopen.c (ASSERT): Likewise.
24437         * tests/test-fpending.c (ASSERT): Likewise.
24438         * tests/test-fprintf-posix.c (ASSERT): Likewise.
24439         * tests/test-fpurge.c (ASSERT): Likewise.
24440         * tests/test-freadable.c (ASSERT): Likewise.
24441         * tests/test-freadahead.c (ASSERT): Likewise.
24442         * tests/test-freading.c (ASSERT): Likewise.
24443         * tests/test-freadptr.c (ASSERT): Likewise.
24444         * tests/test-freadptr2.c (ASSERT): Likewise.
24445         * tests/test-freadseek.c (ASSERT): Likewise.
24446         * tests/test-freopen.c (ASSERT): Likewise.
24447         * tests/test-frexp.c (ASSERT): Likewise.
24448         * tests/test-frexpl.c (ASSERT): Likewise.
24449         * tests/test-fseek.c (ASSERT): Likewise.
24450         * tests/test-fseeko.c (ASSERT): Likewise.
24451         * tests/test-fstrcmp.c (ASSERT): Likewise.
24452         * tests/test-ftell.c (ASSERT): Likewise.
24453         * tests/test-ftello.c (ASSERT): Likewise.
24454         * tests/test-func.c (ASSERT): Likewise.
24455         * tests/test-fwritable.c (ASSERT): Likewise.
24456         * tests/test-fwriting.c (ASSERT): Likewise.
24457         * tests/test-getdelim.c (ASSERT): Likewise.
24458         * tests/test-getline.c (ASSERT): Likewise.
24459         * tests/test-i-ring.c (ASSERT): Likewise.
24460         * tests/test-iconv-utf.c (ASSERT): Likewise.
24461         * tests/test-iconv.c (ASSERT): Likewise.
24462         * tests/test-isfinite.c (ASSERT): Likewise.
24463         * tests/test-isnand.c (ASSERT): Likewise.
24464         * tests/test-isnanf.c (ASSERT): Likewise.
24465         * tests/test-isnanl.h (ASSERT): Likewise.
24466         * tests/test-ldexpl.c (ASSERT): Likewise.
24467         * tests/test-linked_list.c (ASSERT): Likewise.
24468         * tests/test-linkedhash_list.c (ASSERT): Likewise.
24469         * tests/test-localename.c (ASSERT): Likewise.
24470         * tests/test-lseek.c (ASSERT): Likewise.
24471         * tests/test-mbscasecmp.c (ASSERT): Likewise.
24472         * tests/test-mbscasestr1.c (ASSERT): Likewise.
24473         * tests/test-mbscasestr2.c (ASSERT): Likewise.
24474         * tests/test-mbscasestr3.c (ASSERT): Likewise.
24475         * tests/test-mbscasestr4.c (ASSERT): Likewise.
24476         * tests/test-mbschr.c (ASSERT): Likewise.
24477         * tests/test-mbscspn.c (ASSERT): Likewise.
24478         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
24479         * tests/test-mbspbrk.c (ASSERT): Likewise.
24480         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
24481         * tests/test-mbsrchr.c (ASSERT): Likewise.
24482         * tests/test-mbsspn.c (ASSERT): Likewise.
24483         * tests/test-mbsstr1.c (ASSERT): Likewise.
24484         * tests/test-mbsstr2.c (ASSERT): Likewise.
24485         * tests/test-mbsstr3.c (ASSERT): Likewise.
24486         * tests/test-memchr2.c (ASSERT): Likewise.
24487         * tests/test-memmem.c (ASSERT): Likewise.
24488         * tests/test-open.c (ASSERT): Likewise.
24489         * tests/test-printf-frexp.c (ASSERT): Likewise.
24490         * tests/test-printf-frexpl.c (ASSERT): Likewise.
24491         * tests/test-printf-posix.c (ASSERT): Likewise.
24492         * tests/test-quotearg.c (ASSERT): Likewise.
24493         * tests/test-rbtree_list.c (ASSERT): Likewise.
24494         * tests/test-rbtree_oset.c (ASSERT): Likewise.
24495         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
24496         * tests/test-round1.c (ASSERT): Likewise.
24497         * tests/test-roundf1.c (ASSERT): Likewise.
24498         * tests/test-roundl.c (ASSERT): Likewise.
24499         * tests/test-signbit.c (ASSERT): Likewise.
24500         * tests/test-sleep.c (ASSERT): Likewise.
24501         * tests/test-snprintf-posix.c (ASSERT): Likewise.
24502         * tests/test-snprintf.c (ASSERT): Likewise.
24503         * tests/test-sprintf-posix.c (ASSERT): Likewise.
24504         * tests/test-stat-time.c (ASSERT): Likewise.
24505         * tests/test-strcasestr.c (ASSERT): Likewise.
24506         * tests/test-strerror.c (ASSERT): Likewise.
24507         * tests/test-striconv.c (ASSERT): Likewise.
24508         * tests/test-striconveh.c (ASSERT): Likewise.
24509         * tests/test-striconveha.c (ASSERT): Likewise.
24510         * tests/test-strsignal.c (ASSERT): Likewise.
24511         * tests/test-strstr.c (ASSERT): Likewise.
24512         * tests/test-strtod.c (ASSERT): Likewise.
24513         * tests/test-trunc1.c (ASSERT): Likewise.
24514         * tests/test-trunc2.c (ASSERT): Likewise.
24515         * tests/test-truncf1.c (ASSERT): Likewise.
24516         * tests/test-truncf2.c (ASSERT): Likewise.
24517         * tests/test-truncl.c (ASSERT): Likewise.
24518         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
24519         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
24520         * tests/test-vasnprintf.c (ASSERT): Likewise.
24521         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
24522         * tests/test-vasprintf.c (ASSERT): Likewise.
24523         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
24524         * tests/test-vprintf-posix.c (ASSERT): Likewise.
24525         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
24526         * tests/test-vsnprintf.c (ASSERT): Likewise.
24527         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
24528         * tests/test-wcwidth.c (ASSERT): Likewise.
24529         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
24530         * tests/test-xprintf-posix.c (ASSERT): Likewise.
24531         * tests/test-xvasprintf.c (ASSERT): Likewise.
24532         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
24533         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
24534         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
24535         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
24536         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
24537         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
24538         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
24539         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
24540         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
24541         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
24542         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
24543         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
24544         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
24545         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
24546         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
24547         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
24548         * tests/unictype/test-block_list.c (ASSERT): Likewise.
24549         * tests/unictype/test-block_of.c (ASSERT): Likewise.
24550         * tests/unictype/test-block_test.c (ASSERT): Likewise.
24551         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
24552         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
24553         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
24554         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
24555         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
24556         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
24557         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
24558         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
24559         * tests/unictype/test-combining.c (ASSERT): Likewise.
24560         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
24561         * tests/unictype/test-digit.c (ASSERT): Likewise.
24562         * tests/unictype/test-mirror.c (ASSERT): Likewise.
24563         * tests/unictype/test-numeric.c (ASSERT): Likewise.
24564         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
24565         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
24566         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
24567         * tests/unictype/test-scripts.c (ASSERT): Likewise.
24568         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
24569         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
24570         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
24571         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
24572         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
24573         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
24574         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
24575         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
24576         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
24577         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
24578         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
24579         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
24580         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
24581         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
24582         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
24583         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
24584         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
24585         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
24586         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
24587         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
24588         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
24589         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
24590         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
24591         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
24592         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
24593         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
24594         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
24595         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
24596         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
24597         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
24598         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
24599         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
24600         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
24601         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
24602         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
24603         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
24604         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
24605         Reported by Eric Blake.
24606
24607 2008-04-11  Bruno Haible  <bruno@clisp.org>
24608
24609         * lib/wchar.in.h: Tweak comment.
24610
24611 2008-04-11  Bruno Haible  <bruno@clisp.org>
24612
24613         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
24614         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
24615         gl_COMMON.
24616         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
24617
24618 2008-04-11  Bruno Haible  <bruno@clisp.org>
24619
24620         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
24621
24622 2008-04-11  Simon Josefsson  <simon@josefsson.org>
24623
24624         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
24625         of attempting to use non-existing /dev/*random.  Based on patch
24626         from Adam Strzelecki <ono@java.pl> in
24627         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
24628
24629 2008-04-08  Bruno Haible  <bruno@clisp.org>
24630
24631         Add tentative support for emx+gcc.
24632         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
24633         * lib/fpurge.c (fpurge): Likewise.
24634         * lib/freadable.c (freadable): Likewise.
24635         * lib/freadahead.c (freadahead): Likewise.
24636         * lib/freading.c (freading): Likewise.
24637         * lib/freadptr.c (freadptr): Likewise.
24638         * lib/freadseek.c (freadptrinc): Likewise.
24639         * lib/fseeko.c (rpl_fseeko): Likewise.
24640         * lib/fseterr.c (fseterr): Likewise.
24641         * lib/fwritable.c (fwritable): Likewise.
24642         * lib/fwriting.c (fwriting): Likewise.
24643         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
24644
24645 2008-04-09  Eric Blake  <ebb9@byu.net>
24646
24647         Avoid some autoconf warnings.
24648         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
24649         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
24650         * m4/afs.m4 (gl_AFS): Likewise.
24651         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
24652         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
24653         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24654         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
24655         (gl_INTEGER_TYPE_SUFFIX): Likewise.
24656         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
24657         (AC_CHECK_DECLS_ONCE): Likewise.
24658         Rename file...
24659         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
24660         gnulib-tool requires autoconf 2.59 or better.
24661         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
24662
24663 2008-04-08  Eric Blake  <ebb9@byu.net>
24664
24665         Use 'git describe --match' if present (added in git 1.5.5).
24666         * build-aux/git-version-gen: Limit result to tags that match 'v*'
24667         if possible.
24668
24669 2008-04-08  Bruno Haible  <bruno@clisp.org>
24670
24671         Add tentative support for OpenServer.
24672         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
24673         _ptr, _cnt.
24674         * lib/fpurge.c (fpurge): Likewise.
24675         * lib/freadable.c (freadable): Likewise.
24676         * lib/freadahead.c (freadahead): Likewise.
24677         * lib/freading.c (freading): Likewise.
24678         * lib/freadptr.c (freadptr): Likewise.
24679         * lib/freadseek.c (freadptrinc): Likewise.
24680         * lib/fseeko.c (rpl_fseeko): Likewise.
24681         * lib/fseterr.c (fseterr): Likewise.
24682         * lib/fwritable.c (fwritable): Likewise.
24683         * lib/fwriting.c (fwriting): Likewise.
24684         Reported by Roger Cornelius <rac@tenzing.org> and
24685         Brian K. White <brian@aljex.com>.
24686
24687 2008-04-06  Jim Meyering  <meyering@redhat.com>
24688
24689         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
24690
24691 2008-04-06  Bruno Haible  <bruno@clisp.org>
24692
24693         Avoid possible error with non-ASCII bytes in UTF-8 locales.
24694         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
24695         * tests/test-printf-posix.sh: Likewise.
24696         * tests/test-vfprintf-posix.sh: Likewise.
24697         * tests/test-vprintf-posix.sh: Likewise.
24698         * tests/test-xprintf-posix.sh: Likewise.
24699
24700 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24701
24702         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
24703         hide error from 'ls', needed on OS/2.
24704         Report by Elbert Pol <elbert.pol@gmail.com>.
24705
24706 2008-04-04  Eric Blake  <ebb9@byu.net>
24707
24708         Make test-fseeko.c failures meaningful.
24709         * tests/test-fseeko.c: Print line number on failure.
24710         * tests/test-fseek.c: Likewise.
24711         Reported by Nelson H. F. Beebe.
24712
24713         Improve strtod bug detection check.
24714         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
24715         required for Solaris 10.
24716         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
24717
24718 2008-04-04  Bruno Haible  <bruno@clisp.org>
24719
24720         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
24721         by m4/setenv.m4.
24722
24723 2008-04-03  Eric Blake  <ebb9@byu.net>
24724
24725         Ensure sane .version contents.
24726         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
24727         version string.
24728         * build-aux/git-version-gen: Improve documentation.
24729
24730         Make GNU make output nicer.
24731         * top/GNUmakefile [!_have-Makefile]: Add dependency on
24732         MAKECMDGOALS to enforce message for all command line targets.  Set
24733         srcdir for use in maint.mk.
24734
24735         Another maintainer tweak.
24736         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
24737         a target that regenerates version.
24738
24739 2008-04-03  Jim Meyering  <meyering@redhat.com>
24740
24741         vc-list-files: don't cause coreutils "make po-check" failure
24742         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
24743
24744 2008-04-03  Eric Blake  <ebb9@byu.net>
24745
24746         Allow VPATH usage of vc-list-files.
24747         * build-aux/vc-list-files (scriptversion): Add timestamp.
24748         (options): Add --help, --version, -C.
24749         (CVS): Support installed cvsu.
24750
24751 2008-04-02  Bruno Haible  <bruno@clisp.org>
24752
24753         Avoid some "statement with no effect" warnings from gcc.
24754         * tests/test-wctype.c (main): Explicitly ignore unused values.
24755         Reported by Jim Meyering.
24756
24757 2008-04-02  Jim Meyering  <meyering@redhat.com>
24758
24759         Avoid some warnings from "gcc -Wshadow".
24760         * tests/test-frexp.c (exp): Define to a different identifier.
24761         * tests/test-frexpl.c (exp): Likewise.
24762
24763 2008-04-03  Jim Meyering  <meyering@redhat.com>
24764
24765         bootstrap: remove dangling *.[ch] symlinks from lib
24766         * build-aux/bootstrap [dangling symlink removal]: Move find's
24767         -depth option to precede all others, to avoid a warning.
24768         Remove *.[ch] files too, and from "$source_base" (usually lib/).
24769
24770 2008-04-02  Bruno Haible  <bruno@clisp.org>
24771
24772         Avoid some warnings from "gcc -Wshadow".
24773         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
24774         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
24775         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
24776         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
24777         Reported by Jim Meyering.
24778
24779 2008-04-01  Bruno Haible  <bruno@clisp.org>
24780
24781         Fix test to work on IRIX 6.5 with cc.
24782         * tests/test-math.c (numeric_equal): New function.
24783         (main): Use it.
24784
24785 2008-04-01  Bruno Haible  <bruno@clisp.org>
24786
24787         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
24788
24789 2008-04-01  Bruno Haible  <bruno@clisp.org>
24790
24791         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
24792         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24793         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
24794         (Depends-on): Remove math.
24795
24796         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
24797         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24798         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
24799         (Depends-on): Remove math.
24800
24801         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
24802         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24803         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
24804         (Depends-on): Remove math.
24805         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
24806         (Depends-on): Remove math.
24807
24808         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
24809         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24810         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
24811         (Depends-on): Remove math.
24812         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
24813         (Depends-on): Remove math.
24814
24815         * tests/test-round1.c: Include nan.h.
24816         (main): Use NaNd instead of NAN.
24817         * modules/round-tests (Files): Add tests/nan.h.
24818
24819         * tests/test-trunc1.c: Include nan.h.
24820         (main): Use NaNd instead of NAN.
24821         * modules/trunc-tests (Files): Add tests/nan.h.
24822
24823         * tests/test-roundf1.c: Include nan.h.
24824         (main): Use NaNf instead of NAN.
24825         * modules/roundf-tests (Files): Add tests/nan.h.
24826
24827         * tests/test-truncf1.c: Include nan.h.
24828         (main): Use NaNf instead of NAN.
24829         * modules/truncf-tests (Files): Add tests/nan.h.
24830
24831         * tests/test-ceilf1.c: Include nan.h.
24832         (main): Use NaNf instead of NAN.
24833         * modules/ceilf-tests (Files): Add tests/nan.h.
24834
24835         * tests/test-floorf1.c: Include nan.h.
24836         (main): Use NaNf instead of NAN.
24837         * modules/floorf-tests (Files): Add tests/nan.h.
24838
24839         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
24840         (main): Use NaNf instead of NAN.
24841         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
24842
24843         * tests/test-isnand.c: Include nan.h instead of <math.h>.
24844         (main): Use NaNd instead of NAN.
24845         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
24846
24847         * tests/test-frexp.c: Include nan.h.
24848         (main): Use NaNd instead of NAN.
24849         * modules/frexp-tests (Files): Add tests/nan.h.
24850
24851         * lib/isnan.c: Don't include <math.h>.
24852         (FUNC): Don't use NAN macro.
24853         * modules/isnand-nolibm (Depends-on): Remove math.
24854         * modules/isnanf-nolibm (Depends-on): Remove math.
24855         * modules/isnanl (Depends-on): Remove math.
24856         * modules/isnanl-nolibm (Depends-on): Remove math.
24857
24858         * tests/nan.h: New file.
24859
24860 2008-04-01  Eric Blake  <ebb9@byu.net>
24861
24862         Fix typos.
24863         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
24864         values to be the right type.
24865
24866         For now, cater to gnulib strtod inaccuracies.
24867         * tests/test-strtod.c (main): Allow 1-ulp error on expected
24868         fractional results.  While not as nice from a QoI perspective, it
24869         is a quicker patch than correctly implementing decimal to binary
24870         rounding.
24871
24872 2008-03-31  Eric Blake  <ebb9@byu.net>
24873
24874         Guarantee a definition of NAN.
24875         * lib/math.in.h (NAN): Define if missing.
24876         * tests/test-math.c (main): Test it.
24877         * doc/posix-headers/math.texi (math.h): Document this.
24878         * lib/isnan.c (rpl_isnand): Use it.
24879         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
24880         * tests/test-floorf1.c (NaN): Likewise.
24881         * tests/test-frexp.c (NaN): Likewise.
24882         * tests/test-isnand.c (NaN): Likewise.
24883         * tests/test-isnanf.c (NaN): Likewise.
24884         * tests/test-round1.c (NaN): Likewise.
24885         * tests/test-roundf1.c (NaN): Likewise.
24886         * tests/test-snprintf-posix.h (NaN): Likewise.
24887         * tests/test-sprintf-posix.h (NaN): Likewise.
24888         * tests/test-trunc1.c (NaN): Likewise.
24889         * tests/test-truncf1.c (NaN): Likewise.
24890         * tests/test-vasnprintf-posix.c (NaN): Likewise.
24891         * tests/test-vasprintf-posix.c (NaN): Likewise.
24892         * modules/isnand-nolibm (Depends-on): Add math.
24893         * modules/isnanf-nolibm (Depends-on): Likewise.
24894         * modules/isnanl (Depends-on): Likewise.
24895         * modules/isnanl-nolibm (Depends-on): Likewise.
24896         * modules/snprintf-posix-tests (Depends-on): Likewise.
24897         * modules/sprintf-posix-tests (Depends-on): Likewise.
24898         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
24899         * modules/vsprintf-posix-tests (Depends-on): Likewise.
24900         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
24901         * modules/vasprintf-posix-tests (Depends-on): Likewise.
24902
24903 2008-03-31  Bruno Haible  <bruno@clisp.org>
24904
24905         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
24906         * doc/posix-functions/strtod.texi: Likewise.
24907
24908 2008-03-31  Bruno Haible  <bruno@clisp.org>
24909
24910         * tests/test-strtod.c (main): Don't use C99 syntax.
24911
24912 2008-03-31  Bruno Haible  <bruno@clisp.org>
24913
24914         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
24915         Reported by Eric Blake.
24916
24917 2008-03-31  Jim Meyering  <meyering@redhat.com>
24918
24919         Don't compare actual signbit return values.
24920         * tests/test-strtod.c (main): Rather, compare only their
24921         zero/non-zero nature.
24922
24923 2008-03-31  Eric Blake  <ebb9@byu.net>
24924
24925         More strtod documentation.
24926         * doc/posix-functions/strtod.texi (strtod): Interpret more test
24927         failures as distinct bugs.
24928
24929 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24930
24931         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
24932         Problem reported by Erik Benada in
24933         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
24934
24935 2008-03-30  Bruno Haible  <bruno@clisp.org>
24936
24937         * tests/test-strtod.c: Add comments about which assertion fails on which
24938         platform.
24939         * doc/posix-functions/strtod.texi: Add info about many more platforms.
24940
24941 2008-03-30  Eric Blake  <ebb9@byu.net>
24942
24943         Test signbit behavior on zeros.
24944         * tests/test-signbit.c (test_signbitf): Add tests for zero.
24945         (test_signbitd, test_signbitl): Likewise.
24946
24947         More strtod touchups.
24948         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
24949         sign of negative underflow, for now.  Use .5, not .1.
24950         * doc/posix-functions/strtod.texi (strtod): Mention these
24951         limitations.
24952         Reported by Jim Meyering.
24953
24954 2008-03-30  Bruno Haible  <bruno@clisp.org>
24955
24956         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
24957         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
24958
24959 2008-03-30  Bruno Haible  <bruno@clisp.org>
24960
24961         Avoid failure when attempting to return empty iconv results on some
24962         platforms.
24963         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
24964         allocation, don't report ENOMEM when the resulting string is empty.
24965
24966 2008-03-30  Bruno Haible  <bruno@clisp.org>
24967
24968         Fix buffer overrun.
24969         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
24970         Don't consider the width for tmp_length. Check count against tmp_length
24971         before doing the padding. Ensure enough allocation during padding.
24972
24973 2008-03-30  Eric Blake  <ebb9@byu.net>
24974
24975         strtod touchups.
24976         * lib/strtod.c (strtod): Avoid compiler warnings.
24977         Reported by Jim Meyering.
24978
24979 2008-03-30  Bruno Haible  <bruno@clisp.org>
24980
24981         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
24982         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
24983         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
24984         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
24985         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
24986         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
24987         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
24988         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
24989
24990         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
24991         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
24992         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
24993         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
24994         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
24995         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
24996         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
24997         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
24998
24999         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
25000         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
25001         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
25002         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
25003         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
25004         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
25005         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
25006         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
25007
25008         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
25009         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
25010
25011         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
25012         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
25013
25014         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
25015         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
25016
25017         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
25018         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
25019         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
25020
25021         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
25022         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
25023         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
25024
25025         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
25026         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
25027         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
25028
25029         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
25030         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
25031         * modules/vasprintf (Depends-on): Add EOVERFLOW.
25032
25033         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
25034         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
25035         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
25036         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
25037         (Depends-on): Add EOVERFLOW.
25038         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
25039         (Depends-on): Add EOVERFLOW.
25040         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
25041         (Depends-on): Add EOVERFLOW.
25042         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
25043         (Depends-on): Add EOVERFLOW.
25044         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
25045         (Depends-on): Add EOVERFLOW.
25046         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
25047         (Depends-on): Add EOVERFLOW.
25048         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
25049         (Depends-on): Add EOVERFLOW.
25050         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
25051         (Depends-on): Add EOVERFLOW.
25052
25053         * lib/sprintf.c (EOVERFLOW): Remove fallback.
25054         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
25055         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
25056
25057         * lib/snprintf.c (EOVERFLOW): Remove fallback.
25058         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
25059         * modules/snprintf (Depends-on): Add EOVERFLOW.
25060
25061         * lib/poll.c (EOVERFLOW): Remove fallback.
25062         * modules/poll (Depends-on): Add EOVERFLOW.
25063
25064         * lib/getugroups.c (EOVERFLOW): Remove fallback.
25065         * modules/getugroups (Depends-on): Add EOVERFLOW.
25066
25067         * lib/getdelim.c (EOVERFLOW): Remove fallback.
25068         * modules/getdelim (Depends-on): Add EOVERFLOW.
25069
25070         * lib/ftell.c (EOVERFLOW): Remove fallback.
25071         * modules/ftell (Depends-on): Add EOVERFLOW.
25072
25073         * lib/fprintf.c (EOVERFLOW): Remove fallback.
25074         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
25075         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
25076
25077         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
25078
25079         * modules/EOVERFLOW-tests: New file.
25080         * tests/test-EOVERFLOW.c: New file.
25081
25082         * modules/EOVERFLOW: New file.
25083         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
25084
25085 2008-03-30  Bruno Haible  <bruno@clisp.org>
25086
25087         Fix bug introduced on 2007-06-10.
25088         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
25089         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
25090
25091 2008-03-30  Bruno Haible  <bruno@clisp.org>
25092
25093         Improve freadseek's efficiency after ungetc.
25094         * lib/freadseek.c: Include freadahead.h.
25095         (freadptrinc): New function, extracted from freadseek.
25096         (freadseek): Use it in a loop. Use freadahead to determine the number
25097         of loop iterations.
25098         * modules/freadseek (Depends-on): Add freadahead.
25099         (configure.ac): Require AC_C_INLINE.
25100
25101 2008-03-30  Bruno Haible  <bruno@clisp.org>
25102
25103         * lib/freadseek.c (freadseek): Don't ignore the return value of
25104         freadptr.
25105
25106 2008-03-29  Eric Blake  <ebb9@byu.net>
25107
25108         Add hex float support.
25109         * modules/strtod (Depends-on): Add c-ctype.
25110         (Link): Mention POW_LIB.
25111         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
25112         whitespace between 'e' and exponent.
25113         * tests/test-strtod.c (main): Enable hex float tests.
25114         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
25115         now provides.
25116
25117         Document various strtod bugs, with some fixes.
25118         * doc/posix-functions/strtod.texi (strtod): Document bugs with
25119         "-0x", "inf", "nan", and hex constants.
25120         * doc/posix-functions/atof.texi (atof): Likewise.
25121         * modules/stdlib (Makefile.am): Support strtod.
25122         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
25123         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
25124         detect additional strtod bugs.
25125         * lib/stdlib.in.h (rpl_strtod): Add declarations.
25126         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
25127         bool where appropriate.  Parse 'inf' and 'nan'.
25128         * tests/test-strtod.c: New file.
25129         * modules/strtod (Depends-on): Add stdbool, stdlib.
25130         (configure.ac): Turn on module indicator.
25131         * modules/strtod-tests: New module.
25132
25133 2008-03-29  Eric Blake  <ebb9@byu.net>
25134
25135         Fix ftell on mingw.
25136         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
25137         * modules/ftell-tests (Depends-on): Add binary-io.
25138         * modules/ftello-tests (Depends-on): Likewise.
25139         * tests/test-ftell.c (main): Enhance test to cover behavior after
25140         ungetc.  Enforce binary mode.
25141         * tests/test-ftello.c (main): Likewise.
25142
25143         Pass test-freadseek on cygwin.
25144         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
25145         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
25146         ungetc buffer.
25147
25148         * tests/test-fflush2.c (main): Fix typo.
25149
25150 2008-03-29  Bruno Haible  <bruno@clisp.org>
25151
25152         * tests/test-fflush2.c (main): Temporarily disable the contents of
25153         this test.
25154         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
25155         Reported by Eric Blake.
25156
25157 2008-03-28  Simon Josefsson  <simon@josefsson.org>
25158
25159         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
25160         (GC_SHA224_DIGEST_SIZE): Add.
25161
25162         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
25163         (gc_hash_digest_length): Likewise.
25164         (gc_hash_buffer): Likewise.
25165
25166 2008-03-25  Bruno Haible  <bruno@clisp.org>
25167
25168         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
25169         detail which gettext release to use.
25170         Reported by Simon Josefsson.
25171
25172 2008-03-26  Jim Meyering  <meyering@redhat.com>
25173
25174         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
25175         * modules/gnumakefile (clean-GNUmakefile): Also, use
25176         test ... && ... || : syntax rather than if-then ... fi.
25177
25178         gnumakefile: Don't double-quote-expand $(VPATH) value.
25179         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
25180
25181 2008-03-24  Eric Blake  <ebb9@byu.net>
25182
25183         Alter GNUmakefile to install into top directory.
25184         * modules/maintainer-makefile: Split, and add dependency...
25185         * modules/gnumakefile: to this new module.
25186         * build-aux/GNUmakefile: Move...
25187         * top/GNUmakefile: ...here.
25188         * build-aux/maint.mk: Move...
25189         * top/maint.mk: ...here.
25190         * MODULES.html.sh (Support for maintaining...): Document new
25191         module.
25192
25193 2008-03-23  Bruno Haible  <bruno@clisp.org>
25194
25195         * gnulib-tool: New options --vc-files, --no-vc-files.
25196         (func_usage): Document them.
25197         (vc_files): New variable.
25198         (func_import): Consider vc_files.
25199         (func_create_testdir): Set vc_files to empty.
25200         Suggested by Jim Meyering and Karl Berry.
25201
25202 2008-03-23  Bruno Haible  <bruno@clisp.org>
25203
25204         Fix regex compilation error on HP-UX 11.
25205         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
25206         * modules/regex (Files): Add m4/mbstate_t.m4.
25207         Reported by Ton Voon <ton.voon@altinity.com>.
25208
25209 2008-03-23  Bruno Haible  <bruno@clisp.org>
25210
25211         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
25212
25213 2008-03-23  Eric Blake  <ebb9@byu.net>
25214             Bruno Haible  <bruno@clisp.org>
25215
25216         Install files from top/ in the destination directory.
25217         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
25218         augmentation also for the files from top/.
25219         (func_import, func_create_testdir): Rewrite file names:
25220         top/filename -> filename.
25221
25222 2008-03-23  Bruno Haible  <bruno@clisp.org>
25223
25224         Tweak "gnulib --version" output.
25225         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
25226
25227 2008-03-23  Bruno Haible  <bruno@clisp.org>
25228
25229         Tweak "gnulib --version" output.
25230         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
25231         rather than contents of ChangeLog, when possible.
25232
25233 2008-03-21  Eric Blake  <ebb9@byu.net>
25234
25235         More --version tweaks.
25236         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
25237         date of last ChangeLog entry.
25238
25239 2008-03-21  Jim Meyering  <meyering@redhat.com>
25240
25241         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
25242
25243 2008-03-20  Eric Blake  <ebb9@byu.net>
25244
25245         VPATH fix.
25246         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
25247
25248 2008-03-20  Simon Josefsson  <simon@josefsson.org>
25249
25250         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
25251         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
25252
25253 2008-03-20  Eric Blake  <ebb9@byu.net>
25254
25255         Sync GNUmakefile with coreutils.
25256         * build-aux/GNUmakefile (have-Makefile): Rename...
25257         (_have-Makefile): ...to this, for namespace consideration.
25258         (GNUmakefile.cfg): Include, if present.
25259         (_autoreconf): Define a default.
25260         (_is-dist-target): New rule for rebuilds to pick up intra-release
25261         version.
25262         (maint-cfg.mk): Rename...
25263         (cfg.mk): ...to this.
25264
25265 2008-03-18  Jim Meyering  <meyering@redhat.com>
25266
25267         New script and module: mktempd
25268         * MODULES.html.sh (maint+release support): Add mktempd.
25269         * build-aux/mktempd: New file.
25270         * modules/mktempd: New file.
25271
25272 2008-03-15  Jim Meyering  <meyering@redhat.com>
25273
25274         Undo last change.
25275         * lib/sha1.c, lib/md5.c: 63 != ~63.
25276         Reported by Andreas Schwab.
25277
25278         sha1.c, md5.c: Hoist a redundant expression.
25279         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
25280         "ctx->buflen" only once, before calling *_process_block.
25281         * lib/md5.c (md5_process_bytes): Likewise.
25282
25283 2008-03-14  Eric Blake  <ebb9@byu.net>
25284
25285         Bump copyright year in files generated by gnulib-tool.
25286         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
25287         gnulib-tool, rather than hard-coding it.
25288
25289         Fix 'gnulib-tool --version' output to work with git.
25290         * gnulib-tool (func_gnulib_dir): New function, extracted from...
25291         (startup): ...here.
25292         (func_version): Use it to invoke git-version-gen, rather than
25293         relying on CVS keyword expansion.  Modernize wording.
25294         (cvsdatestamp, last_checkin_date, version): Kill unused
25295         variables.
25296
25297 2008-03-12  Jim Meyering  <meyering@redhat.com>
25298
25299         Recognize optional cast of the argument to free.
25300         * build-aux/useless-if-before-free: Update regexps.
25301
25302         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
25303
25304 2008-03-11  Bruno Haible  <bruno@clisp.org>
25305
25306         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
25307         by a single package.
25308         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
25309         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
25310         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
25311         Reported by Sam Steingold <sds@gnu.org>.
25312
25313 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
25314
25315         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
25316         repositories.
25317
25318 2008-03-11  Bruno Haible  <bruno@clisp.org>
25319
25320         Avoid conflicts between local macro definitions.
25321         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
25322         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
25323
25324 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
25325             Bruno Haible  <bruno@clisp.org>
25326
25327         Make va_copy work with some version of xlc on AIX 5.1.
25328         * lib/stdarg.in.h: New file.
25329         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
25330         On AIX, use a <stdarg.h> file substitute.
25331         * modules/stdarg (Files): Add lib/stdarg.in.h.
25332         (Depends-on): Add include_next.
25333         (Makefile.am): Build a stdarg.h substitute if requested.
25334         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
25335
25336 2008-03-10  Bruno Haible  <bruno@clisp.org>
25337
25338         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
25339         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25340         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
25341
25342 2008-03-10  Bruno Haible  <bruno@clisp.org>
25343
25344         * modules/stdlib (Depends-on): Add include_next, remove
25345         absolute-header.
25346
25347 2008-03-09  Bruno Haible  <bruno@clisp.org>
25348
25349         * lib/freadahead.h (freadahead): Document more precisely.
25350         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
25351         the sum of both buffer sizes.
25352         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
25353         * NEWS: Document the change.
25354
25355 2008-03-09  Bruno Haible  <bruno@clisp.org>
25356
25357         Extend freadptr to return also the buffer size.
25358         * lib/freadptr.h (freadptr): Add sizep argument.
25359         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
25360         (freadptr): Add sizep argument. Determine buffer size like freadahead
25361         does.
25362         * tests/test-freadptr.c: Don't include freadahead.h.
25363         (main): Adapt for new calling convention of freadptr.
25364         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
25365         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
25366         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
25367         tests/test-freadptr2.sh.
25368         (Depends): Remove freadahead.
25369         (TESTS): Add test-freadptr2.sh.
25370         (check_PROGRAMS): Add test-freadptr2.
25371
25372 2008-03-09  Bruno Haible  <bruno@clisp.org>
25373
25374         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
25375         Report and solution by Simon Josefsson.
25376
25377 2008-03-06  Bruno Haible  <bruno@clisp.org>
25378
25379         Make fflush after ungetc work on BSD platforms.
25380         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
25381         * tests/test-fflush2.c: New file.
25382         * tests/test-fflush2.sh: New file.
25383         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
25384         tests/test-fflush2.c.
25385         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
25386         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
25387
25388 2008-03-06  Eric Blake  <ebb9@byu.net>
25389
25390         Likewise for ftello.
25391         * modules/ftello (Dependencies): Add extensions.
25392         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
25393
25394 2008-03-06  Bruno Haible  <bruno@clisp.org>
25395
25396         * modules/fseeko (Dependencies): Add extensions.
25397         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
25398         Needed on glibc systems.
25399
25400 2008-03-06  Bruno Haible  <bruno@clisp.org>
25401
25402         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
25403         email address.
25404         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
25405
25406 2008-03-06  Bruno Haible  <bruno@clisp.org>
25407
25408         * users.txt: Add libgnupdf.
25409
25410 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
25411
25412         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
25413         (Header File Substitutes, Function Substitutes,
25414         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
25415         (Build robot for gnulib): Fix typo.
25416
25417 2008-03-06  Bruno Haible  <bruno@clisp.org>
25418
25419         * doc/gnulib-tool.texi (VCS Issues): Small updates.
25420         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
25421
25422 2008-03-06  Bruno Haible  <bruno@clisp.org>
25423
25424         * doc/func.texi: New file, extracted from doc/gnulib.texi.
25425         * doc/gnulib.texi: Include it.
25426
25427 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25428
25429         * modules/func (License): Change license to unlimited; there was
25430         no LGPL parts in the module anyway.
25431
25432 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25433
25434         * modules/__func__: Renamed to modules/func.
25435         * modules/__func__-tests: Renamed to modules/func-tests.
25436         * tests/test-__func__.c: Renamed to tests/test-func.c.
25437         * m4/__func__.m4: Renamed to m4/func.m4.
25438         * doc/gnulib.texi (__func__): Section renamed to func.
25439         Suggested by Eric Blake <ebb9@byu.net>.
25440
25441 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25442
25443         * doc/gnulib.texi (__func__): Use C99 terminology when talking
25444         about __func__.  Make example self-contained.  Suggested by Eric
25445         Blake <ebb9@byu.net>.
25446
25447         * tests/test-__func__.c (main): Avoid extraneous () around __func.
25448         Suggested by Eric Blake <ebb9@byu.net>.
25449
25450 2008-03-06  Simon Josefsson  <simon@josefsson.org>
25451
25452         * modules/__func__: New file.
25453         * modules/__func__-tests: New file.
25454         * tests/test-__func__.c: New file.
25455         * m4/__func__.m4: New file.
25456         * doc/gnulib.texi (__func__): Document __func__ module.
25457
25458 2008-03-05  Simon Josefsson  <simon@josefsson.org>
25459
25460         * modules/byteswap (License): Re-license as LGPLv2+.
25461
25462 2008-03-05  Simon Josefsson  <simon@josefsson.org>
25463
25464         * doc/Makefile: Add pdf target.
25465
25466 2008-03-05  Simon Josefsson  <simon@josefsson.org>
25467
25468         * modules/inline (License): Use 'unlimited', since there are only
25469         *.m4 files in this module.
25470
25471 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
25472             Bruno Haible  <bruno@clisp.org>
25473
25474         Add support for HP C 7.1 on OpenVMS 8.3.
25475         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
25476
25477 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
25478
25479         Update VMS specifics.
25480         * lib/getopt.c [VMS]: Remove include of unixlib.h.
25481
25482 2008-03-02  Jim Meyering  <meyering@redhat.com>
25483
25484         Remove the last dependency on the "free" module.
25485         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
25486         Reported by Bob Proulx.
25487
25488         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
25489
25490         Remove useless "if" tests before free.  Deprecate "free" module.
25491         * doc/posix-functions/free.texi: Mention that this
25492         module is no longer useful.
25493         * modules/free (Notice): Say this module is obsolete.
25494         * modules/readutmp (Depends-on): Remove free.
25495         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
25496         * lib/putenv.c (putenv): Likewise.
25497         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
25498         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
25499         * tests/test-c-strcasestr.c (main): Likewise.
25500         * tests/test-c-strstr.c (main): Likewise.
25501         * tests/test-mbscasestr1.c (main): Likewise.
25502         * tests/test-mbscasestr2.c (main): Likewise.
25503         * tests/test-mbsstr1.c (main): Likewise.
25504         * tests/test-mbsstr2.c (main): Likewise.
25505         * tests/test-memmem.c (main): Likewise.
25506         * tests/test-strcasestr.c (main): Likewise.
25507         * tests/test-striconv.c (main): Likewise.
25508         * tests/test-striconveh.c (main): Likewise.
25509         * tests/test-striconveha.c (main): Likewise.
25510         * tests/test-strstr.c (main): Likewise.
25511
25512         * build-aux/git-version-gen: Adjust a comment and the Usage string.
25513
25514         bootstrap: sync from coreutils again
25515         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
25516
25517 2008-03-01  Jim Meyering  <meyering@redhat.com>
25518
25519         bootstrap: sync from coreutils
25520         * build-aux/bootstrap (update_po_files): Copy a .po file into place
25521         also when the target doesn't exist.
25522
25523 2008-03-01  Eric Blake  <ebb9@byu.net>
25524
25525         Fix bugs in last patch.
25526         * lib/memchr2.c (memchr2): Fix typo.
25527         * tests/test-memchr2.c: Test previous bug, and don't use GNU
25528         extension.
25529         Reported by Bruce Korb.
25530
25531         New module 'memchr2'.
25532         * modules/memchr2: New file.
25533         * modules/memchr2-tests: Likewise.
25534         * lib/memchr2.h: Likewise.
25535         * lib/memchr2.c: Likewise, based on memchr.c.
25536         * tests/test-memchr2.c: New test.
25537         * MODULES.html.sh (String handling): Add memchr2.
25538
25539 2008-02-29  Bruno Haible  <bruno@clisp.org>
25540
25541         * modules/freadseek-tests: New file.
25542         * tests/test-freadseek.sh: New file.
25543         * tests/test-freadseek.c: New file.
25544
25545         New module 'freadseek'.
25546         * modules/freadseek: New file.
25547         * lib/freadseek.h: New file.
25548         * lib/freadseek.c: New file.
25549         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
25550
25551 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
25552
25553         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
25554         wydawca.
25555
25556         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
25557         program_invocation_name and program_invocation_short_name are
25558         present.
25559
25560 2008-02-28  Bruno Haible  <bruno@clisp.org>
25561
25562         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
25563         * tests/test-freadptr.sh: Also test non-seekable stdin.
25564
25565 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
25566
25567         * build-aux/bootstrap (source_base, m4_base)
25568         (doc_base, tests_base): New variables.
25569         (gnulib_tool_options): Do not hardcode base directories, use
25570         the above variables instead.
25571
25572 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
25573
25574         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
25575
25576 2008-02-28  Bruno Haible  <bruno@clisp.org>
25577
25578         * modules/freadptr-tests: New file.
25579         * tests/test-freadptr.sh: New file.
25580         * tests/test-freadptr.c: New file.
25581
25582         New module 'freadptr'.
25583         * modules/freadptr: New file.
25584         * lib/freadptr.h: New file.
25585         * lib/freadptr.c: New file.
25586         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
25587
25588 2008-02-26  Karl Berry  <karl@freefriends.org>
25589
25590         Sync from Libtool:
25591         * libltdl/argz.c (argz_add, argz_count): New functions.
25592         * libltdl/argz.in.h: Declare them.
25593         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
25594
25595 2008-02-22  Bruno Haible  <bruno@clisp.org>
25596
25597         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
25598         is a pointer type.  Needed for HP-UX 10.
25599         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
25600         * doc/posix-functions/gmtime_r.texi: Likewise.
25601         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
25602
25603 2008-02-24  Bruno Haible  <bruno@clisp.org>
25604
25605         * modules/environ-tests: New file.
25606         * tests/test-environ.c: New file.
25607
25608         New module 'environ'.
25609         * modules/environ: New file.
25610         * lib/unistd.in.h (environ): New declaration.
25611         * m4/environ.m4: New file.
25612         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
25613         after use.
25614         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
25615         HAVE_DECL_ENVIRON.
25616         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
25617         HAVE_DECL_ENVIRON.
25618         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
25619         wrong claim that 'environ' is missing on some systems.
25620         * modules/execute (Depends-on): Add environ.
25621         * lib/execute.c (environ): Remove fallback declaration.
25622         * modules/pipe (Depends-on): Add environ.
25623         * lib/pipe.c (environ): Remove fallback declaration.
25624         * modules/setenv (Depends-on): Add environ.
25625         * lib/setenv.c (environ): Remove fallback declaration.
25626         * modules/unsetenv (Depends-on): Add environ.
25627         * lib/unsetenv.c (environ): Remove fallback declaration.
25628         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
25629         m4/environ.m4.
25630         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
25631         (gl_PREREQ_UNSETENV): Likewise.
25632
25633 2008-02-24  Bruno Haible  <bruno@clisp.org>
25634
25635         * doc/posix-functions/environ.texi: Document the MacOS X problem.
25636
25637 2008-02-20  Bob Proulx  <bob@proulx.com>
25638
25639         Enable use of older two part flavor 'git describe'.
25640         * build-aux/git-version-gen: If using the older two part flavor of
25641         git version then recreate the third part now present in the
25642         newer three part flavor of git describe.
25643
25644 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
25645
25646         * lib/fts.c (fts_build): Typo correction to comment.
25647
25648 2008-02-17  Bruno Haible  <bruno@clisp.org>
25649
25650         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
25651         generating no-op conflicts.
25652
25653 2008-02-17  Bruno Haible  <bruno@clisp.org>
25654
25655         Speed up by 10%.
25656         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
25657         result_entries, rather than an index-based loop.
25658
25659 2008-02-17  Bruno Haible  <bruno@clisp.org>
25660
25661         Speed up by 25%.
25662         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
25663         'hashcode_cached'.
25664         (entry_create): New function.
25665         (entry_hashcode): Use the cached hashcode if possible.
25666         (read_changelog_file, try_split_merged_entry): Use entry_create.
25667
25668 2008-02-17  Bruno Haible  <bruno@clisp.org>
25669
25670         Speed up from O(n^2) to O(n) for long ChangeLog files.
25671         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
25672         (read_changelog_file): Change implementation of entries_reversed list
25673         to rbtreehash.
25674         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
25675
25676 2008-02-17  Bruno Haible  <bruno@clisp.org>
25677
25678         New option --split-merged-entry.
25679         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
25680         (find_paragraph_end, try_split_merged_entry): New functions.
25681         (long_options): Add option --split-merged-entry.
25682         (usage): Document option --split-merged-entry.
25683         (main): Implement option --split-merged-entry.
25684         Reported by Eric Blake.
25685
25686 2008-02-17  Bruno Haible  <bruno@clisp.org>
25687
25688         * lib/git-merge-changelog.c: Include c-strstr.h.
25689         (main): Support the "git pull --rebase" situation.
25690         * modules/git-merge-changelog (Depends-on): Add c-strstr.
25691         Reported by Eric Blake.
25692
25693 2008-02-16  Eric Blake  <ebb9@byu.net>
25694
25695         Avoid doubling \ in common case of "c-maybe" quoting style.
25696         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
25697         eliding outer quotes.
25698         * lib/quotearg.h: Document this.
25699         * tests/test-quotearg.c (result_strings, inputs, results_g)
25700         (flag_results, locale_results): Test it by adding a new string to
25701         each test group.
25702         (compare_strings): Test new string.
25703
25704 2008-02-13  Eric Blake  <ebb9@byu.net>
25705
25706         Avoid trigraph quoting in default output.
25707         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
25708         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
25709         unless explicitly requested.
25710         * tests/test-quotearg.c (flag_results, main): Add additional tests.
25711
25712 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
25713
25714         Don't rely on signed integer overflowing to negative value.
25715         * lib/getugroups.c (getugroups): Include <limits.h>.
25716         Instead, compare against INT_MAX, and increment only if the test passes.
25717
25718 2008-02-13  Jim Meyering  <meyering@redhat.com>
25719         and Eric Blake  <ebb9@byu.net>
25720
25721         Avoid shadowing warning and compile errors on Linux.
25722         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
25723         forwarding macros on Linux.
25724         (dcgettext): Define a stub, for Linux.
25725         (results_g, main): Avoid warnings.
25726
25727 2008-02-12  Eric Blake  <ebb9@byu.net>
25728
25729         Silence warning in last patch.
25730         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
25731
25732         Quotearg part 4: add tests, fix c-maybe colon quoting.
25733         * lib/quotearg.h: Improve documentation.
25734         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
25735         escapes when adding outer quotes.  When quoting trigraphs, use
25736         valid C notation.  When quoting NUL, omit extra characters if next
25737         character is not digit.  Alter prototype.
25738         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
25739         callers.
25740         * modules/quotearg-tests: New module.
25741         * tests/test-quotearg.c: New test.
25742
25743 2008-02-07  Eric Blake  <ebb9@byu.net>
25744
25745         Quotearg part 3: add flag to control outer quote elision.
25746         * lib/quotearg.h (c_maybe_quoting_style): New style.
25747         (enum quoting_flags): Better documentation of flags.
25748         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
25749         c-maybe style.
25750         (quotearg_buffer_restyled): Handle new flag to elide outer
25751         quotes.
25752
25753         Quotearg part 2: add flag that can control NUL elision.
25754         * lib/quotearg.h (set_quoting_flags): New prototype.
25755         * lib/quotearg.c (struct quoting_options): Add flag field.
25756         (set_quoting_flags): New function.
25757         (quotearg_buffer_restyled): Add flags parameter.
25758         (quotearg_alloc_mem): Set the flag if length cannot be returned.
25759         (quotearg_n_options): Set the flag, since length cannot be
25760         returned.
25761         (quoting_options_from_style): Default flags correctly.
25762
25763         Quotearg part 1: more wrappers, restore quotearg_char state.
25764         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
25765         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
25766         (quotearg_colon_mem): New wrappers.
25767         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
25768         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
25769         functions.
25770         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
25771         (quotearg_colon_mem): New functions.
25772
25773 2008-02-11  Bruno Haible  <bruno@clisp.org>
25774
25775         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
25776         library in the current directory: it does not work with parallel make.
25777         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25778
25779 2008-02-11  Bruno Haible  <bruno@clisp.org>
25780
25781         * .gitattributes: New file.
25782
25783 2008-02-11  Jim Meyering  <meyering@redhat.com>
25784
25785         useless-if-before-free: Fix reversed exit values.
25786         * build-aux/useless-if-before-free: Use correct values
25787         for EXIT_MATCH and EXIT_NO_MATCH.
25788
25789         * build-aux/useless-if-before-free: Close stdout carefully.
25790
25791 2008-02-10  Bruno Haible  <bruno@clisp.org>
25792
25793         New module 'git-merge-changelog'.
25794         * modules/git-merge-changelog: New file.
25795         * lib/git-merge-changelog.c: New file.
25796
25797 2008-02-10  Jim Meyering  <meyering@redhat.com>
25798
25799         useless-if-before-free: New option: --list (-l).
25800
25801         useless-if-before-free: Don't exit immediately upon open failure.
25802         * build-aux/useless-if-before-free: Exit 2 for errors.
25803         Upon failure to open a file, don't exit immediately.
25804         Rather, just warn and continue with any remaining files.
25805
25806 2008-02-10  Bruno Haible  <bruno@clisp.org>
25807
25808         New abstract list operation 'node_set_value'.
25809         * lib/gl_list.h (gl_list_node_set_value): New function.
25810         (struct gl_list_implementation): New field node_set_value.
25811         * lib/gl_list.c (gl_list_node_set_value): New function.
25812         * lib/gl_array_list.c (gl_array_node_set_value): New function.
25813         (gl_array_list_implementation): Update.
25814         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
25815         (gl_carray_list_implementation): Update.
25816         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
25817         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25818         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25819         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
25820         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25821         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25822         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25823         Update.
25824         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
25825         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
25826         (gl_sublist_list_implementation): Update.
25827
25828 2008-02-10  Bruno Haible  <bruno@clisp.org>
25829
25830         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
25831         Needed when ELEMENT is #defined to 'some_type *'.
25832
25833 2008-02-10  Jim Meyering  <meyering@redhat.com>
25834
25835         New script and module: useless-if-before-free
25836         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
25837         * build-aux/useless-if-before-free: New file.
25838         * modules/useless-if-before-free: New file.
25839
25840         * build-aux/gitlog-to-changelog: Use committer date, not author date.
25841
25842         xstrtol_error: Fix typo.
25843         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
25844         s/exit_failure/exit_status/.
25845
25846 2008-02-09  Jim Meyering  <meyering@redhat.com>
25847
25848         New script and module: gitlog-to-changelog
25849         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
25850         * modules/gitlog-to-changelog: New file.
25851         * build-aux/gitlog-to-changelog: New file.
25852
25853 2008-02-08  Jim Meyering  <meyering@redhat.com>
25854
25855         Avoid two "parameter unused" warnings.
25856         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
25857         Mark "st" as used.
25858
25859         Use "git COMMAND", not "git-COMMAND".
25860         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
25861         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
25862         * build-aux/git-version-gen: Use "git status", not "git-status".
25863
25864 2008-02-07  Bruno Haible  <bruno@clisp.org>
25865
25866         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
25867         Avoids a crash on Windows Vista.
25868         Reported by Adam Strzelecki <ono@java.pl> via
25869         Simon Josefsson <simon@josefsson.org>.
25870
25871 2008-02-06  Bruno Haible  <bruno@clisp.org>
25872
25873         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
25874         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
25875         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
25876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
25877         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25878         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25879         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
25880         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
25881         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25882         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25883         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25884         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25885         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25886         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25887         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25888         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
25889         left-adjust flag.
25890         * tests/test-snprintf-posix.h (test_function): Likewise.
25891         * tests/test-sprintf-posix.h (test_function): Likewise.
25892         * tests/test-vasprintf-posix.c (test_function): Likewise.
25893         * doc/posix-functions/fprintf.texi: Update.
25894         * doc/posix-functions/printf.texi: Update.
25895         * doc/posix-functions/snprintf.texi: Update.
25896         * doc/posix-functions/sprintf.texi: Update.
25897         * doc/posix-functions/vfprintf.texi: Update.
25898         * doc/posix-functions/vprintf.texi: Update.
25899         * doc/posix-functions/vsnprintf.texi: Update.
25900         * doc/posix-functions/vsprintf.texi: Update.
25901         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25902
25903 2008-02-06  Bruno Haible  <bruno@clisp.org>
25904
25905         Fix bug introduced on 2008-01-26.
25906         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
25907
25908 2008-02-06  Bruno Haible  <bruno@clisp.org>
25909
25910         Fix bug introduced on 2007-06-10.
25911         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
25912         !NEED_PRINTF_FLAG_ZERO.
25913
25914 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
25915
25916         getloadavg: use libperfstat on AIX5
25917         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
25918
25919 2008-02-03  Bruno Haible  <bruno@clisp.org>
25920
25921         * lib/diffseq.h: Add comments about required #includes.
25922         Reported by Michael Biggs <gnulib@doubleplum.net>.
25923
25924 2008-02-01  Bruno Haible  <bruno@clisp.org>
25925
25926         * users.txt: Add gnuit.
25927
25928 2008-01-31  Bruno Haible  <bruno@clisp.org>
25929
25930         * lib/md4.c (set_uint32): Mark as inline.
25931         * lib/md5.c (set_uint32): Likewise.
25932         * lib/sha1.c (set_uint32): Likewise.
25933         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
25934         * m4/md5.m4 (gl_MD5): Likewise.
25935         * m4/sha1.m4 (gl_SHA1): Likewise.
25936
25937 2008-01-31  Jim Meyering  <meyering@redhat.com>
25938
25939         Use "sizeof VAR", rather than a literal "4".
25940         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
25941         * lib/md4.c (md4_read_ctx): Likewise.
25942         * lib/sha1.c (sha1_read_ctx): Likewise.
25943
25944 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25945
25946         * tests/test-sha1.c: New file, based on test-md5.c.
25947
25948         * modules/crypto/sha1-tests: New file.
25949
25950 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25951
25952         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
25953
25954 2008-01-31  Jim Meyering  <meyering@redhat.com>
25955
25956         Prefer "sizeof v" over the equivalent "4".
25957         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
25958         * lib/md5.c (set_uint32): Likewise.
25959         * lib/sha1.c (set_uint32): Likewise.
25960
25961 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25962
25963         * lib/sha1.c (set_uint32): Mark function as static.
25964
25965 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25966
25967         md2: clarify comments to say that alignment is not required.
25968         * lib/md2.h: Remove warning about alignment in comment.
25969         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
25970         never been required.
25971
25972 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25973
25974         md4: adapt alignment constraint fix from sha1.
25975         * lib/md4.c (set_uint32): New function, from sha1.c
25976         (md4_read_ctx): Use it.
25977         (md4_finish_ctx): Doc fix.
25978         * lib/md4.h: Doc fix.
25979
25980 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25981
25982         md5: adapt alignment constraint fix from sha1.
25983         * lib/md5.c (set_uint32): New function, from sha1.c
25984         (md5_read_ctx): Use it.
25985         (md5_finish_ctx): Doc fix.
25986         * lib/md5.h: Doc fix.
25987
25988 2008-01-30  Peter Palfrader  <weasel@debian.org>
25989
25990         sha1: remove the result buffer alignment constraint
25991         * lib/sha1.c (set_uint32): New function.
25992         (sha1_read_ctx): Rewrite to remove the result buffer alignment
25993         constraint.
25994         (sha1_finish_ctx): Remove comment warning about alignment constraint.
25995         * lib/sha1.h: Likewise.
25996
25997 2008-01-30  Andreas Schwab  <schwab@suse.de>
25998             Bruno Haible  <bruno@clisp.org>
25999
26000         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
26001         correct definition of LDBL_MIN_EXP.
26002
26003 2008-01-30  Karl Berry  <karl@gnu.org>
26004
26005         * config/srclist-update: try to preserve x bit on updates.
26006         * config/srclistvars.sh: update for karl.
26007
26008 2008-01-29  Jim Meyering  <meyering@redhat.com>
26009
26010         vasnprintf.c: Avoid warning about unused label
26011         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
26012         "overflow" label definition and associated code with the
26013         same cpp condition that guards the sole use of that label.
26014
26015 2008-01-26  Bruno Haible  <bruno@clisp.org>
26016
26017         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
26018         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
26019         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
26020         * lib/isnanl-nolibm.h (isnanl): Likewise.
26021         Reported by Paul Eggert <eggert@cs.ucla.edu>.
26022
26023 2008-01-26  Bruno Haible  <bruno@clisp.org>
26024
26025         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
26026         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
26027
26028 2008-01-26  Bruno Haible  <bruno@clisp.org>
26029
26030         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
26031         GCC >= 4.0 built-in.
26032         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
26033
26034 2008-01-26  Bruno Haible  <bruno@clisp.org>
26035
26036         Rename isnan, applicable to 'double' only, to isnand.
26037         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
26038         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
26039         (configure.ac): Update.
26040         (Include): Replace "isnan.h" with "isnand.h".
26041         * m4/isnand.m4: Renamed from m4/isnan.m4.
26042         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
26043         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
26044         instead of isnan.c.
26045         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
26046         instead of HAVE_ISNAN_IN_LIBC.
26047         (isnand): Renamed from isnan.
26048         * lib/isnand.c: New file.
26049         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
26050         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
26051         (Makefile.am): Update.
26052         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
26053         Include isnand.h instead of isnan.h.
26054         (main): Test isnand instead of isnan.
26055         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
26056         isnan-nolibm.
26057         * modules/frexp (Depends-on): Likewise.
26058         * modules/frexp-tests (Depends-on): Likewise.
26059         * modules/frexp-nolibm (Depends-on): Likewise.
26060         * modules/frexp-nolibm-tests (Depends-on): Likewise.
26061         * modules/isfinite (Depends-on): Likewise.
26062         * modules/round-tests (Depends-on): Likewise.
26063         * modules/signbit (Depends-on): Likewise.
26064         * modules/signbit-tests (Depends-on): Likewise.
26065         * modules/snprintf-posix (Depends-on): Likewise.
26066         * modules/sprintf-posix (Depends-on): Likewise.
26067         * modules/trunc-tests (Depends-on): Likewise.
26068         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
26069         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
26070         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
26071         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
26072         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
26073         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
26074         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
26075         * modules/vasnprintf-posix (Depends-on): Likewise.
26076         * modules/vasprintf-posix (Depends-on): Likewise.
26077         * modules/vfprintf-posix (Depends-on): Likewise.
26078         * modules/vsnprintf-posix (Depends-on): Likewise.
26079         * modules/vsprintf-posix (Depends-on): Likewise.
26080         * lib/frexp.c: Include isnand.h instead of isnan.h.
26081         (ISNAN): Set to isnand instead of isnan.
26082         * lib/isfinite.c: Include isnand.h instead of isnan.h.
26083         (gl_isfinited): Use isnand instead of isnan.
26084         * lib/signbitd.c: Include isnand.h instead of isnan.h.
26085         (gl_signbitd): Use isnand instead of isnan.
26086         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
26087         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
26088         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
26089         (main): Use isnand instead of isnan.
26090         * tests/test-round1.c: Include isnand.h.
26091         (main): Use isnand instead of isnan.
26092         * tests/test-round2.c: Include isnand.h instead of isnan.h.
26093         (ISNAN): Set to isnand instead of isnan.
26094         * tests/test-trunc1.c: Include isnand.h.
26095         (main): Use isnand instead of isnan.
26096         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
26097         (equal): Use isnand instead of isnan.
26098         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
26099         isnand-nolibm.
26100         * NEWS: Mention the change.
26101
26102 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26103             Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
26106         the GCC builtins for signbits are present and set
26107         REPLACE_SIGNBIT_USING_GCC if so.
26108         * lib/math.in.h (signbit): Define using GCC builtins if
26109         REPLACE_SIGNBIT_USING_GCC is set.
26110         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
26111         REPLACE_SIGNBIT_USING_GCC.
26112         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
26113
26114 2008-01-25  Jim Meyering  <meyering@redhat.com>
26115
26116         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
26117         * lib/poll.c: Include <config.h>, not "config.h".
26118         * tests/test-getaddrinfo.c: Likewise.
26119
26120 2008-01-25  Simon Josefsson  <simon@josefsson.org>
26121
26122         * modules/sockets-tests: New file.
26123
26124 2008-01-24  Simon Josefsson  <simon@josefsson.org>
26125
26126         * modules/sockets: New module, can be used to call WSA_Startup and
26127         WSA_Cleanup when needed.
26128
26129         * lib/sockets.h, lib/sockets.c: New files.
26130
26131         * m4/sockets.m4: New file.
26132
26133         * tests/test-sockets.c: New file.
26134
26135 2008-01-19  Bruno Haible  <bruno@clisp.org>
26136
26137         * doc/posix-headers: Renamed from doc/headers.
26138         * doc/posix-functions: Renamed from doc/functions.
26139         * doc/gnulib.texi: Update.
26140
26141 2008-01-19  Bruno Haible  <bruno@clisp.org>
26142
26143         * doc/glibc-functions/strcasestr.texi: Include contents of
26144         doc/functions/strcasestr.texi, fixing the list of platforms.
26145         * doc/functions/strcasestr.texi: Remove file.
26146
26147 2008-01-19  Bruno Haible  <bruno@clisp.org>
26148
26149         * doc/glibc-functions/memmem.texi: Include contents of
26150         doc/functions/memmem.texi.
26151         * doc/functions/memmem.texi: Remove file.
26152
26153 2008-01-18  Bruno Haible  <bruno@clisp.org>
26154
26155         * doc/glibc-functions/*.texi: New files.
26156         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
26157         to use the new files.
26158
26159 2008-01-17  Bruno Haible  <bruno@clisp.org>
26160
26161         * tests/test-gethostname.c (main): Fix printf statement.
26162
26163 2008-01-17  Simon Josefsson  <simon@josefsson.org>
26164
26165         * modules/gethostname-tests: New file.
26166
26167         * tests/test-gethostname.c: New file.
26168
26169 2008-01-17  Simon Josefsson  <simon@josefsson.org>
26170
26171         * lib/gethostname.c: Include string.h unconditionally, strncpy is
26172         used by the UNAME case.  Reported by Bruno Haible
26173         <bruno@clisp.org>.
26174
26175 2008-01-17  Eric Blake  <ebb9@byu.net>
26176
26177         Convert c-strcasestr to be more efficient.
26178         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
26179         (Depends-on): Add c-strcase, remove malloca, strnlen.
26180         * tests/test-c-strcasestr.c (main): Enhance test.
26181         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
26182
26183 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
26184
26185         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
26186         Use it in creating po/Makevars.
26187
26188 2008-01-15  Simon Josefsson  <simon@josefsson.org>
26189
26190         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
26191         Applications that requires it should initialize libgcrypt
26192         manually.
26193
26194 2008-01-16  Simon Josefsson  <simon@josefsson.org>
26195
26196         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
26197
26198 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
26199
26200         Fix problem with getdate on mingw32 reported by Simon Josefsson
26201         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
26202         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
26203         tzname", when deciding whether to declare tzname.
26204         * lib/strftime.c (tzname): Likewise.
26205
26206 2008-01-15  Bruno Haible  <bruno@clisp.org>
26207
26208         Work around a MacOS X 10.5 bug in frexpl().
26209         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
26210         * doc/functions/frexpl.texi: Document the bug.
26211         Reported by Elias Pipping <pipping@gentoo.org>.
26212
26213 2008-01-14  Eric Blake  <ebb9@byu.net>
26214
26215         Touch up previous patch.
26216         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
26217         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
26218
26219         Convert strcasestr module to use Two-Way algorithm.
26220         * modules/strcasestr-simple: New module, based on the old
26221         strcasestr, but with Two-Way rather than KMP.
26222         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
26223         * lib/string.in.h (rpl_strcasestr): Declare.
26224         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
26225         performance.
26226         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
26227         * modules/string (Makefile.am): Support strcasestr.
26228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
26229         * modules/strcasestr-tests (Depends-on): Check for alarm.
26230         * tests/test-strcasestr.c: Augment test.
26231         * lib/str-two-way.h: Clean up stray macro.
26232         * NEWS: Document new module.
26233         * MODULES.html.sh (string handling): Likewise.
26234         * doc/functions/strcasestr.texi: New file.
26235         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
26236         here, since it is not a POSIX function.
26237
26238 2008-01-14  Colin Watson  <cjwatson@debian.org>
26239             Bruno Haible  <bruno@clisp.org>
26240
26241         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
26242         works fine; if not, set REPLACE_STRSIGNAL.
26243         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
26244         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26245         REPLACE_STRSIGNAL.
26246         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
26247         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
26248         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
26249
26250 2008-01-14  Bruno Haible  <bruno@clisp.org>
26251
26252         * modules/strsignal (Include): Change to <string.h>.
26253
26254 2008-01-14  Colin Watson  <cjwatson@debian.org>
26255
26256         * modules/argp (Notice): Add a notice recommending to change
26257         XGETTEXT_OPTIONS.
26258         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
26259
26260 2008-01-13  Colin Watson  <cjwatson@debian.org>
26261
26262         * modules/strsignal-tests: New file.
26263         * tests/test-strsignal.c: New file.
26264
26265         * lib/strsignal.c: New file, from glibc with modifications.
26266         * lib/siglist.h: New file, from glibc with modifications.
26267         * lib/string.in.h (strsignal): New declaration.
26268         * m4/strsignal.m4: New file.
26269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26270         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
26271         * modules/strsignal: New file.
26272         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
26273         HAVE_DECL_STRSIGNAL.
26274
26275 2008-01-13  Bruno Haible  <bruno@clisp.org>
26276
26277         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
26278         locale encoding is not ASCII. Needed for OpenBSD 4.0.
26279         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26280         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26281
26282 2008-01-13  Bruno Haible  <bruno@clisp.org>
26283
26284         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
26285         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
26286         * lib/argp.h (__attribute__): Likewise.
26287         * lib/c-stack.c (__attribute__): Likewise.
26288         * lib/error.h (__attribute__): Likewise.
26289         * lib/fts.c (__attribute__): Likewise.
26290         * lib/openat.h (__attribute__): Likewise.
26291         * lib/stdio.in.h (__attribute__): Likewise.
26292         * lib/string.in.h (__attribute__): Likewise.
26293         * lib/utimens.c (__attribute__): Likewise.
26294         * lib/vasnprintf.h (__attribute__): Likewise.
26295         * lib/xalloc.h (__attribute__): Likewise.
26296         * lib/xprintf.h (__attribute__): Likewise.
26297         * lib/xstrtol.h (__attribute__): Likewise.
26298         * lib/xvasprintf.h (__attribute__): Likewise.
26299
26300 2008-01-12  Bruno Haible  <bruno@clisp.org>
26301
26302         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
26303         * doc/glibc-headers/a.out.texi: New file.
26304         * doc/glibc-headers/aliases.texi: New file.
26305         * doc/glibc-headers/alloca.texi: New file.
26306         * doc/glibc-headers/ar.texi: New file.
26307         * doc/glibc-headers/argp.texi: New file.
26308         * doc/glibc-headers/argz.texi: New file.
26309         * doc/glibc-headers/byteswap.texi: New file.
26310         * doc/glibc-headers/crypt.texi: New file.
26311         * doc/glibc-headers/endian.texi: New file.
26312         * doc/glibc-headers/envz.texi: New file.
26313         * doc/glibc-headers/err.texi: New file.
26314         * doc/glibc-headers/error.texi: New file.
26315         * doc/glibc-headers/execinfo.texi: New file.
26316         * doc/glibc-headers/fpu_control.texi: New file.
26317         * doc/glibc-headers/fstab.texi: New file.
26318         * doc/glibc-headers/fts.texi: New file.
26319         * doc/glibc-headers/getopt.texi: New file.
26320         * doc/glibc-headers/ieee754.texi: New file.
26321         * doc/glibc-headers/ifaddrs.texi: New file.
26322         * doc/glibc-headers/libintl.texi: New file.
26323         * doc/glibc-headers/mcheck.texi: New file.
26324         * doc/glibc-headers/mntent.texi: New file.
26325         * doc/glibc-headers/obstack.texi: New file.
26326         * doc/glibc-headers/paths.texi: New file.
26327         * doc/glibc-headers/printf.texi: New file.
26328         * doc/glibc-headers/pty.texi: New file.
26329         * doc/glibc-headers/resolv.texi: New file.
26330         * doc/glibc-headers/shadow.texi: New file.
26331         * doc/glibc-headers/sysexits.texi: New file.
26332         * doc/glibc-headers/ttyent.texi: New file.
26333
26334 2008-01-12  Jim Meyering  <meyering@redhat.com>
26335
26336         announce-gen: emit Gnulib's git-based version string.
26337         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
26338         New option --gnulib-version=V, where V is expected to be
26339         the output of running git describe in the gnulib directory.
26340         (get_tool_versions): Request feedback on xdelta.  I suspect it's
26341         not useful, and plan to stop publishing an xdelta file with each
26342         coreutils release.
26343
26344         * build-aux/announce-gen: Also check for lzma-compressed files.
26345
26346 2008-01-11  Bruno Haible  <bruno@clisp.org>
26347
26348         * tests/test-memmem.c (main): Increase maximum allowed time.
26349         * tests/test-strstr.c (main): Likewise.
26350
26351 2008-01-11  Bruno Haible  <bruno@clisp.org>
26352
26353         * doc/functions/memmem.texi: Add more precisions about platforms.
26354         * doc/functions/strstr.texi: Likewise.
26355
26356 2008-01-10  Eric Blake  <ebb9@byu.net>
26357
26358         * m4/strstr.m4: Delete cruft from copy-n-paste.
26359         Reported by Bruno Haible.
26360
26361 2008-01-10  Bruno Haible  <bruno@clisp.org>
26362
26363         Make c-strstr rely on strstr.
26364         * lib/c-strstr.c: Don't include str-kmp.h.
26365         (c_strstr): Define in terms of strstr.
26366         * modules/c-strstr (Files): Remove lib/str-kmp.h.
26367         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
26368
26369 2008-01-10  Bruno Haible  <bruno@clisp.org>
26370
26371         * doc/gnulib.texi (String Functions in C Locale): New section.
26372         * doc/c-ctype.texi: New file.
26373         * doc/c-strcase.texi: New file.
26374         * doc/c-strcaseeq.texi: New file.
26375         * doc/c-strcasestr.texi: New file.
26376         * doc/c-strstr.texi: New file.
26377         * doc/c-strtod.texi: New file.
26378         * doc/c-strtold.texi: New file.
26379
26380 2008-01-10  Eric Blake  <ebb9@byu.net>
26381
26382         * lib/relocatable.h: Fix a comment.
26383
26384 2008-01-10  Eric Blake  <ebb9@byu.net>
26385
26386         Share two-way algorithm.
26387         * lib/str-two-way.h: New file, merged from...
26388         * lib/memmem.c: ...here...
26389         * lib/strstr.c: ...and here.
26390         * modules/memmem (Files): Use it.
26391         * modules/strstr (Files): Likewise.
26392
26393         Avoid quadratic strstr implementations.
26394         * lib/strstr.c: New file.
26395         * m4/strstr.m4: Likewise.
26396         * modules/strstr: Likewise.
26397         * modules/strstr-tests: Likewise.
26398         * tests/test-strstr.c: Likewise.
26399         * lib/string.in.h (rpl_strstr): Declare.
26400         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
26401         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
26402         * modules/string (Makefile.am): Likewise.
26403         * MODULES.html.sh (string handling): Mention new module.
26404         * doc/functions/strstr.texi (strstr): Document the bug.
26405
26406 2008-01-10  Bruno Haible  <bruno@clisp.org>
26407
26408         * lib/relocatable.h (relocate): State whether result is freshly
26409         allocated or not.
26410         * lib/relocatable.c (relocate): Return a freshly allocated string
26411         instead of a pointer to a privately held string.
26412         Reported by Sylvain Beucler <beuc@gnu.org>.
26413
26414 2008-01-10  Colin Watson  <cjwatson@debian.org>
26415
26416         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
26417         s/S_ISNLK/S_ISLNK/.
26418
26419 2008-01-09  Bruno Haible  <bruno@clisp.org>
26420
26421         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
26422         and other files.
26423         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
26424         if it's only a guess.
26425         * modules/memmem: Simplify by depending on memmem-simple.
26426
26427 2008-01-09  Bruno Haible  <bruno@clisp.org>
26428
26429         Work around OpenBSD 4.0 tdelete() bug.
26430         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
26431         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
26432         macros and don't redefine the enum values.
26433         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
26434         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
26435         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
26436
26437 2008-01-09  Bruno Haible  <bruno@clisp.org>
26438
26439         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
26440         (main): Don't perform the tests if setlocale did not install a UTF-8
26441         locale. Needed on OpenBSD 4.0.
26442         * modules/wcwidth-tests (Depends-on): Add localcharset.
26443
26444 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26445
26446         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
26447         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
26448         * NEWS: announce this.
26449         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
26450
26451 2008-01-09  Simon Josefsson  <simon@josefsson.org>
26452         and Eric Blake  <ebb9@byu.net>
26453
26454         Add memmem-simple module.
26455         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
26456         (gl_FUNC_MEMMEM): Separate performance from presence checks.
26457         * modules/memmem-simple: New file.
26458         * modules/memmem (Description): Tweak.
26459         * MODULES.html.sh (string handling): Mention new module.
26460         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
26461         addressed by memmem-simple.
26462         * NEWS: Document the difference.
26463
26464 2008-01-09  Eric Blake  <ebb9@byu.net>
26465
26466         Give gcc some memmem optimization hints.
26467         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
26468         (strcasestr): Declare as pure.
26469         * modules/memmem (Maintainer): Claim my implementation.
26470
26471 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26472
26473         Support AIX 6.1 and higher.
26474         * build-aux/config.libpath: Likewise.
26475         * build-aux/config.rpath: Likewise.
26476
26477 2008-01-08  Jim Meyering  <meyering@redhat.com>
26478             Bruno Haible  <bruno@clisp.org>
26479
26480         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
26481         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
26482         Reported by Peter Fales in
26483         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
26484
26485 2008-01-08  Bruno Haible  <bruno@clisp.org>
26486
26487         * modules/unictype/category-of (Depends-on): Add
26488         unictype/category-none.
26489         * modules/unictype/category-and-tests (Depends-on): Add
26490         unictype/category-{L,N,Lu,Nd}.
26491         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
26492         * modules/unictype/category-or-tests (Depends-on): Add
26493         unictype/category-{L,N}.
26494         * modules/unictype/category-name-tests (Depends-on): Add
26495         unictype/category-{Z,Nl}.
26496         Reported by Simon Josefsson.
26497
26498 2008-01-08  Bruno Haible  <bruno@clisp.org>
26499
26500         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
26501         convention better.
26502         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
26503         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
26504         Reported by Peter Miller <millerp@canb.auug.org.au>.
26505
26506 2008-01-08  Eric Blake  <ebb9@byu.net>
26507
26508         Rewrite memmem to guarantee linear complexity without malloc.
26509         * lib/memmem.c (memmem): Use Two-Way rather than
26510         Knuth-Morris-Pratt, to allow O(1) space usage.
26511         (critical_factorization, two_way_short_needle)
26512         (two_way_long_needle): New functions.
26513         (knuth_morris_pratt): Delete.
26514         * modules/memmem (Depends-on): No longer need malloca or stdbool.
26515         Add stdint.
26516         * tests/test-memmem.c (main): Add tests for periodic needle and
26517         sublinear performance.
26518         * doc/functions/memmem.texi (memmem): Document other deficiencies
26519         in cygwin and older glibc.
26520
26521 2008-01-08  Bruno Haible  <bruno@clisp.org>
26522
26523         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
26524         augmentation.
26525
26526 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
26527
26528         Add a configure time option: --disable-acl.
26529         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
26530         AC_ARG_ENABLE(acl).
26531
26532 2008-01-06  Simon Josefsson  <simon@josefsson.org>
26533
26534         * tests/test-localename.c: Don't include obsolete "setenv.h".
26535
26536         * modules/localename-tests (Depends-on): Need unsetenv.
26537
26538 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26539
26540         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
26541
26542 2008-01-06  Colin Watson  <cjwatson@debian.org>
26543
26544         * users.txt: Add man-db.
26545
26546 2008-01-07  Bruno Haible  <bruno@clisp.org>
26547
26548         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
26549         previous section name.
26550
26551 2008-01-07  Bruno Haible  <bruno@clisp.org>
26552
26553         * lib/progname.c (set_program_name): Don't strip off a leading
26554         "lt-" prefix outside a .libs directory.
26555         Suggested by Paul Eggert.
26556
26557 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
26558             Bruno Haible  <bruno@clisp.org>
26559
26560         Improve memory cleanup in 'relocatable' module.
26561         * lib/relocatable.h (compute_curr_prefix): Change return type to
26562         'char *'.
26563         * lib/relocatable.c (compute_curr_prefix): Change return type to
26564         'char *'. Free curr_installdir after use.
26565         (relocate): Free curr_prefix_better after use.
26566         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
26567
26568 2008-01-01  Bruno Haible  <bruno@clisp.org>
26569
26570         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
26571         failure on older glibc systems.
26572         Reported by Peter Fales <psfales@alcatel-lucent.com>.
26573
26574 2008-01-05  Eric Blake  <ebb9@byu.net>
26575
26576         Avoid quadratic system memmem.
26577         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
26578         Reported by Ralf Wildenhues.
26579
26580         Fix memmem test for mingw.
26581         * modules/memmem-tests (configure.ac): Check for alarm.
26582         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
26583         it.
26584         * doc/functions/memmem.texi: New file.
26585         * doc/gnulib.texi (Function Substitutes): Add memmem.
26586         Reported by Bruno Haible.
26587
26588 2008-01-04  Bruno Haible  <bruno@clisp.org>
26589
26590         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
26591         Require gl_HEADER_STRINGS_H_DEFAULTS, not
26592         gl_HEADER_STRING_H_DEFAULTS.
26593
26594 2008-01-04  Eric Blake  <ebb9@byu.net>
26595
26596         Shorten duration of memmem test.
26597         * tests/test-memmem.c (main): Use alarm to declare failure if test
26598         is taking too long.
26599         Reported by Ralf Wildenhues.
26600
26601 2007-12-21  Simon Josefsson  <simon@josefsson.org>
26602
26603         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
26604         string, needed by strerror.
26605
26606 2008-01-03  Colin Watson  <cjwatson@debian.org>
26607             Bruno Haible  <bruno@clisp.org>
26608
26609         * doc/gnulib-tool.texi (Localization): New section.
26610
26611 2008-01-02  Bruno Haible  <bruno@clisp.org>
26612
26613         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
26614         variables to 'unsigned char *' type.
26615         Reported by Paul Eggert.
26616
26617 2008-01-02  Jim Meyering  <jim@meyering.net>
26618
26619         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
26620
26621 2007-12-31  Jim Meyering  <jim@meyering.net>
26622
26623         Avoid use of private FTS type name.
26624         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
26625
26626 2007-12-30  Karl Berry  <karl@gnu.org>
26627
26628         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
26629         work around defect in Texinfo and/or the standalone Info browser.
26630
26631 2007-12-30  Bruno Haible  <bruno@clisp.org>
26632
26633         Unify 5 copies of the KMP code.
26634         * lib/str-kmp.h: New file.
26635         * lib/c-strcasestr.c: Include str-kmp.h.
26636         (knuth_morris_pratt): Remove function.
26637         (c_strcasestr): Update.
26638         * lib/c-strstr.c: Include str-kmp.h.
26639         (knuth_morris_pratt): Remove function.
26640         (c_strcasestr): Update.
26641         * lib/mbscasestr.c: Include str-kmp.h.
26642         (knuth_morris_pratt_unibyte): Remove function.
26643         * lib/mbsstr.c: Include str-kmp.h.
26644         (knuth_morris_pratt_unibyte): Remove function.
26645         * lib/strcasestr.c: Include str-kmp.h.
26646         (knuth_morris_pratt): Remove function.
26647         (strcasestr): Update.
26648         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
26649         * modules/c-strstr (Files): Likewise.
26650         * modules/mbscasestr (Files): Likewise.
26651         * modules/mbsstr (Files): Likewise.
26652         * modules/strcasestr (Files): Likewise.
26653         Suggested by Paul Eggert.
26654
26655 2007-12-30  Bruno Haible  <bruno@clisp.org>
26656
26657         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
26658         defined.
26659
26660 2007-12-30  Bruno Haible  <bruno@clisp.org>
26661
26662         * lib/xmalloca.h: Include xalloc.h.
26663         (xnmalloca): New macro.
26664
26665 2007-12-30  Bruno Haible  <bruno@clisp.org>
26666
26667         * lib/malloca.h (nmalloca): New macro.
26668         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
26669         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
26670         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
26671         knuth_morris_pratt_multibyte): Likewise.
26672         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
26673         knuth_morris_pratt_multibyte): Likewise.
26674         * lib/memmem.c (knuth_morris_pratt): Likewise.
26675         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
26676
26677 2007-12-25  Bruno Haible  <bruno@clisp.org>
26678
26679         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
26680         * lib/glob.c: Don't include openat.h.
26681         (link_exists2_p): Add back the code that deals with the
26682         !GLOB_ALTDIRFUNC case.
26683         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
26684         let it do the filename concatenation.
26685         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
26686         * modules/glob (Depends-on): Remove openat.
26687
26688 2007-12-31  Bruno Haible  <bruno@clisp.org>
26689
26690         * modules/dirfd (License): Change to LGPLv2+.
26691         Approved by Jim Meyering.
26692
26693 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
26694
26695         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
26696         when multiplying M by sizeof (size_t).
26697
26698 2007-12-10  Martin Lambers  <marlam@marlam.de>
26699
26700         Override getpagesize on mingw.
26701         * lib/getpagesize.c: New file.
26702         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
26703         * modules/getpagesize (Files): Add lib/getpagesize.c.
26704         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
26705         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
26706         REPLACE_GETPAGESIZE.
26707         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
26708
26709 2007-12-25  Bruno Haible  <bruno@clisp.org>
26710
26711         * modules/localcharset (Notice): New field.
26712         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
26713         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
26714
26715 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
26716             Bruno Haible  <bruno@clisp.org>
26717
26718         Avoid using the syntax symbol() in formatted documentation.
26719         * MODULES.html.sh (func_module): When replacing symbol() with a
26720         hyperlink, remove the parentheses. Show an error if some remain.
26721         Recognize and render the '...' syntax.
26722         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
26723         Rework. Add paragraph about GCC's inlining.
26724         * doc/alloca.texi: Likewise.
26725         * doc/error.texi: Remove parentheses from symbol reference.
26726         * doc/gnulib-intro.texi: Likewise.
26727         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
26728         * modules/fnmatch (Description): Reword to say "the ... function".
26729         * modules/full-read (Description): Likewise.
26730         * modules/full-write (Description): Likewise.
26731         * modules/safe-read (Description): Likewise.
26732         * modules/safe-write (Description): Likewise.
26733         * modules/strchrnul (Description): Likewise.
26734         * modules/trim (Description): Likewise.
26735         * modules/error (Description): Remove parentheses from symbol
26736         references.
26737         * modules/verror (Description): Likewise.
26738         Reported by Karl Berry.
26739
26740 2007-12-25  Bruno Haible  <bruno@clisp.org>
26741
26742         Fixup after 2007-10-16 commit.
26743         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
26744
26745 2007-12-24  Bruno Haible  <bruno@clisp.org>
26746
26747         Make --enable-relocatable work with DESTDIR.
26748         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
26749         to compute installdir from destprog.
26750         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
26751         also set the RELOC_DESTDIR variable.
26752         Reported by Левашев Иван <octagram@bluebottle.com>.
26753
26754 2007-12-24  Bruno Haible  <bruno@clisp.org>
26755
26756         Fix link error due to xalloc_die().
26757         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
26758         of xreadlink.
26759         * lib/relocwrapper.c: Update comments.
26760         * build-aux/install-reloc: Remove xreadlink.c from file list.
26761         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
26762         xreadlink.c.
26763         Reported by Левашев Иван <octagram@bluebottle.com>.
26764
26765 2007-12-24  Bruno Haible  <bruno@clisp.org>
26766
26767         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
26768         * lib/setenv.h: Remove file.
26769         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
26770         lib/setenv.h.
26771         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
26772         (Depends-on): Add stdlib.
26773         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
26774         gl_FUNC_UNSETENV.
26775         (Include): Replace setenv.h with <stdlib.h>.
26776         * modules/unsetenv: New file.
26777         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
26778         * lib/unsetenv.c: Include <stdlib.h> first.
26779         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
26780         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
26781         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
26782         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
26783         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
26784         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26785         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
26786         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26787         * doc/functions/unsetenv.texi: Update.
26788         * modules/xsetenv (Depends-on): Add unsetenv.
26789         * modules/getdate (Depends-on): Likewise.
26790         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
26791         * lib/xsetenv.c: Don't include setenv.h.
26792         * lib/getdate.y: Likewise.
26793         * lib/relocwrapper.c: Likewise.
26794         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
26795         (Depends-on): Add stdlib.
26796         * NEWS: Mention the changes.
26797         Reported by Левашев Иван <octagram@bluebottle.com>.
26798
26799 2007-12-23  Bruno Haible  <bruno@clisp.org>
26800
26801         * lib/memmem.c (memmem): Use lowercase variable names. Tab
26802         indentation.
26803
26804 2007-12-23  Bruno Haible  <bruno@clisp.org>
26805
26806         * lib/c-strcasestr.c: Add more comments.
26807         * lib/c-strstr.c: Likewise.
26808         * lib/mbscasestr.c: Likewise.
26809         * lib/mbsstr.c: Likewise.
26810         * lib/strcasestr.c: Likewise.
26811         * lib/memmem.c: Likewise.
26812
26813 2007-12-23  Bruno Haible  <bruno@clisp.org>
26814
26815         * tests/test-memmem.c: Include <string.h> first.
26816
26817 2007-12-22  Bruno Haible  <bruno@clisp.org>
26818
26819         * gnulib-tool (func_create_testdir): Change $auxdir while generating
26820         the contents of $testsbase.
26821         Reported by Ralf Wildenhues.
26822
26823 2007-12-22  Bruno Haible  <bruno@clisp.org>
26824
26825         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
26826         two variables local_ldadd_before, local_ldadd_last.
26827
26828 2007-12-20  Eric Blake  <ebb9@byu.net>
26829
26830         Work around circular library issue when cross-compiling.
26831         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
26832         that progname.o does not need to pull in rpl_memcmp.
26833
26834 2007-12-19  Eric Blake  <ebb9@byu.net>
26835
26836         Fix memmem to avoid O(n^2) worst-case complexity.
26837         * lib/memmem.c (knuth_morris_pratt): New function.
26838         (memmem): Use it if first few naive iterations fail.
26839         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
26840         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
26841         * modules/memchr (License): Likewise.
26842         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
26843         malloca.
26844         * tests/test-memmem.c: Rewrite, borrowing ideas from
26845         test-mbsstr1.c; the old version wouldn't even compile!
26846         * modules/memmem-tests: New file.
26847         * lib/string.in.h (rpl_memmem): Add declaration.
26848         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
26849         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
26850         REPLACE_MEMMEM.
26851
26852 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26853
26854         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
26855         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
26856         before any system include files, and undef after them all.  This
26857         should fix a problem on VMS reported by John E. Malmberg in
26858         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
26859
26860 2007-12-17  Eric Blake  <ebb9@byu.net>
26861
26862         Revert addition of verify, for BSD/OS.
26863         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
26864         can't handle large files, for the sake of obsolete platforms.
26865         * modules/fseeko (Depends-on): Remove verify.
26866         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
26867         * doc/functions/ftello.texi (ftello): Likewise.
26868         * doc/functions/fgetpos.texi (fgetpos): Likewise.
26869         Reported by Larry Jones.
26870
26871 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
26872
26873         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
26874         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
26875
26876 2007-12-17  Jim Meyering  <meyering@redhat.com>
26877
26878         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
26879         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
26880         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
26881         * modules/getcwd (Depends-on): Add openat.
26882         Reported by Petr Salinger.
26883
26884 2007-12-17  Bruno Haible  <bruno@clisp.org>
26885
26886         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
26887         avoid a segmentation fault of the configure test on x86_64 systems.
26888
26889 2007-12-15  Jim Meyering  <meyering@redhat.com>
26890
26891         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
26892
26893 2007-12-13  Eric Blake  <ebb9@byu.net>
26894
26895         Another fseek test.
26896         * tests/test-fseek.c (main): Also test ungetc handling.
26897         * tests/test-fseeko.c (main): Likewise.
26898         * modules/fseeko (Depends-on): Add verify.
26899         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
26900         large.
26901         Reported by Larry Jones.
26902
26903         Fix fseeko on mingw.
26904         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
26905         seek.
26906
26907         Beef up fseek tests.
26908         * tests/test-fseek.c (main): Also test eof handling.
26909         * tests/test-fseeko.c (main): Likewise.
26910         Reported by Larry Jones.
26911
26912 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
26913
26914         Fix fseeko on BSD-based platforms.
26915         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
26916         successful seek.
26917
26918 2007-12-12  Eric Blake  <ebb9@byu.net>
26919
26920         Allow circular dependency of separate libtests.a
26921         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
26922         when use_libtests.
26923
26924 2007-12-11  Eric Blake  <ebb9@byu.net>
26925
26926         Fix bug with -0.0L in previous patch.
26927         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
26928         * tests/test-isnan.c (main): Also test on zeroes.
26929         * tests/test-isnanf.c (main): Likewise.
26930         * tests/test-isnanl.h (main): Likewise.
26931
26932         Detect pseudo-denormals on x86 even when cross-compiling.
26933         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
26934         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
26935         invalid bit patterns that happen to satisfy ==.
26936
26937         Avoid link failures with separate libtests.a.
26938         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
26939         last, to satisfy circular dependencies.
26940
26941 2007-12-11  Eric Blake  <ebb9@byu.net>
26942         and Bruno Haible  <bruno@clisp.org>
26943
26944         Fix OpenBSD 4.0 <float.h> handling of long double.
26945         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
26946         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
26947         * doc/headers/float.texi (float.h): Document OpenBSD bug.
26948
26949 2007-12-11  Jim Meyering  <meyering@redhat.com>
26950
26951         * users.txt: Add libvirt.
26952
26953         Support versions of autoconf prior to 2.59c.
26954         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
26955         if it is not already defined.
26956
26957 2007-12-09  Bruno Haible  <bruno@clisp.org>
26958
26959         Let 'gnulib-tool --import' collect sources needed for the tests in
26960         tests/ rather than in lib/.
26961         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
26962         argument. If true, add rules to generate libtests.a, and put libtests.a
26963         into $(LDADD). Consider source files in subdirectories and set
26964         uses_subdirs.
26965         (func_emit_initmacro_start, func_emit_initmacro_end,
26966         func_emit_initmacro_done): Pass all arguments explicitly.
26967         (func_import): Determine two module lists main_modules,
26968         testsrelated_modules. Determine use_libtests. Determine two variables
26969         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
26970         instead of just sed_transform_lib_file. Determine two variables
26971         main_files and testsrelated_files. Compute 'files' as the union of
26972         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
26973         func_add_or_update. In the generated gnulib-comp.m4, collect the
26974         object files for tests/ in different variables than those for lib/.
26975         Substitute LIBTESTS_LIBDEPS.
26976         (func_create_testdir): Combine the uses_subdirs results from
26977         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
26978
26979 2007-12-09  Bruno Haible  <bruno@clisp.org>
26980
26981         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
26982         the build-aux directory.
26983
26984 2007-12-09  Bruno Haible  <bruno@clisp.org>
26985
26986         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
26987         introduced on 2006-09-09.
26988
26989 2007-12-07  Jim Meyering  <meyering@redhat.com>
26990
26991         Let these macros work also with autoconf-2.59.
26992         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
26993         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
26994         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
26995
26996 2007-12-06  Jim Meyering  <meyering@redhat.com>
26997
26998         Avoid a configure-time syntax error in gl_FUNC_ACL.
26999         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
27000         function in each branch, before testing the cache variable.
27001
27002 2007-12-04  Eric Blake  <ebb9@byu.net>
27003
27004         Make scripts executable.
27005         * build-aux/config.guess: Add execute permissions.
27006         * build-aux/config.sub: Likewise.
27007         * build-aux/gendocs.sh: Likewise.
27008
27009         Fix frexp on mingw.
27010         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
27011         cross-compiling.
27012         * doc/functions/frexp.texi (frexp): Document the bug.
27013
27014         Make cygwin fseeko check more reliable.
27015         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
27016         version numbers, rather than unrelated feature check.
27017         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
27018         * doc/functions/ftello.texi (ftello): Likewise.
27019         Reported by Bruno Haible.
27020
27021         * m4/strerror.m4: Bump version number.
27022
27023 2007-12-03  Bruno Haible  <bruno@clisp.org>
27024
27025         * doc/functions/mprotect.texi: Mention the mingw problem.
27026
27027 2007-12-03  Eric Blake  <ebb9@byu.net>
27028
27029         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
27030         REPLACE_STRERROR is initialized before this macro.
27031
27032 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
27033
27034         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
27035         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
27036         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
27037         put -lsec in even for programs other than 'ls'.  This fixes a problem
27038         for gettext reported by Bruno Haible in
27039         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
27040         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
27041         Add support for Solaris 10.  This isn't efficient, but should get the
27042         job done for now.
27043
27044 2007-12-03  James Youngman  <jay@gnu.org>
27045
27046         * doc/regexprops-generic.texi: change "an close-group" to "a
27047         close-group" and "illegal" to "not allowed".
27048
27049 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27050
27051         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
27052         pr_byname.h. Needed for the rare case when the maintainer has done
27053         "make maintainer-clean" in the source directory and then attempts a
27054         build outside the source directory.
27055         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
27056         scripts_byname.h.
27057
27058 2007-12-02  Martin Lambers <marlam@marlam.de>
27059             Bruno Haible  <bruno@clisp.org>
27060
27061         * lib/getpagesize.h: Remove file.
27062         * lib/unistd.in.h: Include declaration of getpagesize here.
27063         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
27064         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
27065         HAVE_SYS_PARAM_H.
27066         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
27067         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
27068         * modules/getpagesize (Files): Remove lib/getpagesize.h.
27069         (Depends-on): Add unistd.
27070         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
27071         (Include): Use <unistd.h> instead of getpagesize.h.
27072         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
27073         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
27074         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
27075         gl_GETPAGESIZE invocation, already handled by module dependency.
27076         * lib/pagealign_alloc.c: Don't include getpagesize.h.
27077
27078 2007-12-02  Bruno Haible  <bruno@clisp.org>
27079
27080         * modules/strings-tests: New file.
27081         * tests/test-strings.c: New file.
27082
27083         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
27084         * lib/strings.in.h: New file.
27085         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
27086         * m4/strings_h.m4: New file.
27087         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
27088         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
27089         * modules/strings: New file.
27090         * modules/string (Makefile.am): Update.
27091         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
27092         Reported by Karl Berry.
27093
27094 2007-12-01  Eric Blake  <ebb9@byu.net>
27095
27096         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
27097         accomodate fix in cygwin 1.5.25.
27098
27099 2007-12-01  Jim Meyering  <meyering@redhat.com>
27100
27101         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
27102         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
27103         that would inhibit utf8-optimization of a regexp containing line-
27104         or buffer-anchors, e.g., `^', `$'.
27105
27106 2007-11-30  Bruno Haible  <bruno@clisp.org>
27107
27108         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
27109         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
27110         glthread_recursive_lock_init.
27111         * lib/lock.c (glthread_recursive_lock_init)
27112         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
27113         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27114
27115 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
27116
27117         New function qset_acl, like set_acl but with syscall semantics.
27118         * lib/acl.h (qset_acl): New decl.
27119         * lib/acl.c (qset_acl): New function.
27120         (set_acl): Use new function.  Use more-consistent diagnostics.
27121
27122 2007-11-28  Jim Meyering  <meyering@redhat.com>
27123
27124         * modules/physmem (License): Change from GPL to LGPLv2+.
27125
27126 2007-11-26  Bruno Haible  <bruno@clisp.org>
27127
27128         * lib/vasnprintf.c (decode_long_double): Don't abort if the
27129         'long double' type has excess precision.
27130         Reported by Jim Meyering in
27131         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
27132
27133 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27134
27135         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
27136         Sync from <http://gnu.org/licenses>.
27137         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
27138         with license text from same location.
27139         * doc/maintain.texi, doc/standards.texi:  Sync from
27140         <http://savannah.gnu.org/projects/gnustandards>.
27141
27142 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
27143         and Jim Meyering  <meyering@redhat.com>
27144
27145         Adjust getdate' grammar to accept a slightly more regular language.
27146         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
27147         Before, the former was rejected.
27148         * lib/getdate.y (digits_to_date_time): New function, factored
27149         out of ...
27150         (number): ...here.  Just call digits_to_date_time.
27151         (hybrid): New non-terminal to handle an <unsigned number,
27152         signed relative offset> sequence consistently.
27153
27154 2007-11-18  Jim Meyering  <meyering@redhat.com>
27155
27156         Pull my changes from coreutils:
27157         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
27158         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
27159         use of $gnulib_tool_option_extras, so that it's separated from the
27160         preceding argument.
27161
27162         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
27163         * build-aux/bootstrap (cp_mark_as_generated): Create any required
27164         parent destination directories before copying a file into place.
27165
27166 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
27167
27168         bootstrap: work also with 4-argument variant of AC_INIT
27169         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
27170
27171 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27172
27173         Port test-getaddrinfo to Solaris.
27174         Problem reported by Bruno Haible in
27175         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
27176         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
27177         explanation of setting 'hints'.
27178         Don't reject an implementation merely because it returns EAI_SERVICE.
27179         (EAI_SERVICE): Define to 0 if not defined.
27180
27181 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27182
27183         The license of gnu-make and posix-shell is now "GPLed build tool".
27184         * modules/gnu-make (License): Likewise.
27185         * modules/posix-shell (License): Likewise.
27186
27187         New module posix-shell, for determining a POSIX shell
27188         or perhaps something that is close enough to a POSIX shell.
27189         * m4/posix-shell.m4: New file.
27190         * modules/posix-shell: New file.
27191
27192         * MODULES.html.sh: Mention new module.
27193
27194         New module gnu-make, for determining whether we're using GNU Make.
27195         * m4/gnu-make.m4: New file.
27196         * modules/gnu-make: New file.
27197         * MODULES.html.sh: Mention new module.
27198
27199 2007-11-14  Jim Meyering  <meyering@redhat.com>
27200
27201         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
27202         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
27203         use this macro to create a function _definition_.
27204         Remove useless "#undef ARGMATCH_DIE".
27205
27206 2007-11-14  Bruno Haible  <bruno@clisp.org>
27207
27208         * lib/config.charset: Update for OpenBSD 4.1.
27209         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
27210
27211 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
27212
27213         Document 64-bit #if problems in stdint.texi.
27214         * doc/headers/stdint.texi (stdint.h): Mention problems with
27215         64-bit-#if, and how to work around them.
27216
27217         Don't insist on 'long long int' support in the preprocessor.  It
27218         breaks too many things.  For example, PRIdMAX still uses a 'long
27219         long int' format with the latest Sun compiler, even though
27220         HAVE_LONG_LONG_INT isn't defined due to that compiler's
27221         preprocessor problem.  This causes the latest coreutils to dump
27222         core on Solaris 10 sparc with the Sun C compiler.
27223         Instead, fix the 2007-10-16 problem in a different way, by evaluating
27224         the troublesome expressions at configure-time, not at #if-time.
27225         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
27226         preprocessor.
27227         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
27228         compile-time C checks, done at 'configure'-time.
27229         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
27230         * modules/inttypes (Makefile): Substitute the new symbols that
27231         gl_INTTYPES_H now generates.
27232         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
27233
27234 2007-11-12  Bruno Haible  <bruno@clisp.org>
27235
27236         Tests for Unicode character classification functions.
27237
27238         * modules/unictype/bidicategory-byname-tests: New file.
27239         * modules/unictype/bidicategory-name-tests: New file.
27240         * modules/unictype/bidicategory-of-tests: New file.
27241         * modules/unictype/bidicategory-test-tests: New file.
27242         * modules/unictype/block-list-tests: New file.
27243         * modules/unictype/block-of-tests: New file.
27244         * modules/unictype/block-test-tests: New file.
27245         * modules/unictype/category-C-tests: New file.
27246         * modules/unictype/category-Cc-tests: New file.
27247         * modules/unictype/category-Cf-tests: New file.
27248         * modules/unictype/category-Cn-tests: New file.
27249         * modules/unictype/category-Co-tests: New file.
27250         * modules/unictype/category-Cs-tests: New file.
27251         * modules/unictype/category-L-tests: New file.
27252         * modules/unictype/category-Ll-tests: New file.
27253         * modules/unictype/category-Lm-tests: New file.
27254         * modules/unictype/category-Lo-tests: New file.
27255         * modules/unictype/category-Lt-tests: New file.
27256         * modules/unictype/category-Lu-tests: New file.
27257         * modules/unictype/category-M-tests: New file.
27258         * modules/unictype/category-Mc-tests: New file.
27259         * modules/unictype/category-Me-tests: New file.
27260         * modules/unictype/category-Mn-tests: New file.
27261         * modules/unictype/category-N-tests: New file.
27262         * modules/unictype/category-Nd-tests: New file.
27263         * modules/unictype/category-Nl-tests: New file.
27264         * modules/unictype/category-No-tests: New file.
27265         * modules/unictype/category-P-tests: New file.
27266         * modules/unictype/category-Pc-tests: New file.
27267         * modules/unictype/category-Pd-tests: New file.
27268         * modules/unictype/category-Pe-tests: New file.
27269         * modules/unictype/category-Pf-tests: New file.
27270         * modules/unictype/category-Pi-tests: New file.
27271         * modules/unictype/category-Po-tests: New file.
27272         * modules/unictype/category-Ps-tests: New file.
27273         * modules/unictype/category-S-tests: New file.
27274         * modules/unictype/category-Sc-tests: New file.
27275         * modules/unictype/category-Sk-tests: New file.
27276         * modules/unictype/category-Sm-tests: New file.
27277         * modules/unictype/category-So-tests: New file.
27278         * modules/unictype/category-Z-tests: New file.
27279         * modules/unictype/category-Zl-tests: New file.
27280         * modules/unictype/category-Zp-tests: New file.
27281         * modules/unictype/category-Zs-tests: New file.
27282         * modules/unictype/category-and-not-tests: New file.
27283         * modules/unictype/category-and-tests: New file.
27284         * modules/unictype/category-byname-tests: New file.
27285         * modules/unictype/category-name-tests: New file.
27286         * modules/unictype/category-none-tests: New file.
27287         * modules/unictype/category-of-tests: New file.
27288         * modules/unictype/category-or-tests: New file.
27289         * modules/unictype/category-test-withtable-tests: New file.
27290         * modules/unictype/combining-class-tests: New file.
27291         * modules/unictype/ctype-alnum-tests: New file.
27292         * modules/unictype/ctype-alpha-tests: New file.
27293         * modules/unictype/ctype-blank-tests: New file.
27294         * modules/unictype/ctype-cntrl-tests: New file.
27295         * modules/unictype/ctype-digit-tests: New file.
27296         * modules/unictype/ctype-graph-tests: New file.
27297         * modules/unictype/ctype-lower-tests: New file.
27298         * modules/unictype/ctype-print-tests: New file.
27299         * modules/unictype/ctype-punct-tests: New file.
27300         * modules/unictype/ctype-space-tests: New file.
27301         * modules/unictype/ctype-upper-tests: New file.
27302         * modules/unictype/ctype-xdigit-tests: New file.
27303         * modules/unictype/decimal-digit-tests: New file.
27304         * modules/unictype/digit-tests: New file.
27305         * modules/unictype/mirror-tests: New file.
27306         * modules/unictype/numeric-tests: New file.
27307         * modules/unictype/property-alphabetic-tests: New file.
27308         * modules/unictype/property-ascii-hex-digit-tests: New file.
27309         * modules/unictype/property-bidi-arabic-digit-tests: New file.
27310         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
27311         * modules/unictype/property-bidi-block-separator-tests: New file.
27312         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
27313         * modules/unictype/property-bidi-common-separator-tests: New file.
27314         * modules/unictype/property-bidi-control-tests: New file.
27315         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
27316         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
27317         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
27318         * modules/unictype/property-bidi-european-digit-tests: New file.
27319         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
27320         * modules/unictype/property-bidi-left-to-right-tests: New file.
27321         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
27322         * modules/unictype/property-bidi-other-neutral-tests: New file.
27323         * modules/unictype/property-bidi-pdf-tests: New file.
27324         * modules/unictype/property-bidi-segment-separator-tests: New file.
27325         * modules/unictype/property-bidi-whitespace-tests: New file.
27326         * modules/unictype/property-byname-tests: New file.
27327         * modules/unictype/property-combining-tests: New file.
27328         * modules/unictype/property-composite-tests: New file.
27329         * modules/unictype/property-currency-symbol-tests: New file.
27330         * modules/unictype/property-dash-tests: New file.
27331         * modules/unictype/property-decimal-digit-tests: New file.
27332         * modules/unictype/property-default-ignorable-code-point-tests: New file.
27333         * modules/unictype/property-deprecated-tests: New file.
27334         * modules/unictype/property-diacritic-tests: New file.
27335         * modules/unictype/property-extender-tests: New file.
27336         * modules/unictype/property-format-control-tests: New file.
27337         * modules/unictype/property-grapheme-base-tests: New file.
27338         * modules/unictype/property-grapheme-extend-tests: New file.
27339         * modules/unictype/property-grapheme-link-tests: New file.
27340         * modules/unictype/property-hex-digit-tests: New file.
27341         * modules/unictype/property-hyphen-tests: New file.
27342         * modules/unictype/property-id-continue-tests: New file.
27343         * modules/unictype/property-id-start-tests: New file.
27344         * modules/unictype/property-ideographic-tests: New file.
27345         * modules/unictype/property-ids-binary-operator-tests: New file.
27346         * modules/unictype/property-ids-trinary-operator-tests: New file.
27347         * modules/unictype/property-ignorable-control-tests: New file.
27348         * modules/unictype/property-iso-control-tests: New file.
27349         * modules/unictype/property-join-control-tests: New file.
27350         * modules/unictype/property-left-of-pair-tests: New file.
27351         * modules/unictype/property-line-separator-tests: New file.
27352         * modules/unictype/property-logical-order-exception-tests: New file.
27353         * modules/unictype/property-lowercase-tests: New file.
27354         * modules/unictype/property-math-tests: New file.
27355         * modules/unictype/property-non-break-tests: New file.
27356         * modules/unictype/property-not-a-character-tests: New file.
27357         * modules/unictype/property-numeric-tests: New file.
27358         * modules/unictype/property-other-alphabetic-tests: New file.
27359         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
27360         * modules/unictype/property-other-grapheme-extend-tests: New file.
27361         * modules/unictype/property-other-id-continue-tests: New file.
27362         * modules/unictype/property-other-id-start-tests: New file.
27363         * modules/unictype/property-other-lowercase-tests: New file.
27364         * modules/unictype/property-other-math-tests: New file.
27365         * modules/unictype/property-other-uppercase-tests: New file.
27366         * modules/unictype/property-paired-punctuation-tests: New file.
27367         * modules/unictype/property-paragraph-separator-tests: New file.
27368         * modules/unictype/property-pattern-syntax-tests: New file.
27369         * modules/unictype/property-pattern-white-space-tests: New file.
27370         * modules/unictype/property-private-use-tests: New file.
27371         * modules/unictype/property-punctuation-tests: New file.
27372         * modules/unictype/property-quotation-mark-tests: New file.
27373         * modules/unictype/property-radical-tests: New file.
27374         * modules/unictype/property-sentence-terminal-tests: New file.
27375         * modules/unictype/property-soft-dotted-tests: New file.
27376         * modules/unictype/property-space-tests: New file.
27377         * modules/unictype/property-terminal-punctuation-tests: New file.
27378         * modules/unictype/property-test-tests: New file.
27379         * modules/unictype/property-titlecase-tests: New file.
27380         * modules/unictype/property-unassigned-code-value-tests: New file.
27381         * modules/unictype/property-unified-ideograph-tests: New file.
27382         * modules/unictype/property-uppercase-tests: New file.
27383         * modules/unictype/property-variation-selector-tests: New file.
27384         * modules/unictype/property-white-space-tests: New file.
27385         * modules/unictype/property-xid-continue-tests: New file.
27386         * modules/unictype/property-xid-start-tests: New file.
27387         * modules/unictype/property-zero-width-tests: New file.
27388         * modules/unictype/scripts-tests: New file.
27389         * modules/unictype/syntax-c-ident-tests: New file.
27390         * modules/unictype/syntax-c-whitespace-tests: New file.
27391         * modules/unictype/syntax-java-ident-tests: New file.
27392         * modules/unictype/syntax-java-whitespace-tests: New file.
27393         * tests/unictype/test-bidi_byname.c: New file.
27394         * tests/unictype/test-bidi_name.c: New file.
27395         * tests/unictype/test-bidi_of.c: New file.
27396         * tests/unictype/test-bidi_test.c: New file.
27397         * tests/unictype/test-block_list.c: New file.
27398         * tests/unictype/test-block_of.c: New file.
27399         * tests/unictype/test-block_test.c: New file.
27400         * tests/unictype/test-categ_and.c: New file.
27401         * tests/unictype/test-categ_and_not.c: New file.
27402         * tests/unictype/test-categ_byname.c: New file.
27403         * tests/unictype/test-categ_name.c: New file.
27404         * tests/unictype/test-categ_none.c: New file.
27405         * tests/unictype/test-categ_of.c: New file.
27406         * tests/unictype/test-categ_or.c: New file.
27407         * tests/unictype/test-categ_test_withtable.c: New file.
27408         * tests/unictype/test-combining.c: New file.
27409         * tests/unictype/test-decdigit.c: New file.
27410         * tests/unictype/test-digit.c: New file.
27411         * tests/unictype/test-mirror.c: New file.
27412         * tests/unictype/test-numeric.c: New file.
27413         * tests/unictype/test-pr_byname.c: New file.
27414         * tests/unictype/test-pr_test.c: New file.
27415         * tests/unictype/test-predicate-part1.h: New file.
27416         * tests/unictype/test-predicate-part2.h: New file.
27417         * tests/unictype/test-scripts.c: New file.
27418         * tests/unictype/test-sy_c_ident.c: New file.
27419         * tests/unictype/test-sy_java_ident.c: New file.
27420
27421         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
27422         for Unicode 5.0.0.
27423         * tests/unictype/test-categ_Cc.c: Likewise.
27424         * tests/unictype/test-categ_Cf.c: Likewise.
27425         * tests/unictype/test-categ_Cn.c: Likewise.
27426         * tests/unictype/test-categ_Co.c: Likewise.
27427         * tests/unictype/test-categ_Cs.c: Likewise.
27428         * tests/unictype/test-categ_L.c: Likewise.
27429         * tests/unictype/test-categ_Ll.c: Likewise.
27430         * tests/unictype/test-categ_Lm.c: Likewise.
27431         * tests/unictype/test-categ_Lo.c: Likewise.
27432         * tests/unictype/test-categ_Lt.c: Likewise.
27433         * tests/unictype/test-categ_Lu.c: Likewise.
27434         * tests/unictype/test-categ_M.c: Likewise.
27435         * tests/unictype/test-categ_Mc.c: Likewise.
27436         * tests/unictype/test-categ_Me.c: Likewise.
27437         * tests/unictype/test-categ_Mn.c: Likewise.
27438         * tests/unictype/test-categ_N.c: Likewise.
27439         * tests/unictype/test-categ_Nd.c: Likewise.
27440         * tests/unictype/test-categ_Nl.c: Likewise.
27441         * tests/unictype/test-categ_No.c: Likewise.
27442         * tests/unictype/test-categ_P.c: Likewise.
27443         * tests/unictype/test-categ_Pc.c: Likewise.
27444         * tests/unictype/test-categ_Pd.c: Likewise.
27445         * tests/unictype/test-categ_Pe.c: Likewise.
27446         * tests/unictype/test-categ_Pf.c: Likewise.
27447         * tests/unictype/test-categ_Pi.c: Likewise.
27448         * tests/unictype/test-categ_Po.c: Likewise.
27449         * tests/unictype/test-categ_Ps.c: Likewise.
27450         * tests/unictype/test-categ_S.c: Likewise.
27451         * tests/unictype/test-categ_Sc.c: Likewise.
27452         * tests/unictype/test-categ_Sk.c: Likewise.
27453         * tests/unictype/test-categ_Sm.c: Likewise.
27454         * tests/unictype/test-categ_So.c: Likewise.
27455         * tests/unictype/test-categ_Z.c: Likewise.
27456         * tests/unictype/test-categ_Zl.c: Likewise.
27457         * tests/unictype/test-categ_Zp.c: Likewise.
27458         * tests/unictype/test-categ_Zs.c: Likewise.
27459         * tests/unictype/test-ctype_alnum.c: Likewise.
27460         * tests/unictype/test-ctype_alpha.c: Likewise.
27461         * tests/unictype/test-ctype_blank.c: Likewise.
27462         * tests/unictype/test-ctype_cntrl.c: Likewise.
27463         * tests/unictype/test-ctype_digit.c: Likewise.
27464         * tests/unictype/test-ctype_graph.c: Likewise.
27465         * tests/unictype/test-ctype_lower.c: Likewise.
27466         * tests/unictype/test-ctype_print.c: Likewise.
27467         * tests/unictype/test-ctype_punct.c: Likewise.
27468         * tests/unictype/test-ctype_space.c: Likewise.
27469         * tests/unictype/test-ctype_upper.c: Likewise.
27470         * tests/unictype/test-ctype_xdigit.c: Likewise.
27471         * tests/unictype/test-decdigit.h: Likewise.
27472         * tests/unictype/test-digit.h: Likewise.
27473         * tests/unictype/test-numeric.h: Likewise.
27474         * tests/unictype/test-pr_alphabetic.c: Likewise.
27475         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
27476         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
27477         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
27478         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
27479         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
27480         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
27481         * tests/unictype/test-pr_bidi_control.c: Likewise.
27482         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
27483         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
27484         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
27485         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
27486         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
27487         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
27488         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
27489         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
27490         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
27491         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
27492         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
27493         * tests/unictype/test-pr_combining.c: Likewise.
27494         * tests/unictype/test-pr_composite.c: Likewise.
27495         * tests/unictype/test-pr_currency_symbol.c: Likewise.
27496         * tests/unictype/test-pr_dash.c: Likewise.
27497         * tests/unictype/test-pr_decimal_digit.c: Likewise.
27498         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
27499         * tests/unictype/test-pr_deprecated.c: Likewise.
27500         * tests/unictype/test-pr_diacritic.c: Likewise.
27501         * tests/unictype/test-pr_extender.c: Likewise.
27502         * tests/unictype/test-pr_format_control.c: Likewise.
27503         * tests/unictype/test-pr_grapheme_base.c: Likewise.
27504         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
27505         * tests/unictype/test-pr_grapheme_link.c: Likewise.
27506         * tests/unictype/test-pr_hex_digit.c: Likewise.
27507         * tests/unictype/test-pr_hyphen.c: Likewise.
27508         * tests/unictype/test-pr_id_continue.c: Likewise.
27509         * tests/unictype/test-pr_id_start.c: Likewise.
27510         * tests/unictype/test-pr_ideographic.c: Likewise.
27511         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
27512         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
27513         * tests/unictype/test-pr_ignorable_control.c: Likewise.
27514         * tests/unictype/test-pr_iso_control.c: Likewise.
27515         * tests/unictype/test-pr_join_control.c: Likewise.
27516         * tests/unictype/test-pr_left_of_pair.c: Likewise.
27517         * tests/unictype/test-pr_line_separator.c: Likewise.
27518         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
27519         * tests/unictype/test-pr_lowercase.c: Likewise.
27520         * tests/unictype/test-pr_math.c: Likewise.
27521         * tests/unictype/test-pr_non_break.c: Likewise.
27522         * tests/unictype/test-pr_not_a_character.c: Likewise.
27523         * tests/unictype/test-pr_numeric.c: Likewise.
27524         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
27525         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
27526         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
27527         * tests/unictype/test-pr_other_id_continue.c: Likewise.
27528         * tests/unictype/test-pr_other_id_start.c: Likewise.
27529         * tests/unictype/test-pr_other_lowercase.c: Likewise.
27530         * tests/unictype/test-pr_other_math.c: Likewise.
27531         * tests/unictype/test-pr_other_uppercase.c: Likewise.
27532         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
27533         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
27534         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
27535         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
27536         * tests/unictype/test-pr_private_use.c: Likewise.
27537         * tests/unictype/test-pr_punctuation.c: Likewise.
27538         * tests/unictype/test-pr_quotation_mark.c: Likewise.
27539         * tests/unictype/test-pr_radical.c: Likewise.
27540         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
27541         * tests/unictype/test-pr_soft_dotted.c: Likewise.
27542         * tests/unictype/test-pr_space.c: Likewise.
27543         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
27544         * tests/unictype/test-pr_titlecase.c: Likewise.
27545         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
27546         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
27547         * tests/unictype/test-pr_uppercase.c: Likewise.
27548         * tests/unictype/test-pr_variation_selector.c: Likewise.
27549         * tests/unictype/test-pr_white_space.c: Likewise.
27550         * tests/unictype/test-pr_xid_continue.c: Likewise.
27551         * tests/unictype/test-pr_xid_start.c: Likewise.
27552         * tests/unictype/test-pr_zero_width.c: Likewise.
27553         * tests/unictype/test-sy_c_whitespace.c: Likewise.
27554         * tests/unictype/test-sy_java_whitespace.c: Likewise.
27555
27556 2007-11-12  Bruno Haible  <bruno@clisp.org>
27557
27558         Unicode character classification functions.
27559         * lib/unictype.h: New file.
27560         * modules/unictype/base: New file.
27561         * modules/unictype/category-L: New file.
27562         * modules/unictype/category-Lu: New file.
27563         * modules/unictype/category-Ll: New file.
27564         * modules/unictype/category-Lt: New file.
27565         * modules/unictype/category-Lm: New file.
27566         * modules/unictype/category-Lo: New file.
27567         * modules/unictype/category-M: New file.
27568         * modules/unictype/category-Mn: New file.
27569         * modules/unictype/category-Mc: New file.
27570         * modules/unictype/category-Me: New file.
27571         * modules/unictype/category-N: New file.
27572         * modules/unictype/category-Nd: New file.
27573         * modules/unictype/category-Nl: New file.
27574         * modules/unictype/category-No: New file.
27575         * modules/unictype/category-P: New file.
27576         * modules/unictype/category-Pc: New file.
27577         * modules/unictype/category-Pd: New file.
27578         * modules/unictype/category-Ps: New file.
27579         * modules/unictype/category-Pe: New file.
27580         * modules/unictype/category-Pi: New file.
27581         * modules/unictype/category-Pf: New file.
27582         * modules/unictype/category-Po: New file.
27583         * modules/unictype/category-S: New file.
27584         * modules/unictype/category-Sm: New file.
27585         * modules/unictype/category-Sc: New file.
27586         * modules/unictype/category-Sk: New file.
27587         * modules/unictype/category-So: New file.
27588         * modules/unictype/category-Z: New file.
27589         * modules/unictype/category-Zs: New file.
27590         * modules/unictype/category-Zl: New file.
27591         * modules/unictype/category-Zp: New file.
27592         * modules/unictype/category-C: New file.
27593         * modules/unictype/category-Cc: New file.
27594         * modules/unictype/category-Cf: New file.
27595         * modules/unictype/category-Cs: New file.
27596         * modules/unictype/category-Co: New file.
27597         * modules/unictype/category-Cn: New file.
27598         * modules/unictype/category-or: New file.
27599         * modules/unictype/category-of: New file.
27600         * modules/unictype/category-test: New file.
27601         * modules/unictype/category-test-withtable: New file.
27602         * modules/unictype/category-byname: New file.
27603         * modules/unictype/category-none: New file.
27604         * modules/unictype/category-and: New file.
27605         * modules/unictype/category-and-not: New file.
27606         * modules/unictype/category-name: New file.
27607         * modules/unictype/combining-class: New file.
27608         * modules/unictype/category-all: New file.
27609         * modules/unictype/bidicategory-all: New file.
27610         * modules/unictype/bidicategory-byname: New file.
27611         * modules/unictype/bidicategory-name: New file.
27612         * modules/unictype/bidicategory-of: New file.
27613         * modules/unictype/bidicategory-test: New file.
27614         * modules/unictype/decimal-digit: New file.
27615         * modules/unictype/digit: New file.
27616         * modules/unictype/numeric: New file.
27617         * modules/unictype/mirror: New file.
27618         * modules/unictype/property-white-space: New file.
27619         * modules/unictype/property-alphabetic: New file.
27620         * modules/unictype/property-other-alphabetic: New file.
27621         * modules/unictype/property-not-a-character: New file.
27622         * modules/unictype/property-default-ignorable-code-point: New file.
27623         * modules/unictype/property-other-default-ignorable-code-point: New
27624         file.
27625         * modules/unictype/property-deprecated: New file.
27626         * modules/unictype/property-logical-order-exception: New file.
27627         * modules/unictype/property-variation-selector: New file.
27628         * modules/unictype/property-private-use: New file.
27629         * modules/unictype/property-unassigned-code-value: New file.
27630         * modules/unictype/property-uppercase: New file.
27631         * modules/unictype/property-other-uppercase: New file.
27632         * modules/unictype/property-lowercase: New file.
27633         * modules/unictype/property-other-lowercase: New file.
27634         * modules/unictype/property-titlecase: New file.
27635         * modules/unictype/property-soft-dotted: New file.
27636         * modules/unictype/property-id-start: New file.
27637         * modules/unictype/property-other-id-start: New file.
27638         * modules/unictype/property-id-continue: New file.
27639         * modules/unictype/property-other-id-continue: New file.
27640         * modules/unictype/property-xid-start: New file.
27641         * modules/unictype/property-xid-continue: New file.
27642         * modules/unictype/property-pattern-white-space: New file.
27643         * modules/unictype/property-pattern-syntax: New file.
27644         * modules/unictype/property-join-control: New file.
27645         * modules/unictype/property-grapheme-base: New file.
27646         * modules/unictype/property-grapheme-extend: New file.
27647         * modules/unictype/property-other-grapheme-extend: New file.
27648         * modules/unictype/property-grapheme-link: New file.
27649         * modules/unictype/property-bidi-control: New file.
27650         * modules/unictype/property-bidi-left-to-right: New file.
27651         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
27652         * modules/unictype/property-bidi-arabic-right-to-left: New file.
27653         * modules/unictype/property-bidi-european-digit: New file.
27654         * modules/unictype/property-bidi-eur-num-separator: New file.
27655         * modules/unictype/property-bidi-eur-num-terminator: New file.
27656         * modules/unictype/property-bidi-arabic-digit: New file.
27657         * modules/unictype/property-bidi-common-separator: New file.
27658         * modules/unictype/property-bidi-block-separator: New file.
27659         * modules/unictype/property-bidi-segment-separator: New file.
27660         * modules/unictype/property-bidi-whitespace: New file.
27661         * modules/unictype/property-bidi-non-spacing-mark: New file.
27662         * modules/unictype/property-bidi-boundary-neutral: New file.
27663         * modules/unictype/property-bidi-pdf: New file.
27664         * modules/unictype/property-bidi-embedding-or-override: New file.
27665         * modules/unictype/property-bidi-other-neutral: New file.
27666         * modules/unictype/property-hex-digit: New file.
27667         * modules/unictype/property-ascii-hex-digit: New file.
27668         * modules/unictype/property-ideographic: New file.
27669         * modules/unictype/property-unified-ideograph: New file.
27670         * modules/unictype/property-radical: New file.
27671         * modules/unictype/property-ids-binary-operator: New file.
27672         * modules/unictype/property-ids-trinary-operator: New file.
27673         * modules/unictype/property-zero-width: New file.
27674         * modules/unictype/property-space: New file.
27675         * modules/unictype/property-non-break: New file.
27676         * modules/unictype/property-iso-control: New file.
27677         * modules/unictype/property-format-control: New file.
27678         * modules/unictype/property-dash: New file.
27679         * modules/unictype/property-hyphen: New file.
27680         * modules/unictype/property-punctuation: New file.
27681         * modules/unictype/property-line-separator: New file.
27682         * modules/unictype/property-paragraph-separator: New file.
27683         * modules/unictype/property-quotation-mark: New file.
27684         * modules/unictype/property-sentence-terminal: New file.
27685         * modules/unictype/property-terminal-punctuation: New file.
27686         * modules/unictype/property-currency-symbol: New file.
27687         * modules/unictype/property-math: New file.
27688         * modules/unictype/property-other-math: New file.
27689         * modules/unictype/property-paired-punctuation: New file.
27690         * modules/unictype/property-left-of-pair: New file.
27691         * modules/unictype/property-combining: New file.
27692         * modules/unictype/property-composite: New file.
27693         * modules/unictype/property-decimal-digit: New file.
27694         * modules/unictype/property-numeric: New file.
27695         * modules/unictype/property-diacritic: New file.
27696         * modules/unictype/property-extender: New file.
27697         * modules/unictype/property-ignorable-control: New file.
27698         * modules/unictype/property-test: New file.
27699         * modules/unictype/property-byname: New file.
27700         * modules/unictype/property-all: New file.
27701         * modules/unictype/scripts: New file.
27702         * modules/unictype/scripts-all: New file.
27703         * modules/unictype/block-of: New file.
27704         * modules/unictype/block-test: New file.
27705         * modules/unictype/block-list: New file.
27706         * modules/unictype/block-all: New file.
27707         * modules/unictype/syntax-c-whitespace: New file.
27708         * modules/unictype/syntax-java-whitespace: New file.
27709         * modules/unictype/syntax-c-ident: New file.
27710         * modules/unictype/syntax-java-ident: New file.
27711         * modules/unictype/ctype-alnum: New file.
27712         * modules/unictype/ctype-alpha: New file.
27713         * modules/unictype/ctype-cntrl: New file.
27714         * modules/unictype/ctype-digit: New file.
27715         * modules/unictype/ctype-graph: New file.
27716         * modules/unictype/ctype-lower: New file.
27717         * modules/unictype/ctype-print: New file.
27718         * modules/unictype/ctype-punct: New file.
27719         * modules/unictype/ctype-space: New file.
27720         * modules/unictype/ctype-upper: New file.
27721         * modules/unictype/ctype-xdigit: New file.
27722         * modules/unictype/ctype-blank: New file.
27723         * lib/unictype/bidi_byname.c: New file.
27724         * lib/unictype/bidi_name.c: New file.
27725         * lib/unictype/bidi_of.c: New file.
27726         * lib/unictype/bidi_test.c: New file.
27727         * lib/unictype/bitmap.h: New file.
27728         * lib/unictype/block_test.c: New file.
27729         * lib/unictype/blocks.c: New file.
27730         * lib/unictype/categ_C.c: New file.
27731         * lib/unictype/categ_Cc.c: New file.
27732         * lib/unictype/categ_Cf.c: New file.
27733         * lib/unictype/categ_Cn.c: New file.
27734         * lib/unictype/categ_Co.c: New file.
27735         * lib/unictype/categ_Cs.c: New file.
27736         * lib/unictype/categ_L.c: New file.
27737         * lib/unictype/categ_Ll.c: New file.
27738         * lib/unictype/categ_Lm.c: New file.
27739         * lib/unictype/categ_Lo.c: New file.
27740         * lib/unictype/categ_Lt.c: New file.
27741         * lib/unictype/categ_Lu.c: New file.
27742         * lib/unictype/categ_M.c: New file.
27743         * lib/unictype/categ_Mc.c: New file.
27744         * lib/unictype/categ_Me.c: New file.
27745         * lib/unictype/categ_Mn.c: New file.
27746         * lib/unictype/categ_N.c: New file.
27747         * lib/unictype/categ_Nd.c: New file.
27748         * lib/unictype/categ_Nl.c: New file.
27749         * lib/unictype/categ_No.c: New file.
27750         * lib/unictype/categ_P.c: New file.
27751         * lib/unictype/categ_Pc.c: New file.
27752         * lib/unictype/categ_Pd.c: New file.
27753         * lib/unictype/categ_Pe.c: New file.
27754         * lib/unictype/categ_Pf.c: New file.
27755         * lib/unictype/categ_Pi.c: New file.
27756         * lib/unictype/categ_Po.c: New file.
27757         * lib/unictype/categ_Ps.c: New file.
27758         * lib/unictype/categ_S.c: New file.
27759         * lib/unictype/categ_Sc.c: New file.
27760         * lib/unictype/categ_Sk.c: New file.
27761         * lib/unictype/categ_Sm.c: New file.
27762         * lib/unictype/categ_So.c: New file.
27763         * lib/unictype/categ_Z.c: New file.
27764         * lib/unictype/categ_Zl.c: New file.
27765         * lib/unictype/categ_Zp.c: New file.
27766         * lib/unictype/categ_Zs.c: New file.
27767         * lib/unictype/categ_and.c: New file.
27768         * lib/unictype/categ_and_not.c: New file.
27769         * lib/unictype/categ_byname.c: New file.
27770         * lib/unictype/categ_name.c: New file.
27771         * lib/unictype/categ_none.c: New file.
27772         * lib/unictype/categ_of.c: New file.
27773         * lib/unictype/categ_or.c: New file.
27774         * lib/unictype/categ_test.c: New file.
27775         * lib/unictype/combining.c: New file.
27776         * lib/unictype/ctype_alnum.c: New file.
27777         * lib/unictype/ctype_alpha.c: New file.
27778         * lib/unictype/ctype_blank.c: New file.
27779         * lib/unictype/ctype_cntrl.c: New file.
27780         * lib/unictype/ctype_digit.c: New file.
27781         * lib/unictype/ctype_graph.c: New file.
27782         * lib/unictype/ctype_lower.c: New file.
27783         * lib/unictype/ctype_print.c: New file.
27784         * lib/unictype/ctype_punct.c: New file.
27785         * lib/unictype/ctype_space.c: New file.
27786         * lib/unictype/ctype_upper.c: New file.
27787         * lib/unictype/ctype_xdigit.c: New file.
27788         * lib/unictype/decdigit.c: New file.
27789         * lib/unictype/digit.c: New file.
27790         * lib/unictype/identsyntaxmap.h: New file.
27791         * lib/unictype/mirror.c: New file.
27792         * lib/unictype/numeric.c: New file.
27793         * lib/unictype/pr_alphabetic.c: New file.
27794         * lib/unictype/pr_ascii_hex_digit.c: New file.
27795         * lib/unictype/pr_bidi_arabic_digit.c: New file.
27796         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
27797         * lib/unictype/pr_bidi_block_separator.c: New file.
27798         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
27799         * lib/unictype/pr_bidi_common_separator.c: New file.
27800         * lib/unictype/pr_bidi_control.c: New file.
27801         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
27802         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
27803         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
27804         * lib/unictype/pr_bidi_european_digit.c: New file.
27805         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
27806         * lib/unictype/pr_bidi_left_to_right.c: New file.
27807         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
27808         * lib/unictype/pr_bidi_other_neutral.c: New file.
27809         * lib/unictype/pr_bidi_pdf.c: New file.
27810         * lib/unictype/pr_bidi_segment_separator.c: New file.
27811         * lib/unictype/pr_bidi_whitespace.c: New file.
27812         * lib/unictype/pr_byname.c: New file.
27813         * lib/unictype/pr_byname.gperf: New file.
27814         * lib/unictype/pr_combining.c: New file.
27815         * lib/unictype/pr_composite.c: New file.
27816         * lib/unictype/pr_currency_symbol.c: New file.
27817         * lib/unictype/pr_dash.c: New file.
27818         * lib/unictype/pr_decimal_digit.c: New file.
27819         * lib/unictype/pr_default_ignorable_code_point.c: New file.
27820         * lib/unictype/pr_deprecated.c: New file.
27821         * lib/unictype/pr_diacritic.c: New file.
27822         * lib/unictype/pr_extender.c: New file.
27823         * lib/unictype/pr_format_control.c: New file.
27824         * lib/unictype/pr_grapheme_base.c: New file.
27825         * lib/unictype/pr_grapheme_extend.c: New file.
27826         * lib/unictype/pr_grapheme_link.c: New file.
27827         * lib/unictype/pr_hex_digit.c: New file.
27828         * lib/unictype/pr_hyphen.c: New file.
27829         * lib/unictype/pr_id_continue.c: New file.
27830         * lib/unictype/pr_id_start.c: New file.
27831         * lib/unictype/pr_ideographic.c: New file.
27832         * lib/unictype/pr_ids_binary_operator.c: New file.
27833         * lib/unictype/pr_ids_trinary_operator.c: New file.
27834         * lib/unictype/pr_ignorable_control.c: New file.
27835         * lib/unictype/pr_iso_control.c: New file.
27836         * lib/unictype/pr_join_control.c: New file.
27837         * lib/unictype/pr_left_of_pair.c: New file.
27838         * lib/unictype/pr_line_separator.c: New file.
27839         * lib/unictype/pr_logical_order_exception.c: New file.
27840         * lib/unictype/pr_lowercase.c: New file.
27841         * lib/unictype/pr_math.c: New file.
27842         * lib/unictype/pr_non_break.c: New file.
27843         * lib/unictype/pr_not_a_character.c: New file.
27844         * lib/unictype/pr_numeric.c: New file.
27845         * lib/unictype/pr_other_alphabetic.c: New file.
27846         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
27847         * lib/unictype/pr_other_grapheme_extend.c: New file.
27848         * lib/unictype/pr_other_id_continue.c: New file.
27849         * lib/unictype/pr_other_id_start.c: New file.
27850         * lib/unictype/pr_other_lowercase.c: New file.
27851         * lib/unictype/pr_other_math.c: New file.
27852         * lib/unictype/pr_other_uppercase.c: New file.
27853         * lib/unictype/pr_paired_punctuation.c: New file.
27854         * lib/unictype/pr_paragraph_separator.c: New file.
27855         * lib/unictype/pr_pattern_syntax.c: New file.
27856         * lib/unictype/pr_pattern_white_space.c: New file.
27857         * lib/unictype/pr_private_use.c: New file.
27858         * lib/unictype/pr_punctuation.c: New file.
27859         * lib/unictype/pr_quotation_mark.c: New file.
27860         * lib/unictype/pr_radical.c: New file.
27861         * lib/unictype/pr_sentence_terminal.c: New file.
27862         * lib/unictype/pr_soft_dotted.c: New file.
27863         * lib/unictype/pr_space.c: New file.
27864         * lib/unictype/pr_terminal_punctuation.c: New file.
27865         * lib/unictype/pr_test.c: New file.
27866         * lib/unictype/pr_titlecase.c: New file.
27867         * lib/unictype/pr_unassigned_code_value.c: New file.
27868         * lib/unictype/pr_unified_ideograph.c: New file.
27869         * lib/unictype/pr_uppercase.c: New file.
27870         * lib/unictype/pr_variation_selector.c: New file.
27871         * lib/unictype/pr_white_space.c: New file.
27872         * lib/unictype/pr_xid_continue.c: New file.
27873         * lib/unictype/pr_xid_start.c: New file.
27874         * lib/unictype/pr_zero_width.c: New file.
27875         * lib/unictype/scripts.c: New file.
27876         * lib/unictype/sy_c_ident.c: New file.
27877         * lib/unictype/sy_c_whitespace.c: New file.
27878         * lib/unictype/sy_java_ident.c: New file.
27879         * lib/unictype/sy_java_whitespace.c: New file.
27880
27881         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
27882         Unicode 5.0.0.
27883         * lib/unictype/blocks.h: Likewise.
27884         * lib/unictype/categ_C.h: Likewise.
27885         * lib/unictype/categ_Cc.h: Likewise.
27886         * lib/unictype/categ_Cf.h: Likewise.
27887         * lib/unictype/categ_Cn.h: Likewise.
27888         * lib/unictype/categ_Co.h: Likewise.
27889         * lib/unictype/categ_Cs.h: Likewise.
27890         * lib/unictype/categ_L.h: Likewise.
27891         * lib/unictype/categ_Ll.h: Likewise.
27892         * lib/unictype/categ_Lm.h: Likewise.
27893         * lib/unictype/categ_Lo.h: Likewise.
27894         * lib/unictype/categ_Lt.h: Likewise.
27895         * lib/unictype/categ_Lu.h: Likewise.
27896         * lib/unictype/categ_M.h: Likewise.
27897         * lib/unictype/categ_Mc.h: Likewise.
27898         * lib/unictype/categ_Me.h: Likewise.
27899         * lib/unictype/categ_Mn.h: Likewise.
27900         * lib/unictype/categ_N.h: Likewise.
27901         * lib/unictype/categ_Nd.h: Likewise.
27902         * lib/unictype/categ_Nl.h: Likewise.
27903         * lib/unictype/categ_No.h: Likewise.
27904         * lib/unictype/categ_P.h: Likewise.
27905         * lib/unictype/categ_Pc.h: Likewise.
27906         * lib/unictype/categ_Pd.h: Likewise.
27907         * lib/unictype/categ_Pe.h: Likewise.
27908         * lib/unictype/categ_Pf.h: Likewise.
27909         * lib/unictype/categ_Pi.h: Likewise.
27910         * lib/unictype/categ_Po.h: Likewise.
27911         * lib/unictype/categ_Ps.h: Likewise.
27912         * lib/unictype/categ_S.h: Likewise.
27913         * lib/unictype/categ_Sc.h: Likewise.
27914         * lib/unictype/categ_Sk.h: Likewise.
27915         * lib/unictype/categ_Sm.h: Likewise.
27916         * lib/unictype/categ_So.h: Likewise.
27917         * lib/unictype/categ_Z.h: Likewise.
27918         * lib/unictype/categ_Zl.h: Likewise.
27919         * lib/unictype/categ_Zp.h: Likewise.
27920         * lib/unictype/categ_Zs.h: Likewise.
27921         * lib/unictype/categ_of.h: Likewise.
27922         * lib/unictype/combining.h: Likewise.
27923         * lib/unictype/ctype_alnum.h: Likewise.
27924         * lib/unictype/ctype_alpha.h: Likewise.
27925         * lib/unictype/ctype_blank.h: Likewise.
27926         * lib/unictype/ctype_cntrl.h: Likewise.
27927         * lib/unictype/ctype_digit.h: Likewise.
27928         * lib/unictype/ctype_graph.h: Likewise.
27929         * lib/unictype/ctype_lower.h: Likewise.
27930         * lib/unictype/ctype_print.h: Likewise.
27931         * lib/unictype/ctype_punct.h: Likewise.
27932         * lib/unictype/ctype_space.h: Likewise.
27933         * lib/unictype/ctype_upper.h: Likewise.
27934         * lib/unictype/ctype_xdigit.h: Likewise.
27935         * lib/unictype/decdigit.h: Likewise.
27936         * lib/unictype/digit.h: Likewise.
27937         * lib/unictype/mirror.h: Likewise.
27938         * lib/unictype/numeric.h: Likewise.
27939         * lib/unictype/pr_alphabetic.h: Likewise.
27940         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
27941         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
27942         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
27943         * lib/unictype/pr_bidi_block_separator.h: Likewise.
27944         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
27945         * lib/unictype/pr_bidi_common_separator.h: Likewise.
27946         * lib/unictype/pr_bidi_control.h: Likewise.
27947         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
27948         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
27949         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
27950         * lib/unictype/pr_bidi_european_digit.h: Likewise.
27951         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
27952         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
27953         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
27954         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
27955         * lib/unictype/pr_bidi_pdf.h: Likewise.
27956         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
27957         * lib/unictype/pr_bidi_whitespace.h: Likewise.
27958         * lib/unictype/pr_combining.h: Likewise.
27959         * lib/unictype/pr_composite.h: Likewise.
27960         * lib/unictype/pr_currency_symbol.h: Likewise.
27961         * lib/unictype/pr_dash.h: Likewise.
27962         * lib/unictype/pr_decimal_digit.h: Likewise.
27963         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
27964         * lib/unictype/pr_deprecated.h: Likewise.
27965         * lib/unictype/pr_diacritic.h: Likewise.
27966         * lib/unictype/pr_extender.h: Likewise.
27967         * lib/unictype/pr_format_control.h: Likewise.
27968         * lib/unictype/pr_grapheme_base.h: Likewise.
27969         * lib/unictype/pr_grapheme_extend.h: Likewise.
27970         * lib/unictype/pr_grapheme_link.h: Likewise.
27971         * lib/unictype/pr_hex_digit.h: Likewise.
27972         * lib/unictype/pr_hyphen.h: Likewise.
27973         * lib/unictype/pr_id_continue.h: Likewise.
27974         * lib/unictype/pr_id_start.h: Likewise.
27975         * lib/unictype/pr_ideographic.h: Likewise.
27976         * lib/unictype/pr_ids_binary_operator.h: Likewise.
27977         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
27978         * lib/unictype/pr_ignorable_control.h: Likewise.
27979         * lib/unictype/pr_iso_control.h: Likewise.
27980         * lib/unictype/pr_join_control.h: Likewise.
27981         * lib/unictype/pr_left_of_pair.h: Likewise.
27982         * lib/unictype/pr_line_separator.h: Likewise.
27983         * lib/unictype/pr_logical_order_exception.h: Likewise.
27984         * lib/unictype/pr_lowercase.h: Likewise.
27985         * lib/unictype/pr_math.h: Likewise.
27986         * lib/unictype/pr_non_break.h: Likewise.
27987         * lib/unictype/pr_not_a_character.h: Likewise.
27988         * lib/unictype/pr_numeric.h: Likewise.
27989         * lib/unictype/pr_other_alphabetic.h: Likewise.
27990         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
27991         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
27992         * lib/unictype/pr_other_id_continue.h: Likewise.
27993         * lib/unictype/pr_other_id_start.h: Likewise.
27994         * lib/unictype/pr_other_lowercase.h: Likewise.
27995         * lib/unictype/pr_other_math.h: Likewise.
27996         * lib/unictype/pr_other_uppercase.h: Likewise.
27997         * lib/unictype/pr_paired_punctuation.h: Likewise.
27998         * lib/unictype/pr_paragraph_separator.h: Likewise.
27999         * lib/unictype/pr_pattern_syntax.h: Likewise.
28000         * lib/unictype/pr_pattern_white_space.h: Likewise.
28001         * lib/unictype/pr_private_use.h: Likewise.
28002         * lib/unictype/pr_punctuation.h: Likewise.
28003         * lib/unictype/pr_quotation_mark.h: Likewise.
28004         * lib/unictype/pr_radical.h: Likewise.
28005         * lib/unictype/pr_sentence_terminal.h: Likewise.
28006         * lib/unictype/pr_soft_dotted.h: Likewise.
28007         * lib/unictype/pr_space.h: Likewise.
28008         * lib/unictype/pr_terminal_punctuation.h: Likewise.
28009         * lib/unictype/pr_titlecase.h: Likewise.
28010         * lib/unictype/pr_unassigned_code_value.h: Likewise.
28011         * lib/unictype/pr_unified_ideograph.h: Likewise.
28012         * lib/unictype/pr_uppercase.h: Likewise.
28013         * lib/unictype/pr_variation_selector.h: Likewise.
28014         * lib/unictype/pr_white_space.h: Likewise.
28015         * lib/unictype/pr_xid_continue.h: Likewise.
28016         * lib/unictype/pr_xid_start.h: Likewise.
28017         * lib/unictype/pr_zero_width.h: Likewise.
28018         * lib/unictype/scripts.h: Likewise.
28019         * lib/unictype/scripts_byname.gperf: Likewise.
28020         * lib/unictype/sy_c_ident.h: Likewise.
28021         * lib/unictype/sy_c_whitespace.h: Likewise.
28022         * lib/unictype/sy_java_ident.h: Likewise.
28023         * lib/unictype/sy_java_whitespace.h: Likewise.
28024
28025         * lib/unictype/Makefile: New file.
28026         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
28027         glibc.
28028         * lib/unictype/3level.h: New file, copied from glibc.
28029         * lib/unictype/3levelbit.h: New file.
28030
28031 2007-11-11  Bruno Haible  <bruno@clisp.org>
28032
28033         * modules/gperf: New file.
28034         * modules/iconv_open (Depends-on): Add it.
28035         (Makefile.am): Remove the GPERF definition.
28036
28037 2007-11-11  Bruno Haible  <bruno@clisp.org>
28038
28039         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
28040         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
28041
28042 2007-11-11  Bruno Haible  <bruno@clisp.org>
28043
28044         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
28045         (usage): Remove function.
28046
28047 2007-11-11  Bruno Haible  <bruno@clisp.org>
28048
28049         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
28050         gl_FUNC_CEILF_LIBS.
28051         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
28052         gl_FUNC_CEIL_LIBS.
28053         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
28054         gl_FUNC_CEILL_LIBS.
28055         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
28056         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
28057         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
28058
28059 2007-11-11  Bruno Haible  <bruno@clisp.org>
28060
28061         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
28062         roundf were declared but do not exist on functions.
28063         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
28064         roundl were declared but do not exist on functions.
28065         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
28066         HAVE_FLOORL_AND_CEILL, respectively.
28067         Needed for Sun C on Solaris 10.
28068
28069 2007-11-11  Bruno Haible  <bruno@clisp.org>
28070
28071         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
28072         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
28073         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
28074         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
28075         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
28076         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
28077         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
28078         HAVE_DECL_ROUNDF.
28079         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
28080         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
28081         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
28082         of HAVE_DECL_ROUND*.
28083         * modules/math (Makefile.am): Update.
28084
28085 2007-11-10  Bruno Haible  <bruno@clisp.org>
28086
28087         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
28088         ptrdiff_t as m4/intl.m4.
28089
28090 2007-11-10  Jim Meyering  <meyering@redhat.com>
28091
28092         Avoid link failure for the argmatch test.
28093         * tests/test-argmatch.c (usage): Define function to avoid a link
28094         failure: argmatch_die requires a usage function.
28095
28096 2007-11-09  Bruno Haible  <bruno@clisp.org>
28097
28098         * doc/functions/snprintf.texi: Mention BeOS deficiency.
28099         * doc/functions/vsnprintf.texi: Likewise.
28100         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
28101         with a size argument < 2.
28102
28103 2007-11-09  Bruno Haible  <bruno@clisp.org>
28104
28105         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
28106         buffer. Fixes an inefficiency introduced on 2007-11-03.
28107
28108 2007-11-09  Bruno Haible  <bruno@clisp.org>
28109
28110         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
28111         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
28112
28113 2007-11-08  Jim Meyering  <meyering@redhat.com>
28114
28115         Change cache variable name prefix "jm_" to "gl_" everywhere.
28116         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
28117         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
28118         * m4/uptime.m4: s/gl_/jm_/
28119
28120 2007-11-07  Bruno Haible  <bruno@clisp.org>
28121
28122         Update to GNU gettext 0.17.
28123         * m4/intl.m4: Update to GNU gettext 0.17.
28124         * m4/po.m4: Likewise.
28125         * modules/gettext (Files): Remove m4/ulonglong.m4.
28126         (configure.ac): Require gettext infrastructure from version 0.17.
28127
28128 2007-11-06  Bruno Haible  <bruno@clisp.org>
28129
28130         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
28131         symbolic values are not defined in a public header.
28132         * lib/freadable.c (freadable) [QNX]: Likewise.
28133         * lib/freadahead.c (freadahead) [QNX]: Likewise.
28134         * lib/freading.c (freading) [QNX]: Likewise.
28135         * lib/fseterr.c (fseterr) [QNX]: Likewise.
28136         * lib/fwritable.c (fwritable) [QNX]: Likewise.
28137         * lib/fwriting.c (fwriting) [QNX]: Likewise.
28138         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
28139         Reported by Alain Magloire.
28140
28141         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
28142
28143 2007-11-05  Bruno Haible  <bruno@clisp.org>
28144
28145         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
28146         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
28147         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
28148         Reported by Eric Blake.
28149
28150 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28151             Bruno Haible  <bruno@clisp.org>
28152
28153         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
28154         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
28155         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
28156         (malloc): Undefine also before including <stdlib.h>.
28157         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
28158         Needed on OSF/1 4.0.
28159
28160 2007-11-05  Jim Meyering  <meyering@redhat.com>
28161
28162         git-version-gen: sync from coreutils.
28163         * build-aux/git-version-gen: Add comments.
28164         Change the first '-' to '.' in the snapshot version string,
28165         e.g., 6.9-377-08144 -> 6.9.377-08144
28166         Remove first parameter.
28167         Don't declare a version "-dirty" merely because a time
28168         stamp has changed.
28169
28170 2007-11-04  Bruno Haible  <bruno@clisp.org>
28171
28172         * lib/lock.h: Protect all macro definitions containing an 'if'
28173         statement through a "do { ... } while (0)".
28174         * lib/tls.h: Likewise.
28175
28176 2007-11-04  Bruno Haible  <bruno@clisp.org>
28177
28178         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
28179
28180 2007-11-04  Bruno Haible  <bruno@clisp.org>
28181
28182         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
28183         * modules/fprintf-posix (Depends-on): Add nocrash.
28184         * modules/snprintf-posix (Depends-on): Likewise.
28185         * modules/sprintf-posix (Depends-on): Likewise.
28186         * modules/vasnprintf-posix (Depends-on): Likewise.
28187         * modules/vasprintf-posix (Depends-on): Likewise.
28188         * modules/vfprintf-posix (Depends-on): Likewise.
28189         * modules/vsnprintf-posix (Depends-on): Likewise.
28190         * modules/vsprintf-posix (Depends-on): Likewise.
28191         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28192         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28193         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28194         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28195         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28196         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28197         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28198
28199 2007-11-04  Bruno Haible  <bruno@clisp.org>
28200
28201         * modules/nocrash: New file.
28202         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
28203         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
28204
28205 2007-11-04  Bruno Haible  <bruno@clisp.org>
28206
28207         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
28208         precision handling.
28209         * tests/test-vasprintf-posix.c (test_function): Likewise.
28210         * tests/test-snprintf-posix.h (test_function): Likewise.
28211         * tests/test-sprintf-posix.h (test_function): Likewise.
28212
28213         Fix *printf behaviour for large precisions on mingw and BeOS.
28214         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
28215         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
28216         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
28217         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28218         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28219         gl_PRINTF_PRECISION and test its result. Invoke
28220         gl_PREREQ_VASNPRINTF_PRECISION.
28221         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28222         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28223         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28224         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28225         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28226         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28227         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28228         * doc/functions/fprintf.texi: Update.
28229         * doc/functions/printf.texi: Update.
28230         * doc/functions/snprintf.texi: Update.
28231         * doc/functions/sprintf.texi: Update.
28232         * doc/functions/vfprintf.texi: Update.
28233         * doc/functions/vprintf.texi: Update.
28234         * doc/functions/vsnprintf.texi: Update.
28235         * doc/functions/vsprintf.texi: Update.
28236
28237 2007-11-04  Bruno Haible  <bruno@clisp.org>
28238
28239         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
28240
28241 2007-11-04  Bruno Haible  <bruno@clisp.org>
28242
28243         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
28244         Reported by Sylvain Beucler <beuc@gnu.org>.
28245
28246 2007-11-03  Bruno Haible  <bruno@clisp.org>
28247
28248         * tests/test-fprintf-posix2.sh: New file.
28249         * tests/test-fprintf-posix2.c: New file.
28250         * modules/fprintf-posix-tests (Files): Add them.
28251         (TESTS): Add test-fprintf-posix2.sh.
28252         (configure.ac): Check for getrlimit and setrlimit.
28253         (check_PROGRAMS): Add test-fprintf-posix2.
28254
28255         * tests/test-printf-posix2.sh: New file.
28256         * tests/test-printf-posix2.c: New file.
28257         * modules/printf-posix-tests (Files): Add them.
28258         (TESTS): Add test-printf-posix2.sh.
28259         (configure.ac): Check for getrlimit and setrlimit.
28260         (check_PROGRAMS): Add test-printf-posix2.
28261
28262         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
28263         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
28264         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
28265         (decode_double): New function, copied from decode_long_double.
28266         (scale10_round_decimal_decoded): New function, extracted from
28267         scale10_round_decimal_long_double.
28268         (scale10_round_decimal_long_double): Use it.
28269         (scale10_round_decimal_double): New function.
28270         (floorlog10): New function.
28271         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
28272         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
28273         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28274         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28275         gl_PRINTF_ENOMEM and test its result. Invoke
28276         gl_PREREQ_VASNPRINTF_ENOMEM.
28277         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28278         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28279         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28280         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28281         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28282         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28283         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28284         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
28285         * modules/snprintf-posix (Depends-on): Likewise.
28286         * modules/sprintf-posix (Depends-on): Likewise.
28287         * modules/vasnprintf-posix (Depends-on): Likewise.
28288         * modules/vasprintf-posix (Depends-on): Likewise.
28289         * modules/vfprintf-posix (Depends-on): Likewise.
28290         * modules/vsnprintf-posix (Depends-on): Likewise.
28291         * modules/vsprintf-posix (Depends-on): Likewise.
28292         * doc/functions/fprintf.texi: Update.
28293         * doc/functions/printf.texi: Update.
28294         * doc/functions/snprintf.texi: Update.
28295         * doc/functions/sprintf.texi: Update.
28296         * doc/functions/vfprintf.texi: Update.
28297         * doc/functions/vprintf.texi: Update.
28298         * doc/functions/vsnprintf.texi: Update.
28299         * doc/functions/vsprintf.texi: Update.
28300
28301 2007-11-03  Bruno Haible  <bruno@clisp.org>
28302
28303         * modules/frexp-nolibm-tests: New file.
28304
28305         * modules/frexp-nolibm: New file.
28306         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
28307
28308 2007-11-03  Bruno Haible  <bruno@clisp.org>
28309
28310         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
28311         value is C99 compliant.
28312         Needed for OSF/1 5.1.
28313
28314 2007-11-03  Bruno Haible  <bruno@clisp.org>
28315
28316         Fix out-of-memory handling of vasnprintf.
28317         * lib/printf-parse.c: Include <errno.h>.
28318         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
28319         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
28320         is already set.
28321
28322 2007-11-02  Eric Blake  <ebb9@byu.net>
28323
28324         Fix tests on cygwin.
28325         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
28326
28327 2007-11-01  Bruno Haible  <bruno@clisp.org>
28328
28329         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
28330         warning.
28331         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
28332         needed for POSIX compatibility.
28333
28334 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28335
28336         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
28337         for compatibility with GNU.
28338
28339 2007-11-01  Bruno Haible  <bruno@clisp.org>
28340
28341         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
28342         (putenv): Renamed from rpl_putenv. Change argument type from
28343         'const char *' to 'char *'.
28344         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
28345         of defining putenv in config.h, just set REPLACE_PUTENV.
28346         * modules/putenv (Depends-on): Add stdlib.
28347         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
28348         (Include): Use <stdlib.h>.
28349         * lib/stdlib.in.h (putenv): New declaration.
28350         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
28351         REPLACE_PUTENV.
28352         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
28353         REPLACE_PUTENV.
28354         Needed for MacOS X 10.5.0.
28355         Reported by Peter O'Gorman <peter@pogma.com>.
28356
28357 2007-11-01  Jim Meyering  <meyering@redhat.com>
28358
28359         Treat an empty date string exactly like "0".
28360         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
28361         if the remaining date string (to be parsed) is empty, use "0".
28362         Reported by Mischa Molhoek and discussed in this thread:
28363         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
28364
28365 2007-10-31  Bruno Haible  <bruno@clisp.org>
28366
28367         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
28368         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
28369         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
28370         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
28371         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
28372         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
28373
28374 2007-10-31  Bruno Haible  <bruno@clisp.org>
28375
28376         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
28377         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
28378         (AC_TYPE_LONG_LONG_INT): Use it.
28379         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
28380         it as well.
28381         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
28382         to m4/longlong.m4.
28383         * modules/stdint (Files): Remove m4/ulonglong.m4.
28384         * modules/strtoull (Files): Use m4/longlong.m4 instead of
28385         m4/ulonglong.m4.
28386         * modules/strtoumax (Files): Likewise.
28387
28388 2007-10-30  Bruno Haible  <bruno@clisp.org>
28389
28390         * modules/xvasprintf-posix: New file.
28391         Suggested by Eric Blake.
28392
28393 2007-10-30  Bruno Haible  <bruno@clisp.org>
28394
28395         * modules/xprintf-posix-tests: New file.
28396         * tests/test-xprintf-posix.sh: New file.
28397         * tests/test-xprintf-posix.c: New file.
28398         * tests/test-xfprintf-posix.c: New file.
28399
28400         * modules/xprintf-posix: New file.
28401
28402 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28403
28404         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
28405         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
28406         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
28407
28408 2007-10-29  Bruno Haible  <bruno@clisp.org>
28409
28410         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
28411         contain the special marker '_cv_'.
28412         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
28413         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
28414         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
28415         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
28416         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
28417         Reported by Ralf Wildenhues.
28418
28419 2007-10-29  Bruno Haible  <bruno@clisp.org>
28420
28421         * gnulib-tool (func_import): When --lgpl is not specified, set
28422         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
28423         GPLv3.
28424         Reported by Simon Josefsson.
28425
28426 2007-10-28  Bruno Haible  <bruno@clisp.org>
28427
28428         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
28429         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
28430         HAVE_DECL_ISFINITE.
28431         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
28432         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
28433         HAVE_DECL_ISFINITE.
28434
28435 2007-10-28  Bruno Haible  <bruno@clisp.org>
28436
28437         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
28438         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
28439
28440 2007-10-28  Bruno Haible  <bruno@clisp.org>
28441
28442         Fix link errors with Sun C 5.0 on Solaris 10.
28443         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
28444         function is declared but not present in the compiler's libm.
28445         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
28446         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
28447         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
28448         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
28449         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
28450         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
28451         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
28452         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
28453         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
28454         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
28455         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
28456         HAVE_DECL_FLOORL.
28457
28458 2007-10-28  Bruno Haible  <bruno@clisp.org>
28459
28460         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
28461         gl_FUNC_FLOORL. Cache the result.
28462         (gl_FUNC_FLOORL): Use it.
28463         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
28464         gl_FUNC_CEILL. Cache the result.
28465         (gl_FUNC_CEILL): Use it.
28466
28467         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
28468         gl_FUNC_FLOOR. Cache the result.
28469         (gl_FUNC_FLOOR): Use it.
28470         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
28471         gl_FUNC_CEIL. Cache the result.
28472         (gl_FUNC_CEIL): Use it.
28473
28474         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
28475         gl_FUNC_FLOORF. Cache the result.
28476         (gl_FUNC_FLOORF): Use it.
28477         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
28478         gl_FUNC_CEILF. Cache the result.
28479         (gl_FUNC_CEILF): Use it.
28480
28481 2007-10-28  Bruno Haible  <bruno@clisp.org>
28482
28483         * gnulib-tool: Allow specifying the LGPL version number through
28484         --lgpl=2 or --lgpl=3.
28485         (func_usage): Document --lgpl with argument.
28486         Handle --lgpl=... arguments.
28487         (func_import): Recognize also gl_LGPL calls with an argument. When
28488         --lgpl=2 is used and the module's license is just LGPL, report an
28489         error. Set sed_transform_lib_file according to the lgpl variable. In
28490         the generated files, use --lgpl or gl_LGPL invocations with argument,
28491         if necessary.
28492         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
28493         an LGPv2+ license.
28494         * doc/gnulib-tool.texi (Modified imports): Update explanation of
28495         gl_LGPL macro.
28496
28497 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28498             Bruno Haible  <bruno@clisp.org>
28499
28500         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
28501         (u16_uctomb_aux): Likewise.
28502         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
28503         !HAVE_INLINE.
28504         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
28505
28506 2007-10-28  Bruno Haible  <bruno@clisp.org>
28507
28508         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
28509         Invoke AM_GETTEXT_OPTION if it exists.
28510         * modules/vasprintf: Likewise.
28511         * modules/verror: Likewise.
28512         * modules/xprintf: Likewise.
28513         * modules/xvasprintf: Likewise.
28514
28515 2007-10-27  Ben Pfaff  <blp@gnu.org>
28516
28517         * lib/math.in.h: Define isfinite macro and prototypes for
28518         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
28519         implementations.
28520         * m4/math_h.m4: New substitutions for isfinite module.
28521         * lib/isfinite.c: New file.
28522         * m4/isfinite.m4: New file.
28523         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
28524         * modules/isfinite: New file.
28525         * modules/isfinite-tests: New file.
28526         * tests/tests-isfinite.c: New file.
28527         * doc/functions/isfinite.texi: Mention isfinite module.
28528         * MODULES.html.sh: Mention new module.
28529
28530 2007-10-27  Ben Pfaff  <blp@gnu.org>
28531
28532         Ralf Wildenhues reported that Tru64 4.0D declares the round
28533         functions but does not have definitions.
28534         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
28535         cannot be found in any library, set the output variable to
28536         "missing" instead of "".
28537         * m4/round.m4: Also use our substitute if we cannot find round in
28538         any library, even if it is declared.
28539         * m4/roundf.m4: Likewise for roundf.
28540         * m4/roundl.m4: Likewise for roundl.
28541         * lib/math.in.h: Undefine roundf, round, roundl before defining
28542         their replacements, to allow for hypothetical systems where these
28543         may be defined as macros but not available in libraries.
28544
28545 2007-10-27  Bruno Haible  <bruno@clisp.org>
28546
28547         * doc/gnulib.texi: Invoke @firstparagraphindent.
28548         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
28549         changes in gnulib.
28550         (Source changes): New section.
28551
28552 2007-10-26  Bruno Haible  <bruno@clisp.org>
28553
28554         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
28555         borrowed from autoconf.
28556
28557 2007-10-26  Bruno Haible  <bruno@clisp.org>
28558
28559         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
28560         strerror returned the empty string. Needed on HP-UX 11.00.
28561
28562 2007-10-24  Micah Cowan  <micah@cowan.name>
28563
28564         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
28565         * build-aux/bootstrap: Remove support for now-unnecessary option,
28566         --cvs-user, and envvars CVS_USER, CVS_RSH.
28567
28568 2007-10-24  Jim Meyering  <meyering@redhat.com>
28569
28570         Avoid diagnostics from sha1sum when there is no cached checksum.
28571         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
28572         if the po.s1 file hasn't been created yet.
28573
28574         * build-aux/bootstrap: Sync from coreutils:
28575         2007-10-24  Jim Meyering  <meyering@redhat.com>
28576         Get gnulib from the git repository, not from an obsolete cvs one.
28577         * build-aux/bootstrap: Suggestion from Micah Cowan.
28578         2007-10-04  Jim Meyering  <jim@meyering.net>
28579         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
28580         (update_po_files): Work also when there are no .po files in po/.
28581
28582 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         * README: Append ".git" to git and cg examples.
28585         Problem reported by Benoit Sigoure.
28586
28587 2007-10-23  Micah Cowan  <micah@cowan.name>
28588
28589         * users.txt: Add wget.
28590
28591 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28592
28593         Fix linking of some unistdio tests on FreeBSD.
28594         * modules/unistdio/u16-vsnprintf-tests
28595         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
28596         * modules/unistdio/u16-vsprintf-tests
28597         (test_u16_vsnprintf1_LDADD): Likewise.
28598         * modules/unistdio/u32-vsnprintf-tests
28599         (test_u32_vsnprintf1_LDADD): Likewise.
28600         * modules/unistdio/u32-vsprintf-tests
28601         (test_u32_vsprintf1_LDADD): Likewise.
28602         * modules/unistdio/u8-vsnprintf-tests
28603         (test_u8_vsnprintf1_LDADD): Likewise.
28604         * modules/unistdio/u8-vsprintf-tests
28605         (test_u8_vsprintf1_LDADD): Likewise.
28606         * modules/unistdio/ulc-vsnprintf-tests
28607         (test_ulc_vsnprintf1_LDADD): Likewise.
28608         * modules/unistdio/ulc-vsprintf-tests
28609         (test_ulc_vsprintf1_LDADD): Likewise.
28610
28611         Fix linking of some uniconv tests on FreeBSD.
28612         * modules/uniconv/u16-conv-from-enc-tests
28613         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
28614         * modules/uniconv/u16-conv-to-enc-tests
28615         (test_u16_conv_to_enc_LDADD): Likewise.
28616         * modules/uniconv/u16-strconv-from-enc-tests
28617         (test_u16_strconv_from_enc_LDADD): Likewise.
28618         * modules/uniconv/u16-strconv-to-enc-tests
28619         (test_u16_strconv_to_enc_LDADD): Likewise.
28620         * modules/uniconv/u32-conv-from-enc-tests
28621         (test_u32_conv_from_enc_LDADD): Likewise.
28622         * modules/uniconv/u32-conv-to-enc-tests
28623         (test_u32_conv_to_enc_LDADD): Likewise.
28624         * modules/uniconv/u32-strconv-from-enc-tests
28625         (test_u32_strconv_from_enc_LDADD): Likewise.
28626         * modules/uniconv/u32-strconv-to-enc-tests
28627         (test_u32_strconv_to_enc_LDADD): Likewise.
28628         * modules/uniconv/u8-conv-from-enc-tests
28629         (test_u8_conv_from_enc_LDADD): Likewise.
28630         * modules/uniconv/u8-conv-to-enc-tests
28631         (test_u8_conv_to_enc_LDADD): Likewise.
28632         * modules/uniconv/u8-strconv-from-enc-tests
28633         (test_u8_strconv_from_enc_LDADD): Likewise.
28634         * modules/uniconv/u8-strconv-to-enc-tests
28635         (test_u8_strconv_to_enc_LDADD): Likewise.
28636
28637 2007-10-22  Bruno Haible  <bruno@clisp.org>
28638
28639         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
28640         size.
28641
28642 2007-10-22  Eric Blake  <ebb9@byu.net>
28643
28644         Tweak x*printf documentation.
28645         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
28646         variable name and comments.
28647         Suggested by Bruno Haible.
28648
28649 2007-10-22  Bruno Haible  <bruno@clisp.org>
28650
28651         * lib/acl.c (copy_acl): Fix file name in comment.
28652
28653 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28654
28655         Fix Tru64 problem with stdbool.h.
28656         * lib/stdbool.in.h (false, true):
28657         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
28658         Don't declare as an enum in this situation; it runs afoul of Tru64.
28659         Problem reported by Steven M. Schweda in
28660         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
28661
28662 2007-10-22  Eric Blake  <ebb9@byu.net>
28663
28664         Also wrap vf?printf.
28665         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
28666         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
28667         (xvprintf, xvfprintf): New functions.
28668
28669 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28670
28671         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
28672         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
28673
28674         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
28675         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
28676
28677 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28678
28679         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
28680         by Bruno Haible.
28681
28682 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28683
28684         * lib/getloadavg.c
28685         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
28686         Undef `sys' after including sys/table.h, for Tru64 4.0D.
28687
28688         * tests/test-i-ring.c: Work for C89.
28689
28690 2007-10-22  Bruno Haible  <bruno@clisp.org>
28691
28692         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
28693         -1u, in preprocessor expression, so that we don't test for the bug
28694         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
28695         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
28696
28697 2007-10-22  Eric Blake  <ebb9@byu.net>
28698
28699         * tests/test-yesno.sh: Silence stderr during test.
28700
28701 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28702
28703         * modules/crypto/gc-camellia: New file.
28704
28705         * m4/gc-camellia.m4: New file.
28706
28707         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
28708
28709         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
28710
28711 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28712
28713         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
28714         --help to stdout.  Reported by sms@antinode.org (Steven
28715         M. Schweda).
28716
28717 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28718
28719         * users.txt: Fix link to libksba.
28720
28721 2007-10-21  Ben Pfaff  <blp@gnu.org>
28722
28723         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
28724         round.c roundf implementation that depends on floorf and ceilf to
28725         be tested unconditionally.
28726
28727 2007-10-21  Ben Pfaff  <blp@gnu.org>
28728
28729         * m4/check-libm-func.m4: Removed.
28730         * m4/check-math-lib.m4: New file.
28731         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
28732         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
28733         definition and lack of AC_LIBOBJ([roundf]).
28734         * m4/roundl.m4: Ditto, and similarly for roundl.
28735         * modules/round: Reference new m4 file.
28736         * modules/roundf: Ditto.
28737         * modules/roundl: Ditto.
28738         * tests/test-round2.c (main): Use ROUND instead of round.
28739         Bug report from Bruno Haible.
28740
28741 2007-10-21  Bruno Haible  <bruno@clisp.org>
28742
28743         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
28744         context.
28745
28746 2007-10-21  Bruno Haible  <bruno@clisp.org>
28747
28748         * tests/test-wcwidth.c (main): Allow negative result for some control
28749         characters.
28750
28751         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
28752         Needed on OSF/1 5.1.
28753
28754 2007-10-21  Bruno Haible  <bruno@clisp.org>
28755
28756         * tests/test-floorf1.c: Include isnanf.h.
28757         (main): Use isnanf() instead of isnan().
28758         * tests/test-ceilf1.c: Include isnanf.h.
28759         (main): Use isnanf() instead of isnan().
28760         * tests/test-truncf1.c: Include isnanf.h.
28761         (main): Use isnanf() instead of isnan().
28762         * tests/test-roundf1.c: Include isnanf.h.
28763         (main): Use isnanf() instead of isnan().
28764
28765 2007-10-21  Eric Blake  <ebb9@byu.net>
28766
28767         * users.txt: Update URL for m4.
28768
28769 2007-10-21  Bruno Haible  <bruno@clisp.org>
28770
28771         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
28772
28773 2007-10-21  Bruno Haible  <bruno@clisp.org>
28774
28775         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
28776         Git's management files if the CVS files are not present.
28777
28778 2007-10-20  Bruno Haible  <bruno@clisp.org>
28779
28780         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
28781         gcc-3.4.x.
28782
28783 2007-10-20  Ben Pfaff  <blp@gnu.org>
28784
28785         * lib/math.in.h: Declare round, roundf, roundl if we are providing
28786         implementations.
28787         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
28788         * lib/round.c: New file.
28789         * lib/roundf.c: New file.
28790         * lib/roundl.c: New file.
28791         * m4/round.m4: New file.
28792         * m4/roundf.m4: New file.
28793         * m4/roundl.m4: New file.
28794         * m4/check-libm-func-m4: New file.
28795         * modules/math: Replace round, roundf, roundl related @VARS@ in
28796         math.in.h.
28797         * modules/round: New file.
28798         * modules/round-tests: New file.
28799         * modules/roundf: New file.
28800         * modules/roundf-tests: New file.
28801         * modules/roundl: New file.
28802         * modules/roundl-tests: New file.
28803         * tests/test-round1.c: New file.
28804         * tests/test-round2.c: New file.
28805         * tests/test-roundf1.c: New file.
28806         * tests/test-roundf2.c: New file.
28807         * tests/test-roundl.c: New file.
28808         * doc/functions/round.texi: Mention round module.
28809         * doc/functions/roundf.texi: Mention roundf module.
28810         * doc/functions/roundl.texi: Mention roundl module.
28811         * MODULES.html.sh: Mention new modules.
28812         Thanks to Bruno Haible for suggestions.
28813
28814 2007-10-20  Jim Meyering  <meyering@redhat.com>
28815
28816         * lib/xprintf.c: Include <config.h> unconditionally.
28817
28818         Change xprintf's license to GPL.
28819         * modules/xprintf (License): s/LGPL/GPL/, since this module
28820         depends on modules (exit and exitfail) which are GPL.
28821         Suggestion from Bruno Haible.
28822
28823         xprintf fixes.
28824         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
28825         Use a clearer diagnostic.
28826         Patch from Bruno Haible.
28827
28828 2007-10-20  Bruno Haible  <bruno@clisp.org>
28829
28830         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
28831         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
28832         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28833
28834 2007-10-20  Bruno Haible  <bruno@clisp.org>
28835
28836         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
28837         precision in the comparison result > x - 1 or similar.
28838         * tests/test-ceilf2.c (correct_result_p): Likewise.
28839         * tests/test-truncf2.c (correct_result_p): Likewise.
28840         * tests/test-trunc2.c (correct_result_p): Likewise.
28841         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28842
28843 2007-10-20  Bruno Haible  <bruno@clisp.org>
28844
28845         * modules/ceil: New file.
28846         * m4/ceil.m4: New file.
28847         * doc/functions/ceil.texi: Mention the 'ceil' module.
28848
28849 2007-10-20  Bruno Haible  <bruno@clisp.org>
28850
28851         * modules/floor: New file.
28852         * m4/floor.m4: New file.
28853         * doc/functions/floor.texi: Mention the 'floor' module.
28854
28855 2007-10-20  Bruno Haible  <bruno@clisp.org>
28856
28857         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
28858         of %a.
28859         * modules/floorf-tests (Depends-on): Likewise.
28860         * modules/truncf-tests (Depends-on): Likewise.
28861         * modules/trunc-tests (Depends-on): Likewise.
28862         Reported by Ben Pfaff.
28863
28864 2007-10-19  Jim Meyering  <meyering@redhat.com>
28865
28866         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
28867         Don't bother testing specific errno values.  Just test ferror.
28868
28869         New module: xprintf
28870         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
28871
28872 2007-10-19  Bruno Haible  <bruno@clisp.org>
28873
28874         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
28875         syntax.
28876         * modules/javaexec (Makefile.am): Likewise.
28877         * modules/relocatable-prog (Makefile.am): Likewise.
28878         Suggested by Jim Meyering.
28879
28880 2007-10-18  Bruno Haible  <bruno@clisp.org>
28881
28882         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
28883         Reported by Jim Meyering.
28884
28885 2007-10-18  Eric Blake  <ebb9@byu.net>
28886
28887         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
28888
28889 2007-10-18  Bruno Haible  <bruno@clisp.org>
28890
28891         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
28892         the format string into writable memory. Needed in Fortify conditions.
28893
28894 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
28895             Bruno Haible  <bruno@clisp.org>
28896
28897         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
28898         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
28899         * modules/trim (Depends-on): Add mbchar.
28900         (configure.ac): Add gl_FUNC_MBRTOWC.
28901         (Makefile.am): Augment lib_SOURCES.
28902
28903 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28904
28905         Modify glob.c to use fstatat and dirfd, to simplify it.
28906         Suggested by Eric Blake.
28907         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
28908         Don't include <stdbool.h>; not used.
28909         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
28910         (link_exists_p): Simplify implementation, since we can now assume
28911         dirfd and fstatat.
28912         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
28913
28914 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28915
28916         * gnulib-tool (func_get_dependencies): Fix sed script to
28917         match only tests.
28918
28919 2007-10-17  Bruno Haible  <bruno@clisp.org>
28920
28921         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
28922         allow locale names without encoding suffix.
28923         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28924         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28925
28926 2007-10-16  Bruno Haible  <bruno@clisp.org>
28927
28928         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
28929         * lib/getgroups.c (getgroups): Likewise.
28930         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
28931
28932 2007-10-16  Bruno Haible  <bruno@clisp.org>
28933
28934         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
28935         * modules/malloc-posix (License): Likewise.
28936         * modules/realloc-posix (License): Likewise.
28937         * modules/calloc-posix (License): Likewise.
28938         * modules/intprops (License): Change from GPL to LGPL, with
28939         Paul Eggert's approval.
28940
28941 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28942
28943         Merge glibc changes into lib/glob.c.
28944
28945         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
28946         2007-10-15 04:59:03 UTC.  Here are the changes:
28947
28948         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
28949
28950         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
28951
28952         * lib/glob.c: Add some branch prediction throughout.
28953
28954         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
28955
28956         [BZ #5103]
28957         * lib/glob.c (glob): Recognize patterns starting \/.
28958
28959         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
28960
28961         [BZ #3996]
28962         * lib/glob.c (attribute_hidden): Define if not defined.
28963         (glob): Unescape dirname, filename or username when needed and not
28964         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
28965         is NULL.  Handle unescaped [ in pattern without closing ].
28966         Don't pass GLOB_CHECK down to recursive glob for directories.
28967         (__glob_pattern_type): New function.
28968         (__glob_pattern_p): Implement using __glob_pattern_type.
28969         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
28970         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
28971         Remove unreachable code.
28972
28973         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
28974
28975         * lib/glob.c (glob_in_dir): Add some comments and asserts to
28976         explain why there are no leaks.
28977
28978         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
28979
28980         [BZ #3253]
28981         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
28982         time, rather allocate increasingly bigger arrays of pointers, if
28983         possible with alloca, if too large with malloc.
28984
28985 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28986
28987         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
28988         Problem reported by H.Merijn Brand in
28989         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
28990         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
28991         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28992
28993 2007-10-15  Bruno Haible  <bruno@clisp.org>
28994
28995         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
28996         with explicit rpl_ prefix.
28997         * lib/fopen.c (fopen): Likewise.
28998         * lib/freopen.c (freopen): Likewise.
28999         * lib/iconv.c (iconv): Likewise.
29000         * lib/iconv_close.c (iconv_close): Likewise.
29001
29002 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29003
29004         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
29005
29006 2007-10-15  Bruno Haible  <bruno@clisp.org>
29007
29008         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
29009         <stddef.h> instead of <stdlib.h> since we only need NULL.
29010         Reported by Ben Pfaff <blp@cs.stanford.edu>.
29011
29012 2007-10-15  Bruno Haible  <bruno@clisp.org>
29013
29014         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
29015         Replace paragraph talking about LIBOBJS.
29016         Reported by Colin Watson <cjwatson@debian.org>.
29017
29018 2007-10-15  Bruno Haible  <bruno@clisp.org>
29019
29020         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
29021         <stdlib.h> before using NULL.
29022
29023 2007-10-15  Simon Josefsson  <simon@josefsson.org>
29024
29025         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
29026         Reported by Albert Chin <china@thewrittenword.com>.
29027
29028 2007-10-14  Bruno Haible  <bruno@clisp.org>
29029
29030         * modules/iconv_open-utf-tests: New file.
29031         * tests/test-iconv-utf.c: New file.
29032
29033         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
29034         * modules/iconv_open-utf: New file.
29035         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
29036         (iconv, iconv_close): New declarations.
29037         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
29038         be defined.
29039         (iconv_open): Add special handling of conversion between UTF-8 and
29040         UTF-{16,32}{BE,LE}.
29041         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
29042         * lib/iconv_close.c: New file.
29043         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
29044         gl_FUNC_ICONV_OPEN.
29045         (gl_FUNC_ICONV_OPEN): Use it.
29046         (gl_FUNC_ICONV_OPEN_UTF): New macro.
29047         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
29048         and REPLACE_ICONV_UTF.
29049         * modules/iconv_open (Depends-on): Add c-strcase.
29050         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
29051         ICONV_CONST.
29052         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
29053
29054 2007-10-13  Albert Chin  <china@thewrittenword.com>
29055             Bruno Haible  <bruno@clisp.org>
29056
29057         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
29058         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
29059
29060 2007-10-13  Bruno Haible  <bruno@clisp.org>
29061
29062         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
29063         defined, use the ISO C99 inline semantics.
29064         * lib/argp.h (ARGP_EI): Likewise.
29065
29066 2007-10-13  Bruno Haible  <bruno@clisp.org>
29067
29068         Handle 'inline' change in gcc 4.3.0.
29069         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
29070         argp_fmtstream_write, argp_fmtstream_set_lmargin,
29071         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
29072         argp_fmtstream_point): Disable 'extern' declaration if the function
29073         definition is going to be provided inline.
29074         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
29075         semantics, not the ISO C99 inline semantics.
29076         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
29077         'extern' declaration if the function definition is going to be provided
29078         inline.
29079         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
29080         the GNU C inline semantics, not the ISO C99 inline semantics. With
29081         GCC 4.2, avoid a warning.
29082
29083 2007-10-13  Bruno Haible  <bruno@clisp.org>
29084
29085         * lib/freading.h (freading): Enable the use of __freading for
29086         glibc >= 2.7.
29087         * lib/freading.c (freading): Likewise.
29088
29089 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29090
29091         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
29092         "warning: C99 inline functions are not supported; using GNU89".
29093
29094 2007-10-12  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
29097         of 2.
29098         * tests/test-ceilf2.c: New file.
29099         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
29100
29101         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
29102         * modules/ceilf-tests: Update.
29103
29104 2007-10-12  Bruno Haible  <bruno@clisp.org>
29105
29106         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
29107         of 2.
29108         * tests/test-floorf2.c: New file.
29109         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
29110
29111         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
29112         * modules/floorf-tests: Update.
29113
29114 2007-10-12  Bruno Haible  <bruno@clisp.org>
29115
29116         * tests/test-trunc2.c: New file.
29117         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
29118
29119         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
29120         * modules/trunc-tests: Update.
29121
29122 2007-10-12  Bruno Haible  <bruno@clisp.org>
29123
29124         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
29125         of 2.
29126         * tests/test-truncf2.c: New file.
29127         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
29128
29129         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
29130         * modules/truncf-tests: Update.
29131
29132 2007-10-11  Eric Blake  <ebb9@byu.net>
29133
29134         Don't claim strerror is broken on Interix.
29135         * doc/functions/strerror.texi (strerror): Known broken systems are
29136         now Solaris 8, and not Interix.
29137         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
29138         Interix on cross-compile.
29139         Reported by Martin Koeppe in
29140         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
29141
29142 2007-10-11  Bruno Haible  <bruno@clisp.org>
29143
29144         * modules/i-ring-tests: New file.
29145         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
29146         instead of assert.
29147
29148 2007-10-11  Bruno Haible  <bruno@clisp.org>
29149
29150         * modules/filenamecat-tests: New file.
29151         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
29152         * lib/filenamecat.c: Remove test code.
29153
29154 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29155
29156         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
29157
29158         * lib/strerror.c: Include <string.h> always, to test interface,
29159         and to remove the need for the dummy.
29160         Include intprops.h to compute width instead of doing it ourselves
29161         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
29162         (strerror): Define it to return NULL if there's no system strerror.
29163         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
29164         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
29165         ancient pre-strerror Unix systems well any more.  Saying "unknown
29166         system error" is enough.
29167         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
29168         simpler strerror.c implementation.
29169         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
29170         Simplify the tests to reflect the simpler strerror implementation.
29171         * modules/strerror (Depends-on): Add intprops.
29172
29173 2007-10-09  Eric Blake  <ebb9@byu.net>
29174
29175         Silence test-fpending.
29176         * modules/fpending-tests (Files): Add wrapper script.
29177         * tests/test-fpending.sh: New file.
29178
29179 2007-10-09  Bruno Haible  <bruno@clisp.org>
29180
29181         * MODULES.html.sh (func_module): Don't create a hyperlink for
29182         function names like 'printf_frexp'.
29183         (Misc): Add crc, memxor.
29184         (Characteristics of floating types): New section.
29185         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
29186         isnanf-nolibm, signbit, trunc, truncf, truncl.
29187         (Enhancements for ISO C 99 functions): New subsection Input/output.
29188         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
29189         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
29190         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
29191         (Compatibility checks for POSIX:2001 functions): Add clock-time.
29192         (Enhancements for POSIX:2001 functions): Add chdir-long.
29193         (File system functions): Add areadlink, chdir-safer, read-file.
29194         Remove cycle-check.
29195         (File system as inode set): New section.
29196         (Date and time): Add gethrxtime.
29197         (Multithreading): Add openmp.
29198         (Internationalization functions): Add localename.
29199         (Unicode string functions): Add unistr/u*-mbsnlen.
29200         (Support for maintaining and releasing projects): Add git-version-gen.
29201         (Lone files): Remove directories.
29202
29203 2007-10-08  Ben Pfaff  <blp@gnu.org>
29204
29205         * lib/xmalloca.h: Fix typo in comment.
29206
29207 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29208
29209         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
29210         when avoiding problems with integer overflow.  Use a portable test
29211         instead.
29212
29213 2007-10-08  Simon Josefsson  <simon@josefsson.org>
29214
29215         * modules/dummy (License): Change to LGPLv2+.
29216         * modules/float (License): Likewise
29217         * modules/realloc (License): Likewise
29218         * modules/stdlib (License): Likewise
29219
29220 2007-10-07  Bruno Haible  <bruno@clisp.org>
29221
29222         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
29223         * floor.c (TWO_MANT_DIG): Likewise.
29224         * ceil.c (TWO_MANT_DIG): Likewise.
29225         Reported by Ben Pfaff.
29226
29227 2007-10-07  Bruno Haible  <bruno@clisp.org>
29228
29229         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
29230         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
29231         * lib/frexp.c (FUNC): Likewise.
29232         * lib/printf-frexp.h (printf_frexp): Likewise.
29233         * lib/printf-frexpl.h (printf_frexpl): Likewise.
29234         * lib/printf-frexp.c (FUNC): Likewise.
29235         Suggested by Jim Meyering.
29236
29237 2007-10-07  Jim Meyering  <meyering@redhat.com>
29238
29239         Make xnanosleep's integer overflow test more robust.
29240         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
29241         so that gcc-4.3.0 doesn't optimize away this test for overflow.
29242
29243 2007-10-07  Bruno Haible  <bruno@clisp.org>
29244
29245         * NEWS: Mention the license change.
29246
29247         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
29248         abbreviations in the modules files.
29249
29250         Change copyright notice from GPLv2+ to GPLv3+.
29251         * README: Change copyright notice.
29252         * MODULES.html.sh: Likewise.
29253         * build-aux/bootstrap.conf: Likewise.
29254         * build-aux/config.libpath: Likewise.
29255         * build-aux/csharpcomp.sh.in: Likewise.
29256         * build-aux/csharpexec.sh.in: Likewise.
29257         * build-aux/install-reloc: Likewise.
29258         * build-aux/javacomp.sh.in: Likewise.
29259         * build-aux/javaexec.sh.in: Likewise.
29260         * build-aux/ldd.sh.in: Likewise.
29261         * build-aux/reloc-ldflags: Likewise.
29262         * build-aux/relocatable.sh.in: Likewise.
29263         * build-aux/x-to-1.in: Likewise.
29264         * check-module: Likewise.
29265         * config/srclistvars.sh: Likewise.
29266         * gnulib-tool: Likewise.
29267         * lib/acl-internal.h: Likewise.
29268         * lib/acl.c: Likewise.
29269         * lib/acl.h: Likewise.
29270         * lib/acl_entries.c: Likewise.
29271         * lib/areadlink-with-size.c: Likewise.
29272         * lib/areadlink.c: Likewise.
29273         * lib/areadlink.h: Likewise.
29274         * lib/argmatch.c: Likewise.
29275         * lib/argmatch.h: Likewise.
29276         * lib/argp-ba.c: Likewise.
29277         * lib/argp-eexst.c: Likewise.
29278         * lib/argp-fmtstream.c: Likewise.
29279         * lib/argp-fmtstream.h: Likewise.
29280         * lib/argp-fs-xinl.c: Likewise.
29281         * lib/argp-help.c: Likewise.
29282         * lib/argp-namefrob.h: Likewise.
29283         * lib/argp-parse.c: Likewise.
29284         * lib/argp-pin.c: Likewise.
29285         * lib/argp-pv.c: Likewise.
29286         * lib/argp-pvh.c: Likewise.
29287         * lib/argp-xinl.c: Likewise.
29288         * lib/argp.h: Likewise.
29289         * lib/at-func.c: Likewise.
29290         * lib/atanl.c: Likewise.
29291         * lib/backupfile.c: Likewise.
29292         * lib/backupfile.h: Likewise.
29293         * lib/basename.c: Likewise.
29294         * lib/binary-io.h: Likewise.
29295         * lib/byteswap.in.h: Likewise.
29296         * lib/c-stack.c: Likewise.
29297         * lib/c-stack.h: Likewise.
29298         * lib/c-strcasestr.c: Likewise.
29299         * lib/c-strcasestr.h: Likewise.
29300         * lib/c-strstr.c: Likewise.
29301         * lib/c-strstr.h: Likewise.
29302         * lib/c-strtod.c: Likewise.
29303         * lib/calloc.c: Likewise.
29304         * lib/canon-host.c: Likewise.
29305         * lib/canon-host.h: Likewise.
29306         * lib/canonicalize-lgpl.c: Likewise.
29307         * lib/canonicalize.c: Likewise.
29308         * lib/canonicalize.h: Likewise.
29309         * lib/ceil.c: Likewise.
29310         * lib/ceilf.c: Likewise.
29311         * lib/ceill.c: Likewise.
29312         * lib/chdir-long.c: Likewise.
29313         * lib/chdir-long.h: Likewise.
29314         * lib/chdir-safer.c: Likewise.
29315         * lib/chdir-safer.h: Likewise.
29316         * lib/chown.c: Likewise.
29317         * lib/classpath.c: Likewise.
29318         * lib/classpath.h: Likewise.
29319         * lib/clean-temp.c: Likewise.
29320         * lib/clean-temp.h: Likewise.
29321         * lib/cloexec.c: Likewise.
29322         * lib/close-stream.c: Likewise.
29323         * lib/closein.c: Likewise.
29324         * lib/closein.h: Likewise.
29325         * lib/closeout.c: Likewise.
29326         * lib/closeout.h: Likewise.
29327         * lib/concat-filename.c: Likewise.
29328         * lib/copy-file.c: Likewise.
29329         * lib/copy-file.h: Likewise.
29330         * lib/count-one-bits.h: Likewise.
29331         * lib/crc.c: Likewise.
29332         * lib/crc.h: Likewise.
29333         * lib/creat-safer.c: Likewise.
29334         * lib/csharpcomp.c: Likewise.
29335         * lib/csharpcomp.h: Likewise.
29336         * lib/csharpexec.c: Likewise.
29337         * lib/csharpexec.h: Likewise.
29338         * lib/cycle-check.c: Likewise.
29339         * lib/cycle-check.h: Likewise.
29340         * lib/diacrit.c: Likewise.
29341         * lib/diacrit.h: Likewise.
29342         * lib/diffseq.h: Likewise.
29343         * lib/dirchownmod.c: Likewise.
29344         * lib/dirent.in.h: Likewise.
29345         * lib/dirfd.c: Likewise.
29346         * lib/dirfd.h: Likewise.
29347         * lib/dirname.c: Likewise.
29348         * lib/dirname.h: Likewise.
29349         * lib/dummy.c: Likewise.
29350         * lib/dup-safer.c: Likewise.
29351         * lib/dup2.c: Likewise.
29352         * lib/eealloc.h: Likewise.
29353         * lib/error.c: Likewise.
29354         * lib/error.h: Likewise.
29355         * lib/euidaccess.c: Likewise.
29356         * lib/exclude.c: Likewise.
29357         * lib/exclude.h: Likewise.
29358         * lib/execute.c: Likewise.
29359         * lib/execute.h: Likewise.
29360         * lib/exitfail.c: Likewise.
29361         * lib/exitfail.h: Likewise.
29362         * lib/expl.c: Likewise.
29363         * lib/fatal-signal.c: Likewise.
29364         * lib/fatal-signal.h: Likewise.
29365         * lib/fbufmode.c: Likewise.
29366         * lib/fbufmode.h: Likewise.
29367         * lib/fchdir.c: Likewise.
29368         * lib/fchmodat.c: Likewise.
29369         * lib/fchownat.c: Likewise.
29370         * lib/fcntl--.h: Likewise.
29371         * lib/fcntl-safer.h: Likewise.
29372         * lib/fcntl.in.h: Likewise.
29373         * lib/fd-safer.c: Likewise.
29374         * lib/fflush.c: Likewise.
29375         * lib/file-has-acl.c: Likewise.
29376         * lib/file-set.c: Likewise.
29377         * lib/file-type.c: Likewise.
29378         * lib/file-type.h: Likewise.
29379         * lib/fileblocks.c: Likewise.
29380         * lib/filemode.c: Likewise.
29381         * lib/filemode.h: Likewise.
29382         * lib/filename.h: Likewise.
29383         * lib/filenamecat.c: Likewise.
29384         * lib/filenamecat.h: Likewise.
29385         * lib/findprog.c: Likewise.
29386         * lib/findprog.h: Likewise.
29387         * lib/float.in.h: Likewise.
29388         * lib/floor.c: Likewise.
29389         * lib/floorf.c: Likewise.
29390         * lib/floorl.c: Likewise.
29391         * lib/fopen-safer.c: Likewise.
29392         * lib/fopen.c: Likewise.
29393         * lib/fpending.c: Likewise.
29394         * lib/fpending.h: Likewise.
29395         * lib/fprintf.c: Likewise.
29396         * lib/fprintftime.h: Likewise.
29397         * lib/fpucw.h: Likewise.
29398         * lib/fpurge.c: Likewise.
29399         * lib/fpurge.h: Likewise.
29400         * lib/freadable.c: Likewise.
29401         * lib/freadable.h: Likewise.
29402         * lib/freadahead.c: Likewise.
29403         * lib/freadahead.h: Likewise.
29404         * lib/freading.c: Likewise.
29405         * lib/freading.h: Likewise.
29406         * lib/free.c: Likewise.
29407         * lib/freopen.c: Likewise.
29408         * lib/frexp.c: Likewise.
29409         * lib/frexpl.c: Likewise.
29410         * lib/fseek.c: Likewise.
29411         * lib/fseterr.c: Likewise.
29412         * lib/fseterr.h: Likewise.
29413         * lib/fstatat.c: Likewise.
29414         * lib/fstrcmp.c: Likewise.
29415         * lib/fstrcmp.h: Likewise.
29416         * lib/fsusage.c: Likewise.
29417         * lib/fsusage.h: Likewise.
29418         * lib/ftell.c: Likewise.
29419         * lib/ftello.c: Likewise.
29420         * lib/fts-cycle.c: Likewise.
29421         * lib/fts.c: Likewise.
29422         * lib/fts_.h: Likewise.
29423         * lib/full-read.c: Likewise.
29424         * lib/full-read.h: Likewise.
29425         * lib/full-write.c: Likewise.
29426         * lib/full-write.h: Likewise.
29427         * lib/fwritable.c: Likewise.
29428         * lib/fwritable.h: Likewise.
29429         * lib/fwriteerror.c: Likewise.
29430         * lib/fwriteerror.h: Likewise.
29431         * lib/fwriting.c: Likewise.
29432         * lib/fwriting.h: Likewise.
29433         * lib/gcd.c: Likewise.
29434         * lib/gcd.h: Likewise.
29435         * lib/getcwd.c: Likewise.
29436         * lib/getdate.h: Likewise.
29437         * lib/getdate.y: Likewise.
29438         * lib/getdomainname.c: Likewise.
29439         * lib/getdomainname.h: Likewise.
29440         * lib/getgroups.c: Likewise.
29441         * lib/gethostname.c: Likewise.
29442         * lib/gethrxtime.c: Likewise.
29443         * lib/gethrxtime.h: Likewise.
29444         * lib/getloadavg.c: Likewise.
29445         * lib/getndelim2.c: Likewise.
29446         * lib/getndelim2.h: Likewise.
29447         * lib/getnline.c: Likewise.
29448         * lib/getnline.h: Likewise.
29449         * lib/getopt.c: Likewise.
29450         * lib/getopt.in.h: Likewise.
29451         * lib/getopt1.c: Likewise.
29452         * lib/getopt_int.h: Likewise.
29453         * lib/getpagesize.h: Likewise.
29454         * lib/getsubopt.c: Likewise.
29455         * lib/gettime.c: Likewise.
29456         * lib/getugroups.c: Likewise.
29457         * lib/getugroups.h: Likewise.
29458         * lib/getusershell.c: Likewise.
29459         * lib/gl_anyavltree_list1.h: Likewise.
29460         * lib/gl_anyavltree_list2.h: Likewise.
29461         * lib/gl_anyhash_list1.h: Likewise.
29462         * lib/gl_anyhash_list2.h: Likewise.
29463         * lib/gl_anylinked_list1.h: Likewise.
29464         * lib/gl_anylinked_list2.h: Likewise.
29465         * lib/gl_anyrbtree_list1.h: Likewise.
29466         * lib/gl_anyrbtree_list2.h: Likewise.
29467         * lib/gl_anytree_list1.h: Likewise.
29468         * lib/gl_anytree_list2.h: Likewise.
29469         * lib/gl_anytree_oset.h: Likewise.
29470         * lib/gl_anytreehash_list1.h: Likewise.
29471         * lib/gl_anytreehash_list2.h: Likewise.
29472         * lib/gl_array_list.c: Likewise.
29473         * lib/gl_array_list.h: Likewise.
29474         * lib/gl_array_oset.c: Likewise.
29475         * lib/gl_array_oset.h: Likewise.
29476         * lib/gl_avltree_list.c: Likewise.
29477         * lib/gl_avltree_list.h: Likewise.
29478         * lib/gl_avltree_oset.c: Likewise.
29479         * lib/gl_avltree_oset.h: Likewise.
29480         * lib/gl_avltreehash_list.c: Likewise.
29481         * lib/gl_avltreehash_list.h: Likewise.
29482         * lib/gl_carray_list.c: Likewise.
29483         * lib/gl_carray_list.h: Likewise.
29484         * lib/gl_linked_list.c: Likewise.
29485         * lib/gl_linked_list.h: Likewise.
29486         * lib/gl_linkedhash_list.c: Likewise.
29487         * lib/gl_linkedhash_list.h: Likewise.
29488         * lib/gl_list.c: Likewise.
29489         * lib/gl_list.h: Likewise.
29490         * lib/gl_oset.c: Likewise.
29491         * lib/gl_oset.h: Likewise.
29492         * lib/gl_rbtree_list.c: Likewise.
29493         * lib/gl_rbtree_list.h: Likewise.
29494         * lib/gl_rbtree_oset.c: Likewise.
29495         * lib/gl_rbtree_oset.h: Likewise.
29496         * lib/gl_rbtreehash_list.c: Likewise.
29497         * lib/gl_rbtreehash_list.h: Likewise.
29498         * lib/gl_sublist.c: Likewise.
29499         * lib/gl_sublist.h: Likewise.
29500         * lib/group-member.c: Likewise.
29501         * lib/group-member.h: Likewise.
29502         * lib/hard-locale.c: Likewise.
29503         * lib/hard-locale.h: Likewise.
29504         * lib/hash-pjw.c: Likewise.
29505         * lib/hash-pjw.h: Likewise.
29506         * lib/hash-triple.c: Likewise.
29507         * lib/hash.c: Likewise.
29508         * lib/hash.h: Likewise.
29509         * lib/human.c: Likewise.
29510         * lib/human.h: Likewise.
29511         * lib/i-ring.c: Likewise.
29512         * lib/i-ring.h: Likewise.
29513         * lib/idcache.c: Likewise.
29514         * lib/imaxabs.c: Likewise.
29515         * lib/imaxdiv.c: Likewise.
29516         * lib/inet_pton.c: Likewise.
29517         * lib/inet_pton.h: Likewise.
29518         * lib/intprops.h: Likewise.
29519         * lib/inttostr.c: Likewise.
29520         * lib/inttostr.h: Likewise.
29521         * lib/inttypes.in.h: Likewise.
29522         * lib/isapipe.c: Likewise.
29523         * lib/isdir.c: Likewise.
29524         * lib/isnan.c: Likewise.
29525         * lib/isnan.h: Likewise.
29526         * lib/isnanf.c: Likewise.
29527         * lib/isnanf.h: Likewise.
29528         * lib/isnanl-nolibm.h: Likewise.
29529         * lib/isnanl.c: Likewise.
29530         * lib/isnanl.h: Likewise.
29531         * lib/javacomp.c: Likewise.
29532         * lib/javacomp.h: Likewise.
29533         * lib/javaexec.c: Likewise.
29534         * lib/javaexec.h: Likewise.
29535         * lib/javaversion.c: Likewise.
29536         * lib/javaversion.h: Likewise.
29537         * lib/javaversion.java: Likewise.
29538         * lib/lbrkprop.h: Likewise.
29539         * lib/lchmod.h: Likewise.
29540         * lib/lchown.c: Likewise.
29541         * lib/ldexpl.c: Likewise.
29542         * lib/linebreak.c: Likewise.
29543         * lib/linebreak.h: Likewise.
29544         * lib/linebuffer.c: Likewise.
29545         * lib/linebuffer.h: Likewise.
29546         * lib/locale.in.h: Likewise.
29547         * lib/logl.c: Likewise.
29548         * lib/long-options.c: Likewise.
29549         * lib/long-options.h: Likewise.
29550         * lib/lstat.c: Likewise.
29551         * lib/lstat.h: Likewise.
29552         * lib/math.in.h: Likewise.
29553         * lib/mbchar.c: Likewise.
29554         * lib/mbchar.h: Likewise.
29555         * lib/mbfile.h: Likewise.
29556         * lib/mbiter.h: Likewise.
29557         * lib/mbscasecmp.c: Likewise.
29558         * lib/mbscasestr.c: Likewise.
29559         * lib/mbschr.c: Likewise.
29560         * lib/mbscspn.c: Likewise.
29561         * lib/mbslen.c: Likewise.
29562         * lib/mbsncasecmp.c: Likewise.
29563         * lib/mbsnlen.c: Likewise.
29564         * lib/mbspbrk.c: Likewise.
29565         * lib/mbspcasecmp.c: Likewise.
29566         * lib/mbsrchr.c: Likewise.
29567         * lib/mbssep.c: Likewise.
29568         * lib/mbsspn.c: Likewise.
29569         * lib/mbsstr.c: Likewise.
29570         * lib/mbstok_r.c: Likewise.
29571         * lib/mbswidth.c: Likewise.
29572         * lib/mbswidth.h: Likewise.
29573         * lib/mbuiter.h: Likewise.
29574         * lib/memcasecmp.c: Likewise.
29575         * lib/memcasecmp.h: Likewise.
29576         * lib/memchr.c: Likewise.
29577         * lib/memcmp.c: Likewise.
29578         * lib/memcoll.c: Likewise.
29579         * lib/memcoll.h: Likewise.
29580         * lib/memcpy.c: Likewise.
29581         * lib/memrchr.c: Likewise.
29582         * lib/mkancesdirs.c: Likewise.
29583         * lib/mkdir-p.c: Likewise.
29584         * lib/mkdir-p.h: Likewise.
29585         * lib/mkdir.c: Likewise.
29586         * lib/mkdirat.c: Likewise.
29587         * lib/mkdtemp.c: Likewise.
29588         * lib/mkstemp-safer.c: Likewise.
29589         * lib/mkstemp.c: Likewise.
29590         * lib/modechange.c: Likewise.
29591         * lib/modechange.h: Likewise.
29592         * lib/mountlist.c: Likewise.
29593         * lib/mountlist.h: Likewise.
29594         * lib/mpsort.c: Likewise.
29595         * lib/nanosleep.c: Likewise.
29596         * lib/obstack.c: Likewise.
29597         * lib/obstack.h: Likewise.
29598         * lib/open-safer.c: Likewise.
29599         * lib/open.c: Likewise.
29600         * lib/openat-die.c: Likewise.
29601         * lib/openat-priv.h: Likewise.
29602         * lib/openat-proc.c: Likewise.
29603         * lib/openat.c: Likewise.
29604         * lib/openat.h: Likewise.
29605         * lib/pagealign_alloc.c: Likewise.
29606         * lib/pagealign_alloc.h: Likewise.
29607         * lib/physmem.c: Likewise.
29608         * lib/physmem.h: Likewise.
29609         * lib/pipe-safer.c: Likewise.
29610         * lib/pipe.c: Likewise.
29611         * lib/pipe.h: Likewise.
29612         * lib/posixtm.c: Likewise.
29613         * lib/posixtm.h: Likewise.
29614         * lib/posixver.c: Likewise.
29615         * lib/printf-frexp.c: Likewise.
29616         * lib/printf-frexp.h: Likewise.
29617         * lib/printf-frexpl.c: Likewise.
29618         * lib/printf-frexpl.h: Likewise.
29619         * lib/printf.c: Likewise.
29620         * lib/progname.c: Likewise.
29621         * lib/progname.h: Likewise.
29622         * lib/progreloc.c: Likewise.
29623         * lib/putenv.c: Likewise.
29624         * lib/quote.c: Likewise.
29625         * lib/quote.h: Likewise.
29626         * lib/quotearg.c: Likewise.
29627         * lib/quotearg.h: Likewise.
29628         * lib/raise.c: Likewise.
29629         * lib/readline.c: Likewise.
29630         * lib/readline.h: Likewise.
29631         * lib/readlink.c: Likewise.
29632         * lib/readtokens.c: Likewise.
29633         * lib/readtokens.h: Likewise.
29634         * lib/readtokens0.c: Likewise.
29635         * lib/readtokens0.h: Likewise.
29636         * lib/readutmp.c: Likewise.
29637         * lib/readutmp.h: Likewise.
29638         * lib/realloc.c: Likewise.
29639         * lib/relocwrapper.c: Likewise.
29640         * lib/rename-dest-slash.c: Likewise.
29641         * lib/rename.c: Likewise.
29642         * lib/rmdir.c: Likewise.
29643         * lib/rpmatch.c: Likewise.
29644         * lib/safe-read.c: Likewise.
29645         * lib/safe-read.h: Likewise.
29646         * lib/safe-write.c: Likewise.
29647         * lib/safe-write.h: Likewise.
29648         * lib/same-inode.h: Likewise.
29649         * lib/same.c: Likewise.
29650         * lib/same.h: Likewise.
29651         * lib/save-cwd.c: Likewise.
29652         * lib/save-cwd.h: Likewise.
29653         * lib/savedir.c: Likewise.
29654         * lib/savedir.h: Likewise.
29655         * lib/savewd.c: Likewise.
29656         * lib/savewd.h: Likewise.
29657         * lib/search.in.h: Likewise.
29658         * lib/setenv.c: Likewise.
29659         * lib/setenv.h: Likewise.
29660         * lib/settime.c: Likewise.
29661         * lib/sh-quote.c: Likewise.
29662         * lib/sh-quote.h: Likewise.
29663         * lib/sig2str.c: Likewise.
29664         * lib/sig2str.h: Likewise.
29665         * lib/signal.in.h: Likewise.
29666         * lib/signbitd.c: Likewise.
29667         * lib/signbitf.c: Likewise.
29668         * lib/signbitl.c: Likewise.
29669         * lib/sigprocmask.c: Likewise.
29670         * lib/sincosl.c: Likewise.
29671         * lib/sleep.c: Likewise.
29672         * lib/sprintf.c: Likewise.
29673         * lib/sqrtl.c: Likewise.
29674         * lib/stat-time.h: Likewise.
29675         * lib/stdio--.h: Likewise.
29676         * lib/stdio-safer.h: Likewise.
29677         * lib/stdlib--.h: Likewise.
29678         * lib/stdlib-safer.h: Likewise.
29679         * lib/stdlib.in.h: Likewise.
29680         * lib/stpcpy.c: Likewise.
29681         * lib/stpncpy.c: Likewise.
29682         * lib/strchrnul.c: Likewise.
29683         * lib/strcspn.c: Likewise.
29684         * lib/strerror.c: Likewise.
29685         * lib/strftime.c: Likewise.
29686         * lib/strftime.h: Likewise.
29687         * lib/striconveh.c: Likewise.
29688         * lib/striconveh.h: Likewise.
29689         * lib/striconveha.c: Likewise.
29690         * lib/striconveha.h: Likewise.
29691         * lib/stripslash.c: Likewise.
29692         * lib/strnlen1.c: Likewise.
29693         * lib/strnlen1.h: Likewise.
29694         * lib/strtod.c: Likewise.
29695         * lib/strtoimax.c: Likewise.
29696         * lib/strtok_r.c: Likewise.
29697         * lib/strtol.c: Likewise.
29698         * lib/strtoll.c: Likewise.
29699         * lib/strtoul.c: Likewise.
29700         * lib/strtoull.c: Likewise.
29701         * lib/sysexits.in.h: Likewise.
29702         * lib/tempname.c: Likewise.
29703         * lib/tempname.h: Likewise.
29704         * lib/timespec.h: Likewise.
29705         * lib/tls.c: Likewise.
29706         * lib/tls.h: Likewise.
29707         * lib/tmpdir.c: Likewise.
29708         * lib/tmpdir.h: Likewise.
29709         * lib/tmpfile-safer.c: Likewise.
29710         * lib/tmpfile.c: Likewise.
29711         * lib/trigl.c: Likewise.
29712         * lib/trigl.h: Likewise.
29713         * lib/trim.c: Likewise.
29714         * lib/trim.h: Likewise.
29715         * lib/trunc.c: Likewise.
29716         * lib/truncf.c: Likewise.
29717         * lib/truncl.c: Likewise.
29718         * lib/tsearch.c: Likewise.
29719         * lib/unicodeio.c: Likewise.
29720         * lib/unicodeio.h: Likewise.
29721         * lib/unistd--.h: Likewise.
29722         * lib/unistd-safer.h: Likewise.
29723         * lib/unistdio/ulc-fprintf.c: Likewise.
29724         * lib/unistdio/ulc-vfprintf.c: Likewise.
29725         * lib/unlinkdir.c: Likewise.
29726         * lib/unlinkdir.h: Likewise.
29727         * lib/unlocked-io.h: Likewise.
29728         * lib/unsetenv.c: Likewise.
29729         * lib/userspec.c: Likewise.
29730         * lib/utime.c: Likewise.
29731         * lib/utimecmp.c: Likewise.
29732         * lib/utimecmp.h: Likewise.
29733         * lib/utimens.c: Likewise.
29734         * lib/verify.h: Likewise.
29735         * lib/verror.c: Likewise.
29736         * lib/verror.h: Likewise.
29737         * lib/version-etc-fsf.c: Likewise.
29738         * lib/version-etc.c: Likewise.
29739         * lib/version-etc.h: Likewise.
29740         * lib/vfprintf.c: Likewise.
29741         * lib/vprintf.c: Likewise.
29742         * lib/vsprintf.c: Likewise.
29743         * lib/w32spawn.h: Likewise.
29744         * lib/wait-process.c: Likewise.
29745         * lib/wait-process.h: Likewise.
29746         * lib/wcwidth.c: Likewise.
29747         * lib/write-any-file.c: Likewise.
29748         * lib/xalloc-die.c: Likewise.
29749         * lib/xalloc.h: Likewise.
29750         * lib/xasprintf.c: Likewise.
29751         * lib/xgetcwd.c: Likewise.
29752         * lib/xgetcwd.h: Likewise.
29753         * lib/xgetdomainname.c: Likewise.
29754         * lib/xgetdomainname.h: Likewise.
29755         * lib/xgethostname.c: Likewise.
29756         * lib/xmalloc.c: Likewise.
29757         * lib/xmalloca.c: Likewise.
29758         * lib/xmalloca.h: Likewise.
29759         * lib/xmemcoll.c: Likewise.
29760         * lib/xnanosleep.c: Likewise.
29761         * lib/xreadlink.c: Likewise.
29762         * lib/xreadlink.h: Likewise.
29763         * lib/xsetenv.c: Likewise.
29764         * lib/xsetenv.h: Likewise.
29765         * lib/xstriconv.c: Likewise.
29766         * lib/xstriconv.h: Likewise.
29767         * lib/xstrndup.c: Likewise.
29768         * lib/xstrndup.h: Likewise.
29769         * lib/xstrtod.c: Likewise.
29770         * lib/xstrtod.h: Likewise.
29771         * lib/xstrtol-error.c: Likewise.
29772         * lib/xstrtol.c: Likewise.
29773         * lib/xstrtol.h: Likewise.
29774         * lib/xtime.h: Likewise.
29775         * lib/xvasprintf.c: Likewise.
29776         * lib/xvasprintf.h: Likewise.
29777         * lib/yesno.c: Likewise.
29778         * lib/yesno.h: Likewise.
29779         * posix-modules: Likewise.
29780         * tests/test-alloca-opt.c: Likewise.
29781         * tests/test-arcfour.c: Likewise.
29782         * tests/test-arctwo.c: Likewise.
29783         * tests/test-argmatch.c: Likewise.
29784         * tests/test-argp-2.sh: Likewise.
29785         * tests/test-argp.c: Likewise.
29786         * tests/test-arpa_inet.c: Likewise.
29787         * tests/test-array_list.c: Likewise.
29788         * tests/test-array_oset.c: Likewise.
29789         * tests/test-atexit.c: Likewise.
29790         * tests/test-avltree_list.c: Likewise.
29791         * tests/test-avltree_oset.c: Likewise.
29792         * tests/test-avltreehash_list.c: Likewise.
29793         * tests/test-base64.c: Likewise.
29794         * tests/test-binary-io.c: Likewise.
29795         * tests/test-byteswap.c: Likewise.
29796         * tests/test-c-ctype.c: Likewise.
29797         * tests/test-c-strcasecmp.c: Likewise.
29798         * tests/test-c-strcasestr.c: Likewise.
29799         * tests/test-c-strncasecmp.c: Likewise.
29800         * tests/test-c-strstr.c: Likewise.
29801         * tests/test-canonicalize-lgpl.c: Likewise.
29802         * tests/test-canonicalize.c: Likewise.
29803         * tests/test-carray_list.c: Likewise.
29804         * tests/test-ceilf.c: Likewise.
29805         * tests/test-ceill.c: Likewise.
29806         * tests/test-count-one-bits.c: Likewise.
29807         * tests/test-crc.c: Likewise.
29808         * tests/test-dirname.c: Likewise.
29809         * tests/test-fbufmode.c: Likewise.
29810         * tests/test-fcntl.c: Likewise.
29811         * tests/test-fflush.c: Likewise.
29812         * tests/test-floorf.c: Likewise.
29813         * tests/test-floorl.c: Likewise.
29814         * tests/test-fopen.c: Likewise.
29815         * tests/test-fprintf-posix.c: Likewise.
29816         * tests/test-fprintf-posix.h: Likewise.
29817         * tests/test-fpurge.c: Likewise.
29818         * tests/test-freadable.c: Likewise.
29819         * tests/test-freadahead.c: Likewise.
29820         * tests/test-freading.c: Likewise.
29821         * tests/test-freopen.c: Likewise.
29822         * tests/test-frexp.c: Likewise.
29823         * tests/test-frexpl.c: Likewise.
29824         * tests/test-fseek.c: Likewise.
29825         * tests/test-fseeko.c: Likewise.
29826         * tests/test-fseterr.c: Likewise.
29827         * tests/test-fstrcmp.c: Likewise.
29828         * tests/test-ftell.c: Likewise.
29829         * tests/test-ftello.c: Likewise.
29830         * tests/test-fwritable.c: Likewise.
29831         * tests/test-fwriting.c: Likewise.
29832         * tests/test-getaddrinfo.c: Likewise.
29833         * tests/test-getpass.c: Likewise.
29834         * tests/test-gettimeofday.c: Likewise.
29835         * tests/test-hmac-md5.c: Likewise.
29836         * tests/test-hmac-sha1.c: Likewise.
29837         * tests/test-iconv.c: Likewise.
29838         * tests/test-iconvme.c: Likewise.
29839         * tests/test-inttypes.c: Likewise.
29840         * tests/test-isnan.c: Likewise.
29841         * tests/test-isnanf.c: Likewise.
29842         * tests/test-isnanl-nolibm.c: Likewise.
29843         * tests/test-isnanl.c: Likewise.
29844         * tests/test-isnanl.h: Likewise.
29845         * tests/test-ldexpl.c: Likewise.
29846         * tests/test-linked_list.c: Likewise.
29847         * tests/test-linkedhash_list.c: Likewise.
29848         * tests/test-locale.c: Likewise.
29849         * tests/test-localename.c: Likewise.
29850         * tests/test-lock.c: Likewise.
29851         * tests/test-lseek.c: Likewise.
29852         * tests/test-malloca.c: Likewise.
29853         * tests/test-math.c: Likewise.
29854         * tests/test-mbscasecmp.c: Likewise.
29855         * tests/test-mbscasestr1.c: Likewise.
29856         * tests/test-mbscasestr2.c: Likewise.
29857         * tests/test-mbscasestr3.c: Likewise.
29858         * tests/test-mbscasestr4.c: Likewise.
29859         * tests/test-mbschr.c: Likewise.
29860         * tests/test-mbscspn.c: Likewise.
29861         * tests/test-mbsncasecmp.c: Likewise.
29862         * tests/test-mbspbrk.c: Likewise.
29863         * tests/test-mbspcasecmp.c: Likewise.
29864         * tests/test-mbsrchr.c: Likewise.
29865         * tests/test-mbsspn.c: Likewise.
29866         * tests/test-mbsstr1.c: Likewise.
29867         * tests/test-mbsstr2.c: Likewise.
29868         * tests/test-mbsstr3.c: Likewise.
29869         * tests/test-md5.c: Likewise.
29870         * tests/test-memmem.c: Likewise.
29871         * tests/test-netinet_in.c: Likewise.
29872         * tests/test-open.c: Likewise.
29873         * tests/test-printf-frexp.c: Likewise.
29874         * tests/test-printf-frexpl.c: Likewise.
29875         * tests/test-printf-posix.c: Likewise.
29876         * tests/test-printf-posix.h: Likewise.
29877         * tests/test-rbtree_list.c: Likewise.
29878         * tests/test-rbtree_oset.c: Likewise.
29879         * tests/test-rbtreehash_list.c: Likewise.
29880         * tests/test-read-file.c: Likewise.
29881         * tests/test-rijndael.c: Likewise.
29882         * tests/test-search.c: Likewise.
29883         * tests/test-signbit.c: Likewise.
29884         * tests/test-sleep.c: Likewise.
29885         * tests/test-snprintf-posix.c: Likewise.
29886         * tests/test-snprintf-posix.h: Likewise.
29887         * tests/test-snprintf.c: Likewise.
29888         * tests/test-sprintf-posix.c: Likewise.
29889         * tests/test-sprintf-posix.h: Likewise.
29890         * tests/test-stat-time.c: Likewise.
29891         * tests/test-stdbool.c: Likewise.
29892         * tests/test-stdint.c: Likewise.
29893         * tests/test-stdio.c: Likewise.
29894         * tests/test-stdlib.c: Likewise.
29895         * tests/test-stpncpy.c: Likewise.
29896         * tests/test-strcasestr.c: Likewise.
29897         * tests/test-striconv.c: Likewise.
29898         * tests/test-striconveh.c: Likewise.
29899         * tests/test-striconveha.c: Likewise.
29900         * tests/test-string.c: Likewise.
29901         * tests/test-sys_select.c: Likewise.
29902         * tests/test-sys_socket.c: Likewise.
29903         * tests/test-sys_stat.c: Likewise.
29904         * tests/test-sys_time.c: Likewise.
29905         * tests/test-sysexits.c: Likewise.
29906         * tests/test-time.c: Likewise.
29907         * tests/test-tls.c: Likewise.
29908         * tests/test-trunc.c: Likewise.
29909         * tests/test-truncf.c: Likewise.
29910         * tests/test-truncl.c: Likewise.
29911         * tests/test-unistd.c: Likewise.
29912         * tests/test-vasnprintf-posix.c: Likewise.
29913         * tests/test-vasnprintf-posix2.c: Likewise.
29914         * tests/test-vasnprintf.c: Likewise.
29915         * tests/test-vasprintf-posix.c: Likewise.
29916         * tests/test-vasprintf.c: Likewise.
29917         * tests/test-verify.c: Likewise.
29918         * tests/test-vfprintf-posix.c: Likewise.
29919         * tests/test-vprintf-posix.c: Likewise.
29920         * tests/test-vsnprintf-posix.c: Likewise.
29921         * tests/test-vsnprintf.c: Likewise.
29922         * tests/test-vsprintf-posix.c: Likewise.
29923         * tests/test-wchar.c: Likewise.
29924         * tests/test-wctype.c: Likewise.
29925         * tests/test-wcwidth.c: Likewise.
29926         * tests/test-xstrtol.c: Likewise.
29927         * tests/test-xvasprintf.c: Likewise.
29928         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
29929         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
29930         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29931         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29932         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29933         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
29934         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29935         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29936         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29937         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
29938         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29939         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29940         * tests/uniname/test-uninames.c: Likewise.
29941         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
29942         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
29943         * tests/unistdio/test-u16-printf1.h: Likewise.
29944         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
29945         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
29946         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
29947         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
29948         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
29949         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
29950         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
29951         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
29952         * tests/unistdio/test-u32-printf1.h: Likewise.
29953         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
29954         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
29955         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
29956         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
29957         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
29958         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
29959         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
29960         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
29961         * tests/unistdio/test-u8-printf1.h: Likewise.
29962         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
29963         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
29964         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
29965         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
29966         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
29967         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
29968         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
29969         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
29970         * tests/unistdio/test-ulc-printf1.h: Likewise.
29971         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
29972         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
29973         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
29974         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
29975         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
29976         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
29977         * tests/uniwidth/test-u16-strwidth.c: Likewise.
29978         * tests/uniwidth/test-u16-width.c: Likewise.
29979         * tests/uniwidth/test-u32-strwidth.c: Likewise.
29980         * tests/uniwidth/test-u32-width.c: Likewise.
29981         * tests/uniwidth/test-u8-strwidth.c: Likewise.
29982         * tests/uniwidth/test-u8-width.c: Likewise.
29983         * tests/uniwidth/test-uc_width.c: Likewise.
29984         * config/srclist-update: Likewise.
29985         (fixlicense): Update to GPLv3+.
29986
29987         Change copyright notice from LGPLv2.1+ to LGPLv3+.
29988         * tests/test-tsearch.c: Change copyright notice.
29989
29990         Change copyright notice from LGPLv2.0+ to LGPLv3+.
29991         * lib/c-strcaseeq.h: Change copyright notice.
29992         * lib/streq.h: Likewise.
29993         * lib/uniconv.h: Likewise.
29994         * lib/uniconv/u-conv-from-enc.h: Likewise.
29995         * lib/uniconv/u-conv-to-enc.h: Likewise.
29996         * lib/uniconv/u-strconv-from-enc.h: Likewise.
29997         * lib/uniconv/u-strconv-to-enc.h: Likewise.
29998         * lib/uniconv/u16-conv-from-enc.c: Likewise.
29999         * lib/uniconv/u16-conv-to-enc.c: Likewise.
30000         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
30001         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
30002         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
30003         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
30004         * lib/uniconv/u32-conv-from-enc.c: Likewise.
30005         * lib/uniconv/u32-conv-to-enc.c: Likewise.
30006         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
30007         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
30008         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
30009         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
30010         * lib/uniconv/u8-conv-from-enc.c: Likewise.
30011         * lib/uniconv/u8-conv-to-enc.c: Likewise.
30012         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
30013         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
30014         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
30015         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
30016         * lib/uniname.h: Likewise.
30017         * lib/uniname/uniname.c: Likewise.
30018         * lib/unistdio.h: Likewise.
30019         * lib/unistdio/u-asnprintf.h: Likewise.
30020         * lib/unistdio/u-asprintf.h: Likewise.
30021         * lib/unistdio/u-printf-args.c: Likewise.
30022         * lib/unistdio/u-printf-args.h: Likewise.
30023         * lib/unistdio/u-printf-parse.h: Likewise.
30024         * lib/unistdio/u-snprintf.h: Likewise.
30025         * lib/unistdio/u-sprintf.h: Likewise.
30026         * lib/unistdio/u-vasprintf.h: Likewise.
30027         * lib/unistdio/u-vsnprintf.h: Likewise.
30028         * lib/unistdio/u-vsprintf.h: Likewise.
30029         * lib/unistdio/u16-asnprintf.c: Likewise.
30030         * lib/unistdio/u16-asprintf.c: Likewise.
30031         * lib/unistdio/u16-printf-parse.c: Likewise.
30032         * lib/unistdio/u16-snprintf.c: Likewise.
30033         * lib/unistdio/u16-sprintf.c: Likewise.
30034         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
30035         * lib/unistdio/u16-u16-asprintf.c: Likewise.
30036         * lib/unistdio/u16-u16-snprintf.c: Likewise.
30037         * lib/unistdio/u16-u16-sprintf.c: Likewise.
30038         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
30039         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
30040         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
30041         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
30042         * lib/unistdio/u16-vasnprintf.c: Likewise.
30043         * lib/unistdio/u16-vasprintf.c: Likewise.
30044         * lib/unistdio/u16-vsnprintf.c: Likewise.
30045         * lib/unistdio/u16-vsprintf.c: Likewise.
30046         * lib/unistdio/u32-asnprintf.c: Likewise.
30047         * lib/unistdio/u32-asprintf.c: Likewise.
30048         * lib/unistdio/u32-printf-parse.c: Likewise.
30049         * lib/unistdio/u32-snprintf.c: Likewise.
30050         * lib/unistdio/u32-sprintf.c: Likewise.
30051         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
30052         * lib/unistdio/u32-u32-asprintf.c: Likewise.
30053         * lib/unistdio/u32-u32-snprintf.c: Likewise.
30054         * lib/unistdio/u32-u32-sprintf.c: Likewise.
30055         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
30056         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
30057         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
30058         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
30059         * lib/unistdio/u32-vasnprintf.c: Likewise.
30060         * lib/unistdio/u32-vasprintf.c: Likewise.
30061         * lib/unistdio/u32-vsnprintf.c: Likewise.
30062         * lib/unistdio/u32-vsprintf.c: Likewise.
30063         * lib/unistdio/u8-asnprintf.c: Likewise.
30064         * lib/unistdio/u8-asprintf.c: Likewise.
30065         * lib/unistdio/u8-printf-parse.c: Likewise.
30066         * lib/unistdio/u8-snprintf.c: Likewise.
30067         * lib/unistdio/u8-sprintf.c: Likewise.
30068         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
30069         * lib/unistdio/u8-u8-asprintf.c: Likewise.
30070         * lib/unistdio/u8-u8-snprintf.c: Likewise.
30071         * lib/unistdio/u8-u8-sprintf.c: Likewise.
30072         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
30073         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
30074         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
30075         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
30076         * lib/unistdio/u8-vasnprintf.c: Likewise.
30077         * lib/unistdio/u8-vasprintf.c: Likewise.
30078         * lib/unistdio/u8-vsnprintf.c: Likewise.
30079         * lib/unistdio/u8-vsprintf.c: Likewise.
30080         * lib/unistdio/ulc-asnprintf.c: Likewise.
30081         * lib/unistdio/ulc-asprintf.c: Likewise.
30082         * lib/unistdio/ulc-printf-parse.c: Likewise.
30083         * lib/unistdio/ulc-snprintf.c: Likewise.
30084         * lib/unistdio/ulc-sprintf.c: Likewise.
30085         * lib/unistdio/ulc-vasnprintf.c: Likewise.
30086         * lib/unistdio/ulc-vasprintf.c: Likewise.
30087         * lib/unistdio/ulc-vsnprintf.c: Likewise.
30088         * lib/unistdio/ulc-vsprintf.c: Likewise.
30089         * lib/unistr.h: Likewise.
30090         * lib/unistr/u-cpy-alloc.h: Likewise.
30091         * lib/unistr/u-cpy.h: Likewise.
30092         * lib/unistr/u-endswith.h: Likewise.
30093         * lib/unistr/u-move.h: Likewise.
30094         * lib/unistr/u-set.h: Likewise.
30095         * lib/unistr/u-startswith.h: Likewise.
30096         * lib/unistr/u-stpcpy.h: Likewise.
30097         * lib/unistr/u-stpncpy.h: Likewise.
30098         * lib/unistr/u-strcat.h: Likewise.
30099         * lib/unistr/u-strcpy.h: Likewise.
30100         * lib/unistr/u-strcspn.h: Likewise.
30101         * lib/unistr/u-strdup.h: Likewise.
30102         * lib/unistr/u-strlen.h: Likewise.
30103         * lib/unistr/u-strncat.h: Likewise.
30104         * lib/unistr/u-strncpy.h: Likewise.
30105         * lib/unistr/u-strnlen.h: Likewise.
30106         * lib/unistr/u-strpbrk.h: Likewise.
30107         * lib/unistr/u-strspn.h: Likewise.
30108         * lib/unistr/u-strstr.h: Likewise.
30109         * lib/unistr/u-strtok.h: Likewise.
30110         * lib/unistr/u16-check.c: Likewise.
30111         * lib/unistr/u16-chr.c: Likewise.
30112         * lib/unistr/u16-cmp.c: Likewise.
30113         * lib/unistr/u16-cpy-alloc.c: Likewise.
30114         * lib/unistr/u16-cpy.c: Likewise.
30115         * lib/unistr/u16-endswith.c: Likewise.
30116         * lib/unistr/u16-mblen.c: Likewise.
30117         * lib/unistr/u16-mbsnlen.c: Likewise.
30118         * lib/unistr/u16-mbtouc-aux.c: Likewise.
30119         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
30120         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
30121         * lib/unistr/u16-mbtouc.c: Likewise.
30122         * lib/unistr/u16-mbtoucr.c: Likewise.
30123         * lib/unistr/u16-move.c: Likewise.
30124         * lib/unistr/u16-next.c: Likewise.
30125         * lib/unistr/u16-prev.c: Likewise.
30126         * lib/unistr/u16-set.c: Likewise.
30127         * lib/unistr/u16-startswith.c: Likewise.
30128         * lib/unistr/u16-stpcpy.c: Likewise.
30129         * lib/unistr/u16-stpncpy.c: Likewise.
30130         * lib/unistr/u16-strcat.c: Likewise.
30131         * lib/unistr/u16-strchr.c: Likewise.
30132         * lib/unistr/u16-strcmp.c: Likewise.
30133         * lib/unistr/u16-strcpy.c: Likewise.
30134         * lib/unistr/u16-strcspn.c: Likewise.
30135         * lib/unistr/u16-strdup.c: Likewise.
30136         * lib/unistr/u16-strlen.c: Likewise.
30137         * lib/unistr/u16-strmblen.c: Likewise.
30138         * lib/unistr/u16-strmbtouc.c: Likewise.
30139         * lib/unistr/u16-strncat.c: Likewise.
30140         * lib/unistr/u16-strncmp.c: Likewise.
30141         * lib/unistr/u16-strncpy.c: Likewise.
30142         * lib/unistr/u16-strnlen.c: Likewise.
30143         * lib/unistr/u16-strpbrk.c: Likewise.
30144         * lib/unistr/u16-strrchr.c: Likewise.
30145         * lib/unistr/u16-strspn.c: Likewise.
30146         * lib/unistr/u16-strstr.c: Likewise.
30147         * lib/unistr/u16-strtok.c: Likewise.
30148         * lib/unistr/u16-to-u32.c: Likewise.
30149         * lib/unistr/u16-to-u8.c: Likewise.
30150         * lib/unistr/u16-uctomb-aux.c: Likewise.
30151         * lib/unistr/u16-uctomb.c: Likewise.
30152         * lib/unistr/u32-check.c: Likewise.
30153         * lib/unistr/u32-chr.c: Likewise.
30154         * lib/unistr/u32-cmp.c: Likewise.
30155         * lib/unistr/u32-cpy-alloc.c: Likewise.
30156         * lib/unistr/u32-cpy.c: Likewise.
30157         * lib/unistr/u32-endswith.c: Likewise.
30158         * lib/unistr/u32-mblen.c: Likewise.
30159         * lib/unistr/u32-mbsnlen.c: Likewise.
30160         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
30161         * lib/unistr/u32-mbtouc.c: Likewise.
30162         * lib/unistr/u32-mbtoucr.c: Likewise.
30163         * lib/unistr/u32-move.c: Likewise.
30164         * lib/unistr/u32-next.c: Likewise.
30165         * lib/unistr/u32-prev.c: Likewise.
30166         * lib/unistr/u32-set.c: Likewise.
30167         * lib/unistr/u32-startswith.c: Likewise.
30168         * lib/unistr/u32-stpcpy.c: Likewise.
30169         * lib/unistr/u32-stpncpy.c: Likewise.
30170         * lib/unistr/u32-strcat.c: Likewise.
30171         * lib/unistr/u32-strchr.c: Likewise.
30172         * lib/unistr/u32-strcmp.c: Likewise.
30173         * lib/unistr/u32-strcpy.c: Likewise.
30174         * lib/unistr/u32-strcspn.c: Likewise.
30175         * lib/unistr/u32-strdup.c: Likewise.
30176         * lib/unistr/u32-strlen.c: Likewise.
30177         * lib/unistr/u32-strmblen.c: Likewise.
30178         * lib/unistr/u32-strmbtouc.c: Likewise.
30179         * lib/unistr/u32-strncat.c: Likewise.
30180         * lib/unistr/u32-strncmp.c: Likewise.
30181         * lib/unistr/u32-strncpy.c: Likewise.
30182         * lib/unistr/u32-strnlen.c: Likewise.
30183         * lib/unistr/u32-strpbrk.c: Likewise.
30184         * lib/unistr/u32-strrchr.c: Likewise.
30185         * lib/unistr/u32-strspn.c: Likewise.
30186         * lib/unistr/u32-strstr.c: Likewise.
30187         * lib/unistr/u32-strtok.c: Likewise.
30188         * lib/unistr/u32-to-u16.c: Likewise.
30189         * lib/unistr/u32-to-u8.c: Likewise.
30190         * lib/unistr/u32-uctomb.c: Likewise.
30191         * lib/unistr/u8-check.c: Likewise.
30192         * lib/unistr/u8-chr.c: Likewise.
30193         * lib/unistr/u8-cmp.c: Likewise.
30194         * lib/unistr/u8-cpy-alloc.c: Likewise.
30195         * lib/unistr/u8-cpy.c: Likewise.
30196         * lib/unistr/u8-endswith.c: Likewise.
30197         * lib/unistr/u8-mblen.c: Likewise.
30198         * lib/unistr/u8-mbsnlen.c: Likewise.
30199         * lib/unistr/u8-mbtouc-aux.c: Likewise.
30200         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
30201         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
30202         * lib/unistr/u8-mbtouc.c: Likewise.
30203         * lib/unistr/u8-mbtoucr.c: Likewise.
30204         * lib/unistr/u8-move.c: Likewise.
30205         * lib/unistr/u8-next.c: Likewise.
30206         * lib/unistr/u8-prev.c: Likewise.
30207         * lib/unistr/u8-set.c: Likewise.
30208         * lib/unistr/u8-startswith.c: Likewise.
30209         * lib/unistr/u8-stpcpy.c: Likewise.
30210         * lib/unistr/u8-stpncpy.c: Likewise.
30211         * lib/unistr/u8-strcat.c: Likewise.
30212         * lib/unistr/u8-strchr.c: Likewise.
30213         * lib/unistr/u8-strcmp.c: Likewise.
30214         * lib/unistr/u8-strcpy.c: Likewise.
30215         * lib/unistr/u8-strcspn.c: Likewise.
30216         * lib/unistr/u8-strdup.c: Likewise.
30217         * lib/unistr/u8-strlen.c: Likewise.
30218         * lib/unistr/u8-strmblen.c: Likewise.
30219         * lib/unistr/u8-strmbtouc.c: Likewise.
30220         * lib/unistr/u8-strncat.c: Likewise.
30221         * lib/unistr/u8-strncmp.c: Likewise.
30222         * lib/unistr/u8-strncpy.c: Likewise.
30223         * lib/unistr/u8-strnlen.c: Likewise.
30224         * lib/unistr/u8-strpbrk.c: Likewise.
30225         * lib/unistr/u8-strrchr.c: Likewise.
30226         * lib/unistr/u8-strspn.c: Likewise.
30227         * lib/unistr/u8-strstr.c: Likewise.
30228         * lib/unistr/u8-strtok.c: Likewise.
30229         * lib/unistr/u8-to-u16.c: Likewise.
30230         * lib/unistr/u8-to-u32.c: Likewise.
30231         * lib/unistr/u8-uctomb-aux.c: Likewise.
30232         * lib/unistr/u8-uctomb.c: Likewise.
30233         * lib/unitypes.h: Likewise.
30234         * lib/uniwidth.h: Likewise.
30235         * lib/uniwidth/cjk.h: Likewise.
30236         * lib/uniwidth/u16-strwidth.c: Likewise.
30237         * lib/uniwidth/u16-width.c: Likewise.
30238         * lib/uniwidth/u32-strwidth.c: Likewise.
30239         * lib/uniwidth/u32-width.c: Likewise.
30240         * lib/uniwidth/u8-strwidth.c: Likewise.
30241         * lib/uniwidth/u8-width.c: Likewise.
30242         * lib/uniwidth/width.c: Likewise.
30243
30244 2007-10-07  Bruno Haible  <bruno@clisp.org>
30245
30246         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
30247         The file is still under LGPL (see modules/inttypes).
30248
30249 2007-10-06  Bruno Haible  <bruno@clisp.org>
30250
30251         * modules/trunc (Dependencies): Add 'extensions'.
30252         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
30253         Reported by Ben Pfaff <blp@gnu.org>.
30254
30255 2007-10-06  Bruno Haible  <bruno@clisp.org>
30256
30257         * modules/freopen-tests: New file.
30258         * tests/test-freopen.c: New file.
30259
30260         * modules/fopen-tests: New file.
30261         * tests/test-fopen.c: New file.
30262
30263         * modules/fopen: New file.
30264         * lib/fopen.c: New file.
30265         * m4/fopen.m4: New file.
30266         * modules/freopen: New file.
30267         * lib/freopen.c: New file.
30268         * m4/freopen.m4: New file.
30269         * lib/stdio.in.h (fopen, freopen): New declarations.
30270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
30271         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
30272         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
30273         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
30274         * doc/functions/fopen.texi: Mention the 'fopen' module.
30275         * doc/functions/freopen.texi: Mention the 'freopen' module.
30276
30277 2007-10-06  Bruno Haible  <bruno@clisp.org>
30278
30279         * modules/open-tests: New file.
30280         * tests/test-open.c: New file.
30281
30282         * modules/open: New file.
30283         * lib/open.c: New file.
30284         * m4/open.m4: New file.
30285         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
30286         lib/open.c does.
30287         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
30288         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
30289         macros.
30290         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
30291         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
30292         REPLACE_OPEN.
30293         * doc/functions/open.texi: Mention the 'open' module.
30294
30295 2007-10-04  Bruno Haible  <bruno@clisp.org>
30296
30297         * modules/ceill-tests: New file.
30298         * tests/test-ceill.c: New file.
30299
30300         * modules/ceill: New file.
30301         * lib/ceill.c: Replace entire file.
30302         * m4/ceill.m4: New file.
30303         * lib/math.in.h (ceill): Replace declaration.
30304         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
30305         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
30306         * doc/functions/ceill.texi: Mention the 'ceill' module.
30307         * modules/mathl (Files): Remove lib/ceill.c.
30308         (Depends-on): Add ceill.
30309
30310 2007-10-04  Bruno Haible  <bruno@clisp.org>
30311
30312         * modules/ceilf-tests: New file.
30313         * tests/test-ceilf.c: New file.
30314
30315         * modules/ceilf: New file.
30316         * lib/ceil.c: New file.
30317         * lib/ceilf.c: New file.
30318         * m4/ceilf.m4: New file.
30319         * lib/math.in.h (ceilf): New declaration.
30320         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
30321         HAVE_DECL_CEILF.
30322         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
30323         HAVE_DECL_CEILF.
30324         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
30325
30326 2007-10-04  Bruno Haible  <bruno@clisp.org>
30327
30328         * modules/floorl-tests: New file.
30329         * tests/test-floorl.c: New file.
30330
30331         * modules/floorl: New file.
30332         * lib/floorl.c: Replace entire file.
30333         * m4/floorl.m4: New file.
30334         * lib/math.in.h (floorl): Replace declaration.
30335         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
30336         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
30337         * doc/functions/floorl.texi: Mention the 'floorl' module.
30338         * modules/mathl (Files): Remove lib/floorl.c.
30339         (Depends-on): Add floorl.
30340
30341 2007-10-04  Bruno Haible  <bruno@clisp.org>
30342
30343         * modules/floorf-tests: New file.
30344         * tests/test-floorf.c: New file.
30345
30346         * modules/floorf: New file.
30347         * lib/floor.c: New file.
30348         * lib/floorf.c: New file.
30349         * m4/floorf.m4: New file.
30350         * lib/math.in.h (floorf): New declaration.
30351         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
30352         HAVE_DECL_FLOORF.
30353         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
30354         HAVE_DECL_FLOORF.
30355         * doc/functions/floorf.texi: Mention the 'floorf' module.
30356
30357 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
30358             Bruno Haible  <bruno@clisp.org>
30359
30360         Advertise for the Git server instead of the CVS server.
30361         * doc/gnulib-intro.texi (Steady Development): Mention the Git
30362         repository instead of the CVS one.
30363         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
30364         about all VCS systems generically.
30365         * doc/gnulib.texi (Introduction): Capitalize `Git'.
30366
30367 2007-10-04  Bruno Haible  <bruno@clisp.org>
30368
30369         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
30370         means.
30371         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
30372
30373 2007-10-04  Bruno Haible  <bruno@clisp.org>
30374
30375         * modules/truncl-tests: New file.
30376         * tests/test-truncl.c: New file.
30377
30378         * modules/truncl: New file.
30379         * lib/truncl.c: New file.
30380         * m4/truncl.m4: New file.
30381         * lib/math.in.h (truncl): New declaration.
30382         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
30383         HAVE_DECL_TRUNCL.
30384         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
30385         HAVE_DECL_TRUNCL.
30386         * doc/functions/truncl.texi: Mention the 'truncl' module.
30387
30388 2007-10-04  Bruno Haible  <bruno@clisp.org>
30389
30390         * modules/truncf-tests: New file.
30391         * tests/test-truncf.c: New file.
30392
30393         * modules/truncf: New file.
30394         * lib/trunc.c: Make paramerizable through USE_* macros.
30395         * lib/truncf.c: New file.
30396         * m4/truncf.m4: New file.
30397         * lib/math.in.h (truncf): New declaration.
30398         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
30399         HAVE_DECL_TRUNCF.
30400         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
30401         HAVE_DECL_TRUNCF.
30402         * doc/functions/truncf.texi: Mention the 'truncf' module.
30403
30404 2007-10-03  Bruno Haible  <bruno@clisp.org>
30405
30406         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
30407         augmentation also for tests modules.
30408         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
30409         * modules/atexit-tests (Makefile.am): Likewise.
30410         * modules/binary-io-tests (Makefile.am): Likewise.
30411         * modules/c-strcase-tests (Makefile.am): Likewise.
30412         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
30413         * modules/canonicalize-tests (Makefile.am): Likewise.
30414         * modules/closein-tests (Makefile.am): Likewise.
30415         * modules/fprintf-posix-tests (Makefile.am): Likewise.
30416         * modules/freadahead-tests (Makefile.am): Likewise.
30417         * modules/fseek-tests (Makefile.am): Likewise.
30418         * modules/fseeko-tests (Makefile.am): Likewise.
30419         * modules/ftell-tests (Makefile.am): Likewise.
30420         * modules/ftello-tests (Makefile.am): Likewise.
30421         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
30422         * modules/isnanl-tests (Makefile.am): Likewise.
30423         * modules/lseek-tests (Makefile.am): Likewise.
30424         * modules/mbscasecmp-tests (Makefile.am): Likewise.
30425         * modules/mbscasestr-tests (Makefile.am): Likewise.
30426         * modules/mbschr-tests (Makefile.am): Likewise.
30427         * modules/mbscspn-tests (Makefile.am): Likewise.
30428         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
30429         * modules/mbspbrk-tests (Makefile.am): Likewise.
30430         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
30431         * modules/mbsrchr-tests (Makefile.am): Likewise.
30432         * modules/mbsspn-tests (Makefile.am): Likewise.
30433         * modules/mbsstr-tests (Makefile.am): Likewise.
30434         * modules/printf-posix-tests (Makefile.am): Likewise.
30435         * modules/snprintf-posix-tests (Makefile.am): Likewise.
30436         * modules/sprintf-posix-tests (Makefile.am): Likewise.
30437         * modules/tsearch-tests (Makefile.am): Likewise.
30438         * modules/uniname/uniname-tests (Makefile.am): Likewise.
30439         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
30440         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
30441         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
30442         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
30443         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
30444         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
30445         * modules/vprintf-posix-tests (Makefile.am): Likewise.
30446         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
30447         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
30448         * modules/xstrtoimax-tests (Makefile.am): Likewise.
30449         * modules/xstrtol-tests (Makefile.am): Likewise.
30450         * modules/xstrtoumax-tests (Makefile.am): Likewise.
30451         * modules/yesno-tests (Makefile.am): Likewise.
30452
30453 2007-10-03  Bruno Haible  <bruno@clisp.org>
30454
30455         * modules/trunc-tests: New file.
30456         * tests/test-trunc.c: New file.
30457
30458         * modules/trunc: New file.
30459         * lib/trunc.c: New file.
30460         * m4/trunc.m4: New file.
30461         * lib/math.in.h (trunc): New declaration.
30462         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
30463         HAVE_DECL_TRUNC.
30464         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
30465         HAVE_DECL_TRUNC.
30466         * doc/functions/trunc.texi: Mention the 'trunc' module.
30467
30468 2007-10-03  Bruno Haible  <bruno@clisp.org>
30469
30470         * tests/test-fpending.c: New file, mostly copied
30471         from coreutils/lib/t-fpending.c.
30472         * modules/fpending-tests: New file.
30473
30474 2007-10-03  Bruno Haible  <bruno@clisp.org>
30475
30476         Port the stdio extensions to QNX (untested).
30477         * lib/fseterr.c (fseterr): Add support for QNX.
30478         * lib/fbufmode.c (fbufmode): Likewise.
30479         * lib/freadable.c (freadable): Likewise.
30480         * lib/fwritable.c (fwritable): Likewise.
30481         * lib/freading.c (freading): Likewise.
30482         * lib/fwriting.c (fwriting): Likewise.
30483         * lib/freadahead.c (freadahed): Likewise.
30484         * lib/fpurge.c (fpurge): Likewise.
30485         * lib/fseeko.c (rpl_fseeko): Likewise.
30486
30487 2007-10-03  Bruno Haible  <bruno@clisp.org>
30488             Jim Meyering  <jim@meyering.net>
30489             Eric Blake  <ebb9@byu.net>
30490
30491         * doc/relocatable.texi: Use @command instead of @program.
30492
30493 2007-10-02  Jim Meyering  <jim@meyering.net>
30494
30495         Perform one more "_.h" -> ".in.h" substitution.
30496         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
30497         instead of unistd_.h here, too.
30498
30499 2007-10-01  Bruno Haible  <bruno@clisp.org>
30500
30501         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
30502         Needed for the alloca-opt module.
30503
30504 2007-09-30  Bruno Haible  <bruno@clisp.org>
30505
30506         * lib/alloca.in.h: Renamed from lib/alloca_.h.
30507         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
30508         alloca_.h.
30509         * lib/argz.in.h: Renamed from lib/argz_.h.
30510         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
30511         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
30512         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
30513         byteswap_.h.
30514         * lib/dirent.in.h: Renamed from lib/dirent_.h.
30515         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
30516         dirent_.h.
30517         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
30518         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
30519         fcntl_.h.
30520         * lib/float.in.h: Renamed from lib/float_.h.
30521         * modules/float (Files, Makefile.am): Use float.in.h instead of
30522         float_.h.
30523         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
30524         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
30525         fnmatch_.h.
30526         * lib/getopt.in.h: Renamed from lib/getopt_.h.
30527         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
30528         getopt_.h.
30529         * lib/glob.in.h: Renamed from lib/glob_.h.
30530         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
30531         * lib/iconv.in.h: Renamed from lib/iconv_.h.
30532         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
30533         iconv_.h.
30534         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
30535         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
30536         inttypes_.h.
30537         * lib/locale.in.h: Renamed from lib/locale_.h.
30538         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
30539         locale_.h.
30540         * lib/math.in.h: Renamed from lib/math_.h.
30541         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
30542         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
30543         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
30544         of netinet_in_.h. Add dependency.
30545         * lib/poll.in.h: Renamed from lib/poll_.h.
30546         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
30547         * lib/search.in.h: Renamed from lib/search_.h.
30548         * modules/search (Files, Makefile.am): Use search.in.h instead of
30549         search_.h.
30550         * lib/signal.in.h: Renamed from lib/signal_.h.
30551         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
30552         _signal.h.
30553         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
30554         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
30555         stdbool_.h.
30556         * lib/stdint.in.h: Renamed from lib/stdint_.h.
30557         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
30558         stdint_.h.
30559         * lib/stdio.in.h: Renamed from lib/stdio_.h.
30560         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
30561         stdio_.h.
30562         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
30563         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
30564         stdlib_.h.
30565         * lib/string.in.h: Renamed from lib/string_.h.
30566         * modules/string (Files, Makefile.am): Use string.in.h instead of
30567         string_.h.
30568         * doc/gnulib-tool.texi (Initial import): Update.
30569         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
30570         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
30571         of sys_select_.h. Add dependency.
30572         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
30573         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
30574         of sys_socket_.h.
30575         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
30576         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
30577         sys_stat_.h.
30578         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
30579         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
30580         sys_time_.h.
30581         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
30582         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
30583         sysexits_.h.
30584         * lib/time.in.h: Renamed from lib/time_.h.
30585         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
30586         * lib/unistd.in.h: Renamed from lib/unistd_.h.
30587         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
30588         unistd_.h.
30589         * lib/wchar.in.h: Renamed from lib/wchar_.h.
30590         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
30591         wchar_.h.
30592         * lib/wctype.in.h: Renamed from lib/wctype_.h.
30593         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
30594         wctype_.h.
30595         * build-aux/bootstrap (slurp): Update.
30596         * lib/.cppi-disable: Update.
30597
30598 2007-09-30  Bruno Haible  <bruno@clisp.org>
30599
30600         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
30601         Needed on BeOS.
30602
30603 2007-09-30  Bruno Haible  <bruno@clisp.org>
30604
30605         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
30606
30607 2007-09-29  Bruno Haible  <bruno@clisp.org>
30608
30609         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
30610
30611 2007-09-29  Bruno Haible  <bruno@clisp.org>
30612
30613         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
30614         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
30615         * build-aux/install-reloc: Compile also areadlink.c.
30616         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
30617
30618 2007-09-29  Bruno Haible  <bruno@clisp.org>
30619
30620         * gnulib-tool (func_emit_initmacro_done): Indentation.
30621
30622 2007-09-29  Bruno Haible  <bruno@clisp.org>
30623
30624         * README: Add CVS checkout update instructions.
30625         Info from Bob Proulx <bob@proulx.com>.
30626
30627 2007-09-28  Eric Blake  <ebb9@byu.net>
30628
30629         Provide move-if-change.
30630         * build-aux/move-if-change: New file, based on best practice
30631         rather than any canonical upstream location.
30632
30633 2007-09-28  Jim Meyering  <jim@meyering.net>
30634
30635         Fix canonicalize loop-detection corner case.
30636         Do not attempt to stat the symlink values stored via seen_triple.
30637         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
30638         on linux-2.6.18, (but not 2.6.22).
30639         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
30640         triple_compare.  The former compares dev,ino,filename, while the latter
30641         would actually stat dirname(filename) when dev and ino were equal.
30642         * lib/hash-triple.c: Install <string.h>.
30643         (STREQ): Define.
30644         (triple_compare_ino_str): New function.
30645         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
30646
30647 2007-09-28  Eric Blake  <ebb9@byu.net>
30648
30649         Enforce that AC_REPLACE_FUNCS files exist.
30650         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
30651         override check for typos.
30652
30653         Fix test-closein on Solaris 10.
30654         * tests/test-closein.c (main): Don't assume stdin can be inherited
30655         closed on all systems.
30656         * tests/test-closein.sh: Likewise.
30657         Reported by Piotr Tarnowski.
30658
30659 2007-09-28  Jim Meyering  <jim@meyering.net>
30660
30661         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
30662
30663 2007-09-27  Jim Meyering  <jim@meyering.net>
30664
30665         canonicalize: Avoid a false-positive cycle failure.
30666         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
30667         Sort.  Remove cycle-check.
30668         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
30669         not cycle-check.h.
30670         (seen_triple): New function.
30671         (canonicalize_filename_mode): Use it instead of cycle-check.
30672         * tests/test-canonicalize.c: Add a test for this bug.
30673         * tests/test-canonicalize.sh: Set up and run the test.
30674
30675         New module, file-set, from coreutils.
30676         * modules/file-set: Define it.
30677         * lib/file-set.c, lib/file-set.h: Implement.
30678
30679         New module, hash-triple, from coreutils.
30680         * modules/hash-triple: Define it.
30681         * lib/hash-triple.c, lib/hash-triple.h: Implement.
30682
30683 2007-09-25  Eric Blake  <ebb9@byu.net>
30684
30685         Fix strerror on Interix.
30686         * lib/string_.h (strerror): Declare replacement.
30687         * doc/functions/strerror.texi (strerror): Document the Interix
30688         shortcoming.
30689         * modules/string (Makefile.am): Support new hooks.
30690         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
30691         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
30692         gl_FUNC_STRERROR_SEPARATE.
30693         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
30694         * lib/strerror.c (rpl_strerror): Provide replacement.
30695         * modules/strerror (Depends-on): Add string.
30696         (configure.ac): Detect use of module.
30697         * tests/test-strerror.c: New file.
30698         * modules/strerror-tests: New test module.
30699         * modules/argp (Depends-on): Add strerror.
30700         * modules/error (Depends-on): Likewise.
30701         Reported by Martin Koeppe.
30702
30703 2007-09-24  Bruno Haible  <bruno@clisp.org>
30704
30705         * README: Update git instructions.
30706
30707 2007-09-24  Eric Blake  <ebb9@byu.net>
30708
30709         Revert fpending breakage from 2007-09-08.
30710         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
30711         __fpending.c.
30712
30713 2007-09-24  Jim Meyering  <jim@meyering.net>
30714
30715         filenamecat.c: Add a test.
30716         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
30717         showing how the function works when DIR is the empty string.
30718
30719 2007-09-21  Simon Josefsson  <simon@josefsson.org>
30720
30721         * tests/test-canonicalize.sh: Turn on executable bit.
30722
30723 2007-09-19  Eric Blake  <ebb9@byu.net>
30724
30725         * README: Update CVS instructions.
30726
30727 2007-09-18  Bruno Haible  <bruno@clisp.org>
30728
30729         * modules/areadlink: New file.
30730         * lib/areadlink.h (areadlink): New declaration.
30731         * lib/areadlink.c: New file, based on lib/xreadlink.c.
30732
30733 2007-09-17  Jim Meyering  <jim@meyering.net>
30734
30735         * lib/savewd.c (ESTALE) [!defined]: Define.
30736         Reported to be required on Interix by Martin Koeppe.
30737
30738 2007-09-17  Bruno Haible  <bruno@clisp.org>
30739
30740         * gnulib-tool (func_version): Use $version.
30741
30742 2007-09-16  Bruno Haible  <bruno@clisp.org>
30743
30744         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
30745         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
30746         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
30747         Reported by Greg Schafer <gschafer@zip.com.au>.
30748
30749 2007-09-15  Bruno Haible  <bruno@clisp.org>
30750
30751         * gnulib-tool (sed): Try a little harder to make bash understand the
30752         alias.
30753         Reported by Bruce Korb <bruce.korb@gmail.com>.
30754
30755 2007-09-13  Eric Blake  <ebb9@byu.net>
30756
30757         * ChangeLog: Remove conflict markers.
30758
30759 2007-09-13  Simon Josefsson  <simon@josefsson.org>
30760
30761         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
30762         Reported by Bruno Haible <bruno@clisp.org>.
30763
30764 2007-09-12  Bruno Haible  <bruno@clisp.org>
30765
30766         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
30767         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
30768         is not defined.
30769
30770 2007-09-12  Eric Blake  <ebb9@byu.net>
30771
30772         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
30773         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
30774         Autoconf definition.
30775         * modules/euidaccess (Depends-on): Add extensions, for
30776         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
30777         * modules/fnmatch (Depends-on): Likewise.
30778         * modules/getaddrinfo (Depends-on): Likewise.
30779         * modules/getdelim (Depends-on): Likewise.
30780         * modules/getline (Depends-on): Likewise.
30781         * modules/getsubopt (Depends-on): Likewise.
30782         * modules/gettext (Depends-on): Likewise.
30783         * modules/group-member (Depends-on): Likewise.
30784         * modules/mbchar (Depends-on): Likewise.
30785         * modules/memmem (Depends-on): Likewise.
30786         * modules/mempcpy (Depends-on): Likewise.
30787         * modules/memrchr (Depends-on): Likewise.
30788         * modules/pagealign_alloc (Depends-on): Likewise.
30789         * modules/readutmp (Depends-on): Likewise.
30790         * modules/stpcpy (Depends-on): Likewise.
30791         * modules/stpncpy (Depends-on): Likewise.
30792         * modules/strchrnul (Depends-on): Likewise.
30793         * modules/strndup (Depends-on): Likewise.
30794         * modules/strsep (Depends-on): Likewise.
30795         * modules/strverscmp (Depends-on): Likewise.
30796         * modules/vasprintf (Depends-on): Likewise.
30797         * modules/wcwidth (Depends-on): Likewise.
30798         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
30799         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
30800         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
30801         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
30802         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
30803         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30804         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
30805         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30806         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
30807         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
30808         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
30809         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30810         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
30811         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
30812         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
30813         * m4/readutmp.m4 (gl_READUTMP): Likewise.
30814         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30815         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
30816         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30817         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
30818         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
30819         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
30820         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
30821         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
30822         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
30823         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30824         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
30825         so that lock.m4 can be used in gettext without extensions module.
30826
30827 2007-09-11  Bruno Haible  <bruno@clisp.org>
30828
30829         * m4/isc-posix.m4: Remove file.
30830         Suggested by Eric Blake.
30831
30832 2007-09-11  Eric Blake  <ebb9@byu.net>
30833
30834         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
30835
30836 2007-09-10  Bruno Haible  <bruno@clisp.org>
30837
30838         * posix-modules: Fix typo in error message.
30839         Reported by Matt <mkraai@beckman.com>.
30840
30841 2007-09-09  Bruno Haible  <bruno@clisp.org>
30842
30843         * doc/functions/getdelim.texi: Update list of platforms lacking the
30844         function.
30845         * doc/functions/getline.texi: Likewise.
30846
30847 2007-09-09  Jim Meyering  <jim@meyering.net>
30848
30849         * lib/hash.c (hash_initialize): Detect calloc failure.
30850         Reported by Bruno Haible.
30851
30852 2007-09-09  Bruno Haible  <bruno@clisp.org>
30853
30854         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
30855         malloc or realloc fails.
30856
30857 2007-09-09  Bruno Haible  <bruno@clisp.org>
30858
30859         * modules/getcwd (Depends-on): Add malloc-posix.
30860         * modules/glob (Depends-on): Likewise.
30861         * modules/putenv (Depends-on): Likewise.
30862         * modules/strdup (Depends-on): Likewise.
30863         * modules/getdelim (Depends-on): Add realloc-posix.
30864         * modules/read-file (Depends-on): Likewise.
30865
30866 2007-09-09  Bruno Haible  <bruno@clisp.org>
30867
30868         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
30869         (gl_FUNC_MALLOC_POSIX): Require it.
30870         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
30871         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
30872         * modules/realloc (Files): Add m4/malloc.m4.
30873         * modules/calloc (Files): Likewise.
30874
30875 2007-09-09  Bruno Haible  <bruno@clisp.org>
30876
30877         * modules/malloc-posix: New file.
30878         * modules/malloc (Depends-on): Add malloc-posix.
30879         * lib/malloc.c: Include errno.h.
30880         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
30881         and a POSIX-compatible malloc into a single function. Set ENOMEM
30882         when returning NULL.
30883         * m4/malloc.m4: New file.
30884         * doc/functions/malloc.texi: Mention the malloc-posix module.
30885         * lib/stdlib_.h (malloc): New declaration.
30886         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30887         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
30888         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
30889         and HAVE_MALLOC_POSIX.
30890
30891 2007-09-09  Bruno Haible  <bruno@clisp.org>
30892
30893         * modules/realloc-posix: New file.
30894         * modules/realloc (Depends-on): Add realloc-posix.
30895         * lib/realloc.c: Include errno.h.
30896         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
30897         and a POSIX-compatible realloc into a single function. Set ENOMEM
30898         when returning NULL.
30899         * m4/realloc.m4: New file.
30900         * doc/functions/realloc.texi: Mention the realloc-posix module.
30901         * lib/stdlib_.h (realloc): New declaration.
30902         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30903         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
30904         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
30905         and HAVE_REALLOC_POSIX.
30906
30907 2007-09-09  Bruno Haible  <bruno@clisp.org>
30908
30909         * modules/calloc-posix: New file.
30910         * modules/calloc (Depends-on): Add calloc-posix.
30911         * lib/calloc.c: Include errno.h.
30912         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
30913         and a POSIX-compatible calloc into a single function. Set ENOMEM
30914         when returning NULL.
30915         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
30916         * doc/functions/calloc.texi: Mention the calloc-posix module.
30917         * lib/stdlib_.h (calloc): New declaration.
30918         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30919         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
30920         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
30921         and HAVE_CALLOC_POSIX.
30922
30923 2007-09-09  Bruno Haible  <bruno@clisp.org>
30924
30925         Allow for modules to show an arbitrary notice.
30926         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
30927         * gnulib-tool: New option --extract-notice.
30928         (func_usage): Document it.
30929         (sed_extract_prog): Update.
30930         (func_get_notice): New function.
30931         (func_modules_notice): New function.
30932         (func_import, func_create_testdir): Invoke it.
30933         Suggested by Jim Meyering.
30934
30935 2007-09-09  Bruno Haible  <bruno@clisp.org>
30936
30937         * gnulib-tool: New options --verbose, --quiet.
30938         (func_usage): Document them.
30939         (verbose): New variable.
30940         (func_execute_command): New function.
30941         (func_import): Don't show the module list and the file list if
30942         $verbose < 0.
30943         (func_create_testdir): Likewise. Use func_execute_command.
30944         (func_create_megatestdir): Use func_execute_command.
30945
30946 2007-09-08  Bruno Haible  <bruno@clisp.org>
30947
30948         * gnulib-tool (func_import): Prefer rsync over wget when available,
30949         for fetching the PO files.
30950
30951 2007-09-08  Bruno Haible  <bruno@clisp.org>
30952
30953         * posix-modules: New file. Portions copied from gnulib-tool.
30954         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
30955
30956 2007-09-08  Jim Meyering  <jim@meyering.net>
30957
30958         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
30959         * lib/fpending.h: Rename from __fpending.h.
30960         * lib/fpending.c: Rename from __fpending.c.
30961         Include "fpending.h", not "__fpending.h".
30962         * lib/__fpending.h, lib/__fpending.c: Remove files.
30963         * modules/fpending (Files): Reflect new file names.
30964         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
30965
30966 2007-09-08  Bruno Haible  <bruno@clisp.org>
30967
30968         * m4/inttypes-h.m4: Remove stub file.
30969
30970 2007-09-07  Simon Josefsson  <simon@josefsson.org>
30971
30972         * doc/headers/stdint.texi: Discuss #include_next issue.
30973
30974 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30975
30976         * build-aux/bootstrap: Remove obsolete comment about wget --help.
30977
30978 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30979
30980         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
30981         in variable name.
30982
30983 2007-09-03  Jim Meyering  <jim@meyering.net>
30984
30985         New module: git-version-gen.
30986         * modules/git-version-gen: New file.
30987
30988         Import changes from coreutils for bootstrap script.
30989
30990         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
30991
30992         bootstrap: uses rsync to download the .po files
30993         * build-aux/bootstrap (po_download_command_format): New global.
30994         (download_po_files): Use rsync.
30995         (update_po_files): Don't remove .po files after download,
30996         so future rsync runs can take advantage of the copies.
30997
30998         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
30999
31000         Solve the unnecessary-.po-file-regeneration problem once and for all.
31001         * build-aux/bootstrap (download_po_files): New function, renamed from
31002         get_translations.  Now, downloads, but doesn't update LINGUAS.
31003         (update_po_files): New function.
31004
31005         bootstrap: Ignore more.
31006         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
31007         uniwidth to e.g., lib/.gitignore.
31008         (slurp): Handle the sys_stat_.h -> sys mapping, too.
31009
31010         * build-aux/bootstrap: New setting: vc_ignore.
31011         (insert_sorted_if_absent): Create $file if absent.
31012         Adapt to new, possibly empty, list: $vc_ignore.
31013
31014         bootstrap: generate more ignorable names
31015         * build-aux/bootstrap (slurp): When generating ignorable names,
31016         also map .sin to .sed, .gperf to .c, and .y to .c.
31017
31018 2007-09-03  Jim Meyering  <jim@meyering.net>
31019
31020         * build-aux/git-version-gen: New file, from coreutils.  For details, see
31021         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
31022
31023 2007-09-02  Bruno Haible  <bruno@clisp.org>
31024
31025         Fix mis-recognition of 'mcs' on QNX 6.
31026         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
31027         output contains the string "Mono".
31028         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
31029         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
31030
31031 2007-09-01  Bruno Haible  <bruno@clisp.org>
31032
31033         Fix collision between uniwidth/* and linebreak modules.
31034         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
31035         u32_width): Remove declarations.
31036         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
31037         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
31038         streq3, streq2, streq1, streq0): Remove functions.
31039         (STREQ): Remove macro.
31040         (is_cjk_encoding): Remove function.
31041         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
31042         (uc_width, u8_width, u16_width, u32_width): Remove functions.
31043         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
31044         * NEWS: Document the change.
31045
31046 2007-09-01  Bruno Haible  <bruno@clisp.org>
31047
31048         * lib/streq.h: Add double-inclusion guard.
31049
31050 2007-09-01  Karl Berry  <karl@gnu.org>
31051
31052         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
31053
31054 2007-08-28  Jim Meyering  <jim@meyering.net>
31055
31056         Rename mreadlink_with_size to areadlink_with_size.
31057         * NEWS: Document the change.
31058         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
31059         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
31060         * lib/mreadlink.h: Rename this to...
31061         * lib/areadlink.h: ...this.
31062         * modules/mreadlink-with-size: Rename this to...
31063         * modules/areadlink-with-size: ...this.
31064         * lib/canonicalize.c: Reflect the renaming.
31065         * modules/canonicalize: Likewise.
31066
31067 2007-08-26  Bruno Haible  <bruno@clisp.org>
31068
31069         * gnulib-tool (func_import): When deciding which files to remove,
31070         consider also dangling symbolic links.
31071         Reported by Eric Blake.
31072
31073 2007-08-26  Bruno Haible  <bruno@clisp.org>
31074
31075         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
31076
31077 2007-08-23  Simon Josefsson  <simon@josefsson.org>
31078
31079         * lib/readline.c: Don't include getline.h, the prototype is now
31080         found in stdio.h.
31081
31082 2007-08-23  Jim Meyering  <jim@meyering.net>
31083
31084         Getdelim touchup.
31085         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
31086         around the funlockfile call, since funlockfile never sets errno.
31087         Don't set errno upon failed realloc.
31088
31089 2007-08-22  Eric Blake  <ebb9@byu.net>
31090
31091         Getline touchups.
31092         * lib/getdelim.c (getdelim): Revert regression that required *n to
31093         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
31094         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
31095         getdelim, rather than whether implementation is missing.
31096         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
31097         * lib/stdio_.h (getline): Also declare if replacement is
31098         required.
31099         * doc/functions/getdelim.texi: New file.
31100         * doc/functions/getline.texi: Likewise.
31101         * doc/gnulib.texi (Function Substitutes): Add new files.
31102         Reported by Bruno Haible.
31103
31104 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
31105
31106         * users.txt: Add Guile.
31107
31108 2007-08-22  Eric Blake  <ebb9@byu.net>
31109
31110         * tests/test-getdelim.c (main): Use remove, not unlink.
31111         * tests/test-getline.c (main): Likewise.
31112
31113         Move getline and getdelim into stdio.h, per POSIX 200x.
31114         * modules/getline (Files): Remove getline.h.
31115         (Depends-on): Add stdio.
31116         (configure.ac): Add module indicator.
31117         * modules/getdelim (Files): Remove getdelim.h.
31118         (Depends-on): Add stdio.
31119         (configure.ac): Add module indicator.
31120         * modules/stdio (Makefile.am): Work with new indicators.
31121         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
31122         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
31123         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
31124         * lib/getdelim.h: Delete.
31125         * lib/getline.h: Delete.
31126         * lib/stdio_.h (getdelim, getline): Declare.
31127         * modules/getdelim-tests: New module.
31128         * modules/getline-tests: Likewise.
31129         * tests/test-getdelim.c: New file.
31130         * tests/test-getline.c: Likewise.
31131         * NEWS: Document the change.
31132         * lib/getline.c: Update choice of header.
31133         * lib/csharpcomp.c: Likewise.
31134         * lib/getpass.c: Likewise.
31135         * lib/javacomp.c: Likewise.
31136         * lib/javaversion.c: Likewise.
31137         * lib/yesno.c: Likewise.
31138         * lib/getdelim.c: Likewise.
31139         (getdelim): Set errno on failure, and avoid memory leak.
31140
31141 2007-08-19  Bruno Haible  <bruno@clisp.org>
31142
31143         * modules/closein (Depends-on): Add freadahead.
31144         * lib/closein.c: Include freadahead.h.
31145         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
31146         is zero.
31147
31148 2007-08-19  Bruno Haible  <bruno@clisp.org>
31149
31150         * modules/freadahead-tests: New file.
31151         * tests/test-freadahead.sh: New file.
31152         * tests/test-freadahead.c: New file.
31153
31154         * modules/freadahead: New file.
31155         * lib/freadahead.h: New file.
31156         * lib/freadahead.c: New file.
31157         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
31158         fbufmode, fpurge, freadable, fwritable.
31159
31160 2007-08-19  Eric Blake  <ebb9@byu.net>
31161
31162         Test yesno in combination with closein.
31163         * lib/yesno.c (yesno): Document use of stdin.
31164         * modules/yesno-tests (Files): New module.
31165         * tests/test-yesno.c (main): New file.
31166         * tests/test-yesno.sh: Likewise.
31167
31168 2007-08-19  Bruno Haible  <bruno@clisp.org>
31169
31170         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
31171         * lib/fseeko.c (rpl_fseeko): Likewise.
31172         * lib/fseterr.c (fseterr): Likewise.
31173
31174 2007-08-19  Bruno Haible  <bruno@clisp.org>
31175
31176         * tests/test-lseek.c (main): Disable a test for BeOS.
31177         * doc/functions/lseek.texi: Document the BeOS bug.
31178
31179 2007-08-19  Bruno Haible  <bruno@clisp.org>
31180             Eric Blake  <ebb9@byu.net>
31181
31182         * lib/lseek.c: Include <sys/stat.h>.
31183         (rpl_lseek): Add workaround code also for Unix platforms.
31184         Needed for BeOS.
31185         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
31186         * doc/functions/lseek.texi: Document BeOS definiency.
31187
31188 2007-08-18  Bruno Haible  <bruno@clisp.org>
31189
31190         * modules/fstrcmp-tests: New file.
31191         * tests/test-fstrcmp.c: New file.
31192
31193 2007-08-18  Bruno Haible  <bruno@clisp.org>
31194
31195         * modules/fstrcmp: New file, from GNU gettext with modifications.
31196         * lib/fstrcmp.h: New file, from GNU gettext.
31197         * lib/fstrcmp.c: New file, from GNU gettext.
31198         * MODULES.html.sh (String handling): Add fstrcmp.
31199
31200 2007-08-18  Bruno Haible  <bruno@clisp.org>
31201
31202         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
31203         'bool'.
31204         (diag, compareseq): Remove const from the ctxt argument.
31205         (USE_HEURISTIC): Undefine at the end.
31206
31207 2007-08-18  Jim Meyering  <jim@meyering.net>
31208
31209         New file: lib/idcache.h
31210         * NEWS: Mention the addition.
31211         * modules/idcache (Files): Add lib/idcache.h
31212         * lib/idcache.c: Include "idcache.h".
31213         Don't include <sys/types.h>.
31214         Add a FIXME comment.
31215         Move file-scoped "static" declarations to the top.
31216         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
31217
31218 2007-08-17  Bruno Haible  <bruno@clisp.org>
31219         and Paul Eggert  <eggert@cs.ucla.edu>
31220
31221         * MODULES.html.sh: Add diffseq.
31222         * modules/diffseq: New file.
31223         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
31224         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
31225
31226 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31227
31228         Import changes from coreutils for bootstrap script.
31229
31230         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
31231
31232         * build-aux/bootstrap (slurp): Work even in environments where
31233         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
31234         current code does not slurp files whose names start with ".", and
31235         this looks like it might be a troublesome area.
31236
31237         2007-07-11  Jim Meyering  <jim@meyering.net>
31238
31239         If there's a GPL vN copyright comment, require that N == 3.
31240
31241         2007-07-08  Jim Meyering  <jim@meyering.net>
31242
31243         Run the coreutils-specific code only if tests/Makefile.am.in exists.
31244         * build-aux/bootstrap (mam_template): Move definition out of loop.
31245
31246         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
31247
31248         * build-aux/bootstrap (symlink_to_dir): Rename function from
31249         symlink_to_gnulib.  Add a directory parameter.  Update all
31250         callers.
31251         (cp_mark_as_generated): Also check for -- and link to -- files in
31252         gl/.
31253
31254         2007-07-08  Jim Meyering  <jim@meyering.net>
31255
31256         Adapt to deeper hierarchy in gnulib.
31257         * build-aux/bootstrap (symlink_to_dir): If the destination
31258         directory doesn't exist, create it. This is required at least for
31259         "lib/uniwidth/cjk.h".
31260
31261         2007-05-15  Jim Meyering  <jim@meyering.net>
31262
31263         * build-aux/bootstrap: Now that generated Makefile.am files
31264         are no longer under version control, they must be created at
31265         bootstrap time.
31266
31267 2007-08-14  Ben Pfaff  <blp@gnu.org>
31268
31269         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
31270
31271 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31272
31273         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
31274         given the changes below.
31275         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
31276         even on hosts that have padding bits beyond the supported 64.
31277
31278 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31279
31280         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
31281         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
31282         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
31283         depends on it.
31284         (xstrtol_error): Remove.
31285         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
31286         but with a different signature.
31287         (ATTRIBUTE_NORETURN, __attribute__): New macros.
31288         * lib/xstrtol-error.c: Include exitfail.h.
31289         (xstrtol_fatal): New function, with a different signature from the
31290         old xstrtol_error, so that the caller need not worry about passing
31291         in an exit status, or about storage management of the option argument.
31292         (xstrtol_error): Now a static function.  Redo signature to
31293         implement xstrtol_fatal.  Output the correct number of hyphens in
31294         front of the option so that the caller need not worry about
31295         storage management.
31296         (N_): New macro.
31297         (_): Remove; not used now.
31298         * modules/xstrtol: Depend on getopt.
31299         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
31300         of old STRTOL_FATAL_ERROR macro.
31301         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
31302         of test program.
31303         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
31304         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
31305
31306 2007-08-08  Eric Blake  <ebb9@byu.net>
31307
31308         * lib/xstrtol-error.c: Add missing include.
31309
31310         Move xstrtol messages into gnulib domain, when --pobase is used.
31311         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
31312         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
31313         * modules/xstrtol (Files): Distribute new file.
31314         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
31315         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
31316         * tests/test-xstrtol.c: ...into new file.
31317         * tests/test-xstrtoul.c: Also test xstrtoul.
31318         * tests/test-xstrtoimax.c: Also test xstrtoimax.
31319         * tests/test-xstrtoumax.c: Also test xstrtoumax.
31320         * tests/test-xstrtol.sh: Drive the tests.
31321         * tests/test-xstrtoimax.sh: Likewise.
31322         * tests/test-xstrtoumax.sh: Likewise.
31323         * modules/xstrtol-tests: New module.
31324         * modules/xstrtoimax-tests: Likewise.
31325         * modules/xstrtoumax-tests: Likewise.
31326
31327 2007-08-08  Jim Meyering  <jim@meyering.net>
31328
31329         New function: mfile_name_concat.
31330         * lib/filenamecat.c (mfile_name_concat): New function, just like
31331         file_name_concat, but return NULL upon failure rather than exiting
31332         with a diagnostic.
31333         * lib/filenamecat.h: Declare it.
31334
31335 2007-08-07  Bruno Haible  <bruno@clisp.org>
31336
31337         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
31338         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
31339         warning from gcc.
31340         Reported by Eric Blake.
31341
31342 2007-08-07  Simon Josefsson  <simon@josefsson.org>
31343
31344         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
31345         * modules/crypto/arcfour (License): Likewise.
31346         * modules/crypto/des-tests (License): Likewise.
31347         * modules/crypto/gc-arctwo-tests (License): Likewise.
31348         * modules/crypto/gc-des-tests (License): Likewise.
31349         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
31350         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
31351         * modules/crypto/gc-md2-tests (License): Likewise.
31352         * modules/crypto/gc-md4-tests (License): Likewise.
31353         * modules/crypto/gc-md5-tests (License): Likewise.
31354         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
31355         * modules/crypto/gc-rijndael-tests (License): Likewise.
31356         * modules/crypto/gc-sha1-tests (License): Likewise.
31357         * modules/crypto/gc-tests (License): Likewise.
31358         * modules/crypto/hmac-md5 (License): Likewise.
31359         * modules/crypto/hmac-sha1 (License): Likewise.
31360         * modules/crypto/md2-tests (License): Likewise.
31361         * modules/crypto/md4-tests (License): Likewise.
31362         * modules/crypto/md5 (License): Likewise.
31363         * modules/crypto/rijndael (License): Likewise.
31364         * modules/crypto/sha1 (License): Likewise.
31365         * modules/memxor (License): Likewise.
31366
31367 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31368         and Bruno Haible  <bruno@clisp.org>
31369
31370         * NEWS: Describe interface changes to human, xstrtol.
31371         * lib/human.h: Include <xstrtol.h>.
31372         (human_options): Return enum strtol_error, not int.  Remove
31373         bool arg; take int * instead.
31374         * lib/human.c: Don't include "gettext.h".
31375         (_): Remove; no longer used.
31376         Don't include <xstrtol.h>, since human.h does it.
31377         (human_options): Adjust to abovementioned interface changes.
31378         Do not report error to stderr; that's now the caller's
31379         responsibility.
31380         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
31381         interface change.
31382         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
31383         Str, Argument_type_string.  All uses changed.  Put " argument"
31384         in diagnostics to make them clearer.  Change wording of suffix
31385         message for clarity.
31386         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
31387         Argument_type_string.
31388         (STRTOL_FATAL_WARN): Remove; no longer used.
31389         * modules/human (Depends-on): Remove gettext-h.
31390
31391 2007-08-06  Simon Josefsson  <simon@josefsson.org>
31392
31393         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
31394
31395 2007-07-31  Bruno Haible  <bruno@clisp.org>
31396
31397         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
31398         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
31399         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
31400
31401 2007-07-31  Bruno Haible  <bruno@clisp.org>
31402
31403         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
31404         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
31405
31406 2007-07-30  Bruno Haible  <bruno@clisp.org>
31407
31408         * modules/base64 (License): Use the synonymous term "LGPLv2+".
31409         * modules/c-ctype (License): Likewise.
31410         * modules/c-strcase (License): Likewise.
31411         * modules/check-version (License): Likewise.
31412         * modules/iconv (License): Likewise.
31413         * modules/iconv_open (License): Likewise.
31414         * modules/read-file (License): Likewise.
31415         * modules/striconv (License): Likewise.
31416         * modules/strverscmp (License): Likewise.
31417         * modules/vasprintf (License): Likewise.
31418         * modules/crypto/des (License): Likewise.
31419         * modules/crypto/gc (License): Likewise.
31420         * modules/crypto/gc-arcfour (License): Likewise.
31421         * modules/crypto/gc-arctwo (License): Likewise.
31422         * modules/crypto/gc-des (License): Likewise.
31423         * modules/crypto/gc-hmac-md5 (License): Likewise.
31424         * modules/crypto/gc-hmac-sha1 (License): Likewise.
31425         * modules/crypto/gc-md2 (License): Likewise.
31426         * modules/crypto/gc-md4 (License): Likewise.
31427         * modules/crypto/gc-md5 (License): Likewise.
31428         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
31429         * modules/crypto/gc-random (License): Likewise.
31430         * modules/crypto/gc-rijndael (License): Likewise.
31431         * modules/crypto/gc-sha1 (License): Likewise.
31432         * modules/crypto/md2 (License): Likewise.
31433         * modules/crypto/md4 (License): Likewise.
31434
31435 2007-07-30  Jim Meyering  <jim@meyering.net>
31436
31437         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
31438         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
31439         it has valid stat data.  This bug would cause du not to count the
31440         sizes of inaccessible directories.
31441         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
31442         in <http://bugzilla.redhat.com/250077>.
31443
31444 2007-07-25  Peter O'Gorman  <peter@pogma.com>
31445             Bruno Haible  <bruno@clisp.org>
31446
31447         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
31448         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
31449         #include_next, gives a diagnostic about it, but reports no error in
31450         the exit code.
31451         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
31452
31453 2007-07-24  Ben Pfaff  <blp@gnu.org>
31454
31455         Improve name: "count-one-bits" is better than "popcount".
31456         * MODULES.html.sh: Update name.
31457         * lib/popcount.h: Renamed lib/count-one-bits.h.
31458         (popcount): Renamed count_one_bits.
31459         (popcountl): Renamed count_one_bits_l.
31460         (popcountll): Renamed count_one_bits_ll.
31461         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
31462         * modules/popcount: Renamed module/count-one-bits.
31463         * modules/popcount-tests: Renamed module/count-one-bits-tests.
31464         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
31465
31466 2007-07-23  Ben Pfaff  <blp@gnu.org>
31467
31468         * lib/popcount.h (popcount32): Reduce size of constants, to allow
31469         better code generation, and add U to large constants to avoid
31470         warnings, in non-GCC case.
31471         Suggested by Bruno Haible.
31472
31473 2007-07-23  Ben Pfaff  <blp@gnu.org>
31474
31475         * lib/popcount.h: Use verify_true instead of if...abort.
31476         * modules/popcount: Depend on verify module.
31477         Suggested by Jim Meyering.
31478
31479 2007-07-23  Bruno Haible  <bruno@clisp.org>
31480
31481         * gnulib-tool (func_import): Create a .cvsignore file also when the
31482         directory is not yet in CVS but the toplevel directory is. When
31483         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
31484         Reported by Karl Berry.
31485
31486 2007-07-22  Ben Pfaff  <blp@gnu.org>
31487
31488         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
31489         case.
31490         Suggested by Eric Blake.
31491
31492 2007-07-22  Ben Pfaff  <blp@gnu.org>
31493
31494         New module: popcount.
31495         * MODULES.html.sh: Add popcount.
31496         * modules/popcount: New file.
31497         * modules/popcount-tests: New file.
31498         * tests/test-popcount.c: New file.
31499         * lib/popcount.h: New file.
31500         * m4/popcount.m4: New file.
31501
31502 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
31503
31504         * build-aux/announce-gen: Update to GPLv3.
31505
31506         * build-aux/config.guess: Update from config.
31507
31508 2007-07-21  Bruno Haible  <bruno@clisp.org>
31509
31510         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
31511         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
31512
31513 2007-07-20  Jim Meyering  <jim@meyering.net>
31514
31515         * check-module: Diagnose a self-dependency.
31516
31517 2007-07-19  Bruno Haible  <bruno@clisp.org>
31518
31519         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
31520         empty.
31521         Reported by Eric Blake.
31522
31523 2007-07-18  Bruno Haible  <bruno@clisp.org>
31524
31525         * gnulib-tool: New options --po-base, --po-domain.
31526         (func_usage): Document them.
31527         (pobase, po_domain): New variables.
31528         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
31529         DEFAULT_TEXT_DOMAIN.
31530         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
31531         (func_import): Consider pobase and po_domain. Create a po/ directory.
31532         (func_create_testdir): Set pobase and po_domain to empty.
31533         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
31534         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
31535
31536 2007-07-18  Bruno Haible  <bruno@clisp.org>
31537
31538         * gnulib-tool (func_get_automake_snippet): Synthesize also an
31539         EXTRA_DIST augmentation for files in build-aux/.
31540
31541 2007-07-16  Bruno Haible  <bruno@clisp.org>
31542
31543         * modules/lseek (License): Use the synonymous term "LGPLv2+".
31544         * modules/getdelim (License): Likewise.
31545
31546 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31547
31548         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
31549         * modules/d-type (License): Likewise.
31550         * modules/extensions (License): Likewise.
31551         * modules/fnmatch (License): Likewise.
31552         * modules/fseeko (License): Likewise.
31553         * modules/getaddrinfo (License): Likewise.
31554         * modules/getline (License): Likewise.
31555         * modules/getlogin_r (License): Likewise.
31556         * modules/getpass (License): Likewise.
31557         * modules/gettimeofday (License): Likewise.
31558         * modules/glob (License): Likewise.
31559         * modules/inet_ntop (License): Likewise.
31560         * modules/malloc (License): Likewise.
31561         * modules/malloca (License): Likewise.
31562         * modules/memmem (License): Likewise.
31563         * modules/mempcpy (License): Likewise.
31564         * modules/memset (License): Likewise.
31565         * modules/minmax (License): Likewise.
31566         * modules/mktime (License): Likewise.
31567         * modules/netinet_in (License): Likewise.
31568         * modules/pathmax (License): Likewise.
31569         * modules/poll (License): Likewise.
31570         * modules/regex (License): Likewise.
31571         * modules/snprintf (License): Likewise.
31572         * modules/stdbool (License): Likewise.
31573         * modules/stdint (License): Likewise.
31574         * modules/stdio (License): Likewise.
31575         * modules/strcase (License): Likewise.
31576         * modules/strcasestr (License): Likewise.
31577         * modules/strdup (License): Likewise.
31578         * modules/string (License): Likewise.
31579         * modules/strndup (License): Likewise.
31580         * modules/strnlen (License): Likewise.
31581         * modules/strpbrk (License): Likewise.
31582         * modules/strptime (License): Likewise.
31583         * modules/strsep (License): Likewise.
31584         * modules/sys_select (License): Likewise.
31585         * modules/sys_socket (License): Likewise.
31586         * modules/sys_stat (License): Likewise.
31587         * modules/sys_time (License): Likewise.
31588         * modules/time (License): Likewise.
31589         * modules/time_r (License): Likewise.
31590         * modules/timegm (License): Likewise.
31591         * modules/unistd (License): Likewise.
31592         * modules/vsnprintf (License): Likewise.
31593         * modules/wctype (License): Likewise.
31594
31595 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31596
31597         * modules/argz (License): LGPLv2+.
31598
31599 2007-07-15  Karl Berry  <karl@gnu.org>
31600
31601         * doc/gnulib.texi: revise node structure per new fdl.texi.
31602
31603 2007-07-14  Bruno Haible  <bruno@clisp.org>
31604
31605         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
31606         the output file.
31607         * lib/uniname/uninames.h: Regenerated.
31608
31609 2007-07-14  Karl Berry  <karl@gnu.org>
31610
31611         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
31612         omitting sectioning and index commands.
31613
31614 2007-07-13  Bruno Haible  <bruno@clisp.org>
31615
31616         New gnulib-tool option --more-symlinks.
31617         * gnulib-tool (func_usage): Document --more-symlinks.
31618         (do_copyrights): New variable.
31619         Recognize option --more-symlinks.
31620         (func_import): Don't add a copyright notice transform to
31621         sed_transform_lib_file if do_copyrights is empty.
31622
31623 2007-07-13  Bruno Haible  <bruno@clisp.org>
31624
31625         * lib/vasnprintf.c (decimal_point_char): Define also if
31626         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
31627         && !NEED_PRINTF_DIRECTIVE_A.
31628         Reported by Clemens Koller <clemens.koller@anagramm.de> via
31629         Gary V. Vaughan <gary@gnu.org>.
31630
31631 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * lib/inttypes_.h: Undo previous change, since it was fixed
31634         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
31635
31636 2007-07-13  Bruno Haible  <bruno@clisp.org>
31637
31638         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
31639         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
31640
31641 2007-07-13  Jim Meyering  <jim@meyering.net>
31642
31643         df: Don't fail for Tru64's "file-on-file mount".
31644         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
31645         so we fall through and use statfs instead.  Details here:
31646         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
31647         Reported by Albert Chin.
31648
31649 2007-07-13  Bruno Haible  <bruno@clisp.org>
31650
31651         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
31652         * modules/configmake (License): Likewise.
31653         * modules/gettext (License): Likewise.
31654         * modules/gettext-h (License): Likewise.
31655         * modules/include_next (License): Likewise.
31656         * modules/link-warning (License): Likewise.
31657         * modules/localcharset (License): Likewise.
31658         * modules/localename (License): Likewise.
31659         * modules/lock (License): Likewise.
31660         * modules/relocatable-lib-lgpl (License): Likewise.
31661         * modules/size_max (License): Likewise.
31662         * modules/vasnprintf (License): Likewise.
31663         * modules/wchar (License): Likewise.
31664         * modules/xsize (License): Likewise.
31665
31666 2007-07-13  Bruno Haible  <bruno@clisp.org>
31667
31668         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
31669         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
31670
31671 2007-07-12  Bruno Haible  <bruno@clisp.org>
31672
31673         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
31674         in the modules files.
31675
31676 2007-07-11  Karl Berry  <karl@gnu.org>
31677
31678         * MODULES.html.sh (func_module): use
31679          sed -e '\|^'"${includefile}"'$|d'
31680          instead of /.../d, to avoid errors on $includefile's containing /.
31681
31682 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31683
31684         * gnulib-tool (func_import): Avoid duplication of --avoid
31685         statements
31686         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
31687         names to `_' in variable names.
31688
31689 2007-07-10  Eric Blake  <ebb9@byu.net>
31690
31691         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
31692         * NEWS: Document this change.
31693
31694 2007-07-08  Bruno Haible  <bruno@clisp.org>
31695
31696         Update to Unicode 5.0.
31697         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
31698         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
31699         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
31700         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
31701         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
31702         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
31703         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
31704         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
31705         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
31706         U+10A3F, U+1D242..U+1D244.
31707         (nonspacing_table_ind): Update.
31708         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
31709         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
31710
31711 2007-07-08  Bruno Haible  <bruno@clisp.org>
31712
31713         Update to Unicode 5.0.
31714         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
31715         code transform. Extend the name index field of unicode_name_to_code and
31716         unicode_code_to_name from 16 to 24 bits.
31717         * lib/uniname/uniname.c (unicode_character_name,
31718         unicode_name_character): Add the range 0x12xxx to the code transform.
31719         * lib/uniname/uninames.h: Regenerated.
31720         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
31721
31722 2007-07-07  Bruno Haible  <bruno@clisp.org>
31723
31724         * modules/wcwidth-tests: New file.
31725         * tests/test-wcwidth.c: New file.
31726
31727         Work around MacOS X wcwidth() bug.
31728         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
31729         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
31730         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
31731         original wcwidth in non-UTF-8 locales.
31732         * modules/wcwidth (Depends-on): Add localcharset, streq,
31733         uniwidth/width.
31734         * doc/functions/wcwidth.texi: Update.
31735
31736 2007-07-07  Bruno Haible  <bruno@clisp.org>
31737
31738         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
31739         (wcwidth): New declaration.
31740         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
31741         macros.
31742         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
31743         here. Prepare for creating <wchar.h> unconditionally.
31744         * modules/wchar (Depends-on): Add link-warning.
31745         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
31746         REPLACE_WCWIDTH, and GL_LINK_WARNING.
31747         * lib/wcwidth.h: Remove file.
31748         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
31749         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
31750         * modules/wcwidth (Files): Remove lib/wcwidth.h.
31751         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
31752         (Include): Replace wcwidth.h with <wchar.h>.
31753         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
31754         * lib/mbchar.h: Don't include wcwidth.h.
31755         * lib/mbswidth.c: Likewise.
31756         * NEWS: Mention the change.
31757
31758 2007-07-07  Bruno Haible  <bruno@clisp.org>
31759
31760         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
31761         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
31762         definition with an external declaration.
31763         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
31764         defined as a function. Remove AC_C_INLINE requirement.
31765         * modules/wcwidth (Files): Add lib/wcwidth.c.
31766         (Makefile.am): Remove redundant statement.
31767
31768 2007-07-07  Bruno Haible  <bruno@clisp.org>
31769
31770         * MODULES.html.sh (Unicode string functions): Add the new modules.
31771
31772         * tests/uniwidth/test-u32-strwidth.c: New file.
31773         * modules/uniwidth/u32-strwidth-tests: New file.
31774
31775         * lib/uniwidth/u32-strwidth.c: New file.
31776         * modules/uniwidth/u32-strwidth: New file.
31777
31778         * tests/uniwidth/test-u16-strwidth.c: New file.
31779         * modules/uniwidth/u16-strwidth-tests: New file.
31780
31781         * lib/uniwidth/u16-strwidth.c: New file.
31782         * modules/uniwidth/u16-strwidth: New file.
31783
31784         * tests/uniwidth/test-u8-strwidth.c: New file.
31785         * modules/uniwidth/u8-strwidth-tests: New file.
31786
31787         * lib/uniwidth/u8-strwidth.c: New file.
31788         * modules/uniwidth/u8-strwidth: New file.
31789
31790         * tests/uniwidth/test-u32-width.c: New file.
31791         * modules/uniwidth/u32-width-tests: New file.
31792
31793         * lib/uniwidth/u32-width.c: New file.
31794         * modules/uniwidth/u32-width: New file.
31795
31796         * tests/uniwidth/test-u16-width.c: New file.
31797         * modules/uniwidth/u16-width-tests: New file.
31798
31799         * lib/uniwidth/u16-width.c: New file.
31800         * modules/uniwidth/u16-width: New file.
31801
31802         * tests/uniwidth/test-u8-width.c: New file.
31803         * modules/uniwidth/u8-width-tests: New file.
31804
31805         * lib/uniwidth/u8-width.c: New file.
31806         * modules/uniwidth/u8-width: New file.
31807
31808         * tests/uniwidth/test-uc_width.c: New file.
31809         * modules/uniwidth/width-tests: New file.
31810
31811         * lib/uniwidth/width.c: New file, from GNU libiconv.
31812         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
31813         * modules/uniwidth/width: New file.
31814
31815         * lib/uniwidth.h: New file, from GNU libiconv.
31816         * modules/uniwidth/base: New file.
31817
31818 2007-07-07  Bruno Haible  <bruno@clisp.org>
31819
31820         * lib/uniname.h: New file, from GNU gettext.
31821         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
31822         * lib/uniname/uninames.h: New file, from GNU gettext.
31823         * lib/uniname/uniname.c: New file, from GNU gettext.
31824         * tests/uniname/test-uninames.sh: New file.
31825         * tests/uniname/test-uninames.c: New file, from GNU gettext.
31826         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
31827         * modules/uniname/base: New file.
31828         * modules/uniname/uniname: New file.
31829         * modules/uniname/uniname-tests: New file.
31830         * MODULES.html.sh (Unicode string functions): Add the new modules.
31831
31832 2007-07-06  Bruno Haible  <bruno@clisp.org>
31833
31834         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
31835
31836 2007-07-06  Bruno Haible  <bruno@clisp.org>
31837
31838         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
31839         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
31840         includes <cygwin/sys_time.h> which includes <sys/select.h> which
31841         include <sys/time.h>.
31842         Reported by Eric Blake.
31843
31844 2007-07-06  Eric Blake  <ebb9@byu.net>
31845
31846         Fix testing canonicalize on cygwin.
31847         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31848         Revert patch from 2007-06-19.
31849         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
31850         canonicalize module is also in use.
31851         * tests/test-canonicalize.c: New file.
31852         * tests/test-canonicalize.sh: Likewise.
31853         * modules/canonicalize-tests: Likewise.
31854
31855 2007-07-06  Jim Meyering  <jim@meyering.net>
31856
31857         * lib/getugroups.c (getugroups): Detect getgrent failure.
31858         Adjust comment to reflect reality: this function may return -1.
31859
31860 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
31861
31862         * build-aux/bootstrap (TP_URL,get_translations): Update to use
31863         the new TP address.
31864         (usage): Fix typo
31865         (gnulib_mk): New variable.
31866
31867 2007-07-05  Jim Meyering  <jim@meyering.net>
31868
31869         Don't let endgrent clobber errno, no matter how improbable.
31870         * lib/getugroups.c (getugroups): Save and restore errno around
31871         endgrent call.
31872
31873         Close the group DB even when failing with 2^31 or more members.
31874         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
31875
31876 2007-07-04  Jim Meyering  <jim@meyering.net>
31877
31878         * lib/getugroups.h: New file.
31879         * lib/getugroups.c: Include "getugroups.h".
31880         Remove uses of "register" keyword.
31881         Move local variable, "cp", down into scope where used.
31882         Give "username" parameter the "const" attribute.
31883         * modules/getugroups (Files): Add lib/getugroups.h
31884
31885 2007-07-04  Karl Berry  <karl@gnu.org>
31886
31887         * MODULES.html.sh (func_all_modules): Complete rename of
31888         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
31889
31890 2007-07-02  Bruno Haible  <bruno@clisp.org>
31891
31892         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
31893         mode, when inttypes.h comes from gnulib.
31894         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31895
31896 2007-07-02  Simon Josefsson  <simon@josefsson.org>
31897
31898         * NEWS: Mention lgpl module name change.
31899
31900         * modules/lgpl-2.1: Renamed from lgpl.
31901
31902         * NEWS: Mention gpl module name change.
31903
31904         * modules/gpl-3.0: New file, based on gpl-2.0.
31905
31906         * modules/gpl-2.0: Renamed from gpl.
31907
31908         * modules/gpl: Fix filename, doc/gpl.texi is now found at
31909         doc/gpl-2.0.texi.
31910
31911 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31912
31913         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
31914         #define __STDC_LIMIT_MACROS temporarily while including
31915         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
31916         Problem reported by Joel E. Denny in
31917         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
31918
31919 2007-07-01  Bruno Haible  <bruno@clisp.org>
31920
31921         * lib/unistdio.h: New file.
31922         * lib/unistdio/u-asnprintf.h: New file.
31923         * lib/unistdio/u-asprintf.h: New file.
31924         * lib/unistdio/u-printf-args.c: New file.
31925         * lib/unistdio/u-printf-args.h: New file.
31926         * lib/unistdio/u-printf-parse.h: New file.
31927         * lib/unistdio/u-snprintf.h: New file.
31928         * lib/unistdio/u-sprintf.h: New file.
31929         * lib/unistdio/u-vasprintf.h: New file.
31930         * lib/unistdio/u-vsnprintf.h: New file.
31931         * lib/unistdio/u-vsprintf.h: New file.
31932         * lib/unistdio/ulc-asnprintf.c: New file.
31933         * lib/unistdio/ulc-asprintf.c: New file.
31934         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
31935         * lib/unistdio/ulc-printf-parse.c: New file.
31936         * lib/unistdio/ulc-snprintf.c: New file.
31937         * lib/unistdio/ulc-sprintf.c: New file.
31938         * lib/unistdio/ulc-vasnprintf.c: New file.
31939         * lib/unistdio/ulc-vasprintf.c: New file.
31940         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
31941         * lib/unistdio/ulc-vsnprintf.c: New file.
31942         * lib/unistdio/ulc-vsprintf.c: New file.
31943         * lib/unistdio/u8-asnprintf.c: New file.
31944         * lib/unistdio/u8-asprintf.c: New file.
31945         * lib/unistdio/u8-printf-parse.c: New file.
31946         * lib/unistdio/u8-snprintf.c: New file.
31947         * lib/unistdio/u8-sprintf.c: New file.
31948         * lib/unistdio/u8-vasnprintf.c: New file.
31949         * lib/unistdio/u8-vasprintf.c: New file.
31950         * lib/unistdio/u8-vsnprintf.c: New file.
31951         * lib/unistdio/u8-vsprintf.c: New file.
31952         * lib/unistdio/u8-u8-asnprintf.c: New file.
31953         * lib/unistdio/u8-u8-asprintf.c: New file.
31954         * lib/unistdio/u8-u8-snprintf.c: New file.
31955         * lib/unistdio/u8-u8-sprintf.c: New file.
31956         * lib/unistdio/u8-u8-vasnprintf.c: New file.
31957         * lib/unistdio/u8-u8-vasprintf.c: New file.
31958         * lib/unistdio/u8-u8-vsnprintf.c: New file.
31959         * lib/unistdio/u8-u8-vsprintf.c: New file.
31960         * lib/unistdio/u16-asnprintf.c: New file.
31961         * lib/unistdio/u16-asprintf.c: New file.
31962         * lib/unistdio/u16-printf-parse.c: New file.
31963         * lib/unistdio/u16-snprintf.c: New file.
31964         * lib/unistdio/u16-sprintf.c: New file.
31965         * lib/unistdio/u16-vasnprintf.c: New file.
31966         * lib/unistdio/u16-vasprintf.c: New file.
31967         * lib/unistdio/u16-vsnprintf.c: New file.
31968         * lib/unistdio/u16-vsprintf.c: New file.
31969         * lib/unistdio/u16-u16-asnprintf.c: New file.
31970         * lib/unistdio/u16-u16-asprintf.c: New file.
31971         * lib/unistdio/u16-u16-snprintf.c: New file.
31972         * lib/unistdio/u16-u16-sprintf.c: New file.
31973         * lib/unistdio/u16-u16-vasnprintf.c: New file.
31974         * lib/unistdio/u16-u16-vasprintf.c: New file.
31975         * lib/unistdio/u16-u16-vsnprintf.c: New file.
31976         * lib/unistdio/u16-u16-vsprintf.c: New file.
31977         * lib/unistdio/u32-asnprintf.c: New file.
31978         * lib/unistdio/u32-asprintf.c: New file.
31979         * lib/unistdio/u32-printf-parse.c: New file.
31980         * lib/unistdio/u32-snprintf.c: New file.
31981         * lib/unistdio/u32-sprintf.c: New file.
31982         * lib/unistdio/u32-vasnprintf.c: New file.
31983         * lib/unistdio/u32-vasprintf.c: New file.
31984         * lib/unistdio/u32-vsnprintf.c: New file.
31985         * lib/unistdio/u32-vsprintf.c: New file.
31986         * lib/unistdio/u32-u32-asnprintf.c: New file.
31987         * lib/unistdio/u32-u32-asprintf.c: New file.
31988         * lib/unistdio/u32-u32-snprintf.c: New file.
31989         * lib/unistdio/u32-u32-sprintf.c: New file.
31990         * lib/unistdio/u32-u32-vasnprintf.c: New file.
31991         * lib/unistdio/u32-u32-vasprintf.c: New file.
31992         * lib/unistdio/u32-u32-vsnprintf.c: New file.
31993         * lib/unistdio/u32-u32-vsprintf.c: New file.
31994         * tests/unistdio/test-ulc-asnprintf1.c: New file.
31995         * tests/unistdio/test-ulc-asnprintf1.h: New file.
31996         * tests/unistdio/test-ulc-printf1.h: New file.
31997         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
31998         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
31999         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
32000         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
32001         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
32002         * tests/unistdio/test-ulc-vasprintf1.c: New file.
32003         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
32004         * tests/unistdio/test-ulc-vsprintf1.c: New file.
32005         * tests/unistdio/test-u8-asnprintf1.c: New file.
32006         * tests/unistdio/test-u8-asnprintf1.h: New file.
32007         * tests/unistdio/test-u8-printf1.h: New file.
32008         * tests/unistdio/test-u8-vasnprintf1.c: New file.
32009         * tests/unistdio/test-u8-vasnprintf2.c: New file.
32010         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
32011         * tests/unistdio/test-u8-vasnprintf3.c: New file.
32012         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
32013         * tests/unistdio/test-u8-vasprintf1.c: New file.
32014         * tests/unistdio/test-u8-vsnprintf1.c: New file.
32015         * tests/unistdio/test-u8-vsprintf1.c: New file.
32016         * tests/unistdio/test-u16-asnprintf1.c: New file.
32017         * tests/unistdio/test-u16-asnprintf1.h: New file.
32018         * tests/unistdio/test-u16-printf1.h: New file.
32019         * tests/unistdio/test-u16-vasnprintf1.c: New file.
32020         * tests/unistdio/test-u16-vasnprintf2.c: New file.
32021         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
32022         * tests/unistdio/test-u16-vasnprintf3.c: New file.
32023         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
32024         * tests/unistdio/test-u16-vasprintf1.c: New file.
32025         * tests/unistdio/test-u16-vsnprintf1.c: New file.
32026         * tests/unistdio/test-u16-vsprintf1.c: New file.
32027         * tests/unistdio/test-u32-asnprintf1.c: New file.
32028         * tests/unistdio/test-u32-asnprintf1.h: New file.
32029         * tests/unistdio/test-u32-printf1.h: New file.
32030         * tests/unistdio/test-u32-vasnprintf1.c: New file.
32031         * tests/unistdio/test-u32-vasnprintf2.c: New file.
32032         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
32033         * tests/unistdio/test-u32-vasnprintf3.c: New file.
32034         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
32035         * tests/unistdio/test-u32-vasprintf1.c: New file.
32036         * tests/unistdio/test-u32-vsnprintf1.c: New file.
32037         * tests/unistdio/test-u32-vsprintf1.c: New file.
32038         * modules/unistdio/base: New file.
32039         * modules/unistdio/u-printf-args: New file.
32040         * modules/unistdio/ulc-asnprintf: New file.
32041         * modules/unistdio/ulc-asprintf: New file.
32042         * modules/unistdio/ulc-fprintf: New file.
32043         * modules/unistdio/ulc-printf-parse: New file.
32044         * modules/unistdio/ulc-snprintf: New file.
32045         * modules/unistdio/ulc-sprintf: New file.
32046         * modules/unistdio/ulc-vasnprintf: New file.
32047         * modules/unistdio/ulc-vasprintf: New file.
32048         * modules/unistdio/ulc-vfprintf: New file.
32049         * modules/unistdio/ulc-vsnprintf: New file.
32050         * modules/unistdio/ulc-vsprintf: New file.
32051         * modules/unistdio/u8-asnprintf: New file.
32052         * modules/unistdio/u8-asprintf: New file.
32053         * modules/unistdio/u8-printf-parse: New file.
32054         * modules/unistdio/u8-snprintf: New file.
32055         * modules/unistdio/u8-sprintf: New file.
32056         * modules/unistdio/u8-vasnprintf: New file.
32057         * modules/unistdio/u8-vasprintf: New file.
32058         * modules/unistdio/u8-vsnprintf: New file.
32059         * modules/unistdio/u8-vsprintf: New file.
32060         * modules/unistdio/u8-u8-asnprintf: New file.
32061         * modules/unistdio/u8-u8-asprintf: New file.
32062         * modules/unistdio/u8-u8-snprintf: New file.
32063         * modules/unistdio/u8-u8-sprintf: New file.
32064         * modules/unistdio/u8-u8-vasnprintf: New file.
32065         * modules/unistdio/u8-u8-vasprintf: New file.
32066         * modules/unistdio/u8-u8-vsnprintf: New file.
32067         * modules/unistdio/u8-u8-vsprintf: New file.
32068         * modules/unistdio/u16-asnprintf: New file.
32069         * modules/unistdio/u16-asprintf: New file.
32070         * modules/unistdio/u16-printf-parse: New file.
32071         * modules/unistdio/u16-snprintf: New file.
32072         * modules/unistdio/u16-sprintf: New file.
32073         * modules/unistdio/u16-vasnprintf: New file.
32074         * modules/unistdio/u16-vasprintf: New file.
32075         * modules/unistdio/u16-vsnprintf: New file.
32076         * modules/unistdio/u16-vsprintf: New file.
32077         * modules/unistdio/u16-u16-asnprintf: New file.
32078         * modules/unistdio/u16-u16-asprintf: New file.
32079         * modules/unistdio/u16-u16-snprintf: New file.
32080         * modules/unistdio/u16-u16-sprintf: New file.
32081         * modules/unistdio/u16-u16-vasnprintf: New file.
32082         * modules/unistdio/u16-u16-vasprintf: New file.
32083         * modules/unistdio/u16-u16-vsnprintf: New file.
32084         * modules/unistdio/u16-u16-vsprintf: New file.
32085         * modules/unistdio/u32-asnprintf: New file.
32086         * modules/unistdio/u32-asprintf: New file.
32087         * modules/unistdio/u32-printf-parse: New file.
32088         * modules/unistdio/u32-snprintf: New file.
32089         * modules/unistdio/u32-sprintf: New file.
32090         * modules/unistdio/u32-vasnprintf: New file.
32091         * modules/unistdio/u32-vasprintf: New file.
32092         * modules/unistdio/u32-vsnprintf: New file.
32093         * modules/unistdio/u32-vsprintf: New file.
32094         * modules/unistdio/u32-u32-asnprintf: New file.
32095         * modules/unistdio/u32-u32-asprintf: New file.
32096         * modules/unistdio/u32-u32-snprintf: New file.
32097         * modules/unistdio/u32-u32-sprintf: New file.
32098         * modules/unistdio/u32-u32-vasnprintf: New file.
32099         * modules/unistdio/u32-u32-vasprintf: New file.
32100         * modules/unistdio/u32-u32-vsnprintf: New file.
32101         * modules/unistdio/u32-u32-vsprintf: New file.
32102         * modules/unistdio/ulc-asnprintf-tests: New file.
32103         * modules/unistdio/ulc-vasnprintf-tests: New file.
32104         * modules/unistdio/ulc-vasprintf-tests: New file.
32105         * modules/unistdio/ulc-vsnprintf-tests: New file.
32106         * modules/unistdio/ulc-vsprintf-tests: New file.
32107         * modules/unistdio/u8-asnprintf-tests: New file.
32108         * modules/unistdio/u8-vasnprintf-tests: New file.
32109         * modules/unistdio/u8-vasprintf-tests: New file.
32110         * modules/unistdio/u8-vsnprintf-tests: New file.
32111         * modules/unistdio/u8-vsprintf-tests: New file.
32112         * modules/unistdio/u16-asnprintf-tests: New file.
32113         * modules/unistdio/u16-vasnprintf-tests: New file.
32114         * modules/unistdio/u16-vasprintf-tests: New file.
32115         * modules/unistdio/u16-vsnprintf-tests: New file.
32116         * modules/unistdio/u16-vsprintf-tests: New file.
32117         * modules/unistdio/u32-asnprintf-tests: New file.
32118         * modules/unistdio/u32-vasnprintf-tests: New file.
32119         * modules/unistdio/u32-vasprintf-tests: New file.
32120         * modules/unistdio/u32-vsnprintf-tests: New file.
32121         * modules/unistdio/u32-vsprintf-tests: New file.
32122         * MODULES.html.sh (Unicode string functions): Add the new modules.
32123
32124 2007-07-01  Bruno Haible  <bruno@clisp.org>
32125
32126         * lib/sprintf.c (sprintf): Limit the available length estimation,
32127         to avoid address wraparound.
32128         * lib/vsprintf.c (vsprintf): Likewise.
32129         * modules/sprintf-posix (Dependencies): Add stdint.
32130         * modules/vsprintf-posix (Dependencies): Likewise.
32131
32132 2007-07-01  Bruno Haible  <bruno@clisp.org>
32133
32134         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
32135         Windows PATH as well. Conservative double-quoting. Comments.
32136
32137 2007-07-01  Bruno Haible  <bruno@clisp.org>
32138             Eric Blake  <ebb9@byu.net>
32139             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32140
32141         * gnulib-tool (self_abspathname): Fix algorithm to cope with
32142         empty components in $PATH, denoting '.'.
32143
32144 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32145
32146         * gnulib-tool: Fix indentation.
32147         (func_create_megatestdir): Likewise.
32148         Report by Bruno Haible.
32149
32150 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32151
32152         Sync from Automake.
32153         * build-aux/gnupload: Fix shell portability issues with for loops.
32154         Report by Karl Berry.
32155
32156 2007-06-29  Simon Josefsson  <simon@josefsson.org>
32157
32158         * build-aux/maint.mk (POURL): Use translationproject.org.
32159
32160 2007-06-27  Simon Josefsson  <simon@josefsson.org>
32161             Bruno Haible  <bruno@clisp.org>
32162
32163         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
32164         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
32165         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
32166         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
32167         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
32168
32169 2007-06-27  Bruno Haible  <bruno@clisp.org>
32170
32171         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
32172         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
32173
32174 2007-06-26  Karl Berry  <karl@gnu.org>
32175
32176         * MODULES.html.sh: remove xreadlink-with-size.
32177
32178 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32179
32180         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
32181         method that I hope also handles the double-include problem noted
32182         by Bruno Haible in
32183         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
32184
32185 2007-06-23  Bruno Haible  <bruno@clisp.org>
32186
32187         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32188         Don't let the 'mostlyclean' target fail if the last subdirectory could
32189         not be removed.
32190         Reported by Karl Berry.
32191
32192 2007-06-23  Bruno Haible  <bruno@clisp.org>
32193
32194         * gnulib-tool (echo): Add a speedier workaround for ksh.
32195         * tests/test-echo.sh: Likewise.
32196
32197 2007-06-23  Bruno Haible  <bruno@clisp.org>
32198
32199         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
32200         * tests/test-echo.sh: Likewise.
32201
32202 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32203
32204         * gnulib-tool (IFS): Initialize early, so we don't set it to
32205         empty later.
32206         (self_abspathname): Rewrite algorithm to set it, reindent.
32207         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
32208         (func_create_megatestdir): Merge some sed scripts.
32209
32210 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32211
32212         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
32213         exposed by Sun Studio 11 cc on Solaris 8.
32214
32215 2007-06-22  Bruno Haible  <bruno@clisp.org>
32216
32217         * gnulib-tool (echo): Ensure the echo primitive does not interpret
32218         backslashes.
32219         * tests/test-echo.sh: New file.
32220
32221 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32222
32223         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
32224         simplify `sed_replace_build_aux' scripts, they are portable but
32225         echoing them with `echo' is not.
32226         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
32227
32228 2007-06-21  Karl Berry  <karl@gnu.org>
32229
32230         * config/srclist.txt: guess we can't handle the licenses via
32231         srclist at the moment.
32232
32233 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
32234
32235         * MODULES.html.sh: Add include_next.
32236         * modules/include_next: New file.
32237
32238 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
32239
32240         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
32241         INCLUDE_NEXT.
32242         (gl_CHECK_NEXT_HEADERS): New macro.
32243         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
32244         the obsolescent gl_ABSOLUTE_HEADER.
32245         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
32246         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
32247         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
32248         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
32249         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
32250         * m4/math_h.m4 (gl_MATH_H): Likewise.
32251         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
32252         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
32253         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
32254         * m4/stdint.m4 (gl_STDINT_H): Likewise.
32255         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
32256         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
32257         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
32258         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
32259         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
32260         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
32261         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
32262         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
32263         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
32264         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
32265         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
32266         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
32267         * m4/inttypes.m4 (gl_INTTYPES_H): Define
32268         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
32269         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
32270         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
32271         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
32272         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
32273         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
32274         * lib/float_.h: Likewise.
32275         * lib/inttypes_.h: Likewise.
32276         * lib/math_.h: Likewise.
32277         * lib/search_.h: Likewise.
32278         * lib/signal_.h: Likewise.
32279         * lib/stdint_.h: Likewise.
32280         * lib/stdio_.h: Likewise.
32281         * lib/stdlib_.h: Likewise.
32282         * lib/string_.h: Likewise.
32283         * lib/sys_stat_.h: Likewise.
32284         * lib/sys_time_.h: Likewise.
32285         * lib/time_.h: Likewise.
32286         * lib/unistd_.h: Likewise.
32287         * lib/wchar_.h: Likewise.
32288         * lib/wctype_.h: Likewise.
32289         * lib/dirent_.h: Likewise.
32290         * lib/iconv_.h: Likewise.
32291         * lib/locale_.h: Likewise.
32292         * lib/netinet_in_.h: Likewise.
32293         * lib/sys_select_.h: Likewise.
32294         * lib/sys_socket_.h: Likewise.
32295         * lib/sysexits_.h: Likewise.
32296         * modules/fcntl (Depends-on): Depend on include_next, not
32297         absolute_header.
32298         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
32299         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
32300         * modules/fchdir: Likewise.
32301         * modules/float: Likewise.
32302         * modules/iconv_open: Likewise.
32303         * modules/inttypes: Likewise.
32304         * modules/locale: Likewise.
32305         * modules/math: Likewise.
32306         * modules/netinet_in: Likewise.
32307         * modules/search: Likewise.
32308         * modules/signal: Likewise.
32309         * modules/stdint: Likewise.
32310         * modules/stdio: Likewise.
32311         * modules/stdlib: Likewise.
32312         * modules/string: Likewise.
32313         * modules/sys_select: Likewise.
32314         * modules/sys_socket: Likewise.
32315         * modules/sys_stat: Likewise.
32316         * modules/sys_time: Likewise.
32317         * modules/sysexits: Likewise.
32318         * modules/time: Likewise.
32319         * modules/unistd: Likewise.
32320         * modules/wchar: Likewise.
32321         * modules/wctype: Likewise.
32322         * modules/sys_stat: Change maintainer to "all".
32323         * modules/unistd: Likewise.
32324
32325 2007-06-20  Karl Berry  <karl@gnu.org>
32326
32327         * config/srclist.txt: track www changes in license files.
32328
32329 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
32330
32331         * build-aux/bootstrap: Remove stray dot.
32332         Make sure build_aux settings are honored when linking
32333         gnulib_extra_files.
32334
32335 2007-06-19  Eric Blake  <ebb9@byu.net>
32336
32337         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32338         Allow compilation on cygwin.
32339
32340 2007-06-19  Jim Meyering  <jim@meyering.net>
32341
32342         xreadlink-with-size: Remove module.  No longer used.
32343         Ex-callers now use xreadlink or mreadlink-with-size.
32344         * modules/xreadlink-with-size: Remove module.
32345         * lib/xreadlink-with-size.c: Remove file.
32346         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
32347         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
32348         just before the function definition *is* accurate.
32349
32350         Eliminate one way canonicalize_filename_mode could exit.
32351         * lib/canonicalize.c (canonicalize_filename_mode):
32352         Use mreadlink_with_size, not xreadlink_with_size.
32353
32354 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         Detect porting problems to FreeBSD/arm, which has time_t wider than
32357         long int.  Original problem reported for GNU diff by Xin Li in
32358         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
32359         * modules/getdate (Depends-on): Add intprops, verify.
32360         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
32361         is an integer type no wider than long int.
32362
32363 2007-06-18  Jim Meyering  <jim@meyering.net>
32364
32365         New module: mreadlink-with-size.
32366         * MODULES.html.sh: Add mreadlink-with-size.
32367         * modules/mreadlink-with-size: New module
32368         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
32369         not xreadlink-with-size.
32370         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
32371
32372 2007-06-16  Bruno Haible  <bruno@clisp.org>
32373
32374         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
32375         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
32376         Reported by Gary V. Vaughan <gary@gnu.org>.
32377
32378 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
32379
32380         Revamp lchown so that it lives in unistd.h where it belongs.
32381         * lib/lchown.h: Remove.
32382         * lib/dirchownmod.c: Don't include lib/lchown.h.
32383         * lib/fchownat.c: Likewise.
32384         * lib/openat.c: Likewise.
32385         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
32386         does not follow symlinks.
32387         (EOPNOTSUPP): Define if not defined.
32388         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
32389         is defined to 0.
32390         (lchown): New decl.
32391         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
32392         Do not check for lchown decl.
32393         Set REPLACE_LCHOWN.
32394         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
32395         REPLACE_LCHOWN.
32396         * modules/chown: Make it clear it follows symlinks.
32397         * modules/lchown: Make it clear it doesn't follow symlinks.
32398         (Files): Remove lib/lchown.h
32399         (Depends-on): Add unistd.
32400         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
32401         (Include): Include <unistd.h>, not "lchown.h".
32402         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
32403         REPLACE_LCHOWN.
32404
32405 2007-06-15  Jim Meyering  <jim@meyering.net>
32406
32407         Change license (GPL to LGPL) of fsusage and dependents.
32408         * modules/fsusage (License): Change to LGPL.
32409         * modules/full-read (License): Likewise.
32410         * modules/full-write (License): Likewise.
32411         * modules/safe-read (License): Likewise.
32412         * modules/safe-write (License): Likewise.
32413
32414 2007-06-14  Ben Pfaff  <blp@gnu.org>
32415
32416         Missing part of allocsa -> malloca transition.
32417         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
32418         gl_MALLOCA.
32419
32420 2007-06-12  Bruno Haible  <bruno@clisp.org>
32421
32422         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
32423         to ia64, x86_64, i386.
32424         Reported by Eric Blake.
32425
32426 2007-06-12  Bruno Haible  <bruno@clisp.org>
32427
32428         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
32429         cross-compiling to x86_64.
32430
32431 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
32432
32433         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
32434         glitch reported by Ralf Wildenhues in
32435         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
32436
32437         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
32438         Vin Shelton.
32439
32440 2007-06-11  Bruno Haible  <bruno@clisp.org>
32441
32442         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
32443         replacement string.
32444         Reported by Eric Blake.
32445
32446 2007-06-10  Bruno Haible  <bruno@clisp.org>
32447
32448         Prepare vasnprintf code for use with Unicode strings.
32449         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
32450         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
32451         TYPE_U32_STRING.
32452         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
32453         a_u32_string variants.
32454         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
32455         * lib/printf-args.c: Don't include config.h and the specification
32456         header if PRINTF_FETCHARGS is already defined.
32457         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
32458         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
32459         TYPE_U16_STRING, TYPE_U32_STRING.
32460         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
32461         u16_directive, u16_directives, u32_directive, u32_directives): New
32462         types.
32463         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
32464         New declarations.
32465         * lib/printf-parse.c: Don't include config.h and the specification
32466         header if PRINTF_PARSE is already defined. Eliminate the set of
32467         parameters for WIDE_CHAR_VERSION; the user of this file must provide
32468         them now. Include c-ctype.h.
32469         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
32470         directive and CHAR_T_ONLY_ASCII.
32471         * lib/vasnprintf.c: Don't include config.h and the specification header
32472         if VASNPRINTF is already defined.
32473         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
32474         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
32475         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
32476         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
32477         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
32478         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
32479         code accordingly.
32480         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
32481         pad_ourselves also in this case, with the 'c' and 's' directives, and
32482         with a different notion of "width".
32483         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
32484
32485 2007-06-10  Bruno Haible  <bruno@clisp.org>
32486
32487         * modules/unistr/u32-mbsnlen: New file.
32488         * lib/unistr/u32-mbsnlen.c: New file.
32489
32490         * modules/unistr/u16-mbsnlen: New file.
32491         * lib/unistr/u16-mbsnlen.c: New file.
32492
32493         * modules/unistr/u8-mbsnlen: New file.
32494         * lib/unistr/u8-mbsnlen.c: New file.
32495
32496         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
32497         declarations.
32498
32499 2007-06-10  Bruno Haible  <bruno@clisp.org>
32500
32501         * lib/string_.h (mbsnlen): New declaration.
32502         * lib/mbsnlen.c: New file.
32503         * m4/mbsnlen.m4: New file.
32504         * modules/mbsnlen: New file.
32505         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
32506         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
32507         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
32508
32509 2007-06-10  Bruno Haible  <bruno@clisp.org>
32510
32511         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
32512
32513 2007-06-10  Bruno Haible  <bruno@clisp.org>
32514
32515         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
32516         * lib/mbuiter.h: Likewise.
32517
32518 2007-06-10  Bruno Haible  <bruno@clisp.org>
32519
32520         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
32521         declaration.
32522
32523 2007-06-10  Karl Berry  <karl@gnu.org>
32524
32525         * config/srclist.txt: remove gettext entries, Bruno prefers
32526         to update individually.
32527
32528 2007-06-10  Bruno Haible  <bruno@clisp.org>
32529
32530         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
32531         'maxlen'. Ensure only length + width bytes are allocated, not
32532         length + 1 + width.
32533
32534 2007-06-09  Bruno Haible  <bruno@clisp.org>
32535
32536         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
32537         (CHAR_T): Remove macro.
32538         (VASNPRINTF): Update.
32539
32540 2007-06-09  Bruno Haible  <bruno@clisp.org>
32541
32542         * MODULES.html.sh (Unicode string functions): Add the new modules.
32543
32544         * modules/uniconv/u32-conv-to-enc: New file.
32545         * lib/uniconv/u32-conv-to-enc.c: New file.
32546         * modules/uniconv/u32-conv-to-enc-tests: New file.
32547         * tests/uniconv/test-u32-conv-to-enc.c: New file.
32548
32549         * modules/uniconv/u16-conv-to-enc: New file.
32550         * lib/uniconv/u16-conv-to-enc.c: New file.
32551         * lib/uniconv/u-conv-to-enc.h: New file.
32552         * modules/uniconv/u16-conv-to-enc-tests: New file.
32553         * tests/uniconv/test-u16-conv-to-enc.c: New file.
32554
32555         * modules/uniconv/u8-conv-to-enc: New file.
32556         * lib/uniconv/u8-conv-to-enc.c: New file.
32557         * modules/uniconv/u8-conv-to-enc-tests: New file.
32558         * tests/uniconv/test-u8-conv-to-enc.c: New file.
32559
32560         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
32561         u32_conv_to_encoding): New declarations.
32562
32563 2007-06-09  Bruno Haible  <bruno@clisp.org>
32564
32565         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
32566
32567 2007-06-09  Bruno Haible  <bruno@clisp.org>
32568
32569         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
32570         * modules/malloca: Renamed from modules/allocsa, updated.
32571         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
32572         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
32573         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
32574         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
32575         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
32576         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
32577         * modules/xmalloca: Renamed from modules/xallocsa, updated.
32578         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
32579         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
32580         * modules/c-strcasestr (Depends-on): Update.
32581         * lib/c-strcasestr.c: Update.
32582         * modules/c-strstr (Depends-on): Update.
32583         * lib/c-strstr.c: Update.
32584         * modules/canonicalize-lgpl (Depends-on): Update.
32585         * lib/canonicalize-lgpl.c: Update.
32586         * modules/clean-temp (Depends-on): Update.
32587         * lib/clean-temp.c: Update.
32588         * modules/csharpcomp (Depends-on): Update.
32589         * lib/csharpcomp.c: Update.
32590         * modules/csharpexec (Depends-on): Update.
32591         * lib/csharpexec.c: Update.
32592         * modules/javacomp (Depends-on): Update.
32593         * lib/javacomp.c: Update.
32594         * modules/javaexec (Depends-on): Update.
32595         * lib/javaexec.c: Update.
32596         * modules/mbscasestr (Depends-on): Update.
32597         * lib/mbscasestr.c: Update.
32598         * modules/mbsstr (Depends-on): Update.
32599         * lib/mbsstr.c: Update.
32600         * modules/setenv (Depends-on): Update.
32601         * lib/setenv.c: Update.
32602         * modules/strcasestr (Depends-on): Update.
32603         * lib/strcasestr.c: Update.
32604         * modules/striconveha (Depends-on): Update.
32605         * lib/striconveha.c: Update.
32606         * modules/relocatable-prog-wrapper (Files): Update.
32607         * lib/relocwrapper.c: Update.
32608         * build-aux/install-reloc: Update.
32609         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
32610
32611 2007-06-08  Bruno Haible  <bruno@clisp.org>
32612
32613         Port to uClibc.
32614         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
32615         * lib/fpurge.c (fpurge): Likewise.
32616         * lib/freading.c (freading): Likewise.
32617         * lib/fseeko.c (rpl_fseeko): Likewise.
32618         * lib/fseterr.c (fseterr): Likewise.
32619         * lib/fwriting.c (fwriting): Likewise.
32620         * tests/test-fflush.c (main): Avoid a failure on uClibc.
32621
32622 2007-06-08  Bruno Haible  <bruno@clisp.org>
32623
32624         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
32625         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
32626         * modules/gettext (Files): Add m4/intlmacosx.m4.
32627
32628 2007-06-07  Bruno Haible  <bruno@clisp.org>
32629
32630         * modules/localename-tests: New file.
32631         * tests/test-localename.c: New file.
32632
32633         New module 'localename'.
32634         * lib/localename.h: New file.
32635         * lib/localename.c: New file, from GNU gettext.
32636         * m4/localename.m4: New file.
32637         * modules/localename: New file.
32638
32639 2007-06-07  Bruno Haible  <bruno@clisp.org>
32640
32641         Work around the lack of <wchar.h> on some builds of uClibc.
32642         * doc/headers/wchar.texi: Update.
32643         * lib/wchar_.h: Include <wchar.h> only if it exists.
32644         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
32645         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
32646         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
32647         doesn't exist.
32648         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
32649         * modules/mbfile (Depends-on): Add wchar.
32650         * modules/mbiter (Depends-on): Likewise.
32651         * modules/mbuiter (Depends-on): Likewise.
32652         Reported by Simon Josefsson.
32653
32654 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
32655
32656         Work around problem reported by Steven M. Schweda in
32657         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
32658         Tru64 5.1B with the Compaq compiler environment installed declares
32659         an 'isblank' function but does not define it in the C library.
32660         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
32661         * lib/regex_internal.h (isblank): Likewise.
32662         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
32663         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32664
32665 2007-06-05  Bruno Haible  <bruno@clisp.org>
32666
32667         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
32668         ia64.
32669         * modules/printf-safe: New file.
32670         * modules/fprintf-posix (Depends-on): Add printf-safe.
32671         * modules/printf-posix (Depends-on): Likewise.
32672         * modules/snprintf-posix (Depends-on): Likewise.
32673         * modules/sprintf-posix (Depends-on): Likewise.
32674         * modules/vasnprintf-posix (Depends-on): Likewise.
32675         * modules/vasprintf-posix (Depends-on): Likewise.
32676         * modules/vfprintf-posix (Depends-on): Likewise.
32677         * modules/vprintf-posix (Depends-on): Likewise.
32678         * modules/vsnprintf-posix (Depends-on): Likewise.
32679         * modules/vsprintf-posix (Depends-on): Likewise.
32680         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
32681         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
32682         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
32683         "no" on i386, x86_64, ia64.
32684         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
32685         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32686         on i386, x86_64, ia64.
32687         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
32688         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32689         on i386, x86_64, ia64.
32690         * tests/test-vasnprintf-posix.c: Include float.h.
32691         (LDBL80_WORDS): New macro.
32692         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32693         on i386, x86_64, ia64.
32694         * tests/test-vasprintf-posix.c: Include float.h.
32695         (LDBL80_WORDS): New macro.
32696         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32697         on i386, x86_64, ia64.
32698         * tests/test-snprintf-posix.c: Include float.h.
32699         * tests/test-sprintf-posix.c: Likewise.
32700         * tests/test-vsnprintf-posix.c: Likewise.
32701         * tests/test-vsprintf-posix.c: Likewise.
32702
32703 2007-06-05  Bruno Haible  <bruno@clisp.org>
32704
32705         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
32706         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
32707         non-IEEE numbers on i386, x86_64, ia64.
32708         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
32709         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
32710         * tests/test-isnanl.h: Include float.h.
32711         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
32712
32713 2007-06-05  Bruno Haible  <bruno@clisp.org>
32714
32715         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
32716         also the %a / %A. Handle the %a / %A code before this extra handling.
32717
32718 2007-06-05  Bruno Haible  <bruno@clisp.org>
32719
32720         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
32721         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
32722
32723 2007-06-05  Bruno Haible  <bruno@clisp.org>
32724
32725         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
32726         typo in variable name.
32727
32728 2007-06-05  Eric Blake  <ebb9@byu.net>
32729
32730         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
32731         Reported by Simon Josefsson.
32732
32733 2007-06-04  Bruno Haible  <bruno@clisp.org>
32734
32735         Avoid test failures on some PowerPC platforms.
32736         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
32737         Define differently for PowerPC.
32738         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
32739         Reported by Gary V. Vaughan <gary@gnu.org>.
32740
32741 2007-06-02  Bruno Haible  <bruno@clisp.org>
32742
32743         Fix test-stdint failure on FreeBSD/ia64.
32744         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
32745         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
32746         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
32747         * doc/headers/stdint.texi: Update.
32748
32749 2007-06-01  Bruno Haible  <bruno@clisp.org>
32750
32751         * tests/test-binary-io.c (main): Pass a third argument to open().
32752         Reported by Gary V. Vaughan <gary@gnu.org>.
32753
32754 2007-06-01  Bruno Haible  <bruno@clisp.org>
32755
32756         * doc/functions/frexpl.texi: Update for mingw.
32757
32758 2007-06-01  Bruno Haible  <bruno@clisp.org>
32759
32760         * tests/test-lseek.c (main): Disable test of errno for invalid third
32761         argument.
32762         * doc/functions/lseek.texi: Update.
32763         Reported by Gary V. Vaughan <gary@gnu.org>.
32764
32765 2007-05-28  Bruno Haible  <bruno@clisp.org>
32766
32767         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
32768
32769 2007-05-31  Eric Blake  <ebb9@byu.net>
32770
32771         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
32772         cross compiling.
32773
32774 2007-05-30  Eric Blake  <ebb9@byu.net>
32775         and Bruno Haible  <bruno@clisp.org>
32776
32777         Work around mingw test failures exposed by m4-1.4.9b.
32778         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
32779         * tests/test-unistd.c: Disable uid_t and git_t tests for the
32780         moment.
32781
32782 2007-05-30  Bruno Haible  <bruno@clisp.org>
32783
32784         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
32785         assuming that they are closed. Needed on HP-UX 11.
32786
32787 2007-05-29  Bruno Haible  <bruno@clisp.org>
32788
32789         Fix a problem with #include_next.
32790         * lib/dirent_.h: Split the double-inclusion guard.
32791         * lib/fcntl_.h: Likewise.
32792         * lib/float_.h: Likewise.
32793         * lib/iconv_.h: Likewise.
32794         * lib/inttypes_.h: Likewise.
32795         * lib/locale_.h: Likewise.
32796         * lib/math_.h: Likewise.
32797         * lib/netinet_in_.h: Likewise.
32798         * lib/search_.h: Likewise.
32799         * lib/signal_.h: Likewise.
32800         * lib/stdint_.h: Likewise.
32801         * lib/stdio_.h: Likewise.
32802         * lib/stdlib_.h: Likewise.
32803         * lib/string_.h: Likewise.
32804         * lib/sys_select_.h: Likewise.
32805         * lib/sys_socket_.h: Likewise.
32806         * lib/sys_stat_.h: Likewise.
32807         * lib/sys_time_.h: Likewise.
32808         * lib/sysexits_.h: Likewise.
32809         * lib/time_.h: Likewise.
32810         * lib/unistd_.h: Likewise.
32811         * lib/wchar_.h: Likewise.
32812         * lib/wctype_.h: Likewise.
32813
32814 2007-05-29  Bruno Haible  <bruno@clisp.org>
32815
32816         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
32817         for the moment.
32818
32819 2007-05-29  Bruno Haible  <bruno@clisp.org>
32820
32821         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
32822         invocation.
32823         Reported by Eric Blake.
32824
32825 2007-05-29  Bruno Haible  <bruno@clisp.org>
32826
32827         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
32828         compiling case.
32829
32830 2007-05-29  Eric Blake  <ebb9@byu.net>
32831             Bruno Haible  <bruno@clisp.org>
32832
32833         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
32834         cross compiles.
32835
32836 2007-05-28  Eric Blake  <ebb9@byu.net>
32837
32838         * modules/closein-tests (test_closein_LDADD): Support test on
32839         cygwin with libtool.
32840
32841 2007-05-28  Bruno Haible  <bruno@clisp.org>
32842
32843         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
32844         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32845         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32846         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32847         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32848         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32849         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32850         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32851         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32852
32853 2007-05-28  Eric Blake  <ebb9@byu.net>
32854
32855         Unconditionally include <config.h> in unit tests.
32856         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
32857         * tests/test-allocsa.c, tests/test-arcfour.c,
32858         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
32859         tests/test-array_list.c, tests/test-array_oset.c,
32860         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
32861         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
32862         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
32863         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
32864         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
32865         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
32866         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
32867         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
32868         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
32869         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
32870         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
32871         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
32872         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
32873         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
32874         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
32875         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
32876         test-md5.c, test-memmem.c, test-printf-posix.c,
32877         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
32878         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
32879         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
32880         test-strcasestr.c, test-striconv.c, test-striconveh.c,
32881         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
32882         test-vasnprintf-posix2.c, test-vasnprintf.c,
32883         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
32884         test-vfprintf-posix.c, test-vprintf-posix.c,
32885         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
32886         test-xvasprintf.c: Likewise.
32887
32888 2007-05-28  Bruno Haible  <bruno@clisp.org>
32889
32890         * gnulib-tool (func_import): Remember the --with-tests command-line
32891         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
32892         Reported by Eric Blake.
32893
32894 2007-05-28  Bruno Haible  <bruno@clisp.org>
32895
32896         * modules/ftell-tests: New file.
32897         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
32898         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
32899
32900         * lib/ftell.c: New file.
32901         * modules/ftell: New file.
32902         * m4/ftell.m4: New file.
32903         * doc/functions/ftell.texi: Update.
32904         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
32905         REPLACE_FTELL.
32906         * lib/stdio_.h (rpl_ftell): New declaration.
32907         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
32908         REPLACE_FTELL.
32909
32910 2007-05-28  Eric Blake  <ebb9@byu.net>
32911
32912         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
32913
32914 2007-05-28  Bruno Haible  <bruno@clisp.org>
32915
32916         * modules/fseek-tests: New file.
32917         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
32918         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
32919
32920         * lib/fseek.c: New file.
32921         * modules/fseek: New file.
32922         * m4/fseek.m4: New file.
32923         * doc/functions/fseek.texi: Update.
32924         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
32925         REPLACE_FSEEK.
32926         * lib/stdio_.h (rpl_fseek): New declaration.
32927         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
32928         REPLACE_FSEEK.
32929
32930 2007-05-28  Bruno Haible  <bruno@clisp.org>
32931
32932         * lib/stdio_.h (fflush): More comments.
32933
32934 2007-05-28  Bruno Haible  <bruno@clisp.org>
32935
32936         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
32937         runtime test.
32938
32939 2007-05-28  Eric Blake  <ebb9@byu.net>
32940
32941         Improve lseek module.
32942         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
32943         * lib/unistd_.h (lseek): Scale back link warning message.
32944         * tests/test-lseek.c: Beef up test.
32945         * tests/test-lseek.sh: Exercise more facets of lseek.
32946         Reported by Bruno Haible.
32947
32948 2007-05-28  Bruno Haible  <bruno@clisp.org>
32949
32950         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
32951         to define.
32952
32953 2007-05-27  Bruno Haible  <bruno@clisp.org>
32954
32955         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
32956
32957 2007-05-27  Bruno Haible  <bruno@clisp.org>
32958
32959         * modules/openmp: New file.
32960         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
32961         Noah Misch.
32962
32963 2007-05-26  Bruno Haible  <bruno@clisp.org>
32964
32965         * modules/chdir-long (Depends-on): Add fchdir.
32966         * modules/chdir-safer (Depends-on): Likewise.
32967         * modules/fts (Depends-on): Likewise.
32968         * modules/fts-lgpl (Depends-on): Likewise.
32969         * modules/openat (Depends-on): Likewise.
32970         * modules/savewd (Depends-on): Likewise.
32971
32972 2007-05-24  Eric Blake  <ebb9@byu.net>
32973
32974         Fix lseek on mingw.
32975         * modules/lseek: New module.
32976         * m4/lseek.m4: New file.
32977         * lib/lseek.c: New file.
32978         * modules/lseek-tests: New file.
32979         * tests/test-lseek.c: New file.
32980         * tests/test-lseek.sh: New file.
32981         * MODULES.html.sh: Document lseek module.
32982         * modules/fflush (Depends-on): Add lseek, fseeko.
32983         * modules/fseeko (Depends-on): Likewise.
32984         * modules/ftello (Depends-on): Likewise.
32985         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
32986         broken.
32987         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
32988         broken.
32989         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
32990         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
32991         * lib/ftello.c (rpl_ftello): Likewise.
32992         * tests/test-fseeko.c (main): Test this.
32993         * tests/test-fseeko.sh: Likewise.
32994         * tests/test-ftello.c (main): Likewise.
32995         * tests/test-ftello.sh: Likewise.
32996         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
32997         implies replacing fseek.
32998         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
32999         HAVE_FTELLO.
33000         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
33001         * modules/unistd (Makefile.am): Likewise.
33002         * lib/unistd_.h (lseek): Declare a replacement.
33003         * doc/functions/lseek.texi (lseek): Document this fix.
33004         * doc/functions/fseek.texi (fseek): Likewise.
33005         * doc/functions/ftell.texi (ftell): Likewise.
33006
33007 2007-05-24  Bruno Haible  <bruno@clisp.org>
33008
33009         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
33010         in the printed representation of a NaN.
33011         * tests/test-vasprintf-posix.c (test_function): Likewise.
33012         * tests/test-snprintf-posix.h (test_function): Likewise.
33013         * tests/test-sprintf-posix.h (test_function): Likewise.
33014         Reported by Eric Blake.
33015
33016 2007-05-23  Eric Blake  <ebb9@byu.net>
33017
33018         Fix fseeko/ftello on cygwin 1.5.24.
33019         * doc/functions/fseeko.texi (fseeko): Document the fix.
33020         * doc/functions/ftello.texi (ftello): Document the fix.
33021         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
33022         * doc/functions/stdout.text (stdout): New file.
33023         * doc/functions/stderr.text (stderr): New file.
33024         * doc/gnulib.texi (Function Substitutes): Use new files.
33025         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
33026         prior to 1.7.0.
33027         * tests/test-ftello.c (main): Likewise for ftello.
33028         * tests/test-fseeko.sh: New file.
33029         * tests/test-ftello.sh: New file.
33030         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
33031         with seekable stdin.
33032         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
33033         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
33034         (gl_REPLACE_FSEEKO): New macro.
33035         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
33036         * modules/fseeko (Files): Distribute fseeko.c.
33037         * modules/ftello (Files): Distribute ftello.c.
33038         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
33039         mode.
33040         * lib/ftello.c (rpl_ftello): New file.
33041         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
33042         fseeko, ftello.
33043         (gl_STDIN_LARGE_OFFSET): New macro.
33044         * modules/stdio (Makefile.am): Perform the replacement.
33045         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
33046
33047 2007-05-23  Bruno Haible  <bruno@clisp.org>
33048
33049         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
33050         GNULIB_POSIXCHECK is defined.
33051
33052 2007-05-21  Bruno Haible  <bruno@clisp.org>
33053
33054         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
33055         Check also the output for NaN arguments. When cross-compiling, guess
33056         no on IRIX.
33057         * lib/vasnprintf.c: Update comments.
33058         * tests/test-vasnprintf-posix.c (strisnan): New function.
33059         (test_function): Use it.
33060         * tests/test-vasprintf-posix.c (strisnan): New function.
33061         (test_function): Use it.
33062         * tests/test-snprintf-posix.h (strisnan): New function.
33063         (test_function): Use it.
33064         * tests/test-sprintf-posix.h (strisnan): New function.
33065         (test_function): Use it.
33066         Reported by Eric Blake.
33067
33068 2007-05-20  Bruno Haible  <bruno@clisp.org>
33069
33070         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
33071         numbers that fails on BeOS.
33072         * doc/functions/frexpl.texi: Update.
33073
33074 2007-05-20  Jim Meyering  <jim@meyering.net>
33075
33076         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
33077         forced upon us by glibc-2.6.
33078
33079 2007-05-20  Bruno Haible  <bruno@clisp.org>
33080
33081         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
33082         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
33083         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
33084         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
33085         NEED_PRINTF_INFINITE.
33086         (is_infinitel): New function.
33087         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
33088         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
33089         gl_PREREQ_VASNPRINTF_INFINITE.
33090         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
33091         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33092         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
33093         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
33094         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
33095         gl_PREREQ_VASNPRINTF_INFINITE.
33096         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
33097         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33098         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33099         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33100         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33101         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33102         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33103         * doc/functions/fprintf.texi: Update.
33104         * doc/functions/printf.texi: Update.
33105         * doc/functions/snprintf.texi: Update.
33106         * doc/functions/sprintf.texi: Update.
33107         * doc/functions/vfprintf.texi: Update.
33108         * doc/functions/vprintf.texi: Update.
33109         * doc/functions/vsnprintf.texi: Update.
33110         * doc/functions/vsprintf.texi: Update.
33111
33112 2007-05-20  Bruno Haible  <bruno@clisp.org>
33113
33114         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
33115         was not found in libc.
33116         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
33117
33118 2007-05-20  Bruno Haible  <bruno@clisp.org>
33119
33120         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
33121         printed as "-nan" instead of "nan".
33122         * tests/test-vasprintf-posix.c (test_function): Likewise.
33123         * tests/test-snprintf-posix.h (test_function): Likewise.
33124         * tests/test-sprintf-posix.h (test_function): Likewise.
33125         Needed for HP-UX 11.
33126
33127 2007-05-20  Jim Meyering  <jim@meyering.net>
33128
33129         Fix buggy test for the fchownat-deref bug.
33130         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
33131         symlink required for the run-test.  Without it, this test would
33132         always declare that fchownat doesn't work, and client code would
33133         unnecessarily use the replacement function with fixed libc.
33134         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
33135         Reported by Greg Schafer.
33136
33137 2007-05-19  Bruno Haible  <bruno@clisp.org>
33138
33139         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
33140         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
33141         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
33142         Needed for IRIX 6.5 and Solaris 2.5.1.
33143
33144 2007-05-19  Bruno Haible  <bruno@clisp.org>
33145
33146         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
33147         (test_function): Skip tests involving -0.0 on platforms where
33148         -0.0 = 0.0.
33149         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
33150         (test_function): Skip tests involving -0.0 on platforms where
33151         -0.0 = 0.0.
33152         * tests/test-snprintf-posix.h (have_minus_zero): New function.
33153         (test_function): Skip tests involving -0.0 on platforms where
33154         -0.0 = 0.0.
33155         * tests/test-sprintf-posix.h (have_minus_zero): New function.
33156         (test_function): Skip tests involving -0.0 on platforms where
33157         -0.0 = 0.0.
33158         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
33159         tests.
33160         * tests/test-printf-posix.h (test_function): Likewise.
33161         * tests/test-printf-posix.output: Remove all -0.0 related results.
33162         Needed for IRIX 6.5.
33163
33164 2007-05-19  Bruno Haible  <bruno@clisp.org>
33165
33166         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
33167         printed as "nan0x7fffffff" instead of "nan".
33168         * tests/test-vasprintf-posix.c (test_function): Likewise.
33169         * tests/test-snprintf-posix.h (test_function): Likewise.
33170         * tests/test-sprintf-posix.h (test_function): Likewise.
33171         * tests/test-fprintf-posix.h (NaN): Remove macro.
33172         (test_function): Remove all NaN related tests.
33173         * tests/test-printf-posix.h (NaN): Remove macro.
33174         (test_function): Remove all NaN related tests.
33175         * tests/test-printf-posix.output: Remove all NaN related results.
33176         Needed for IRIX 6.5.
33177
33178 2007-05-19  Bruno Haible  <bruno@clisp.org>
33179
33180         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
33181         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
33182
33183 2007-05-19  Bruno Haible  <bruno@clisp.org>
33184
33185         * lib/float_.h: New file.
33186         * m4/float_h.m4: New file.
33187         * modules/float: New file.
33188         * modules/isnanl (Dependencies): Add float.
33189         * modules/isnanl-nolibm (Dependencies): Likewise.
33190         * modules/mathl (Dependencies): Likewise.
33191         * modules/printf-frexpl (Dependencies): Likewise.
33192         * modules/signbit (Dependencies): Likewise.
33193         * modules/vasnprintf (Dependencies): Likewise.
33194         * doc/headers/float.texi: Update.
33195
33196 2007-05-19  Jim Meyering  <jim@meyering.net>
33197
33198         * lib/utimens.c (gl_futimens): Rename from futimens,
33199         now that glibc-2.6 declares futimens.
33200         * lib/utimens.h: Likewise.
33201
33202 2007-05-19  Bruno Haible  <bruno@clisp.org>
33203
33204         Avoid test failures on mingw.
33205         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
33206         * tests/test-printf-posix.sh: Likewise.
33207         * tests/test-vfprintf-posix.sh: Likewise.
33208         * tests/test-vprintf-posix.sh: Likewise.
33209
33210 2007-05-19  Bruno Haible  <bruno@clisp.org>
33211
33212         Fix *printf result for NaN, Inf, -0.0 on mingw.
33213         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
33214         * lib/vasnprintf.c: Include math.h and isnan.h.
33215         (is_infinite_or_zero): New function.
33216         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
33217         values in the %f, %F, %e, %E, %g, %G directives.
33218         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
33219         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33220         gl_PRINTF_INFINITE and test its result. Invoke
33221         gl_PREREQ_VASNPRINTF_INFINITE.
33222         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
33223         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33224         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33225         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33226         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33227         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33228         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33229         * doc/functions/fprintf.texi: Update.
33230         * doc/functions/printf.texi: Update.
33231         * doc/functions/snprintf.texi: Update.
33232         * doc/functions/sprintf.texi: Update.
33233         * doc/functions/vfprintf.texi: Update.
33234         * doc/functions/vprintf.texi: Update.
33235         * doc/functions/vsnprintf.texi: Update.
33236         * doc/functions/vsprintf.texi: Update.
33237
33238 2007-05-19  Bruno Haible  <bruno@clisp.org>
33239
33240         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
33241         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
33242         Instead of multiplying with 10^k, set extra_zeroes to k.
33243         (scale10_round_long_double): Remove function.
33244
33245 2007-05-18  Bruno Haible  <bruno@clisp.org>
33246
33247         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
33248         introduced on 2007-05-06.
33249
33250 2007-05-18  Bruno Haible  <bruno@clisp.org>
33251
33252         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
33253         %g directives.
33254         * tests/test-vasprintf-posix.c (test_function): Likewise.
33255         * tests/test-snprintf-posix.h (test_function): Likewise.
33256         * tests/test-sprintf-posix.h (test_function): Likewise.
33257
33258 2007-05-18  Bruno Haible  <bruno@clisp.org>
33259
33260         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
33261         (strmatch): New function.
33262         (test_function): Test the %f directive on numbers of various exponents.
33263         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
33264         (strmatch): New function.
33265         (test_function): Test the %f directive on numbers of various exponents.
33266         * tests/test-snprintf-posix.h (strmatch): New function.
33267         (test_function): Test the %f directive on numbers of various exponents.
33268         * tests/test-sprintf-posix.h (strmatch): New function.
33269         (test_function): Test the %f directive on numbers of various exponents.
33270         * tests/test-snprintf-posix.c (SIZEOF): New macro.
33271         * tests/test-sprintf-posix.c (SIZEOF): New macro.
33272         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
33273         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
33274
33275 2007-05-18  Bruno Haible  <bruno@clisp.org>
33276
33277         Add support for 'long double' number output.
33278         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
33279         * lib/vasnprintf.c: Include math.h and float+.h.
33280         (mp_limb_t): New type.
33281         (GMP_LIMB_BITS): New macro.
33282         (mp_twolimb_t): New type.
33283         (GMP_TWOLIMB_BITS): New macro.
33284         (mpn_t): New type.
33285         (multiply, divide, convert_to_decimal, decode_long_double,
33286         scale10_round_long_double, scale10_round_decimal_long_double,
33287         floorlog10l): New functions.
33288         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
33289         for the %f, %F, %e, %E, %g, %G directives.
33290         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
33291         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33292         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
33293         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
33294         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
33295         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33296         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33297         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33298         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33299         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33300         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33301         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
33302         * modules/snprintf-posix (Depends-on): Likewise.
33303         * modules/sprintf-posix (Depends-on): Likewise.
33304         * modules/vasnprintf-posix (Depends-on): Likewise.
33305         * modules/vasprintf-posix (Depends-on): Likewise.
33306         * modules/vfprintf-posix (Depends-on): Likewise.
33307         * modules/vsnprintf-posix (Depends-on): Likewise.
33308         * modules/vsprintf-posix (Depends-on): Likewise.
33309         * modules/vasnprintf (Files): Add lib/float+.h.
33310         * doc/functions/fprintf.texi: Update.
33311         * doc/functions/printf.texi: Update.
33312         * doc/functions/snprintf.texi: Update.
33313         * doc/functions/sprintf.texi: Update.
33314         * doc/functions/vfprintf.texi: Update.
33315         * doc/functions/vprintf.texi: Update.
33316         * doc/functions/vsnprintf.texi: Update.
33317         * doc/functions/vsprintf.texi: Update.
33318
33319 2007-05-18  Bruno Haible  <bruno@clisp.org>
33320
33321         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
33322
33323 2007-05-18  Bruno Haible  <bruno@clisp.org>
33324
33325         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
33326         for printing 64-bit integers. Needed for mingw.
33327
33328 2007-05-18  Bruno Haible  <bruno@clisp.org>
33329
33330         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
33331         gl_FUNC_FREXPL_WORKS.
33332         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
33333
33334 2007-05-18  Bruno Haible  <bruno@clisp.org>
33335
33336         * modules/frexpl-nolibm-tests: New file.
33337
33338         * modules/frexpl-nolibm: New file.
33339         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
33340
33341 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33342
33343         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
33344         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
33345         GCC 4.2, which otherwise issues a lot of warnings.
33346         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
33347         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
33348         Likewise.
33349         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
33350         * modules/iconv_open (iconv.h): Likewise.
33351         * modules/locale (locale.h): Likewise.
33352         * modules/netinet_in (netinet/in.h): Likewise.
33353         * modules/sys_select (sys_select.h): Likewise.
33354         * modules/sys_socket (sys/socket.h): Likewise.
33355         * modules/sys_stat (sys/stat.h): Likewise.
33356         * modules/sysexits (sysexits.h): Likewise.
33357         * modules/unistd (unistd.h): Likewise.
33358
33359 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33360
33361         * modules/closein-tests (Makefile.am): Distribute
33362         `test-closein.sh'.
33363
33364 2007-05-17  Bruno Haible  <bruno@clisp.org>
33365
33366         * tests/test-printf-posix.output: Renamed from
33367         tests/test-fprintf-posix.out.
33368         * modules/fprintf-posix-tests: Update.
33369         * modules/printf-posix-tests: Update.
33370         * modules/vfprintf-posix-tests: Update.
33371         * modules/vprintf-posix-tests: Update.
33372         * tests/test-fprintf-posix.sh: Update.
33373         * tests/test-printf-posix.sh: Update.
33374         * tests/test-vfprintf-posix.sh: Update.
33375         * tests/test-vprintf-posix.sh: Update.
33376         Reported by Ralf Wildenhues.
33377
33378 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33379
33380         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
33381         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
33382         GCC 4.2, which otherwise issues a lot of warnings.
33383         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
33384         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
33385         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
33386         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
33387         it should no longer be needed.
33388         * lib/string_.h: Likewise.
33389         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
33390         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
33391         * modules/inttypes (inttypes.h): Likewise.
33392         * modules/math (math.h): Likewise.
33393         * modules/search (search.h): Likewise.
33394         * modules/signal (signal.h): Likewise.
33395         * modules/stdint (stdint.h): Likewise.
33396         * modules/stdio (stdio.h): Likewise.
33397         * modules/stdlib (stdlib.h): Likewise.
33398         * modules/string (string.h): Likewise.
33399         * modules/sys_time (sys/time.h): Likewise.
33400         * modules/time (time.h): Likewise.
33401         * modules/wchar (wchar.h): Likewise.
33402         * modules/wctype (wtype.h): Likewise.
33403
33404 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
33405
33406         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
33407
33408 2007-05-13  Bruno Haible  <bruno@clisp.org>
33409
33410         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
33411         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33412         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
33413         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
33414         (gl_PREREQ_STRTOK_R): Don't require it here.
33415
33416 2007-05-13  Bruno Haible  <bruno@clisp.org>
33417
33418         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
33419         when used in C++ mode.
33420
33421 2007-05-12  Bruno Haible  <bruno@clisp.org>
33422
33423         * lib/linebuffer.h: Tweak doc.
33424         * lib/linebuffer.c: Likewise.
33425
33426 2007-05-12  James Youngman  <jay@gnu.org>
33427
33428         * lib/linebuffer.c (readlinebuffer_delim): New function,
33429         like readlinebuffer, but use a caller-specified delimiter.
33430         (readlinebuffer): Just call readlinebuffer_delim with '\n'
33431         as the delimiter.
33432         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
33433
33434 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
33435
33436         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
33437         * modules/openat (Files): Remove openat-die.c.
33438         (Depends-on): Add openat-die.
33439         * modules/openat-die: New module.
33440
33441 2007-05-06  Bruno Haible  <bruno@clisp.org>
33442
33443         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
33444         Update with info about Cygwin.
33445         * doc/functions/fprintf.texi: Update.
33446         * doc/functions/printf.texi: Update.
33447         * doc/functions/snprintf.texi: Update.
33448         * doc/functions/sprintf.texi: Update.
33449         * doc/functions/vfprintf.texi: Update.
33450         * doc/functions/vprintf.texi: Update.
33451         * doc/functions/vsnprintf.texi: Update.
33452         * doc/functions/vsprintf.texi: Update.
33453         Reported by Eric Blake.
33454
33455 2007-05-06  Bruno Haible  <bruno@clisp.org>
33456
33457         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
33458         padding ourselves for the floating-point directives.
33459         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
33460         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
33461         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33462         gl_PRINTF_FLAG_ZERO and test its result. Invoke
33463         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
33464         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33465         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
33466         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33467         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33468         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33469         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33470         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33471         * tests/test-snprintf-posix.h (test_function): Also check the width
33472         and some flags in the %f directive.
33473         * tests/test-sprintf-posix.h (test_function): Likewise.
33474         * tests/test-vasnprintf-posix.c (test_function): Likewise.
33475         * tests/test-vasprintf-posix.c (test_function): Likewise.
33476         * doc/functions/fprintf.texi: Update.
33477         * doc/functions/printf.texi: Update.
33478         * doc/functions/snprintf.texi: Update.
33479         * doc/functions/sprintf.texi: Update.
33480         * doc/functions/vfprintf.texi: Update.
33481         * doc/functions/vprintf.texi: Update.
33482         * doc/functions/vsnprintf.texi: Update.
33483         * doc/functions/vsprintf.texi: Update.
33484
33485 2007-05-06  Bruno Haible  <bruno@clisp.org>
33486
33487         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
33488         pass the ' flag character to sprintf or snprintf.
33489         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
33490         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
33491         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33492         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
33493         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
33494         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33495         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
33496         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33497         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33498         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33499         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33500         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33501         * tests/test-snprintf-posix.h (test_function): Also check the grouping
33502         flag.
33503         * tests/test-sprintf-posix.h (test_function): Likewise.
33504         * tests/test-vasnprintf-posix.c (test_function): Likewise.
33505         * tests/test-vasprintf-posix.c (test_function): Likewise.
33506         * doc/functions/fprintf.texi: Update.
33507         * doc/functions/printf.texi: Update.
33508         * doc/functions/snprintf.texi: Update.
33509         * doc/functions/sprintf.texi: Update.
33510         * doc/functions/vfprintf.texi: Update.
33511         * doc/functions/vprintf.texi: Update.
33512         * doc/functions/vsnprintf.texi: Update.
33513         * doc/functions/vsprintf.texi: Update.
33514
33515 2007-05-01  Bruno Haible  <bruno@clisp.org>
33516
33517         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
33518
33519 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
33520
33521         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
33522         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
33523
33524 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33525
33526         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
33527         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
33528         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
33529
33530 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
33531
33532         * lib/argp-help.c (struct hol_entry): New member `ord'.
33533         (HOL_ENTRY_PTRCMP): Use ord for comparison
33534         (hol_sort): Initialize ord.
33535
33536 2007-05-01  Bruno Haible  <bruno@clisp.org>
33537
33538         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
33539         Reported by Eric Blake.
33540         * doc/gnulib.texi (Function Substitutes): Update.
33541
33542 2007-05-01  Bruno Haible  <bruno@clisp.org>
33543
33544         * doc/functions.texi: Remove file, now redundant through
33545         doc/functions/*.texi.
33546
33547 2007-05-01  Bruno Haible  <bruno@clisp.org>
33548
33549         * modules/argp (Depends-on): Add sleep.
33550
33551 2007-05-01  Bruno Haible  <bruno@clisp.org>
33552
33553         * modules/sleep-tests: New file.
33554         * tests/test-sleep.c: New file.
33555
33556         * modules/sleep: New file.
33557         * lib/sleep.c: New file.
33558         * m4/sleep.m4: New file.
33559         * lib/unistd_.h (sleep): New declaration.
33560         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
33561         HAVE_SLEEP.
33562         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
33563         * doc/functions/sleep.texi: Document the sleep module.
33564
33565 2007-05-01  Bruno Haible  <bruno@clisp.org>
33566
33567         * lib/sigprocmask.h: Remove file.
33568         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
33569         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
33570         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
33571         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
33572         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
33573         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
33574         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
33575         HAVE_SIGSET_T as a shell variable.
33576         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
33577         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
33578         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
33579         (Depends-on): Add signal. Remove verify.
33580         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
33581         (Include): Mention <signal.h> instead of sigprocmask.h.
33582         * NEWS: Mention the change.
33583         * lib/fatal-signal.c: Don't include sigprocmask.h.
33584
33585 2007-05-01  Bruno Haible  <bruno@clisp.org>
33586
33587         * modules/signal: New file.
33588         * lib/signal_.h: New file.
33589         * m4/signal_h.m4: New file.
33590
33591 2007-05-01  Bruno Haible  <bruno@clisp.org>
33592
33593         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
33594         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
33595         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
33596         HAVE_WCTYPE_CTMP_BUG into wctype.h.
33597
33598 2007-05-01  Bruno Haible  <bruno@clisp.org>
33599
33600         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
33601         configure time.
33602         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
33603         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
33604         * modules/sys_stat (Makefile.am): Substitute their values into
33605         sys/stat.h.
33606
33607 2007-05-01  Bruno Haible  <bruno@clisp.org>
33608
33609         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
33610         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
33611         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
33612
33613 2007-05-01  Bruno Haible  <bruno@clisp.org>
33614
33615         * doc/header/assert.texi: Undo last change: don't mention the gnulib
33616         'assert' module here.
33617
33618 2007-05-01  Bruno Haible  <bruno@clisp.org>
33619
33620         * doc/functions/*.texi: New files.
33621         * doc/functions/google-ranking.txt: New file.
33622         * doc/gnulib.texi (Function Substitutes): New chapter.
33623         (ctime, inet_ntoa): Remove sections.
33624         * doc/ctime.texi: Remove file.
33625         * doc/inet_ntoa.texi: Remove file.
33626         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
33627         dependencies.
33628         (%.info): New rule, specifying a --reference-limit.
33629
33630 2007-05-01  Bruno Haible  <bruno@clisp.org>
33631
33632         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
33633
33634 2007-05-01  Bruno Haible  <bruno@clisp.org>
33635
33636         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
33637         the portability of 'mkdir' to mingw systems.
33638
33639 2007-05-01  Bruno Haible  <bruno@clisp.org>
33640
33641         * doc/headers/google-ranking.txt: New file.
33642
33643 2007-04-30  Eric Blake  <ebb9@byu.net>
33644
33645         Prefer fseeko to fseek.
33646         * modules/getpass (Depends-on): Add fseeko.
33647         * lib/getpass.c (getpass): Use fseeko, not fseek.
33648
33649 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
33650
33651         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
33652         assumes the sorting is stable, while most qsort implementations
33653         are not.  Use argument addresses to ensure they never compare as
33654         equal.
33655
33656         * tests/test-argp-2.sh (usage-indent test): Fix output
33657         (func_compare): Restore diff options
33658         * tests/test-argp.c: Restore #include "progname.h"
33659
33660 2007-04-29  Bruno Haible  <bruno@clisp.org>
33661
33662         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
33663         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33664         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
33665         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33666         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
33667         (configure.ac): Define CHECK_SNPRINTF_POSIX.
33668         (TESTS, check_PROGRAMS): Add test-snprintf.
33669         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
33670         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
33671         (TESTS, check_PROGRAMS): Add test-vsnprintf.
33672         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
33673         assertions that fail on HP-UX, OSF/1, or IRIX.
33674         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
33675
33676 2007-04-29  Bruno Haible  <bruno@clisp.org>
33677
33678         * MODULES.html.sh (posix_functions): Remove 'contents'.
33679
33680 2007-04-29  Karl Berry  <karl@gnu.org>
33681
33682         * config/srclist.txt (gendocs_template_min): new entry.
33683
33684 2007-04-29  Bruno Haible  <bruno@clisp.org>
33685
33686         Work around fpurge bug on BSD systems.
33687         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
33688         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
33689         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
33690         fpurge to rpl_fpurge if the system already has this function.
33691         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
33692         the case where the system already has this function. Correct invariants
33693         on BSD systems.
33694         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
33695         BSD systems.
33696
33697 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
33698
33699         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
33700         proposed by Sven Verdoolaege.
33701
33702         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
33703         options.
33704         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
33705         (usage and help tests): Update
33706
33707 2007-04-29  Bruno Haible  <bruno@clisp.org>
33708
33709         * tests/test-fflush.c (main): Use a file of size 17, not 10.
33710         Print more information in case of failure. Disable a test on BeOS.
33711
33712 2007-04-29  Bruno Haible  <bruno@clisp.org>
33713
33714         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
33715         This helps debugging on systems on which no gdb is available.
33716
33717 2007-04-29  Bruno Haible  <bruno@clisp.org>
33718
33719         * lib/freading.h: Improve comments.
33720         * lib/fwriting.h: Likewise.
33721         * tests/test-freading.c (main): Don't check freading immediately after
33722         repositioning. Needed for glibc.
33723
33724 2007-04-29  Bruno Haible  <bruno@clisp.org>
33725
33726         * lib/freading.c (freading): Trivial simplification.
33727
33728 2007-04-28  Bruno Haible  <bruno@clisp.org>
33729
33730         * tests/test-fwriting.c (main): Also test the interaction between
33731         fflush and fwriting.
33732         * modules/fwriting-tests (Depends-on): Add fflush.
33733
33734         * tests/test-freading.c (main): Also test the interaction between
33735         fflush and freading.
33736         * modules/freading-tests (Depends-on): Add fflush.
33737
33738 2007-04-28  Bruno Haible  <bruno@clisp.org>
33739
33740         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
33741         fseeko and ftello.
33742         Suggested by Eric Blake.
33743
33744 2007-04-28  Jim Meyering  <jim@meyering.net>
33745
33746         Avoid false-negative in gl_STDINT_H's C99 conformance test.
33747         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
33748         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
33749
33750 2007-04-27  Eric Blake  <ebb9@byu.net>
33751
33752         * doc/headers/assert.texi (assert.h): Document assert module use.
33753
33754 2007-04-27  Bruno Haible  <bruno@clisp.org>
33755
33756         * doc/headers/*.texi: New files.
33757         * doc/gnulib.texi (Header File Substitutes): New chapter.
33758         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
33759         dependencies.
33760         (standards.info ,standards.html, standards.dvi): Update dependencies.
33761         (mostlyclean, clean): New targets.
33762
33763 2007-04-27  Bruno Haible  <bruno@clisp.org>
33764
33765         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
33766         * modules/sysexits (Files, Makefile.am): Update.
33767
33768         * lib/sys_socket_.h: Renamed from lib/socket_.h.
33769         * modules/sys_socket (Files, Makefile.am): Update.
33770
33771         * lib/sys_stat_.h: Renamed from lib/stat_.h.
33772         * modules/sys_stat (Files, Makefile.am): Update.
33773
33774 2007-04-27  Eric Blake  <ebb9@byu.net>
33775
33776         * lib/freading.h: Improve comments.
33777         * lib/fwriting.h: Likewise.
33778         * lib/fflush.c: Likewise.
33779
33780         Fix closein for mingw.
33781         * modules/closein-tests: Add tests for closein.
33782         * tests/test-closein.c: New file.
33783         * tests/test-closein.sh: Likewise.
33784         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
33785         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
33786
33787 2007-04-27  Bruno Haible  <bruno@clisp.org>
33788
33789         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
33790         version is < 6.
33791         * lib/math_.h [__DECC]: Likewise.
33792         * lib/stdio_.h [__DECC]: Likewise.
33793         * lib/stdlib_.h [__DECC]: Likewise.
33794         * lib/string_.h [__DECC]: Likewise.
33795         * lib/time_.h [__DECC]: Likewise.
33796         * lib/wchar_.h [__DECC]: Likewise.
33797         * lib/wctype_.h [__DECC]: Likewise.
33798
33799 2007-04-27  Bruno Haible  <bruno@clisp.org>
33800
33801         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
33802
33803 2007-04-27  Bruno Haible  <bruno@clisp.org>
33804
33805         * lib/fflush.c: Add comments.
33806         * modules/fpurge-tests (Depends-on): Add fflush.
33807         * modules/freadable-tests (Depends-on): Likewise.
33808         * modules/fwritable-tests (Depends-on): Likewise.
33809
33810 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
33811
33812         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
33813         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
33814         Report by Bruno Haible <bruno@clisp.org>.
33815
33816 2007-04-26  Eric Blake  <ebb9@byu.net>
33817
33818         Fix fflush on mingw.
33819         * modules/fflush (Depends-on): Add freading.
33820         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
33821         but unread data.
33822
33823 2007-04-26  Eric Blake  <ebb9@byu.net>
33824         and Bruno Haible  <bruno@clisp.org>
33825
33826         Implement freading and fwriting.
33827         * lib/freading.c: New file.
33828         * lib/freading.h: Likewise.
33829         * m4/freading.m4: Likewise.
33830         * modules/freading: Likewise.
33831         * modules/freading-tests: Likewise.
33832         * tests/test-freading.c: Likewise.
33833         * lib/fwriting.c: New file.
33834         * lib/fwriting.h: Likewise.
33835         * m4/fwriting.m4: Likewise.
33836         * modules/fwriting: Likewise.
33837         * modules/fwriting-tests: Likewise.
33838         * tests/test-fwriting.c: Likewise.
33839         * MODULES.html.sh (File stream based Input/Output): Mention them.
33840
33841 2007-04-26  Bruno Haible  <bruno@clisp.org>
33842
33843         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
33844         'long' when we assume it.
33845         Suggested by Eric Blake.
33846
33847 2007-04-26  Bruno Haible  <bruno@clisp.org>
33848
33849         Ensure fseeko, ftello are declared on glibc systems.
33850         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
33851         * modules/fseeko (configure.ac-early): Likewise.
33852         * modules/ftello (configure.ac-early): Likewise.
33853         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
33854         AC_FUNC_FSEEKO for this.
33855         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
33856         (gl_CHECK_FSEEKO): Remove macro.
33857
33858 2007-04-26  Bruno Haible  <bruno@clisp.org>
33859
33860         * tests/test-fflush.c (main): Also check the ftell result after
33861         fflush and fseek/fseeko.
33862         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
33863         file descriptor position cache in the stream.
33864         * lib/fseeko.c (rpl_fseeko): Likewise.
33865
33866 2007-04-26  Bruno Haible  <bruno@clisp.org>
33867
33868         * modules/fflush-tests (Depends-on): Add fseeko.
33869
33870 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
33871             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33872
33873         * lib/argz_.h: ensure error_t definition is obtained in same
33874         mechanism system argz.h would have.
33875         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
33876         argz facilities are known bad.  Err on the side of caution if
33877         cross-compiling.
33878
33879 2007-04-25  Eric Blake  <ebb9@byu.net>
33880
33881         * lib/fpurge.c (includes): Use stdlib.h for free.
33882         * tests/test-fflush.c (main): Also test fflush-fseeko.
33883
33884 2007-04-25  Bruno Haible  <bruno@clisp.org>
33885
33886         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
33887         * lib/fseeko.c: New file.
33888         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
33889         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
33890         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
33891         gl_FUNC_FSEEKO.
33892         (gl_FUNC_FSEEKO): Invoke it.
33893         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
33894         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
33895         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
33896
33897 2007-04-25  Bruno Haible  <bruno@clisp.org>
33898
33899         * modules/fflush (Depends-on): Add ftello.
33900
33901 2007-04-25  Bruno Haible  <bruno@clisp.org>
33902
33903         * modules/ftello-tests: New file.
33904         * tests/test-ftello.c: New file.
33905
33906         * modules/ftello: New file.
33907         * m4/ftello.m4: New file.
33908         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
33909         HAVE_FTELLO.
33910         * lib/stdio_.h (ftello): New declaration.
33911         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
33912         HAVE_FTELLO.
33913
33914 2007-04-25  Bruno Haible  <bruno@clisp.org>
33915
33916         * modules/fseeko-tests: New file.
33917         * tests/test-fseeko.c: New file.
33918
33919         * modules/fseeko: New file.
33920         * m4/fseeko.m4: New file.
33921         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
33922         HAVE_FSEEKO.
33923         * lib/stdio_.h (fseeko): New declaration.
33924         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
33925         HAVE_FSEEKO.
33926
33927 2007-04-25  Bruno Haible  <bruno@clisp.org>
33928
33929         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
33930
33931 2007-04-25  Bruno Haible  <bruno@clisp.org>
33932
33933         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
33934         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
33935         * tests/test-unistd.c: Likewise.
33936         * tests/test-fcntl.c: Likewise.
33937
33938 2007-04-23  Eric Blake  <ebb9@byu.net>
33939
33940         * lib/fflush.c: Fix missing include.
33941         Reported by Bruno Haible.
33942
33943 2007-04-23  Bruno Haible  <bruno@clisp.org>
33944
33945         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
33946         Reported by Eric Blake.
33947
33948 2007-04-23  Bruno Haible  <bruno@clisp.org>
33949
33950         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
33951
33952 2007-04-23  Bruno Haible  <bruno@clisp.org>
33953
33954         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
33955
33956 2007-04-23  Bruno Haible  <bruno@clisp.org>
33957
33958         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
33959         Needed on HP-UX 11.
33960
33961 2007-04-16  Eric Blake  <ebb9@byu.net>
33962
33963         Make fflush rely on fpurge.
33964         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
33965         open coding all variants.
33966         * modules/fflush (Depends-on): Add fpurge and unistd.
33967         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
33968         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
33969
33970         Fix --with-tests compilation on cygwin.
33971         * modules/argmatch-tests (Makefile.am): List gnulib library first
33972         in LDADD.
33973         * modules/argp-tests (Makefile.am): Likewise.
33974         * modules/array-list-tests (Makefile.am): Likewise.
33975         * modules/array-oset-tests (Makefile.am): Likewise.
33976         * modules/avltree-list-tests (Makefile.am): Likewise.
33977         * modules/avltree-oset-tests (Makefile.am): Likewise.
33978         * modules/avltreehash-list-tests (Makefile.am): Likewise.
33979         * modules/carray-list-tests (Makefile.am): Likewise.
33980         * modules/dirname-tests (Makefile.am): Likewise.
33981         * modules/frexp-tests (Makefile.am): Likewise.
33982         * modules/isnanl-tests (Makefile.am): Likewise.
33983         * modules/linked-list-tests (Makefile.am): Likewise.
33984         * modules/linkedhash-list-tests (Makefile.am): Likewise.
33985         * modules/lock-tests (Makefile.am): Likewise.
33986         * modules/rbtree-list-tests (Makefile.am): Likewise.
33987         * modules/rbtree-oset-tests (Makefile.am): Likewise.
33988         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
33989         * modules/tls-tests (Makefile.am): Likewise.
33990         * modules/tsearch-tests (Makefile.am): Likewise.
33991         * modules/xvasprintf-tests (Makefile.am): Likewise.
33992
33993         Fix fpurge for cygwin.
33994         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
33995         value.
33996         * modules/fpurge-tests (Depends-on): Clean up trash.
33997
33998 2007-04-16  Simon Josefsson  <simon@josefsson.org>
33999
34000         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
34001
34002         * m4/autobuild.m4: Re-indent.
34003
34004 2007-04-13  Bruno Haible  <bruno@clisp.org>
34005
34006         * modules/fpurge-tests: New file.
34007         * tests/test-fpurge.c: New file.
34008
34009         * modules/fpurge: New file.
34010         * lib/fpurge.h: New file.
34011         * lib/fpurge.c: New file.
34012         * m4/fpurge.m4: New file.
34013
34014 2007-04-13  Bruno Haible  <bruno@clisp.org>
34015
34016         * modules/fbufmode-tests: New file.
34017         * tests/test-fbufmode.c: New file.
34018
34019         * modules/fbufmode: New file.
34020         * lib/fbufmode.h: New file.
34021         * lib/fbufmode.c: New file.
34022         * m4/fbufmode.m4: New file.
34023
34024 2007-04-13  Bruno Haible  <bruno@clisp.org>
34025
34026         * modules/fwritable-tests: New file.
34027         * tests/test-fwritable.c: New file.
34028
34029         * modules/fwritable: New file.
34030         * lib/fwritable.h: New file.
34031         * lib/fwritable.c: New file.
34032         * m4/fwritable.m4: New file.
34033
34034 2007-04-13  Bruno Haible  <bruno@clisp.org>
34035
34036         * modules/freadable-tests: New file.
34037         * tests/test-freadable.c: New file.
34038
34039         * modules/freadable: New file.
34040         * lib/freadable.h: New file.
34041         * lib/freadable.c: New file.
34042         * m4/freadable.m4: New file.
34043
34044 2007-04-13  Bruno Haible  <bruno@clisp.org>
34045
34046         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
34047         MOSTLYCLEANFILES.
34048
34049 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34050
34051         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
34052         gzip bootstrap.conf to avoid dragging in i18n machinery.
34053         (gnulib_tool_option): Use it.
34054
34055 2007-04-13  Bruno Haible  <bruno@clisp.org>
34056
34057         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
34058         %F directives.
34059         * tests/test-vasprintf-posix.c (test_function): Likewise.
34060         * tests/test-snprintf-posix.h (test_function): Likewise.
34061         * tests/test-sprintf-posix.h (test_function): Likewise.
34062         * tests/test-fprintf-posix.h (test_function): Likewise.
34063         * tests/test-printf-posix.h (test_function): Likewise.
34064         * tests/test-fprintf-posix.out: Likewise.
34065
34066 2007-04-13  Bruno Haible  <bruno@clisp.org>
34067
34068         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
34069         * modules/tls-tests (configure.ac): Likewise.
34070         Reported by Arto C. Nirkko <anirkko@insel.ch>.
34071
34072 2007-04-13  Bruno Haible  <bruno@clisp.org>
34073
34074         * lib/tls.c (glthread_tls_get): Fix return type.
34075         Patch by Arto C. Nirkko <anirkko@insel.ch>.
34076
34077 2007-04-12  Eric Blake  <ebb9@byu.net>
34078
34079         * modules/gettime (Depends-on): Remove gettime.
34080         Reported by Dmitry V. Levin.
34081
34082 2007-04-12  Bruno Haible  <bruno@clisp.org>
34083
34084         * modules/fflush (Include): Mention <stdio.h>.
34085         * modules/strtoimax (Include): Mention <inttypes.h>.
34086         * modules/strtoumax (Include): Likewise.
34087
34088 2007-04-12  Eric Blake  <ebb9@byu.net>
34089
34090         * .cvsignore: New file.
34091         * .gitignore: Likewise.
34092
34093 2007-04-12  Bruno Haible  <bruno@clisp.org>
34094
34095         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
34096         not before, since $(LDADD) often contains libgnu.a.
34097         * modules/striconv-tests (test_striconv_LDADD): Likewise.
34098         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
34099         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
34100         Needed on Cygwin.
34101
34102 2007-04-12  Eric Blake  <ebb9@byu.net>
34103
34104         Work around glibc's failure to flush stdin on fclose.
34105         * lib/closein.c (close_stdin): Flush stdin before closing.
34106
34107         Work around glibc's failure to reset seekable stdin on exit.
34108         * modules/closein: New module.
34109         * lib/closein.c: New file.
34110         * lib/closein.h: Likewise.
34111         * m4/closein.m4: Likewise.
34112         * MODULES.html.sh (File stream based Input/Output): Document it.
34113
34114 2007-04-12  Simon Josefsson  <simon@josefsson.org>
34115
34116         * gnulib-tool: Rename generated 'autobuild' script to
34117         'do-autobuild' in --create-megatestdir output.
34118
34119         * doc/gnulib.texi (Build robot for gnulib): Fix.
34120
34121 2007-04-12  Simon Josefsson  <simon@josefsson.org>
34122
34123         * modules/sysexits (Depends-on): Add absolute-header.
34124
34125 2007-04-12  Eric Blake  <ebb9@byu.net>
34126
34127         No need to preserve errno on success.
34128         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
34129         Reported by Bruno Haible.
34130
34131 2007-04-12  Simon Josefsson  <simon@josefsson.org>
34132
34133         * MODULES.html.sh (Support for maintaining and releasing
34134         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
34135
34136 2007-04-12  Simon Josefsson  <simon@josefsson.org>
34137
34138         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
34139
34140 2007-04-12  Simon Josefsson  <simon@josefsson.org>
34141
34142         * modules/autobuild: New module.
34143
34144         * m4/autobuild.m4: New file.
34145
34146 2007-04-11  Bruno Haible  <bruno@clisp.org>
34147
34148         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
34149         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
34150         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
34151         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
34152         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34153         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34154         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34155         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34156         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34157         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34158         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
34159         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34160         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34161         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
34162         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34163         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34164         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
34165         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34166         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34167         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
34168         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34169         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34170         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
34171         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34172         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34173         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
34174         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
34175         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34176         Reported by Eric Blake.
34177
34178 2007-04-11  Bruno Haible  <bruno@clisp.org>
34179
34180         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
34181
34182 2007-04-10  Bruno Haible  <bruno@clisp.org>
34183
34184         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
34185         for NaN and Infinity. Needed on FreeBSD 6.1.
34186         * tests/test-vasnprintf-posix.c (test_function): Undo last change
34187         regarding results for "%010a" of Infinity and NaN.
34188         * tests/test-vasprintf-posix.c (test_function): Likewise.
34189         * tests/test-snprintf-posix.h (test_function): Likewise.
34190         * tests/test-sprintf-posix.h (test_function): Likewise.
34191         * tests/test-fprintf-posix.h (test_function): Likewise.
34192         * tests/test-printf-posix.h (test_function): Likewise.
34193         * tests/test-fprintf-posix.out: Likewise.
34194
34195 2007-04-10  Bruno Haible  <bruno@clisp.org>
34196
34197         * modules/locale-tests: New file.
34198         * tests/test-locale.c: New file.
34199
34200         * modules/locale: New file.
34201         * lib/locale_.h: New file.
34202         * m4/locale_h.m4: New file.
34203
34204 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
34205             Bruno Haible  <bruno@clisp.org>
34206
34207         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
34208         be determined, test for availability of the copysignf, copysign,
34209         copysignl functions.
34210         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
34211         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
34212         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
34213
34214 2007-04-09  Eric Blake  <ebb9@byu.net>
34215
34216         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
34217         * modules/stdio (Makefile.am): Support fflush.
34218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
34219         * modules/fflush: New file.
34220         * lib/fflush.c: Likewise.
34221         * m4/fflush.m4: Likewise.
34222         * modules/fflush-tests: New test.
34223         * tests/test-fflush.c: Likewise.
34224         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
34225
34226 2007-04-06  Bruno Haible  <bruno@clisp.org>
34227
34228         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
34229         (VASNPRINTF): Use signbit for faster determination whether to print a
34230         minus sign.
34231         * modules/vasnprintf (Files): Remove lib/float+.h.
34232         * modules/fprintf-posix (Depends-on): Add signbit.
34233         * modules/snprintf-posix (Depends-on): Likewise.
34234         * modules/sprintf-posix (Depends-on): Likewise.
34235         * modules/vasnprintf-posix (Depends-on): Likewise.
34236         * modules/vasprintf-posix (Depends-on): Likewise.
34237         * modules/vfprintf-posix (Depends-on): Likewise.
34238         * modules/vsnprintf-posix (Depends-on): Likewise.
34239         * modules/vsprintf-posix (Depends-on): Likewise.
34240
34241 2007-04-06  Bruno Haible  <bruno@clisp.org>
34242
34243         * tests/test-frexp.c (main): Test also the sign bit of zero results.
34244         * tests/test-frexpl.c (main): Likewise.
34245         * tests/test-ldexpl.c (main): Likewise.
34246         * modules/frexp-tests (Depends-on): Add signbit.
34247         * modules/frexpl-tests (Depdends-on): Likewise.
34248         * modules/ldexpl-tests (Depdends-on): Likewise.
34249
34250 2007-04-06  Bruno Haible  <bruno@clisp.org>
34251
34252         * modules/signbit-tests: New file.
34253         * tests/test-signbit.c: New file.
34254
34255         * modules/signbit: New file.
34256         * lib/signbitf.c: New file.
34257         * lib/signbitd.c: New file.
34258         * lib/signbitl.c: New file.
34259         * m4/signbit.m4: New file.
34260         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
34261         (signbit): New macro.
34262         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
34263         REPLACE_SIGNBIT.
34264         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
34265         REPLACE_FREXPL into math.h.
34266
34267 2007-04-06  Bruno Haible  <bruno@clisp.org>
34268
34269         * modules/isnanf-nolibm-tests: New file.
34270         * tests/test-isnanf.c: New file.
34271
34272         * modules/isnanf-nolibm: New file.
34273         * lib/isnanf.h: New file.
34274         * lib/isnanf.c: New file.
34275         * lib/isnan.c: Consider the USE_FLOAT macro.
34276         * m4/isnanf.m4: New file.
34277
34278 2007-04-06  Bruno Haible  <bruno@clisp.org>
34279
34280         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
34281         (Link): New section.
34282
34283         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
34284
34285 2007-04-06  Bruno Haible  <bruno@clisp.org>
34286
34287         Assume the 'long double' type.
34288         * m4/longdouble.m4: Remove file.
34289         * config/srclist.txt: Don't mention longdouble.m4.
34290         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
34291         * lib/float+.h: Likewise.
34292         * lib/frexp.c: Likewise.
34293         * lib/printf-args.h: Likewise.
34294         * lib/printf-args.c: Likewise.
34295         * lib/printf-frexp.c: Likewise.
34296         * lib/printf-parse.c: Likewise.
34297         * lib/vasnprintf.c: Likewise.
34298         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
34299         * m4/intl.m4: Likewise.
34300         * m4/isnanl.m4: Likewise.
34301         * m4/printf.m4: Likewise.
34302         * m4/printf-frexpl.m4: Likewise.
34303         * m4/vasnprintf.m4: Likewise.
34304         * modules/allocsa (Files): Remove m4/longdouble.m4.
34305         * modules/gettext (Files): Likewise.
34306         * modules/relocatable-prog-wrapper (Files): Likewise.
34307         * modules/vasnprintf (Files): Likewise.
34308         * modules/isnanl (Files): Likewise.
34309         (Include): Simplify.
34310         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
34311         (Include): Simplify.
34312         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
34313         (Include): Simplify.
34314         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
34315         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34316         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
34317         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34318         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
34319         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34320         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
34321         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34322         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
34323         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34324         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
34325         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
34326         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
34327         * tests/test-isnanl.c: Likewise.
34328         * tests/test-snprintf-posix.h: Likewise.
34329         * tests/test-sprintf-posix.h: Likewise.
34330         * tests/test-vasnprintf-posix.c: Likewise.
34331         * tests/test-vasnprintf-posix2.c: Likewise.
34332         * tests/test-vasprintf-posix.c: Likewise.
34333
34334 2007-04-06  Bruno Haible  <bruno@clisp.org>
34335
34336         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
34337         * lib/math_.h [__DECC]: Include the overridden include file through
34338         #include_next, outside the double-inclusion guard.
34339         * lib/stdio_.h [__DECC]: Likewise.
34340         * lib/stdlib_.h [__DECC]: Likewise.
34341         * lib/string_.h [__DECC]: Likewise.
34342         * lib/time_.h [__DECC]: Likewise.
34343         * lib/wchar_.h [__DECC]: Likewise.
34344         * lib/wctype_.h [__DECC]: Likewise.
34345         * lib/inttypes_.h [__DECC]: Likewise.
34346         Reported by Albert Chin <china@thewrittenword.com> in
34347         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
34348
34349 2007-04-04  Eric Blake  <ebb9@byu.net>
34350
34351         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
34352         1.5.x.
34353
34354 2007-04-04  Bruno Haible  <bruno@clisp.org>
34355
34356         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
34357         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
34358
34359 2007-04-04  Bruno Haible  <bruno@clisp.org>
34360
34361         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
34362         results for "%010a" of Infinity and NaN.
34363         * tests/test-vasprintf-posix.c (test_function): Likewise.
34364         * tests/test-snprintf-posix.h (test_function): Likewise.
34365         * tests/test-sprintf-posix.h (test_function): Likewise.
34366         * tests/test-fprintf-posix.h (test_function): Remove these tests.
34367         * tests/test-printf-posix.h (test_function): Likewise.
34368         * tests/test-fprintf-posix.out: Update.
34369         Needed for FreeBSD 6.1.
34370
34371 2007-04-04  Bruno Haible  <bruno@clisp.org>
34372
34373         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
34374         directly used by the gnulib modules nor by gnulib-tool.
34375
34376 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34377
34378         * DEPENDENCIES: Give overall description of version dependency
34379         desirability.  Use more-typical names for apps.
34380         Add shell, coreutils, diffutils, grep, tar, gzip.
34381
34382 2007-04-04  Simon Josefsson  <simon@josefsson.org>
34383
34384         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
34385
34386 2007-04-04  Karl Berry  <karl@gnu.org>
34387
34388         * MODULES.html.sh (func_module): missing '.
34389
34390 2007-04-03  Bruno Haible  <bruno@clisp.org>
34391
34392         * modules/argmatch-tests (Makefile.am): New variable
34393         test_argmatch_LDADD.
34394         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
34395         * modules/array-list-tests (Makefile.am): New variable
34396         test_array_list_LDADD.
34397         * modules/array-oset-tests (Makefile.am): New variable
34398         test_array_oset_LDADD.
34399         * modules/avltree-list-tests (Makefile.am): New variable
34400         test_avltree_list_LDADD.
34401         * modules/avltree-oset-tests (Makefile.am): New variable
34402         test_avltree_oset_LDADD.
34403         * modules/avltreehash-list-tests (Makefile.am): New variable
34404         test_avltreehash_list_LDADD.
34405         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
34406         test_canonicalize_lgpl_LDADD.
34407         * modules/carray-list-tests (Makefile.am): New variable
34408         test_carray_list_LDADD.
34409         * modules/dirname-tests (Makefile.am): New variable
34410         test_dirname_LDADD.
34411         * modules/linked-list-tests (Makefile.am): New variable
34412         test_linked_list_LDADD.
34413         * modules/linkedhash-list-tests (Makefile.am): New variable
34414         test_linkedhash_list_LDADD.
34415         * modules/rbtree-list-tests (Makefile.am): New variable
34416         test_rbtree_list_LDADD.
34417         * modules/rbtree-oset-tests (Makefile.am): New variable
34418         test_rbtree_oset_LDADD.
34419         * modules/rbtreehash-list-tests (Makefile.am): New variable
34420         test_rbtreehash_list_LDADD.
34421         * modules/xvasprintf-tests (Makefile.am): New variable
34422         test_xvasprintf_LDADD.
34423         Reported by Eric Blake.
34424
34425 2007-04-03  Eric Blake  <ebb9@byu.net>
34426
34427         * DEPENDENCIES: Weaken m4 requirements.
34428
34429 2007-04-03  Bruno Haible  <bruno@clisp.org>
34430
34431         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
34432         * modules/isnanl-tests (configure.ac): Likewise.
34433
34434 2007-04-03  Ben Pfaff  <blp@gnu.org>
34435
34436         * modules/iconv_open: Add $(srcdir)/ to source directory
34437         references in Makefile fragments that call gperf, to fix VPATH
34438         builds.
34439
34440 2007-04-03  Bruno Haible  <bruno@clisp.org>
34441
34442         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
34443         * lib/ldexpl.c: Undo last change.
34444
34445 2007-04-03  Bruno Haible  <bruno@clisp.org>
34446
34447         * modules/printf-frexpl (Depends-on): Undo last change.
34448         (Files): Add m4/ldexpl.m4.
34449
34450 2007-04-03  Bruno Haible  <bruno@clisp.org>
34451
34452         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
34453         * modules/isnanl (Link): New section.
34454
34455         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
34456         * modules/frexp (Link): New section.
34457
34458         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
34459         * modules/frexpl (Link): New section.
34460
34461         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
34462         * modules/ldexpl (Link): New section.
34463
34464 2007-04-03  Bruno Haible  <bruno@clisp.org>
34465
34466         * modules/TEMPLATE-EXTENDED: New file.
34467         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
34468
34469 2007-04-03  Bruno Haible  <bruno@clisp.org>
34470
34471         * DEPENDENCIES: New file.
34472         Suggested by Simon Josefsson.
34473
34474 2007-04-03  Bruno Haible  <bruno@clisp.org>
34475
34476         * doc/gnulib.texi: Escape @.
34477
34478 2007-04-03  James Youngman  <jay@gnu.org>
34479         and Paul Eggert  <eggert@cs.ucla.edu>
34480
34481         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
34482         birthtime on all systems that have birthtime, not just those which
34483         use st_birthtimensec rather than st_birthtim.  Putting zero in
34484         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
34485         that the birth time is not available for files on an NFS mount.
34486
34487 2007-04-03  Simon Josefsson  <simon@josefsson.org>
34488
34489         * modules/memxor: Move back from crypto/, suggested by Bruno.
34490         * modules/crypto/hmac-sha1: Fix memxor dependency.
34491
34492         * modules/crypto/gc: Moved from ../.
34493
34494 2007-04-02  Eric Blake  <ebb9@byu.net>
34495
34496         * lib/ldexpl.c (includes): Avoid libm.
34497
34498         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
34499
34500 2007-04-02  Bruno Haible  <bruno@clisp.org>
34501
34502         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
34503         on IRIX.
34504
34505 2007-04-02  Bruno Haible  <bruno@clisp.org>
34506
34507         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
34508         x86 or x86_64 platforms running MacOS X.
34509         Reported by Ryan Schmidt <@ryandesign.com>.
34510
34511 2007-04-02  Bruno Haible  <bruno@clisp.org>
34512
34513         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
34514         i386.
34515
34516 2007-04-01  Simon Josefsson  <simon@josefsson.org>
34517
34518         * modules/crypto/arcfour: Moved from ../.
34519         * modules/crypto/arcfour-tests: Moved from ../.
34520         * modules/crypto/arctwo: Moved from ../.
34521         * modules/crypto/arctwo-tests: Moved from ../.
34522         * modules/crypto/des: Moved from ../.
34523         * modules/crypto/des-tests: Moved from ../.
34524         * modules/crypto/gc-arcfour: Moved from ../.
34525         * modules/crypto/gc-arcfour-tests: Moved from ../.
34526         * modules/crypto/gc-arctwo: Moved from ../.
34527         * modules/crypto/gc-arctwo-tests: Moved from ../.
34528         * modules/crypto/gc-des: Moved from ../.
34529         * modules/crypto/gc-des-tests: Moved from ../.
34530         * modules/crypto/gc-hmac-md5: Moved from ../.
34531         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
34532         * modules/crypto/gc-hmac-sha1: Moved from ../.
34533         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
34534         * modules/crypto/gc-md2: Moved from ../.
34535         * modules/crypto/gc-md2-tests: Moved from ../.
34536         * modules/crypto/gc-md4: Moved from ../.
34537         * modules/crypto/gc-md4-tests: Moved from ../.
34538         * modules/crypto/gc-md5: Moved from ../.
34539         * modules/crypto/gc-md5-tests: Moved from ../.
34540         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
34541         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
34542         * modules/crypto/gc-random: Moved from ../.
34543         * modules/crypto/gc-rijndael: Moved from ../.
34544         * modules/crypto/gc-rijndael-tests: Moved from ../.
34545         * modules/crypto/gc-sha1: Moved from ../.
34546         * modules/crypto/gc-sha1-tests: Moved from ../.
34547         * modules/crypto/gc-tests: Moved from ../.
34548         * modules/crypto/hmac-md5: Moved from ../.
34549         * modules/crypto/hmac-md5-tests: Moved from ../.
34550         * modules/crypto/hmac-sha1: Moved from ../.
34551         * modules/crypto/hmac-sha1-tests: Moved from ../.
34552         * modules/crypto/md2: Moved from ../.
34553         * modules/crypto/md2-tests: Moved from ../.
34554         * modules/crypto/md4: Moved from ../.
34555         * modules/crypto/md4-tests: Moved from ../.
34556         * modules/crypto/md5: Moved from ../.
34557         * modules/crypto/md5-tests: Moved from ../.
34558         * modules/crypto/memxor: Moved from ../.
34559         * modules/crypto/rijndael: Moved from ../.
34560         * modules/crypto/rijndael-tests: Moved from ../.
34561         * modules/crypto/sha1: Moved from ../.
34562
34563 2007-03-30  James Youngman  <jay@gnu.org>
34564
34565         * tests/test-stat-time.c (prepare_test): use chmod() rather than
34566         rename() to change the ctime of a file (because ctime is unaffected
34567         by rename on jfs2 on AIX 5.1).
34568         (main): Start by doing cleanup, in case a previous run failed leaving
34569         test files behind.
34570
34571 2007-03-31  Bruno Haible  <bruno@clisp.org>
34572
34573         Support old proprietary implementations of iconv.
34574         * modules/iconv_open: New file.
34575         * lib/iconv_.h: New file.
34576         * m4/iconv_h.m4: New file.
34577         * lib/iconv_open.c: New file.
34578         * lib/iconv_open-aix.gperf: New file.
34579         * lib/iconv_open-hpux.gperf: New file.
34580         * lib/iconv_open-irix.gperf: New file.
34581         * lib/iconv_open-osf.gperf: New file.
34582         * m4/iconv_open.m4: New file.
34583         * modules/linebreak (Depends-on): Add iconv_open.
34584         * modules/striconv (Depends-on): Likewise.
34585         * modules/striconveh (Depends-on): Likewise.
34586         * modules/unicodeio (Depends-on): Likewise.
34587         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
34588         (iconv_t)(-1).
34589         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
34590         conversion if cd is (iconv_t)(-1).
34591         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
34592         is not possible.
34593
34594 2007-03-31  Bruno Haible  <bruno@clisp.org>
34595
34596         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34597         work on Solaris either. Protect also second use of "autodetect_jp".
34598
34599 2007-03-31  Bruno Haible  <bruno@clisp.org>
34600
34601         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
34602         the function is not present.
34603
34604 2007-03-31  Bruno Haible  <bruno@clisp.org>
34605
34606         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
34607         the function is not present.
34608
34609 2007-03-31  Bruno Haible  <bruno@clisp.org>
34610
34611         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
34612         a bug in HP-UX iconv_open().
34613
34614 2007-03-31  Bruno Haible  <bruno@clisp.org>
34615
34616         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
34617         (Mathematics <math.h>): New section, add fpieee.
34618         (Input/output <stdio.h>): Add fseterr.
34619         (Mathematics <math.h>): New section, add printf-frexp.
34620         (Container data structures): Add sublist.
34621         (Core language properties): Add fpucw, inline.
34622         (Functions for greatest-width integer types <inttypes.h>): Add
34623         imaxabs, imaxdiv, inttypes.
34624         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
34625         isnanl-nolibm, ldexp.
34626         (Mathematics <math.h>): New section, add printf-frexpl.
34627         (Support for systems lacking POSIX:2001): Add fprintf-posix,
34628         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
34629         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
34630         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
34631         (Unicode string functions): Add unistr/u*-mbtoucr.
34632         (Java): Add javacomp-script, javaexec-script.
34633         (C#): Add csharpcomp-script, csharpexec-script.
34634         (Support for building libraries and executables): Add havelib,
34635         relocatable-*.
34636         (Support for maintaining and releasing projects): Renamed from
34637         'Support for maintaining and release projects'. Add announce-gen.
34638
34639 2007-03-31  Bruno Haible  <bruno@clisp.org>
34640
34641         * README: Talk primarily about git.
34642         (git and CVS): Renamed from CVS.
34643         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
34644         gnulib is available through git.
34645         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
34646
34647 2007-03-30  Bruno Haible  <bruno@clisp.org>
34648
34649         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
34650         * lib/poll_.h: Likewise.
34651         * lib/stat_.h: Likewise.
34652         * lib/sys_time_.h: Likewise.
34653         * lib/sysexit_.h: Likewise.
34654         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
34655         * lib/stdbool_.h: Likewise.
34656         * lib/byteswap_.h: Add double-inclusion guard.
34657
34658 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
34659
34660         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
34661
34662 2007-03-30  Karl Berry  <karl@gnu.org>
34663
34664         * config/srclist-update: double space after USA in the license
34665         substitution, since that's how it's usually (?) written.
34666
34667 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34668
34669         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
34670         reported by Bruno Haible.
34671
34672 2007-03-29  Bruno Haible  <bruno@clisp.org>
34673
34674         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
34675         a bug in AIX iconv().
34676
34677 2007-03-29  Bruno Haible  <bruno@clisp.org>
34678
34679         * modules/ldexpl-tests: New file.
34680         * tests/test-ldexpl.c: New file.
34681
34682 2007-03-29  Bruno Haible  <bruno@clisp.org>
34683
34684         * lib/ldexpl.c: Include fpucw.h.
34685         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
34686         multiplication.
34687         * modules/ldexpl (Depends-on): Add fpucw.
34688
34689 2007-03-29  Bruno Haible  <bruno@clisp.org>
34690
34691         * modules/ldexpl: New file.
34692         * m4/ldexpl.m4: New file.
34693         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
34694         set.
34695         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
34696         REPLACE_LDEXPL.
34697         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
34698         REPLACE_LDEXPL.
34699         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34700         gl_FUNC_LDEXPL_WORKS.
34701         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
34702         * modules/mathl (Files): Remove lib/ldexpl.c.
34703         (Depends-on): Add ldexpl.
34704
34705 2007-03-29  Bruno Haible  <bruno@clisp.org>
34706
34707         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
34708
34709 2007-03-29  Bruno Haible  <bruno@clisp.org>
34710
34711         * tests/test-striconveh.c (main): Don't assume that a direct conversion
34712         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
34713         and possibly also HP-UX.
34714         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34715         work on AIX, IRIX, HP-UX, OSF/1.
34716         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
34717         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
34718         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
34719         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
34720         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
34721         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
34722
34723 2007-03-29  Bruno Haible  <bruno@clisp.org>
34724
34725         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
34726
34727 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34728
34729         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
34730         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
34731
34732 2007-03-29  Eric Blake  <ebb9@byu.net>
34733
34734         * lib/acl-internal.h: Remove redundant include.
34735         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
34736         Cygwin when a file is locked.
34737
34738 2007-03-29  Bruno Haible  <bruno@clisp.org>
34739
34740         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
34741         file.
34742         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
34743
34744 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34745
34746         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
34747         try to remove a parent directory if the child couldn't be removed
34748         (except for the first rmdir, which could fail because the child
34749         doesn't exist).  Problem reported by Jeff Blaine in
34750         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
34751
34752 2007-03-28  Bruno Haible  <bruno@clisp.org>
34753
34754         * lib/striconveh.c (utf8conv_carefully): New function.
34755         (mem_cd_iconveh_internal): Invoke it.
34756
34757 2007-03-28  Bruno Haible  <bruno@clisp.org>
34758
34759         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
34760         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
34761         input.
34762         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
34763         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
34764         unistr/u8-uctomb.
34765
34766 2007-03-28  Bruno Haible  <bruno@clisp.org>
34767
34768         * modules/unistr/u8-mbtoucr: New file.
34769         * lib/unistr/u8-mbtoucr.c: New file.
34770         * modules/unistr/u16-mbtoucr: New file.
34771         * lib/unistr/u16-mbtoucr.c: New file.
34772         * modules/unistr/u16-mbtoucr: New file.
34773         * lib/unistr/u16-mbtoucr.c: New file.
34774         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
34775
34776 2007-03-27  Simon Josefsson  <simon@josefsson.org>
34777             Bruno Haible  <bruno@clisp.org>
34778
34779         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
34780         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
34781         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
34782
34783         * m4/stdio_h.m4: Add stubs for vasprintf too.
34784
34785         * modules/stdio: Support vasprintf in sed command.
34786
34787         * modules/vasprintf: Depend on stdio for prototypes.  Remove
34788         vasprintf.h.  Add stdio module indicator.
34789
34790         * lib/stdio_.h: Declare asprintf and vasprintf, based on
34791         vasprintf.h.
34792
34793         * lib/vasprintf.h: File removed.
34794
34795         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
34796         * lib/vasprintf.c: Ditto.
34797         * lib/xvasprintf.c: Ditto.
34798         * tests/test-vasprintf-posix.c: Ditto.
34799         * tests/test-vasprintf.c: Ditto.
34800
34801 2007-03-27  Bruno Haible  <bruno@clisp.org>
34802
34803         Make vasnprintf multithread-safe.
34804         * lib/vasnprintf.c (decimal_point_char): New function.
34805         (VASNPRINTF): Use it.
34806         Suggested by Simon Josefsson.
34807
34808 2007-03-27  Eric Blake  <ebb9@byu.net>
34809
34810         Support sub-second birthtime on cygwin.
34811         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
34812         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
34813         (get_stat_birthtime): Also work with st_birthtim.
34814
34815 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
34816
34817         * lib/stat-time.h (USE_BIRTHTIME): Remove.
34818         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
34819         (get_stat_birthtime_ns): Do not try to use "spare" fields.
34820         (get_stat_birthtime_ns): Simplify compile-time tests.
34821         (get_stat_birthtime): Change the API to look like
34822         get_stat_mtime etc., except return a negative tv_nsec on error.
34823         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
34824         Don't check for "spare" fields.
34825         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
34826         or for struct stat.st_birthtime, as these tests aren't used.
34827         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
34828
34829 2007-03-27  Bruno Haible  <bruno@clisp.org>
34830
34831         * lib/stat-time.h: Include <sys/stat.h>.
34832
34833 2007-03-27  James Youngman  <jay@gnu.org>
34834
34835         * lib/stat-time.h (get_stat_birthtime): New function for
34836           retrieving st_birthtime as provided by UFS2 (hence *BSD).
34837         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
34838           and its variants.
34839         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
34840         * modules/stat-time-test: New file.
34841         * tests/test-stat-time.c: New test, devised by Bruno Haible.
34842
34843 2007-03-26  Bruno Haible  <bruno@clisp.org>
34844
34845         Better support of signalling NaNs.
34846         * lib/atanl.c: Include isnanl.h.
34847         (atanl): Perform test for NaN at the beginning of the function and
34848         through a call to isnanl.
34849         * lib/cosl.c: Include isnanl.h.
34850         (cosl): Perform test for NaN at the beginning of the function and
34851         through a call to isnanl.
34852         * lib/ldexpl.c: Include isnanl.h.
34853         (ldexpl): Perform test for NaN through a call to isnanl.
34854         * lib/logl.c: Include isnanl.h.
34855         (logl): Perform test for NaN at the beginning of the function and
34856         through a call to isnanl.
34857         * lib/sinl.c: Include isnanl.h.
34858         (sinl): Perform test for NaN at the beginning of the function and
34859         through a call to isnanl.
34860         * lib/sqrtl.c: Include isnanl.h.
34861         (sqrtl): Perform test for NaN at the beginning of the function and
34862         through a call to isnanl.
34863         * lib/tanl.c: Include isnanl.h.
34864         (tanl): Perform test for NaN at the beginning of the function and
34865         through a call to isnanl.
34866         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
34867         * modules/mathl (Depends-on): Add isnanl.
34868
34869 2007-03-26  Eric Blake  <ebb9@byu.net>
34870
34871         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
34872         regression in logic sense of previous patch.
34873
34874 2007-03-26  Bruno Haible  <bruno@clisp.org>
34875
34876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
34877         unportable shell command "if ! ...".
34878         Reported by Ralf Wildenhues.
34879
34880 2007-03-25  Bruno Haible  <bruno@clisp.org>
34881
34882         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
34883         <sysexits.h> file, and only add EX_CONFIG.
34884         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
34885         absolute file name and whether it is sufficient. Substitute also
34886         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
34887         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
34888         ABSOLUTE_SYSEXITS_H into sysexits.h.
34889
34890 2007-03-25  Bruno Haible  <bruno@clisp.org>
34891
34892         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
34893         hints is NULL.
34894
34895 2007-03-25  Bruno Haible  <bruno@clisp.org>
34896
34897         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
34898         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
34899
34900 2007-03-25  Bruno Haible  <bruno@clisp.org>
34901
34902         * lib/vasnprintf.c: Include langinfo.h.
34903         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
34904         multithread-safe.
34905         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
34906         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
34907         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34908         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34909         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34910         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34911         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34912         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
34913         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34914         Reported by Simon Josefsson.
34915
34916 2007-03-25  Bruno Haible  <bruno@clisp.org>
34917
34918         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
34919         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
34920         * modules/vasnprintf (Depends-on): Add stdint.
34921
34922 2007-03-25  Bruno Haible  <bruno@clisp.org>
34923
34924         * modules/fpieee: New file.
34925         * m4/fpieee.m4: New file.
34926         * modules/isnan-nolibm (Depends-on): Add fpieee.
34927         * modules/isnanl-nolibm (Depends-on): Add fpieee.
34928         * modules/isnanl (Depends-on): Add fpieee.
34929
34930 2007-03-25  Bruno Haible  <bruno@clisp.org>
34931
34932         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
34933
34934 2007-03-25  Bruno Haible  <bruno@clisp.org>
34935
34936         Avoid test failures on IRIX 6.5.
34937         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
34938         (main): Use it.
34939         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
34940         macros.
34941         (main): Use them.
34942
34943 2007-03-25  Bruno Haible  <bruno@clisp.org>
34944
34945         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
34946         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
34947         exists but doesn't work.
34948         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
34949         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
34950         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
34951         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
34952
34953 2007-03-25  Bruno Haible  <bruno@clisp.org>
34954
34955         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
34956         returns inf. Needed on IRIX 6.5.
34957
34958 2007-03-25  Bruno Haible  <bruno@clisp.org>
34959
34960         * tests/test-frexpl.c: Include isnanl-nolibm.h.
34961         (main): Use isnanl instead of x != x idiom.
34962         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
34963
34964         * tests/test-frexp.c: Include isnan.h.
34965         (main): Use isnan instead of x != x idiom.
34966         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
34967
34968 2007-03-25  Bruno Haible  <bruno@clisp.org>
34969
34970         * tests/test-frexp.c (NaN): New function/macro.
34971         (main): Use it instead of 0.0 / 0.0.
34972         * tests/test-isnan.c (NaN): New function/macro.
34973         (main): Use it instead of 0.0 / 0.0.
34974         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
34975         (test_function): Use it instead of 0.0 / 0.0.
34976         * tests/test-vasprintf-posix.c (NaN): New function/macro.
34977         (test_function): Use it instead of 0.0 / 0.0.
34978         * tests/test-snprintf-posix.h (NaN): New function/macro.
34979         (test_function): Use it instead of 0.0 / 0.0.
34980         * tests/test-sprintf-posix.h (NaN): New function/macro.
34981         (test_function): Use it instead of 0.0 / 0.0.
34982         * tests/test-fprintf-posix.h (NaN): New function/macro.
34983         (test_function): Use it instead of 0.0 / 0.0.
34984         * tests/test-printf-posix.h (NaN): New function/macro.
34985         (test_function): Use it instead of 0.0 / 0.0.
34986
34987         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
34988
34989 2007-03-25  Bruno Haible  <bruno@clisp.org>
34990
34991         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
34992
34993 2007-03-25  Bruno Haible  <bruno@clisp.org>
34994
34995         * lib/regexec.c (merge_state_with_log): Make static.
34996
34997 2007-03-25  Bruno Haible  <bruno@clisp.org>
34998
34999         * lib/trigl.c (kernel_rem_pio2): Make static.
35000
35001 2007-03-25  Bruno Haible  <bruno@clisp.org>
35002
35003         * lib/sincosl.c (sincosl_table): Make static.
35004
35005 2007-03-25  Bruno Haible  <bruno@clisp.org>
35006
35007         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
35008         if the compiler does not support C99.
35009
35010 2007-03-25  Bruno Haible  <bruno@clisp.org>
35011
35012         * modules/time (Makefile.am): Ensure all rule action lines start with a
35013         tab.
35014
35015 2007-03-24  Bruno Haible  <bruno@clisp.org>
35016
35017         * modules/tsearch-tests: New file.
35018         * tests/test-tsearch.sh: New file.
35019         * tests/test-tsearch.c: New file, mostly copied from glibc.
35020
35021         * modules/search-tests: New file.
35022         * tests/test-search.c: New file.
35023
35024         * modules/search: New file.
35025         * lib/search_.h: New file, incorporating lib/tsearch.h.
35026         * m4/search_h.m4: New file.
35027         * lib/tsearch.h: Remove file.
35028         * lib/tsearch.c: Include search.h instead of tsearch.h.
35029         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
35030         HAVE_TSEARCH.
35031         * modules/tsearch (Files): Remove lib/tsearch.h.
35032         (Depends-on): Add search.
35033         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
35034         (Include): Change tsearch.h into search.h.
35035
35036 2007-03-24  Bruno Haible  <bruno@clisp.org>
35037
35038         * modules/fpucw: New file.
35039         * lib/fpucw.h: New file.
35040         * lib/frexp.c: Include fpucw.h.
35041         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
35042         (FUNC): Use them.
35043         * lib/printf-frexp.c: Include fpucw.h.
35044         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
35045         (FUNC): Use them.
35046         * lib/vasnprintf.c: Include fpucw.h.
35047         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
35048         'long double' calculations.
35049         * tests/test-frexpl.c: Include fpucw.h.
35050         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
35051         * tests/test-printf-frexpl.c: Include fpucw.h.
35052         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
35053         * modules/frexpl (Depends-on): Add fpucw.
35054         * modules/printf-frexpl (Depends-on): Likewise.
35055         * modules/fprintf-posix (Depends-on): Likewise.
35056         * modules/snprintf-posix (Depends-on): Likewise.
35057         * modules/sprintf-posix (Depends-on): Likewise.
35058         * modules/vasnprintf-posix (Depends-on): Likewise.
35059         * modules/vasprintf-posix (Depends-on): Likewise.
35060         * modules/vfprintf-posix (Depends-on): Likewise.
35061         * modules/vsnprintf-posix (Depends-on): Likewise.
35062         * modules/vsprintf-posix (Depends-on): Likewise.
35063         * modules/frexpl-tests (Depends-on): Likewise.
35064         * modules/printf-frexpl-tests (Depends-on): Likewise.
35065
35066 2007-03-24  Bruno Haible  <bruno@clisp.org>
35067
35068         * lib/float+.h: New file.
35069         * lib/isnan.c: Include float+.h.
35070         (SIZE): New macro.
35071         (FUNC): Compare only SIZE bytes of the value.
35072         * lib/vasnprintf.c: Include float+.h.
35073         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
35074         SIZEOF_LDBL or SIZEOF_DBL bytes.
35075         * modules/isnan-nolibm (Files): Add lib/float+.h.
35076         * modules/isnanl-nolibm (Files): Add lib/float+.h.
35077         * modules/isnanl (Files): Add lib/float+.h.
35078         * modules/vasnprintf (Files): Add lib/float+.h.
35079
35080 2007-03-24  Bruno Haible  <bruno@clisp.org>
35081
35082         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
35083         include isnanl-nolibm.h.
35084
35085 2007-03-24  Bruno Haible  <bruno@clisp.org>
35086
35087         * tests/test-read-file.c (main): Don't produce spurious output for
35088         expected situations. Make the test fail if it encountered unexpected
35089         results.
35090
35091 2007-03-24  Bruno Haible  <bruno@clisp.org>
35092
35093         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
35094         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
35095
35096 2007-03-24  Bruno Haible  <bruno@clisp.org>
35097
35098         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
35099
35100 2007-03-24  Bruno Haible  <bruno@clisp.org>
35101
35102         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
35103         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
35104
35105         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
35106         * modules/utf8-ucs4: Turn into a symbolic link to module
35107         unistr/u8-mbtouc.
35108
35109         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
35110         utf8-ucs4-unsafe.
35111         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
35112         unistr/u8-mbtouc-unsafe.
35113
35114         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
35115         * modules/utf16-ucs4: Turn into a symbolic link to module
35116         unistr/u16-mbtouc.
35117
35118         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
35119         utf16-ucs4-unsafe.
35120         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
35121         unistr/u16-mbtouc-unsafe.
35122
35123         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
35124         * modules/ucs4-utf8: Turn into a symbolic link to module
35125         unistr/u8-ubtomb.
35126
35127         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
35128         * modules/ucs4-utf16: Turn into a symbolic link to module
35129         unistr/u16-ubtomb.
35130
35131 2007-03-24  Bruno Haible  <bruno@clisp.org>
35132
35133         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
35134         Enable the function only if HAVE_INLINE.
35135         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
35136         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
35137         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
35138         Enable the function only if HAVE_INLINE.
35139         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
35140         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
35141         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
35142         Enable the function only if HAVE_INLINE.
35143         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
35144         Enable the function only if HAVE_INLINE.
35145         * modules/utf8-ucs4: Update.
35146         * modules/utf8-ucs4-unsafe: Update.
35147         * modules/utf16-ucs4: Update.
35148         * modules/utf16-ucs4-unsafe: Update.
35149         * modules/ucs4-utf8: Update.
35150         * modules/ucs4-utf16: Update.
35151
35152 2007-03-24  Bruno Haible  <bruno@clisp.org>
35153
35154         * lib/utf8-ucs4.h: Remove file.
35155         * lib/utf8-ucs4-unsafe.h: Remove file.
35156         * lib/utf16-ucs4.h: Remove file.
35157         * lib/utf16-ucs4-unsafe.h: Remove file.
35158         * lib/ucs4-utf8.h: Remove file.
35159         * lib/ucs4-utf16.h: Remove file.
35160         * lib/unistr.h: Include their previous contents.
35161         * m4/utf-ucs4.m4: Remove file.
35162         * m4/ucs4-utf.m4: Remove file.
35163         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
35164         (Depends-on): Add unistr/base.
35165         (configure.ac): Remove gl_UTF_UCS4.
35166         (Makefile.am): Update.
35167         (Include): Change to unistr.h.
35168         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
35169         (Depends-on): Add unistr/base.
35170         (configure.ac): Remove gl_UTF_UCS4.
35171         (Makefile.am): Update.
35172         (Include): Change to unistr.h.
35173         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
35174         (Depends-on): Add unistr/base.
35175         (configure.ac): Remove gl_UTF_UCS4.
35176         (Makefile.am): Update.
35177         (Include): Change to unistr.h.
35178         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
35179         (Depends-on): Add unistr/base.
35180         (configure.ac): Remove gl_UTF_UCS4.
35181         (Makefile.am): Update.
35182         (Include): Change to unistr.h.
35183         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
35184         (Depends-on): Add unistr/base.
35185         (configure.ac): Remove gl_UCS4_UTF.
35186         (Makefile.am): Update.
35187         (Include): Change to unistr.h.
35188         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
35189         (Depends-on): Add unistr/base.
35190         (configure.ac): Remove gl_UCS4_UTF.
35191         (Makefile.am): Update.
35192         (Include): Change to unistr.h.
35193         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
35194         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
35195         utf8-ucs4-unsafe.h.
35196         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
35197         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
35198         utf16-ucs4-unsafe.h.
35199         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
35200         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
35201         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
35202         * lib/unistr/u8-strchr.c: Likewise.
35203         * lib/unistr/u8-strrchr.c: Likewise.
35204         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
35205         * lib/unistr/u16-strchr.c: Likewise.
35206         * lib/unistr/u16-strrchr.c: Likewise.
35207         * lib/striconveh.c: Update.
35208         * lib/linebreak.c: Update.
35209
35210 2007-03-24  Bruno Haible  <bruno@clisp.org>
35211
35212         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
35213         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
35214
35215 2007-03-22  Bruno Haible  <bruno@clisp.org>
35216
35217         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
35218
35219 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
35220
35221         * MODULES.html.sh (File system functions): New module write-any-file.
35222         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
35223         * m4/write-any-file.m4: New files.
35224
35225 2007-03-23  Eric Blake  <ebb9@byu.net>
35226
35227         * gnulib-tool: Rearrange space-tab sequences, since some editors
35228         like to eat them.
35229
35230 2007-03-23  Eric Blake  <ebb9@byu.net>
35231
35232         * lib/version-etc.c (version_etc_va): Update license wording to
35233         be more concise.  Recommended by Richard Stallman.
35234
35235 2007-03-22  Bruno Haible  <bruno@clisp.org>
35236
35237         * lib/poll.c (MSG_PEEK): New fallback definition.
35238
35239 2007-03-22  Bruno Haible  <bruno@clisp.org>
35240
35241         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
35242         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
35243         (main): Update.
35244         Fixes a compilation error on BeOS.
35245
35246 2007-03-22  Bruno Haible  <bruno@clisp.org>
35247
35248         * modules/frexpl-tests: New file.
35249         * tests/test-frexpl.c: New file.
35250
35251         * modules/frexpl: New file.
35252         * m4/frexpl.m4: New file.
35253         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
35254         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
35255         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
35256         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
35257         (Depends-on): Add frexpl. Remove isnanl-nolibm.
35258         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
35259
35260 2007-03-22  Bruno Haible  <bruno@clisp.org>
35261
35262         * lib/frexpl.c: Share code with lib/frexp.c.
35263         * modules/mathl (Files): Add lib/frexp.c.
35264         (Depends-on): Add isnanl-nolibm.
35265
35266 2007-03-22  Bruno Haible  <bruno@clisp.org>
35267
35268         * modules/printf-frexp (Files): Add m4/frexp.m4.
35269         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
35270         only if the found frexp function actually works.
35271
35272 2007-03-22  Bruno Haible  <bruno@clisp.org>
35273
35274         * lib/frexp.c: Remove older implementation that uses divisions.
35275
35276 2007-03-21  Bruno Haible  <bruno@clisp.org>
35277
35278         * modules/frexp-tests: New file.
35279         * tests/test-frexp.c: New file.
35280
35281         * modules/frexp: New file.
35282         * lib/frexp.c: New file.
35283         * m4/frexp.m4: New file.
35284         * lib/math_.h (frexp): New declaration.
35285         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
35286         REPLACE_FREXP.
35287         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
35288
35289 2007-03-21  Bruno Haible  <bruno@clisp.org>
35290
35291         * modules/isnanl-tests: New file.
35292         * tests/test-isnanl.c: New file.
35293
35294         * modules/isnanl: New file.
35295         * lib/isnanl.h: New file.
35296         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
35297         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
35298         gl_FUNC_ISNANL_WORKS.
35299         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
35300         New macros.
35301
35302 2007-03-21  Bruno Haible  <bruno@clisp.org>
35303
35304         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
35305         lib/isnanl.h.
35306         (Include): Update.
35307         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
35308         * lib/vasnprintf.c: Update.
35309         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
35310         tests/test-isnanl.h, remove tests/test-isnanl.c.
35311         (Makefile.am): Update.
35312         * tests/test-isnanl-nolibm.c: New file.
35313         * tests/test-isnanl.h: New file.
35314         * tests/test-isnanl.c: Remove file.
35315
35316 2007-03-21  Jim Meyering  <jim@meyering.net>
35317
35318         When trying to open ".", treat ESTALE like EACCES.
35319         * lib/savewd.c (savewd_save): Resort to forking not just upon
35320         failure with EACCES, but also when errno is ESTALE.
35321
35322 2007-03-20  Bruno Haible  <bruno@clisp.org>
35323
35324         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
35325         Needed on AIX 5.1. Reported by Matthew Woehlke.
35326
35327 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
35328
35329         Suggestions by Bruno Haible:
35330         * lib/acl-internal.h: Include "gettext.h" rather than rolling
35331         our own.
35332         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
35333         * modules/acl (Depends-on): Add gettext.
35334
35335 2007-03-19  Bruno Haible  <bruno@clisp.org>
35336
35337         * modules/iconvme: Remove file.
35338         * lib/iconvme.h: Remove file.
35339         * lib/iconvme.c: Remove file.
35340         * m4/iconvme.m4: Remove file.
35341
35342 2007-03-19  Bruno Haible  <bruno@clisp.org>
35343
35344         * doc/relocatable-maint.texi: Break long shell script line.
35345         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
35346
35347 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
35348
35349         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
35350         handle file_has_acl.
35351         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
35352         * lib/acl.c: Move header inclusions and related macro defns into
35353         lib/acl-internal.h.
35354         (S_ISLNK): Remove defn, since that's now done for us.
35355         (file_has_acl): Move to lib/file-has-acl.c.
35356         Call acl_trivial if available.  This is the crucial part of the fix.
35357         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
35358         shared within the library.  Rewrite a bit, partly to make it compatible
35359         with the GNU coding style.
35360         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
35361         Remove unnecessary double-quotes.
35362         Don't test for acl_to_text; the build will catch that.
35363         Replace acl_entries if it doesn't exist and it is needed.
35364         Check for -lsec and acl_trivial (as used on Solaris 10).
35365         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
35366         lib/file-has-acl.c.
35367         (Depends-on): Add sys_stat, for S_ISLNK.
35368
35369 2007-03-19  Ben Pfaff  <blp@gnu.org>
35370
35371         * doc/gnulib.texi: Fix typos.
35372         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
35373
35374 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
35375
35376         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
35377         If size is zero here, buf must be zero.
35378
35379 2007-03-19  Simon Josefsson  <simon@josefsson.org>
35380
35381         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
35382         <bruno@clisp.org>.
35383
35384 2007-03-18  Bruno Haible  <bruno@clisp.org>
35385
35386         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
35387         Suggested by Eric Blake.
35388
35389 2007-03-18  Ben Pfaff  <blp@gnu.org>
35390
35391         * doc/relocatable.texi: Recommend using as prefix a directory
35392         that does not exist and will never be created.  Based on
35393         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
35394         and others.
35395
35396 2007-03-17  Bruno Haible  <bruno@clisp.org>
35397
35398         * lib/fchownat.c: Include lchown.h.
35399
35400 2007-03-17  Bruno Haible  <bruno@clisp.org>
35401
35402         Fix endless loop when the given allocated size was > INT_MAX.
35403         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
35404         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
35405         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
35406         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
35407         * lib/sprintf.c (sprintf): Likewise.
35408
35409 2007-03-17  Bruno Haible  <bruno@clisp.org>
35410
35411         * tests/test-argp-2.sh (func_compare): Output a context diff.
35412
35413 2007-03-17  Bruno Haible  <bruno@clisp.org>
35414
35415         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
35416         locale's decimal-point character.
35417
35418 2007-03-17  Bruno Haible  <bruno@clisp.org>
35419
35420         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
35421         before comparing it. Needed because on some platforms (e.g. x86) a
35422         'long double' occupies less bytes than sizeof (long double).
35423
35424 2007-03-17  Bruno Haible  <bruno@clisp.org>
35425
35426         * tests/test-crc.c (main): Make printf statements 64-bit clean.
35427         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
35428         * tests/test-getaddrinfo.c (simple): Likewise.
35429         * tests/test-read-file.c (main): Likewise.
35430
35431 2007-03-17  Bruno Haible  <bruno@clisp.org>
35432
35433         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
35434
35435 2007-03-17  Bruno Haible  <bruno@clisp.org>
35436
35437         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
35438         unused variable.
35439
35440 2007-03-17  Bruno Haible  <bruno@clisp.org>
35441
35442         * tests/test-c-strcasecmp.c: Include c-strcase.h.
35443         * tests/test-c-strncasecmp.c: Likewise.
35444
35445 2007-03-17  Bruno Haible  <bruno@clisp.org>
35446
35447         * modules/stdlib (Depends-on): Add unistd.
35448         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
35449         Needed for MacOS X 10.3.
35450
35451 2007-03-17  Bruno Haible  <bruno@clisp.org>
35452
35453         * lib/unistr/u-strdup.h: Include <stdlib.h>.
35454
35455 2007-03-17  Bruno Haible  <bruno@clisp.org>
35456
35457         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
35458
35459 2007-03-17  Bruno Haible  <bruno@clisp.org>
35460
35461         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
35462         to reflect files copied from gnulib (with or without modifications).
35463         Suggested by Jim Meyering.
35464
35465 2007-03-17  Eric Blake  <ebb9@byu.net>
35466
35467         * NEWS: Document stdlib change from 2007-02-18.
35468
35469 2007-03-17  Jim Meyering  <jim@meyering.net>
35470
35471         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
35472         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
35473         someone uses a name containing shell meta-characters.
35474         Reported by Alfred M. Szmidt.
35475
35476         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
35477
35478 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
35479
35480         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
35481         and copy gettext configuration files only if configure.ac contains
35482         a use of AM_GNU_GETTEXT_VERSION.
35483
35484 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
35485
35486         * build-aux/bootstrap (gnulib_name): New variable.
35487         (gnulib_tool_options): Use it.
35488
35489 2007-03-13  Simon Josefsson  <simon@josefsson.org>
35490
35491         * tests/test-des.c: Use new namespace.
35492
35493 2007-03-15  Bruno Haible  <bruno@clisp.org>
35494
35495         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
35496         Reported by James Youngman <jay@gnu.org>.
35497
35498 2007-03-15  Bruno Haible  <bruno@clisp.org>
35499
35500         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
35501         declared prototype. Needed with cc on OSF/1 5.1.
35502
35503 2007-03-15  Bruno Haible  <bruno@clisp.org>
35504
35505         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
35506         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
35507         (struct gl_list_implementation): Add dispose_fn argument to the
35508         'create_empty', 'create' methods.
35509         (struct gl_list_impl_base): Add field 'dispose_fn'.
35510         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
35511         argument.
35512         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
35513         dispose_fn argument.
35514         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
35515         dispose_fn on the dropped values.
35516         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
35517         dispose_fn argument.
35518         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
35519         dropped values.
35520         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
35521         (gl_tree_remove_node): Call dispose_fn on the dropped value.
35522         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
35523         (gl_tree_remove_node): Call dispose_fn on the dropped value.
35524         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
35525         argument.
35526         (gl_tree_list_free): Call dispose_fn on the dropped values.
35527         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
35528         the dropped values.
35529         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
35530         Add dispose_fn argument.
35531         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
35532         Call dispose_fn on the dropped values.
35533         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
35534         Add dispose_fn argument.
35535         (gl_sublist_create): Initialize the 'dispose_fn' field.
35536         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
35537         * tests/test-array_list.c (main): Update.
35538         * tests/test-carray_list.c (main): Update.
35539         * tests/test-avltree_list.c (main): Update.
35540         * tests/test-rbtree_list.c (main): Update.
35541         * tests/test-avltreehash_list.c (main): Update.
35542         * tests/test-rbtreehash_list.c (main): Update.
35543         * tests/test-linked_list.c (main): Update.
35544         * tests/test-linkedhash_list.c (main): Update.
35545         * tests/test-array_oset.c (main): Update.
35546
35547 2007-03-15  Bruno Haible  <bruno@clisp.org>
35548
35549         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
35550         (gl_oset_create_empty): Add dispose_fn argument.
35551         (struct gl_oset_implementation): Add dispose_fn argument to
35552         'create_empty' method.
35553         (struct gl_oset_impl_base): Add dispose_fn field.
35554         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
35555         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
35556         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
35557         values.
35558         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
35559         (gl_tree_oset_free): Call dispose_fn on the dropped values.
35560         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
35561         dropped value.
35562         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
35563         dropped value.
35564         * tests/test-array_oset.c (main): Update.
35565         * tests/test-avltree_oset.c (main): Update.
35566         * tests/test-rbtree_oset.c (main): Update.
35567         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
35568
35569 2007-03-13  Bruno Haible  <bruno@clisp.org>
35570
35571         * tests/test-stdbool.c (i): Update after last patch.
35572
35573 2007-03-12  Bruno Haible  <bruno@clisp.org>
35574
35575         * lib/quotearg.c: Include <wctype.h> early, before the definition of
35576         the iswprint macro. Needed on Solaris 2.5.1.
35577
35578 2007-03-12  Bruno Haible  <bruno@clisp.org>
35579
35580         * tests/test-printf-frexp.c (main): Declare x as volatile.
35581
35582 2007-03-12  Simon Josefsson  <simon@josefsson.org>
35583
35584         * doc/gnulib.texi (Build robot for gnulib): New section.
35585
35586 2007-03-12  Jim Meyering  <jim@meyering.net>
35587
35588         * build-aux/bootstrap: New file.
35589         * build-aux/bootstrap.conf: New file, from coreutils.
35590
35591 2007-03-11  Bruno Haible  <bruno@clisp.org>
35592
35593         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
35594
35595 2007-03-12  Simon Josefsson  <simon@josefsson.org>
35596
35597         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
35598         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
35599         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
35600
35601 2007-03-11  Bruno Haible  <bruno@clisp.org>
35602
35603         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
35604         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
35605
35606 2007-03-11  Bruno Haible  <bruno@clisp.org>
35607
35608         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
35609         formula. Needed for SunPRO C 5.0.
35610
35611 2007-03-11  Bruno Haible  <bruno@clisp.org>
35612
35613         * modules/long-options (Depends-on): Add getopt.
35614
35615 2007-03-11  Bruno Haible  <bruno@clisp.org>
35616
35617         * modules/modechange (Depends-on): Add stdbool.
35618
35619 2007-03-11  Bruno Haible  <bruno@clisp.org>
35620
35621         * modules/i-ring (Depends-on): Add stdbool.
35622
35623 2007-03-11  Bruno Haible  <bruno@clisp.org>
35624
35625         * modules/gc-des (Depends-on): Add stdbool.
35626
35627 2007-03-11  Bruno Haible  <bruno@clisp.org>
35628
35629         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
35630
35631 2007-03-11  Bruno Haible  <bruno@clisp.org>
35632
35633         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
35634
35635 2007-03-11  Bruno Haible  <bruno@clisp.org>
35636
35637         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
35638
35639 2007-03-11  Bruno Haible  <bruno@clisp.org>
35640
35641         * lib/vasnprintf.c (sprintf): Undefine.
35642
35643 2007-03-11  Bruno Haible  <bruno@clisp.org>
35644
35645         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
35646         initializers in SunPRO C and Compaq C compilers.
35647
35648 2007-03-11  Bruno Haible  <bruno@clisp.org>
35649
35650         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
35651         decrementing code ANSI C compliant.
35652
35653 2007-03-11  Bruno Haible  <bruno@clisp.org>
35654
35655         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
35656         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
35657
35658 2007-03-11  Bruno Haible  <bruno@clisp.org>
35659
35660         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
35661         <stdbool.h> substitute doesn't pass.
35662
35663 2007-03-11  Bruno Haible  <bruno@clisp.org>
35664
35665         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
35666
35667 2007-03-11  Bruno Haible  <bruno@clisp.org>
35668
35669         * gnulib-tool (func_create_megatestdir): Create also an autobuild
35670         script, for submission to autobuild.josefsson.org.
35671
35672 2007-03-10  Bruno Haible  <bruno@clisp.org>
35673
35674         * modules/canonicalize-lgpl-tests: New file.
35675         * tests/test-canonicalize-lgpl.sh: New file.
35676         * tests/test-canonicalize-lgpl.c: New file.
35677
35678         * modules/c-strcase-tests: New file.
35679         * tests/test-c-strcase.sh: New file.
35680         * tests/test-c-strcasecmp.c: New file.
35681         * tests/test-c-strncasecmp.c: New file.
35682
35683         * modules/atexit-tests: New file.
35684         * tests/test-atexit.sh: New file.
35685         * tests/test-atexit.c: New file.
35686
35687 2007-03-10  Bruno Haible  <bruno@clisp.org>
35688
35689         * tests/test-binary-io.sh: Use temporary filenames that are not so
35690         likely to clash with those of other tests (in a parallel make).
35691         * tests/test-binary-io.c: Likewise.
35692
35693 2007-03-10  Bruno Haible  <bruno@clisp.org>
35694
35695         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
35696         fallback; use #error instead.
35697         Suggested by Simon Josefsson.
35698
35699 2007-03-10  Bruno Haible  <bruno@clisp.org>
35700
35701         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
35702         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
35703         first and the last.
35704
35705 2007-03-10  Bruno Haible  <bruno@clisp.org>
35706
35707         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
35708
35709 2007-03-10  Bruno Haible  <bruno@clisp.org>
35710
35711         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
35712         "make distcheck".
35713         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
35714         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
35715         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
35716
35717 2007-03-10  Bruno Haible  <bruno@clisp.org>
35718
35719         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
35720         variable.
35721         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
35722         variable.
35723
35724 2007-03-09  Eric Blake  <ebb9@byu.net>
35725         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
35726
35727         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
35728         types are not being provided by gnulib.
35729         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
35730         types are supported.
35731
35732 2007-03-10  Bruno Haible  <bruno@clisp.org>
35733
35734         * lib/stdio_.h (__attribute__): New macro.
35735         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
35736         vsprintf): Specify __attribute__ __format__ for GCC.
35737         Suggested by Eric Blake.
35738
35739 2007-03-09  Bruno Haible  <bruno@clisp.org>
35740
35741         * modules/printf-posix-tests: New file.
35742         * tests/test-printf-posix.sh: New file.
35743         * tests/test-printf-posix.c: New file.
35744
35745         * modules/printf-posix: New file.
35746         * lib/printf.c: New file.
35747         * m4/printf-posix-rpl.m4: New file.
35748         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
35749         REPLACE_PRINTF.
35750         * lib/stdio_.h (printf): New declaration.
35751         (format, __format__, ____printf____, ____scanf____, ____strftime____,
35752         ____strfmon____): New macros.
35753         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
35754         REPLACE_PRINTF.
35755
35756 2007-03-09  Bruno Haible  <bruno@clisp.org>
35757
35758         * tests/test-vasnprintf-posix2.sh: New file.
35759         * tests/test-vasnprintf-posix2.c: New file.
35760         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
35761         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
35762         (Makefile.am): Activate test-vasnprintf-posix2.sh.
35763
35764         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
35765         a locale dependent decimal point, rather than always '.'.
35766
35767 2007-03-09  Eric Blake  <ebb9@byu.net>
35768
35769         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
35770         spite of platforms like Tandem/NSK that define it to -1.
35771
35772 2007-03-08  Bruno Haible  <bruno@clisp.org>
35773
35774         * modules/vprintf-posix-tests: New file.
35775         * tests/test-vprintf-posix.sh: New file.
35776         * tests/test-vprintf-posix.c: New file.
35777         * tests/test-printf-posix.h: New file.
35778
35779         * modules/vprintf-posix: New file.
35780         * lib/vprintf.c: New file.
35781         * m4/vprintf-posix.m4: New file.
35782         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
35783         REPLACE_VPRINTF.
35784         * lib/stdio_.h (vprintf): New declaration.
35785         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
35786         REPLACE_VPRINTF.
35787
35788 2007-03-08  Bruno Haible  <bruno@clisp.org>
35789
35790         * modules/fprintf-posix-tests: New file.
35791         * tests/test-fprintf-posix.sh: New file.
35792         * tests/test-fprintf-posix.c: New file.
35793
35794         * modules/fprintf-posix: New file.
35795         * lib/fprintf.c: New file.
35796         * m4/fprintf-posix.m4: New file.
35797         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
35798         REPLACE_FPRINTF.
35799         * lib/stdio_.h (fprintf): New declaration.
35800         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
35801         REPLACE_FPRINTF.
35802
35803 2007-03-08  Bruno Haible  <bruno@clisp.org>
35804
35805         * modules/vfprintf-posix-tests: New file.
35806         * tests/test-vfprintf-posix.sh: New file.
35807         * tests/test-vfprintf-posix.c: New file.
35808         * tests/test-fprintf-posix.h: New file.
35809         * tests/test-fprintf-posix.out: New file.
35810
35811         * modules/vfprintf-posix: New file.
35812         * lib/vfprintf.c: New file.
35813         * m4/vfprintf-posix.m4: New file.
35814         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
35815         REPLACE_VFPRINTF.
35816         * lib/stdio_.h (vfprintf): New declaration.
35817         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
35818         REPLACE_VFPRINTF.
35819
35820 2007-03-08  Bruno Haible  <bruno@clisp.org>
35821
35822         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
35823
35824 2007-03-08  Bruno Haible  <bruno@clisp.org>
35825
35826         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
35827         instead of 'expr' invocations.
35828         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35829         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35830         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35831         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35832         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35833         Suggested by Paul Eggert.
35834
35835 2007-03-08  Bruno Haible  <bruno@clisp.org>
35836
35837         * modules/fseterr-tests: New file.
35838         * tests/test-fseterr.c: New file.
35839
35840         * modules/fseterr: New file.
35841         * lib/fseterr.h: New file.
35842         * lib/fseterr.c: New file.
35843
35844 2007-03-08  Bruno Haible  <bruno@clisp.org>
35845
35846         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
35847         * lib/getopt_.h: Likewise.
35848         * lib/mbswidth.h: Likewise.
35849         * lib/setenv.h: Likewise.
35850         * lib/vasnprintf.h: Likewise.
35851         * lib/vasprintf.h: Likewise.
35852         * lib/verror.h: Likewise.
35853         * lib/xsetenv.h: Likewise.
35854         * lib/xvasprintf.h: Likewise.
35855
35856 2007-03-08  Jim Meyering  <jim@meyering.net>
35857
35858         * users.txt: Add parted.
35859
35860         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
35861
35862 2007-03-07  Bruno Haible  <bruno@clisp.org>
35863
35864         * m4/printf.m4: Make the shell script snippets copy&pastable.
35865
35866 2007-03-02  Bruno Haible  <bruno@clisp.org>
35867
35868         * lib/netinet_in_.h: New file.
35869         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
35870         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
35871         * modules/netinet_in (Files): Add lib/netinet_in_.h.
35872         (Depends-on): Add absolute-header.
35873         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
35874         into netinet/in.h.
35875
35876 2007-03-03  Bruno Haible  <bruno@clisp.org>
35877
35878         * lib/sys_select_.h: New file.
35879         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
35880         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
35881         * modules/sys_select (Files): Add lib/sys_select_.h.
35882         (Depends-on): Add absolute-header.
35883         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
35884         into sys/select.h.
35885
35886 2007-03-02  Bruno Haible  <bruno@clisp.org>
35887
35888         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
35889         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
35890         values.
35891         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
35892         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
35893         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
35894         * modules/sys_socket (Depends-on): Add absolute-header.
35895         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
35896         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
35897         (Include): Remove requirement of inclusion of <sys/types.h>.
35898
35899 2007-03-02  Bruno Haible  <bruno@clisp.org>
35900
35901         * lib/byteswap_.h (bswap_32): Fix formula.
35902
35903 2007-03-06  Bruno Haible  <bruno@clisp.org>
35904
35905         * modules/sprintf-posix-tests: New file.
35906         * tests/test-sprintf-posix.c: New file.
35907
35908         * modules/sprintf-posix: New file.
35909         * lib/sprintf.c: New file.
35910         * m4/sprintf-posix.m4: New file.
35911         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
35912         REPLACE_SPRINTF.
35913         * lib/stdio_.h (sprintf): New declaration.
35914         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
35915         REPLACE_SPRINTF.
35916
35917 2007-03-06  Bruno Haible  <bruno@clisp.org>
35918
35919         * modules/vsprintf-posix-tests: New file.
35920         * tests/test-vsprintf-posix.c: New file.
35921         * tests/test-sprintf-posix.h: New file.
35922
35923         * modules/vsprintf-posix: New file.
35924         * lib/vsprintf.c: New file.
35925         * m4/vsprintf-posix.m4: New file.
35926         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
35927         REPLACE_VSPRINTF.
35928         * lib/stdio_.h (vsprintf): New declaration.
35929         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
35930         REPLACE_VSPRINTF.
35931
35932 2007-03-06  Bruno Haible  <bruno@clisp.org>
35933
35934         * modules/vsnprintf (Depend-on): Remove minmax.
35935
35936 2007-03-06  Bruno Haible  <bruno@clisp.org>
35937
35938         * modules/snprintf-posix-tests: New file.
35939         * tests/test-snprintf-posix.c: New file.
35940
35941         * modules/snprintf-posix: New file.
35942         * m4/snprintf-posix.m4: New file.
35943         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
35944         gl_FUNC_SNPRINTF.
35945         (gl_FUNC_SNPRINTF): Invoke it.
35946         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
35947         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
35948         is set.
35949         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
35950
35951 2007-03-06  Bruno Haible  <bruno@clisp.org>
35952
35953         * modules/vsnprintf-posix-tests: New file.
35954         * tests/test-vsnprintf-posix.c: New file.
35955         * tests/test-snprintf-posix.h: New file.
35956
35957         * modules/vsnprintf-posix: New file.
35958         * m4/vsnprintf-posix.m4: New file.
35959         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
35960         gl_FUNC_VSNPRINTF.
35961         (gl_FUNC_VSNPRINTF): Invoke it.
35962         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
35963         * lib/stdio_.h (vsnprintf): Define as a replacement if
35964         REPLACE_VSNPRINTF is set.
35965         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
35966
35967 2007-03-06  Bruno Haible  <bruno@clisp.org>
35968
35969         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
35970         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
35971
35972 2007-03-06  Bruno Haible  <bruno@clisp.org>
35973
35974         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
35975         (asinl): Declare also if HAVE_DECL_ASINL is set.
35976         (atanl): Declare also if HAVE_DECL_ATANL is set.
35977         (ceill): Declare also if HAVE_DECL_CEILL is set.
35978         (cosl): Declare also if HAVE_DECL_COSL is set.
35979         (expl): Declare also if HAVE_DECL_EXPL is set.
35980         (floorl): Declare also if HAVE_DECL_FLOORL is set.
35981         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
35982         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
35983         (logl): Declare also if HAVE_DECL_LOGL is set.
35984         (sinl): Declare also if HAVE_DECL_SINL is set.
35985         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
35986         (tanl): Declare also if HAVE_DECL_TANL is set.
35987         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
35988         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
35989         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
35990         declaration of frexpl, ldexpl.
35991         * modules/printf-frexpl (Depends-on): Add math.
35992         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
35993
35994 2007-03-05  Bruno Haible  <bruno@clisp.org>
35995
35996         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
35997         frexpl and ldexpl are declared.
35998         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
35999
36000 2007-03-05  Bruno Haible  <bruno@clisp.org>
36001
36002         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
36003         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
36004
36005 2007-03-05  Bruno Haible  <bruno@clisp.org>
36006
36007         * lib/stdio_.h: Include <stddef.h>.
36008
36009 2007-03-05  Bruno Haible  <bruno@clisp.org>
36010
36011         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
36012
36013 2007-03-05  Bruno Haible  <bruno@clisp.org>
36014
36015         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
36016         NetBSD 4, from Ralf Wildenhues.
36017
36018 2007-03-04  Bruno Haible  <bruno@clisp.org>
36019
36020         * lib/vasprintf.h: Update #if logic for the case when the functions
36021         exist but are overridden.
36022
36023 2007-03-04  Bruno Haible  <bruno@clisp.org>
36024
36025         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
36026         implementations: glibc-2.4 and MacOS X 10.3.
36027         * tests/test-vasnprintf-posix.c (test_function): Test also the case
36028         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
36029         * tests/test-vasprintf-posix.c (test_function): Likewise.
36030
36031 2007-03-04  Bruno Haible  <bruno@clisp.org>
36032
36033         * modules/vasprintf-posix-tests: New file.
36034         * tests/test-vasprintf-posix.c: New file.
36035
36036         * modules/vasprintf-posix: New file.
36037         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
36038         defined.
36039         * m4/vasprintf-posix.m4: New file.
36040         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
36041         gl_FUNC_VASPRINTF.
36042         (gl_FUNC_VASPRINTF): Invoke it.
36043         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
36044         here.
36045         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
36046
36047 2007-03-04  Bruno Haible  <bruno@clisp.org>
36048
36049         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
36050         REPLACE_GETTIMEOFDAY.
36051         * modules/sys_time (Makefile.am): Likewise.
36052         * m4/sys_time_h.m4: Likewise.
36053         * m4/gettimeofday.m4: Likewise.
36054
36055 2007-03-04  Bruno Haible  <bruno@clisp.org>
36056
36057         * modules/vasnprintf-posix-tests: New file.
36058         * tests/test-vasnprintf-posix.c: New file.
36059
36060         * modules/vasnprintf-posix: New file.
36061         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
36062         printf-frexpl.h.
36063         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
36064         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
36065         REPLACE_VASNPRINTF is defined.
36066         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
36067         gl_FUNC_VASNPRINTF.
36068         (gl_FUNC_VASNPRINTF): Invoke it.
36069         * m4/vasnprintf-posix.m4: New file.
36070         * m4/printf.m4: New file.
36071
36072 2007-03-04  Bruno Haible  <bruno@clisp.org>
36073
36074         Compile progreloc.c only if --enable-relocatable is specified.
36075         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
36076         if --enable-relocatable was specified.
36077         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
36078         lib_SOURCES.
36079
36080 2007-03-04  Jim Meyering  <jim@meyering.net>
36081
36082         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
36083         Use it consistently, rather than enumerating errno constants.
36084
36085 2007-03-04  Bruno Haible  <bruno@clisp.org>
36086
36087         * modules/xvasprintf-tests: New file.
36088         * tests/test-xvasprintf.c: New file.
36089
36090         * modules/vasprintf-tests: New file.
36091         * tests/test-vasprintf.c: New file.
36092
36093         * modules/vasnprintf-tests: New file.
36094         * tests/test-vasnprintf.c: New file.
36095
36096         * modules/vsnprintf-tests: New file.
36097         * tests/test-vsnprintf.c: New file.
36098
36099         * modules/snprintf-tests: New file.
36100         * tests/test-snprintf.c: New file.
36101
36102 2007-03-04  Bruno Haible  <bruno@clisp.org>
36103
36104         Compile relocatable.c only if --enable-relocatable is specified.
36105         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
36106         gl_RELOCATABLE_LIBRARY.
36107         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
36108         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
36109         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
36110         gl_RELOCATABLE_LIBRARY.
36111         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
36112         (Makefile.am): Remove lib_SOURCES.
36113         * modules/relocatable-lib-lgpl (configure.ac): Invoke
36114         gl_RELOCATABLE_LIBRARY.
36115         (Makefile.am): Remove lib_SOURCES.
36116         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
36117         always.
36118         * modules/relocatable-prog-wrapper (configure.ac): Invoke
36119         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
36120
36121 2007-03-04  Bruno Haible  <bruno@clisp.org>
36122
36123         * modules/argmatch-tests: New file.
36124         * tests/test-argmatch.c: New file.
36125
36126         * tests/test-allocsa.c (main): Halve the number of loop runs.
36127
36128         * modules/alloca-opt-tests: New file.
36129         * tests/test-alloca-opt.c: New file.
36130
36131 2007-03-04  Jim Meyering  <jim@meyering.net>
36132
36133         Work around difference between Linux ACLs and Solaris 10 ZFS.
36134         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
36135         for EINVAL.
36136
36137 2007-03-03  Bruno Haible  <bruno@clisp.org>
36138
36139         * modules/relocatable-prog (Depends-on): Add back progreloc's
36140         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
36141
36142 2007-03-03  Bruno Haible  <bruno@clisp.org>
36143
36144         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
36145         * modules/relocatable-lib: New file.
36146
36147 2007-03-03  Bruno Haible  <bruno@clisp.org>
36148
36149         * modules/relocatable-prog: Renamed from modules/relocatable.
36150         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
36151
36152 2007-03-03  Bruno Haible  <bruno@clisp.org>
36153
36154         * modules/relocatable-script (Files): Add doc/relocatable.texi,
36155         m4/relocatable-lib.m4.
36156         (Depends-on): Remove 'relocatable'.
36157         (configure.ac): Add gl_RELOCATABLE_NOP.
36158
36159 2007-03-03  Bruno Haible  <bruno@clisp.org>
36160
36161         * modules/relocatable-prog-wrapper: New file.
36162         * modules/relocatable (Depends-on): Add it. Remove all other
36163         dependencies except progname.
36164         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
36165
36166         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
36167         (gl_FUNC_STRERROR): Nop.
36168         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
36169
36170         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
36171         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
36172
36173         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
36174         (gl_FUNC_READLINK): Update.
36175
36176         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
36177
36178 2007-03-03  Bruno Haible  <bruno@clisp.org>
36179
36180         * lib/xreadlink.c: Include <unistd.h> unconditionally.
36181         * modules/xreadlink (Depends-on): Add unistd.
36182         * modules/xreadlink-with-size (Depends-on): Likewise.
36183
36184 2007-03-03  Bruno Haible  <bruno@clisp.org>
36185
36186         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
36187         extracted from gt_FUNC_SETENV.
36188         (gt_FUNC_SETENV): Remove macro.
36189         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
36190         remove gt_FUNC_SETENV.
36191
36192 2007-03-03  Bruno Haible  <bruno@clisp.org>
36193
36194         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
36195         ENABLE_RELOCATABLE here.
36196         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
36197
36198 2007-03-03  Bruno Haible  <bruno@clisp.org>
36199
36200         * modules/rbtreehash-list-tests (Depends-on): Add progname.
36201         * tests/test-rbtreehash_list.c: Include progname.h.
36202         (main): Call set_program_name.
36203
36204         * modules/rbtree-oset-tests (Depends-on): Add progname.
36205         * tests/test-rbtree_oset.c: Include progname.h.
36206         (main): Call set_program_name.
36207
36208         * modules/rbtree-list-tests (Depends-on): Add progname.
36209         * tests/test-rbtree_list.c: Include progname.h.
36210         (main): Call set_program_name.
36211
36212         * modules/linked-list-tests (Depends-on): Add progname.
36213         * tests/test-linked_list.c: Include progname.h.
36214         (main): Call set_program_name.
36215
36216 2007-03-03  Bruno Haible  <bruno@clisp.org>
36217
36218         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
36219         All uses of __restrict changed to _Restrict_.
36220         * lib/glob_.h (__restrict): Remove macro.
36221
36222 2007-03-02  Bruno Haible  <bruno@clisp.org>
36223
36224         * modules/gettext (configure.ac): Require gettext infrastructure
36225         from version 0.16.1.
36226
36227 2007-03-02  Bruno Haible  <bruno@clisp.org>
36228
36229         * modules/linkedhash-list-tests (Depends-on): Add progname.
36230         * tests/test-linkedhash_list.c: Include progname.h.
36231         (main): Call set_program_name.
36232
36233         * modules/carray-list-tests (Depends-on): Add progname.
36234         * tests/test-carray_list.c: Include progname.h.
36235         (main): Call set_program_name.
36236
36237         * modules/avltreehash-list-tests (Depends-on): Add progname.
36238         * tests/test-avltreehash_list.c: Include progname.h.
36239         (main): Call set_program_name.
36240
36241         * modules/avltree-oset-tests (Depends-on): Add progname.
36242         * tests/test-avltree_oset.c: Include progname.h.
36243         (main): Call set_program_name.
36244
36245         * modules/avltree-list-tests (Depends-on): Add progname.
36246         * tests/test-avltree_list.c: Include progname.h.
36247         (main): Call set_program_name.
36248
36249         * modules/array-oset-tests (Depends-on): Add progname.
36250         * tests/test-array_oset.c: Include progname.h.
36251         (main): Call set_program_name.
36252
36253         * modules/array-list-tests (Depends-on): Add progname.
36254         * tests/test-array_list.c: Include progname.h.
36255         (main): Call set_program_name.
36256
36257         * modules/argp-tests (Depends-on): Add progname.
36258         * tests/test-argp.c: Include argp.h first. Include progname.h.
36259         (main): Call set_program_name.
36260
36261 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
36262
36263         * doc/gnulib-tool.texi (Initial import): Reword description of
36264         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
36265         limited effect even if defined after the first system include.
36266
36267 2007-03-01  Bruno Haible  <bruno@clisp.org>
36268
36269         * build-aux/config.libpath: Update to libtool-1.5.22.
36270         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
36271
36272 2007-03-01  Bruno Haible  <bruno@clisp.org>
36273
36274         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
36275         foo_CFLAGS.
36276         Reported by Ralf Wildenhues.
36277
36278 2007-03-01  Bruno Haible  <bruno@clisp.org>
36279
36280         * build-aux/install-reloc: Remove object files left over by some
36281         compilers.
36282         Reported by Ralf Wildenhues.
36283
36284 2007-03-01  Bruno Haible  <bruno@clisp.org>
36285
36286         * build-aux/install-reloc: Break long lines.
36287
36288 2007-03-01  Bruno Haible  <bruno@clisp.org>
36289
36290         * doc/relocatable.texi: Document that it may not work on OpenBSD.
36291         Reported by Ralf Wildenhues.
36292
36293 2007-03-01  Bruno Haible  <bruno@clisp.org>
36294
36295         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
36296         include ordering constraints.
36297
36298 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36299
36300         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
36301         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
36302         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
36303         as another example.
36304         * lib/time_.h: Fix misspelling.
36305         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
36306         Require gl_HEADER_TIME_H_DEFAULTS.
36307         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
36308         * m4/time_r.m4 (gl_TIME_R): Likewise.
36309         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
36310
36311 2007-03-01  Bruno Haible  <bruno@clisp.org>
36312
36313         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
36314         * m4/utimens.m4 (gl_UTIMENS): Likewise.
36315
36316 2007-03-01  Jim Meyering  <jim@meyering.net>
36317
36318         * modules/xreadlink (Maintainer): Add my name.
36319         * modules/xreadlink-with-size (Depends-on): Alphabetize.
36320
36321 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
36322             Bruno Haible  <bruno@clisp.org>
36323
36324         * build-aux/install-reloc: Compile also c-ctype.c.
36325         * build-aux/relocatable.sh.in: New file.
36326         * doc/relocatable.texi: New file.
36327         * doc/relocatable-maint.texi: New file.
36328         * doc/gnulib.texi: Include relocatable-maint.texi.
36329         * lib/progreloc.c: Include unistd.h unconditionally.
36330         * lib/relocwrapper.c: Include unistd.h unconditionally.
36331         Include c-ctype.h.
36332         (add_dotbin): Use c_tolower.
36333         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
36334         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
36335         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
36336         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
36337         to m4/relocatable-lib.m4.
36338         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
36339         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
36340         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
36341         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
36342         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
36343         * modules/relocatable: New file.
36344         * modules/relocatable-lib: New file.
36345         * modules/relocatable-script: New file.
36346
36347 2007-02-28  Bruno Haible  <bruno@clisp.org>
36348
36349         Import --enable-relocatable infrastructure.
36350         * build-aux/config.libpath: New file, from GNU gettext.
36351         * build-aux/install-reloc: New file, from GNU gettext.
36352         * build-aux/reloc-ldflags: New file, from GNU gettext.
36353         * lib/relocatable.h: New file, from GNU gettext.
36354         * lib/relocatable.c: New file, from GNU gettext.
36355         * lib/relocwrapper.c: New file, from GNU gettext.
36356         * m4/relocatable.m4: New file, from GNU gettext.
36357
36358 2007-02-28  Bruno Haible  <bruno@clisp.org>
36359
36360         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
36361
36362         * modules/xreadlink: New file, from GNU gettext with modifications.
36363         * lib/xreadlink.c: New file, from GNU gettext.
36364         * lib/xreadlink.h: Add comments.
36365         (xreadlink): New declaration.
36366
36367         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
36368         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
36369         lib/xreadlink-with-size.c.
36370         (configure.ac): Remove gl_XREADLINK invocation.
36371         (Makefile.am): Augment lib_SOURCES.
36372         * m4/xreadlink.m4: Remove file.
36373         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
36374         (xreadlink_with_size): Renamed from xreadink.
36375         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
36376         * modules/canonicalize (Depends-on): Replace xreadlink with
36377         xreadlink-with-size.
36378         * lib/canonicalize.c (canonicalize_filename_mode): Update.
36379
36380 2007-02-25  Jim Meyering  <jim@meyering.net>
36381
36382         * build-aux/announce-gen: When complaining about excess arguments,
36383         list them.
36384
36385 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36386
36387         * README: Document signed integer overflow situation more
36388         accurately.
36389
36390 2007-02-25  Bruno Haible  <bruno@clisp.org>
36391
36392         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
36393         'a' or 'A' conversion.
36394
36395 2007-02-25  Bruno Haible  <bruno@clisp.org>
36396
36397         * modules/filename: Renamed from modules/pathname.
36398         (Files): Replace lib/pathname.h with lib/filename.h. Replace
36399         lib/concatpath.c with lib/concat-filename.c.
36400         (Makefile.am): Update.
36401         (Include): Replace pathname.h with filename.h.
36402         * lib/filename.h: Renamed from lib/pathname.h.
36403         (concatenated_filename): Renamed from concatenated_pathname.
36404         * lib/concat-filename.c: Renamed from lib/concatpath.c.
36405         (concatenated_filename): Renamed from concatenated_pathname.
36406         * lib/findprog.c: Include filename.h instead of pathname.h.
36407         (find_in_path): Update.
36408         * lib/javacomp.c: Include filename.h instead of pathname.h.
36409         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
36410         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
36411         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
36412         is_oldgcj_14_13_usable, is_javac_usable): Update.
36413         * lib/javaexec.c: Include filename.h instead of pathname.h.
36414         (execute_java_class): Update.
36415         * modules/findprog: Update.
36416         * modules/javacomp: Update.
36417         * modules/javaexec: Update.
36418         * MODULES.html.sh (File system functions): Add 'filename', remove
36419         'pathname'.
36420
36421 2007-02-25  Bruno Haible  <bruno@clisp.org>
36422
36423         * modules/printf-frexpl-tests: New file.
36424         * tests/test-printf-frexpl.c: New file.
36425
36426         * modules/printf-frexpl: New file.
36427         * lib/printf-frexpl.h: New file.
36428         * lib/printf-frexpl.c: New file.
36429         * m4/printf-frexpl.m4: New file.
36430
36431 2007-02-25  Bruno Haible  <bruno@clisp.org>
36432
36433         * modules/printf-frexp-tests: New file.
36434         * tests/test-printf-frexp.c: New file.
36435
36436         * modules/printf-frexp: New file.
36437         * lib/printf-frexp.h: New file.
36438         * lib/printf-frexp.c: New file.
36439         * m4/printf-frexp.m4: New file.
36440
36441 2007-02-25  Bruno Haible  <bruno@clisp.org>
36442
36443         Assume automake >= 1.10 for the tests.
36444         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
36445         * modules/arctwo-tests: Likewise.
36446         * modules/argp-tests: Likewise.
36447         * modules/avltree-list-tests: Likewise.
36448         * modules/avltree-oset-tests: Likewise.
36449         * modules/avltreehash-list-tests: Likewise.
36450         * modules/carray-list-tests: Likewise.
36451         * modules/crc-tests: Likewise.
36452         * modules/des-tests: Likewise.
36453         * modules/gc-arcfour-tests: Likewise.
36454         * modules/gc-arctwo-tests: Likewise.
36455         * modules/gc-des-tests: Likewise.
36456         * modules/gc-hmac-md5-tests: Likewise.
36457         * modules/gc-hmac-sha1-tests: Likewise.
36458         * modules/gc-md2-tests: Likewise.
36459         * modules/gc-md4-tests: Likewise.
36460         * modules/gc-md5-tests: Likewise.
36461         * modules/gc-pbkdf2-sha1-tests: Likewise.
36462         * modules/gc-rijndael-tests: Likewise.
36463         * modules/gc-sha1-tests: Likewise.
36464         * modules/gc-tests: Likewise.
36465         * modules/getaddrinfo-tests: Likewise.
36466         * modules/hmac-md5-tests: Likewise.
36467         * modules/hmac-sha1-tests: Likewise.
36468         * modules/linked-list-tests: Likewise.
36469         * modules/linkedhash-list-tests: Likewise.
36470         * modules/lock-tests: Likewise.
36471         * modules/md2-tests: Likewise.
36472         * modules/md4-tests: Likewise.
36473         * modules/md5-tests: Likewise.
36474         * modules/rbtree-list-tests: Likewise.
36475         * modules/rbtree-oset-tests: Likewise.
36476         * modules/rbtreehash-list-tests: Likewise.
36477         * modules/read-file-tests: Likewise.
36478         * modules/rijndael-tests: Likewise.
36479         * modules/stdint-tests: Likewise.
36480         * modules/tls-tests: Likewise.
36481
36482 2007-02-24  Bruno Haible  <bruno@clisp.org>
36483
36484         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
36485         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
36486         function; instead check whether isnan with a double argument links.
36487         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
36488         function; instead check whether isnan with a 'long double' argument
36489         links.
36490         Reported by Eric Blake <ebb9@byu.net>.
36491
36492 2007-02-24  Bruno Haible  <bruno@clisp.org>
36493
36494         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
36495         defined.
36496         * lib/isnanl.c: Remove all code. Just include isnan.c.
36497         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
36498
36499 2007-02-25  Jim Meyering  <jim@meyering.net>
36500
36501         Avoid conflicting types for 'unsetenv' on FreeBSD.
36502         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
36503         conflicting with FreeBSD's (5.0 and 6.1) function declaration
36504         in stdlib.h.
36505
36506 2007-02-24  Bruno Haible  <bruno@clisp.org>
36507
36508         * modules/isnanl-nolibm-tests: New file.
36509         * tests/test-isnanl.c: New file.
36510
36511         * modules/isnanl-nolibm: New file.
36512         * lib/isnanl.h: New file.
36513         * lib/isnanl.c: New file.
36514         * m4/isnanl.m4: New file.
36515
36516 2007-02-24  Bruno Haible  <bruno@clisp.org>
36517
36518         * modules/isnan-nolibm-tests: New file.
36519         * tests/test-isnan.c: New file.
36520
36521         * modules/isnan-nolibm: New file.
36522         * lib/isnan.h: New file.
36523         * lib/isnan.c: New file.
36524         * m4/isnan.m4: New file.
36525
36526 2007-02-24  Bruno Haible  <bruno@clisp.org>
36527
36528         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
36529         assume that an exponent fits in 20 bits.
36530
36531 2007-02-24  Jim Meyering  <jim@meyering.net>
36532
36533         * m4/regex.m4: Update the description of the configure-time option,
36534         --without-included-regex, to state accurately what the defaults are,
36535         and perhaps to give people an idea why using this option is risky.
36536
36537 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
36538
36539         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
36540         loops on small arguments.  This attempts to avoid the problem
36541         Bruno Haible reported for AIX 4.3.2 in
36542         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
36543
36544 2007-02-23  Bruno Haible  <bruno@clisp.org>
36545
36546         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
36547         Needed for help2man.
36548
36549 2007-02-23  Karl Berry  <karl@gnu.org>
36550
36551         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
36552         exists, foo.h should be cvs-ignored, not committed.
36553
36554 2007-02-23  Eric Blake  <ebb9@byu.net>
36555
36556         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
36557         * lib/stat-time.h (includes): Likewise.
36558         * lib/utimecmp.c (includes): Likewise.
36559         * lib/utimens.h (includes): Likewise.
36560         * lib/getdate.y (includes): Also include "timespec.h" for use
36561         internal to the module.
36562         * modules/utimens (Depends-on): Revert yesterday's patch.
36563         * modules/nanosleep (Depends-on): Add missing dependency.
36564
36565 2007-02-22  Bruno Haible  <bruno@clisp.org>
36566
36567         * lib/glob.c: Don't include getlogin_r.h.
36568
36569 2007-02-22  Jim Meyering  <jim@meyering.net>
36570
36571         * modules/utimens (Depends-on): Add timespec, required for
36572         utimens.h's inclusion of timespec.h.
36573
36574 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
36575
36576         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
36577         long unreadable paths in GNU/Linux.  Problem reported by Andreas
36578         Schwab in
36579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
36580         I'll try to think of a better way to fix the Solaris problem.
36581
36582         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
36583         like glibc; on Solaris 10, it fails with errno == EINVAL.
36584         POSIX says the behavior is unspecified if the first argument is NULL,
36585         so play it safe and never pass NULL to the system getcwd.
36586
36587 2007-02-21  Jim Meyering  <jim@meyering.net>
36588
36589         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
36590         of gettimeofday.  It would conflict with the one now always
36591         provided via sys_time_.h.  Reported by Matthew Woehlke, as
36592         an IRIX 6.5 build failure.
36593
36594 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
36595
36596         Minor fixups to port to Solaris 10 with Sun C 5.8.
36597         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
36598         * modules/getcwd (Depends-on): Add dirfd.
36599         * lib/putenv.c (putenv): #undef it.
36600         (rpl_putenv): New decl.
36601         (malloc, free): Include <stdlib.h> rather than prototyping separately.
36602
36603 2007-02-20  Bruno Haible  <bruno@clisp.org>
36604
36605         * modules/stdio-tests: New file.
36606         * tests/test-stdio.c: New file.
36607
36608         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
36609         (Depends-on): Add stdio.
36610         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
36611         (Include): Use <stdio.h> instead of vsnprintf.h.
36612         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
36613         HAVE_DECL_VSNPRINTF.
36614         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
36615
36616         * modules/snprintf (Files): Remove lib/snprintf.h.
36617         (Depends-on): Add stdio.
36618         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
36619         (Include): Use <stdio.h> instead of snprintf.h.
36620         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
36621         HAVE_DECL_SNPRINTF.
36622         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
36623         * lib/getaddrinfo.c: Likewise.
36624
36625         * modules/stdio: New file.
36626         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
36627         * lib/snprintf.h: Remove file.
36628         * lib/vsnprintf.h: Remove file.
36629         * lib/.cppi-disable: Remove snprintf.h.
36630         * m4/stdio_h.m4: New file.
36631         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
36632
36633 2007-02-20  Jim Meyering  <jim@meyering.net>
36634
36635         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
36636         used by e.g., mingw.  From Bruno Haible.
36637
36638 2007-02-19  Bruno Haible  <bruno@clisp.org>
36639
36640         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
36641         warnings.
36642         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36643
36644 2007-02-19  Bruno Haible  <bruno@clisp.org>
36645
36646         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
36647         from mingw users.
36648
36649 2007-02-19  Bruno Haible  <bruno@clisp.org>
36650
36651         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
36652         warnings.
36653         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
36654
36655 2007-02-19  Jim Meyering  <jim@meyering.net>
36656
36657         Don't use FD after a successful "fdopendir (fd)".
36658         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
36659         Reset it by calling dirfd on the just-obtained DIR*.
36660
36661         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
36662         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
36663
36664 2007-02-18  Bruno Haible  <bruno@clisp.org>
36665
36666         * lib/readlink.c: Include <unistd.h>.
36667         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
36668         HAVE_READLINK.
36669         * modules/readlink (Depends-on): Add unistd.
36670         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36671         (Include): Add <unistd.h>.
36672
36673         * lib/getlogin_r.h: Remove file.
36674         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
36675         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
36676         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
36677         HAVE_DECL_GETLOGIN_R.
36678         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
36679         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36680         (Include): Use <unistd.h> instead of getlogin_r.h.
36681
36682         * lib/getcwd.h: Remove file.
36683         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
36684         * lib/xgetcwd.c: Likewise.
36685         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
36686         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
36687         * modules/getcwd (Files): Remove lib/getcwd.h.
36688         (Depends-on): Add unistd.
36689         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36690         (Include): Use <unistd.h> instad of getcwd.h.
36691
36692         * lib/ftruncate.c: Include <unistd.h> first.
36693         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
36694         Set HAVE_FTRUNCATE.
36695         * modules/ftruncate (Depends-on): Add unistd.
36696         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36697
36698         * lib/fchdir.c: Include <unistd.h> first.
36699         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
36700         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
36701         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
36702         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36703         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
36704
36705         * lib/dup2.c: Include <unistd.h> first.
36706         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
36707         HAVE_DUP2.
36708         * modules/dup2 (Depends-on): Add unistd.
36709         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36710
36711         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
36712         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
36713         REPLACE_CHOWN. Don't define chown as a macro here.
36714         * modules/chown (Depends-on): Add unistd.
36715         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36716
36717         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
36718         Add definition for GL_LINK_WARNING.
36719         (chown, dup2): New declarations.
36720         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
36721         link warning.
36722         (ftruncate): New declaration.
36723         (getcwd): New declaration, taken from old getcwd.h.
36724         (getlogin_r): New declaration, taken from old getlogin_r.h.
36725         (readlink): New declaration.
36726         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
36727         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
36728         (gl_PREREQ_UNISTD): Remove macro.
36729         (gl_UNISTD_MODULE_INDICATOR): New macro.
36730         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
36731         many new variables. Don't set UNISTD_H.
36732         * modules/unistd (Description): Change.
36733         (Depends-on): Add link-warning.
36734         (configure.ac): Update.
36735         (Makefile.am): Create unistd.h always. Substitute many new variables
36736         into it.
36737
36738 2007-02-18  Bruno Haible  <bruno@clisp.org>
36739
36740         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
36741         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
36742         HAVE_GETSUBOPT.
36743         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
36744         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
36745         * lib/getsubopt.h: Remove file.
36746         * modules/getsubopt (Files): Remove lib/getsubopt.h.
36747         (Depends-on): Add stdlib.
36748         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36749         (Includes): Use <stdlib.h> instead of getsubopt.h.
36750         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
36751         Set HAVE_GETSUBOPT.
36752         * lib/getsubopt.c: Don't include getsubopt.h.
36753
36754 2007-02-18  Bruno Haible  <bruno@clisp.org>
36755
36756         * modules/fchdir (Depends-on): Add dup2.
36757
36758 2007-02-18  Bruno Haible  <bruno@clisp.org>
36759
36760         * lib/stdlib_.h: Handle glibc's special invocation convention
36761         specially.
36762
36763 2007-02-18  Bruno Haible  <bruno@clisp.org>
36764
36765         * modules/stdlib-tests: New file.
36766         * tests/test-stdlib.c: New file.
36767
36768         * modules/mkstemp (Files): Remove lib/mkstemp.h.
36769         (Depends-on): Add stdlib.
36770         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36771         (Includes): Use <stdlib.h> instead of mkstemp.h.
36772         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36773         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
36774         * lib/mkstemp.c: Don't include mkstemp.h.
36775         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
36776         * lib/stdlib--.h: Don't include mkstemp.h.
36777
36778         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
36779         (Depends-on): Add stdlib.
36780         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36781         (Includes): Use <stdlib.h> instead of mkdtemp.h.
36782         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36783         HAVE_MKDTEMP.
36784         * lib/mkdtemp.c: Don't include mkdtemp.h.
36785         * lib/clean-temp.c: Don't include mkdtemp.h.
36786
36787         * modules/exit (Files): Remove lib/exit.h.
36788         (Depends-on): Add stdlib.
36789         (Makefile.am): Remove lib_SOURCES.
36790         (Include): Use <stdlib.h> instead of exit.h.
36791         * lib/argmatch.c: Don't include exit.h.
36792         * lib/execute.c: Likewise.
36793         * lib/pagealign_alloc.c: Likewise.
36794         * lib/pipe.c: Likewise.
36795         * lib/wait-process.c: Likewise.
36796         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
36797         * lib/exitfail.c: Likewise.
36798         * lib/savewd.c: Likewise.
36799         * lib/xsetenv.c: Likewise.
36800
36801         * modules/stdlib: New file.
36802         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
36803         and extra comments about mkstemp().
36804         * lib/exit.h: Remove file.
36805         * lib/mkdtemp.h: Remove file.
36806         * lib/mkstemp.h: Remove file.
36807         * m4/stdlib_h.m4: New file.
36808         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
36809
36810 2007-02-18  Bruno Haible  <bruno@clisp.org>
36811
36812         * modules/math-tests: New file.
36813         * tests/test-math.c: New file.
36814
36815         * modules/math: New file.
36816         * modules/mathl (Files): Remove lib/mathl.h.
36817         (Depends-on): Add math.
36818         (Makefile.am): Don't mention mathl.h.
36819         (Include): Use <math.h> instead of mathl.h.
36820         * lib/math_.h: New file.
36821         * lib/mathl.h: Remove file.
36822         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
36823         mathl.h.
36824         * lib/asinl.c: Likewise.
36825         * lib/atanl.c: Likewise.
36826         * lib/ceill.c: Likewise.
36827         * lib/cosl.c: Likewise.
36828         * lib/expl.c: Likewise.
36829         * lib/floorl.c: Likewise.
36830         * lib/frexpl.c: Likewise.
36831         * lib/ldexpl.c: Likewise.
36832         * lib/logl.c: Likewise.
36833         * lib/sincosl.c: Likewise.
36834         * lib/sinl.c: Likewise.
36835         * lib/sqrtl.c: Likewise.
36836         * lib/tanl.c: Likewise.
36837         * lib/trigl.c: Likewise.
36838         * m4/math_h.m4: New file.
36839         * MODULES.html.sh (Mathematics): Add math.
36840
36841 2007-02-17  Bruno Haible  <bruno@clisp.org>
36842
36843         * modules/wctype-tests: New file.
36844         * tests/test-wctype.c: New file.
36845
36846         * modules/wchar-tests: New file.
36847         * tests/test-wchar.c: New file.
36848
36849         * modules/unistd-tests: New file.
36850         * tests/test-unistd.c: New file.
36851
36852         * modules/time-tests: New file.
36853         * tests/test-time.c: New file.
36854
36855         * modules/sysexits-tests: New file.
36856         * tests/test-sysexits.c: New file.
36857
36858         * modules/sys_time-tests: New file.
36859         * tests/test-sys_time.c: New file.
36860
36861         * modules/sys_stat-tests: New file.
36862         * tests/test-sys_stat.c: New file.
36863
36864         * modules/sys_socket-tests: New file.
36865         * tests/test-sys_socket.c: New file.
36866
36867         * modules/sys_select-tests: New file.
36868         * tests/test-sys_select.c: New file.
36869
36870         * modules/string-tests: New file.
36871         * tests/test-string.c: New file.
36872
36873         * modules/stdbool-tests: New file.
36874         * tests/test-stdbool.c: New file.
36875
36876         * modules/netinet_in-tests: New file.
36877         * tests/test-netinet_in.c: New file.
36878
36879         * modules/inttypes-tests: New file.
36880         * tests/test-inttypes.c: New file.
36881
36882         * modules/fcntl-tests: New file.
36883         * tests/test-fcntl.c: New file.
36884
36885         * modules/byteswap-tests: New file.
36886         * tests/test-byteswap.c: New file.
36887
36888         * modules/arpa_inet-tests: New file.
36889         * tests/test-arpa_inet.c: New file.
36890
36891 2007-02-17  Bruno Haible  <bruno@clisp.org>
36892
36893         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
36894         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
36895         if the corresponding module is not enabled. Emit link warnings if
36896         the function is used nevertheless.
36897         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
36898         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
36899         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
36900         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
36901         * modules/inttypes (Depends-on): Add link-warning.
36902         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36903         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
36904         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
36905         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
36906         * modules/imaxdiv (configure.ac): Likewise.
36907         * modules/strtoimax (configure.ac): Likewise.
36908         * modules/strtoumax (configure.ac): Likewise.
36909
36910 2007-02-17  Bruno Haible  <bruno@clisp.org>
36911
36912         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
36913         gl_STRING_MODULE_INDICATOR_DEFAULTS.
36914         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
36915         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
36916
36917 2007-02-17  Bruno Haible  <bruno@clisp.org>
36918
36919         * modules/link-warning: New file.
36920         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
36921         * lib/string_.h (GL_LINK_WARNING): Remove definition.
36922         * modules/string (Depends-on): Add link-warning.
36923         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36924         string.h.
36925         * MODULES.html.sh (Support for building libraries and executables): Add
36926         link-warning.
36927
36928 2007-02-17  Bruno Haible  <bruno@clisp.org>
36929
36930         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
36931         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
36932         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
36933         long lines.
36934
36935 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
36936             Bruno Haible  <bruno@clisp.org>
36937
36938         * modules/tmpfile: New file.
36939         * lib/tmpfile.c: New file.
36940         * m4/tmpfile.m4: New file.
36941         * MODULES.html.sh (func_all_modules): New section "Input/output".
36942
36943 2007-02-15  Bruno Haible  <bruno@clisp.org>
36944
36945         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
36946         (supports_delete_on_close): New function.
36947         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
36948
36949 2007-02-14  Bruno Haible  <bruno@clisp.org>
36950
36951         * modules/mbspcasecmp-tests: New file.
36952         * tests/test-mbspcasecmp.sh: New file.
36953         * tests/test-mbspcasecmp.c: New file.
36954
36955         New module mbspcasecmp.
36956         * modules/mbspcasecmp: New file.
36957         * lib/mbspcasecmp.c: New file.
36958         * lib/string_.h (strncasecmp): Change warning message.
36959         (mbspcasecmp): New declaration.
36960         * m4/mbspcasecmp.m4: New file.
36961         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36962         GNULIB_MBSPCASECMP.
36963         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
36964         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
36965
36966 2007-02-14  Bruno Haible  <bruno@clisp.org>
36967
36968         * modules/mbsncasecmp-tests: New file.
36969         * tests/test-mbsncasecmp.sh: New file.
36970         * tests/test-mbsncasecmp.c: New file.
36971
36972         New module mbsncasecmp.
36973         * modules/mbsncasecmp: New file.
36974         * lib/mbsncasecmp.c: New file.
36975         * lib/string_.h (mbsncasecmp): New declaration.
36976         * m4/mbsncasecmp.m4: New file.
36977         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36978         GNULIB_MBSNCASECMP.
36979         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
36980         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
36981
36982 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36983
36984         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
36985         Verify that it doesn't overlap with our flags.
36986         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
36987         do not have the desired effect in multibyte locales; instead, use
36988         mbscasecmp.
36989         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
36990         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
36991         we don't require GNU fnmatch ourselves (if our users require it, they
36992         should do so explicitly).
36993
36994         Fix regex code so it doesn't rely on strcasecmp.
36995         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
36996         Otherwise, include gnulib's langinfo.h.
36997         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
36998         undesirable behavior in non-C locales.  Instead, rely on localecharset.
36999         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
37000         * modules/regex (FILES): Remove m4/codeset.m4.
37001         (Depends-on): Add localcharset.  Remove strcase.
37002
37003 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37004
37005         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
37006         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
37007
37008 2007-02-13  Bruno Haible  <bruno@clisp.org>
37009
37010         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
37011         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37012
37013 2007-02-12  Bruno Haible  <bruno@clisp.org>
37014
37015         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
37016         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
37017         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
37018         time warning rather than a link error.
37019
37020 2007-02-12  Bruno Haible  <bruno@clisp.org>
37021
37022         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
37023         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
37024         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37025
37026 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
37027
37028         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
37029         args, not 2.
37030
37031 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
37032
37033         New module 'time', so that apps can include <time.h> as per
37034         POSIX and GNU instead of separate include files like time_r.h
37035         and timegm.h.  This implementation tries out a simpler approach
37036         for replacing decls in standard include files (as compared to
37037         the string module), somewhat as an experiment.
37038
37039         * config/srclist.txt: Comment out mktime.c for now.
37040         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
37041         since it doesn't apply any more.  Use generic wording instead.
37042         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
37043         'time'.
37044         * lib/time_.h, m4/time_h.m4, modules/time: New files.
37045         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
37046         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
37047         Don't include <sys/types.h>; no longer needed since we assume C89.
37048         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
37049         * lib/strftime.c: Likewise.
37050         * lib/time_r.c: Likewise.
37051         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
37052         * lib/nanosleep.c: Include <time.h> first, to check interface.
37053         * lib/strptime.c: Likewise.
37054         * lib/time_r.c: Likewise.
37055         * lib/timegm.c: Likewise.
37056         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
37057         needed.
37058         * lib/timegm.c: Don't include timegm.h; no longer needed.
37059         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
37060         time.h now handles any problems in that area.
37061         (struct timespec, nanosleep): Remove; time.h now arranges for these.
37062         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
37063         that time.h defines struct timespec.
37064         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
37065         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
37066         handles that.
37067         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
37068         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
37069         needed.  Set REPLACE_LOCALTIME.
37070         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
37071         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
37072         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
37073         nanosleep; time_h.m4 now does that.  Don't require
37074         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
37075         module handles this now.
37076         * modules/getdate (Depends-on): Remove timespec.  Add time.
37077         * modules/nanosleep (Depends-on): Likewise.
37078         * modules/stat-time (Depends-on): Likewise.
37079         * modules/nanosleep (Include): Include time.h, not timespec.h.
37080         * modules/strptime (Files): Remove lib/strptime.h.
37081         (Depends-on): Add extensions, time.
37082         (Include): Include time.h, not strptime.h.
37083         * modules/time_r (Files): Remove lib/time_r.h.
37084         (Depends-on): Add time.
37085         (Include): Include time.h, not time_r.h.
37086         * modules/timegm: Likewise.
37087         * modules/timespec (Description): Now does timespec-related decls
37088         of our own, instead of struct timespec itself.
37089         (Depends-on): Add time; remove extensions.
37090         (Maintainer): Add self.
37091         * modules/utimecmp (Depends-on): Add time; remove timespec.
37092         * modules/utimens (Depends-on): Likewise.
37093         * modules/xnanosleep (Depends-on): Likewise.
37094
37095 2007-02-11  Bruno Haible  <bruno@clisp.org>
37096
37097         * lib/c-strstr.c: Include allocsa.h.
37098         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
37099         * lib/c-strcasestr.c: Include allocsa.h.
37100         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
37101         * lib/strcasestr.c: Include allocsa.h.
37102         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
37103         * lib/mbsstr.c: Include allocsa.h.
37104         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
37105         allocsa/freesa instead of malloc/free.
37106         * lib/mbscasestr.c: Include allocsa.h.
37107         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
37108         allocsa/freesa instead of malloc/free.
37109         * modules/c-strstr (Depends-on): Add allocsa.
37110         * modules/c-strcasestr (Depends-on): Likewise.
37111         * modules/strcasestr (Depends-on): Likewise.
37112         * modules/mbsstr (Depends-on): Likewise.
37113         * modules/mbscasestr (Depends-on): Likewise.
37114
37115 2007-02-11  Bruno Haible  <bruno@clisp.org>
37116
37117         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
37118
37119         * modules/mbsspn-tests: New file.
37120         * tests/test-mbsspn.sh: New file.
37121         * tests/test-mbsspn.c: New file.
37122
37123 2007-02-11  Bruno Haible  <bruno@clisp.org>
37124
37125         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
37126
37127         * modules/mbspbrk-tests: New file.
37128         * tests/test-mbspbrk.sh: New file.
37129         * tests/test-mbspbrk.c: New file.
37130
37131 2007-02-11  Bruno Haible  <bruno@clisp.org>
37132
37133         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
37134         unneeded cast.
37135
37136         * modules/mbscspn-tests: New file.
37137         * tests/test-mbscspn.sh: New file.
37138         * tests/test-mbscspn.c: New file.
37139
37140 2007-02-11  Bruno Haible  <bruno@clisp.org>
37141
37142         * modules/mbscasecmp-tests: New file.
37143         * tests/test-mbscasecmp.sh: New file.
37144         * tests/test-mbscasecmp.c: New file.
37145
37146 2007-02-11  Bruno Haible  <bruno@clisp.org>
37147
37148         Ensure O(n) worst-case complexity of mbscasestr.
37149         * lib/mbscasestr.c: Include stdbool.h.
37150         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
37151         functions.
37152         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
37153         the bookkeeping indicates that it's worth it.
37154         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
37155
37156         * modules/mbscasestr-tests: New file.
37157         * tests/test-mbscasestr1.c: New file.
37158         * tests/test-mbscasestr2.sh: New file.
37159         * tests/test-mbscasestr2.c: New file.
37160         * tests/test-mbscasestr3.sh: New file.
37161         * tests/test-mbscasestr3.c: New file.
37162         * tests/test-mbscasestr4.sh: New file.
37163         * tests/test-mbscasestr4.c: New file.
37164         * m4/locale-tr.m4: New file.
37165
37166 2007-02-11  Bruno Haible  <bruno@clisp.org>
37167
37168         Ensure O(n) worst-case complexity of mbsstr.
37169         * lib/mbsstr.c: Include stdbool.h.
37170         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
37171         functions.
37172         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
37173         bookkeeping indicates that it's worth it.
37174         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
37175
37176         * modules/mbsstr-tests: New file.
37177         * tests/test-mbsstr1.c: New file.
37178         * tests/test-mbsstr2.sh: New file.
37179         * tests/test-mbsstr2.c: New file.
37180         * tests/test-mbsstr3.sh: New file.
37181         * tests/test-mbsstr3.c: New file.
37182         * m4/locale-fr.m4: New file.
37183
37184 2007-02-11  Bruno Haible  <bruno@clisp.org>
37185
37186         * lib/mbsrchr.c (mbsrchr): Fix bug.
37187
37188         * modules/mbsrchr-tests: New file.
37189         * tests/test-mbsrchr.sh: New file.
37190         * tests/test-mbsrchr.c: New file.
37191
37192 2007-02-11  Bruno Haible  <bruno@clisp.org>
37193
37194         * lib/mbschr.c (mbschr): Fix bug.
37195
37196         * modules/mbschr-tests: New file.
37197         * tests/test-mbschr.sh: New file.
37198         * tests/test-mbschr.c: New file.
37199         * m4/locale-zh.m4: New file.
37200
37201 2007-02-11  Bruno Haible  <bruno@clisp.org>
37202
37203         Support for copying multibyte string iterators.
37204         * lib/mbiter.h: Include <string.h>.
37205         (mbiter_multi_copy): New function.
37206         (mbi_copy): New macro.
37207         * lib/mbuiter.h: Include <string.h>.
37208         (mbuiter_multi_copy): New function.
37209         (mbui_copy): New macro.
37210
37211 2007-02-11  Bruno Haible  <bruno@clisp.org>
37212
37213         New module mbslen.
37214         * modules/mbslen: New file.
37215         * lib/mbslen.c: New file.
37216         * lib/string_.h (mbslen): New declaration.
37217         * m4/mbslen.m4: New file.
37218         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37219         GNULIB_MBSLEN.
37220         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
37221         * MODULES.html.sh (Internationalization functions): Add mbslen.
37222
37223 2007-02-11  Bruno Haible  <bruno@clisp.org>
37224
37225         Ensure O(n) worst-case complexity of strcasestr substitute.
37226         * lib/strcasestr.c: Include stdbool.h.
37227         (knuth_morris_pratt): New function.
37228         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
37229         bookkeeping indicates that it's worth it.
37230         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
37231
37232         * modules/strcasestr-tests: New file.
37233         * tests/test-strcasestr.c: New file.
37234
37235 2007-02-11  Bruno Haible  <bruno@clisp.org>
37236
37237         Ensure O(n) worst-case complexity of c_strcasestr.
37238         * lib/c-strcasestr.c: Include stdbool.h, string.h.
37239         (knuth_morris_pratt): New function.
37240         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
37241         the bookkeeping indicates that it's worth it.
37242         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
37243
37244         * modules/c-strcasestr-tests: New file.
37245         * tests/test-c-strcasestr.c: New file.
37246
37247 2007-02-11  Bruno Haible  <bruno@clisp.org>
37248
37249         Ensure O(n) worst-case complexity of c_strstr.
37250         * lib/c-strstr.c: Include stdbool.h, string.h.
37251         (knuth_morris_pratt): New function.
37252         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
37253         bookkeeping indicates that it's worth it.
37254         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
37255
37256         * lib/c-strstr.c: Complete rewrite for maintainability.
37257
37258         * modules/c-strstr-tests: New file.
37259         * tests/test-c-strstr.c: New file.
37260
37261 2007-02-11  Bruno Haible  <bruno@clisp.org>
37262
37263         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
37264         5.2.1 and earlier, whereby \055 was treated just like the range
37265         delimiter '-'.
37266         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
37267
37268 2007-02-08  Bruno Haible  <bruno@clisp.org>
37269
37270         * modules/regex (Depends-on): Add stdbool.
37271         Reported by Dalibor Topic <robilad@kaffe.org>.
37272
37273 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
37274
37275         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
37276         Prefer returning from main to exiting from it.
37277         Remove unnecessary parens after sizeof.
37278
37279 2007-02-05  Bruno Haible  <bruno@clisp.org>
37280
37281         New module mbssep.
37282         * modules/mbssep: New file.
37283         * lib/mbssep.c: New file.
37284         * lib/string_.h (strsep): Add a conditional link warning.
37285         (mbssep): New declaration.
37286         * m4/mbssep.m4: New file.
37287         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37288         GNULIB_MBSSEP.
37289         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
37290         * MODULES.html.sh (Internationalization functions): Add mbssep.
37291
37292 2007-02-05  Bruno Haible  <bruno@clisp.org>
37293
37294         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
37295         Optimize search in case of 1 delimiter.
37296
37297 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
37298
37299         * lib/acl.h: Include sys/types.h before sys/acl.h.
37300
37301 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
37302
37303         Merge upstream fix for glibc bugzilla #3957:
37304
37305         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
37306
37307         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
37308         bit for RE_HAT_LISTS_NOT_NEWLINE.
37309         (build_charclass_op): Remove bogus comment.
37310
37311 2007-02-05  Simon Josefsson  <simon@josefsson.org>
37312
37313         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
37314
37315 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
37316
37317         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
37318         * lib/memmem.c [!defined _LIBC]: Include config.h.
37319
37320 2007-02-04  Bruno Haible  <bruno@clisp.org>
37321
37322         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
37323         warning message.
37324
37325 2007-02-04  Bruno Haible  <bruno@clisp.org>
37326
37327         New module mbstok_r.
37328         * modules/mbstok_r: New file.
37329         * lib/mbstok_r.c: New file.
37330         * lib/string_.h (strtok_r): Change argument names to match the
37331         comments. Add a conditional link warning.
37332         (mbstok_r): New declaration.
37333         * m4/mbstok_r.m4: New file.
37334         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37335         GNULIB_MBSTOK_R.
37336         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
37337         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
37338
37339 2007-02-04  Bruno Haible  <bruno@clisp.org>
37340
37341         New module mbsspn.
37342         * modules/mbsspn: New file.
37343         * lib/mbsspn.c: New file.
37344         * lib/string_.h (strspn): Add a conditional link warning.
37345         (mbsspn): New declaration.
37346         * m4/mbsspn.m4: New file.
37347         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37348         GNULIB_MBSSPN.
37349         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
37350         * MODULES.html.sh (Internationalization functions): Add mbsspn.
37351
37352 2007-02-04  Bruno Haible  <bruno@clisp.org>
37353
37354         New module mbspbrk.
37355         * modules/mbspbrk: New file.
37356         * lib/mbspbrk.c: New file.
37357         * lib/string_.h (strpbrk): Add a conditional link warning.
37358         (mbspbrk): New declaration.
37359         * m4/mbspbrk.m4: New file.
37360         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37361         GNULIB_MBSPBRK.
37362         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
37363         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
37364
37365 2007-02-04  Bruno Haible  <bruno@clisp.org>
37366
37367         New module mbscspn.
37368         * modules/mbscspn: New file.
37369         * lib/mbscspn.c: New file.
37370         * lib/string_.h (strcspn): Add a conditional link warning.
37371         (mbscspn): New declaration.
37372         * m4/mbscspn.m4: New file.
37373         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37374         GNULIB_MBSCSPN.
37375         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
37376         * MODULES.html.sh (Internationalization functions): Add mbscspn.
37377
37378 2007-02-04  Bruno Haible  <bruno@clisp.org>
37379
37380         New module mbscasestr, reduced goal of strcasestr.
37381         * modules/mbscasestr: New file.
37382         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
37383         (mbscasestr): Renamed from strcasestr.
37384         * lib/strcasestr.c: Don't include mbuiter.h.
37385         (strcasestr): Remove support for multibyte locales.
37386         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
37387         Change the conditional link warning.
37388         (mbscasestr): New declaration.
37389         * m4/mbscasestr.m4: New file.
37390         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
37391         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
37392         REPLACE_STRCASESTR.
37393         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
37394         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
37395         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
37396         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
37397         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
37398         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
37399         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
37400         (Depends-on): Remove mbuiter.
37401         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
37402
37403 2007-02-04  Bruno Haible  <bruno@clisp.org>
37404
37405         Simplify handling of strncasecmp.
37406         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
37407         the conditional link warning.
37408         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
37409         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
37410         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
37411         * modules/strcase (configure.ac): Don't invoke
37412         gl_STRING_MODULE_INDICATOR.
37413         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
37414
37415 2007-02-04  Bruno Haible  <bruno@clisp.org>
37416
37417         New module mbscasecmp, reduced goal of strcasecmp.
37418         * modules/mbscasecmp: New file.
37419         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
37420         (mbscasecmp): Renamed from strcasecmp.
37421         * lib/strcasecmp.c: Don't include mbuiter.h.
37422         (strcasecmp): Remove support for multibyte locales.
37423         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
37424         Change the conditional link warning.
37425         (mbscasecmp): New declaration.
37426         * m4/mbscasecmp.m4: New file.
37427         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
37428         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
37429         REPLACE_STRCASECMP.
37430         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
37431         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37432         GNULIB_MBSCASECMP.
37433         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
37434         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
37435         * modules/strcase (Files): Remove m4/mbrtowc.m4.
37436         (Depends-on): Remove mbuiter.
37437         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
37438
37439 2007-02-04  Bruno Haible  <bruno@clisp.org>
37440
37441         New module mbsstr. Remove module strstr.
37442         * modules/mbsstr: New file.
37443         * modules/strstr: Remove file.
37444         * lib/mbsstr.c: Renamed from lib/strstr.c.
37445         (mbsstr): Renamed from strstr.
37446         * lib/string_.h (strstr): Remove declaration. Change the conditional
37447         link warning.
37448         (mbsstr): New declaration.
37449         * m4/mbsstr.m4: New file.
37450         * m4/strstr.m4: Remove file.
37451         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
37452         REPLACE_STRSTR.
37453         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
37454         Don't initialize GNULIB_STRSTR.
37455         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
37456         substitute GNULIB_STRSTR and REPLACE_STRSTR.
37457         * MODULES.html.sh (Internationalization functions): Add mbsstr.
37458         (Support for systems lacking ANSI C 89): Remove strstr.
37459
37460 2007-02-04  Bruno Haible  <bruno@clisp.org>
37461
37462         New module mbsrchr.
37463         * modules/mbsrchr: New file.
37464         * lib/mbsrchr.c: New file.
37465         * lib/string_.h (strrchr): Add a conditional link warning.
37466         (mbsrchr): New declaration.
37467         * m4/mbsrchr.m4: New file.
37468         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37469         GNULIB_MBSRCHR.
37470         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
37471         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
37472
37473 2007-02-04  Bruno Haible  <bruno@clisp.org>
37474
37475         New module mbschr.
37476         * modules/mbschr: New file.
37477         * lib/mbschr.c: New file.
37478         * lib/string_.h (strchr): Add a conditional link warning.
37479         (mbschr): New declaration.
37480         * m4/mbschr.m4: New file.
37481         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37482         GNULIB_MBSCHR.
37483         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
37484         * MODULES.html.sh (Internationalization functions): Add mbschr.
37485
37486 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
37487
37488         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
37489
37490         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
37491
37492 2007-02-04  Bruno Haible  <bruno@clisp.org>
37493
37494         New module description section 'configure.ac-early'.
37495         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
37496         (func_get_autoconf_early_snippet): New function.
37497         (func_import, func_create_testdir): Use it. Remove special cases for
37498         modules 'extensions' and 'lock'.
37499         * modules/extensions (configure.ac-early): Require
37500         gl_USE_SYSTEM_EXTENSIONS.
37501         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
37502
37503 2007-02-04  Bruno Haible  <bruno@clisp.org>
37504
37505         Make use of gcj-4.3's -fsource and -ftarget option.
37506         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
37507         and if so try the options -fsource and -ftarget.
37508         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
37509         source_version, ftarget_option, target_version arguments.
37510         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
37511         (is_envjavac_oldgcj_14_14_usable): Renamed from
37512         is_envjavac_gcj_14_14_usable.
37513         (is_envjavac_oldgcj_14_13_usable): Renamed from
37514         is_envjavac_gcj_14_13_usable.
37515         (is_gcj_present): Update.
37516         (is_gcj_43, is_gcj43_usable): New functions.
37517         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
37518         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
37519         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
37520         try the options -fsource and -ftarget.
37521
37522 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37523
37524         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
37525         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
37526         larger value.
37527
37528 2007-02-03  Jim Meyering  <jim@meyering.net>
37529
37530         Give tools a better chance to allocate space for very large buffers.
37531         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
37532
37533         Make pwd and readlink work also when run with an unreadable parent dir
37534         on systems with openat support.
37535         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
37536         provided getcwd function, even when we have openat support.
37537         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
37538
37539 2007-02-02  Bruno Haible  <bruno@clisp.org>
37540
37541         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
37542         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
37543         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
37544         portability problems if one of these functions is only used on specific
37545         platforms.
37546         Reported by Paul Eggert.
37547
37548 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
37549
37550         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
37551         is causing more trouble than it's curing.
37552         * lib/regex_internal.h (__mempcpy): Remove.
37553         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
37554         (and make the code a tad smaller to boot).
37555         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
37556
37557 2007-02-02  Jim Meyering  <jim@meyering.net>
37558
37559         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
37560         section, not in the Makefile.am: one.
37561
37562 2007-02-02  Eric Blake  <ebb9@byu.net>
37563
37564         * lib/strchrnul.c: Always include config.h first.
37565
37566         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
37567         gnulib strstr is not necessary here.
37568
37569 2007-02-02  Simon Josefsson  <simon@josefsson.org>
37570
37571         * m4/socklen.m4: Fix typo.
37572
37573 2007-02-02  Eric Blake  <ebb9@byu.net>
37574
37575         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
37576         * modules/netinet_in (Makefile.am): Likewise.
37577
37578 2007-02-01  Bruno Haible  <bruno@clisp.org>
37579
37580         * lib/string_.h (GL_LINK_WARNING): New macro.
37581         (strcasecmp, strstr, strcasestr): If provided by the system,
37582         conditionally define as a macro that leads to a warning instead of to
37583         an error.
37584         (strncasecmp): Conditionally define as a macro that leads to a warning.
37585
37586 2007-02-01  Karl Berry  <karl@gnu.org>
37587
37588         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
37589
37590 2007-02-01  Bruno Haible  <bruno@clisp.org>
37591
37592         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
37593         renamings.
37594
37595 2007-02-01  Eric Blake  <ebb9@byu.net>
37596
37597         * modules/regex (Depends-on): Revert dependence on mempcpy.
37598         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
37599         module's definition of mempcpy.
37600         Reported by Paul Eggert.
37601
37602 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
37603
37604         * lib/string_.h: If the gnulib module XYZ is not present, undefine
37605         the symbol XYZ before redefining it.  This fixes a problem with
37606         programs that don't use XYZ, when compiled on systems that define
37607         XYZ to something else.
37608
37609 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
37610
37611         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
37612         occurs when "mkdir -m foo" creates a setgid directory that is (1)
37613         writeable to group or other and (2) is intended to have a special
37614         mode bit that is set or cleared.  In such a case, the directory
37615         should be neither group- nor other-writeable until the special
37616         mode bits are right.
37617
37618 2007-01-31  Eric Blake  <ebb9@byu.net>
37619
37620         * modules/mountlist (Depends-on): Add strstr.
37621
37622         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
37623         bug.
37624         * modules/string (Makefile.am): Remove redundant replacement.
37625         * modules/regex (Depends-on): Add mempcpy.
37626
37627 2007-01-31  Bruno Haible  <bruno@clisp.org>
37628
37629         New module description field 'Link'.
37630         * gnulib-tool (func_usage): Document --extract-link-directive.
37631         (sed_extract_prog): Recognize 'Link' directive.
37632         (func_get_link_directive): New function.
37633         (func_import): Show summary of link directives.
37634         Handle --extract-link-directive option.
37635         * modules/acl (Link): New section.
37636         * modules/clock-time (Link): New section.
37637         * modules/euidaccess (Link): New section.
37638         * modules/gettext (Link): New section.
37639         * modules/iconv (Link): New section.
37640         * modules/lock (Link): New section.
37641         * modules/nanosleep (Link): New section.
37642         * modules/readline (Link): New section.
37643
37644 2007-01-27  Bruno Haible  <bruno@clisp.org>
37645
37646         Enforce the use of gnulib modules for unportable <string.h> functions.
37647         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
37648         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
37649         (gl_HEADER_STRING_H_BODY): Require it.
37650         * lib/string_.h: If the gnulib module XYZ is not present, redefine
37651         the symbol XYZ to one that gives a link error.
37652         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
37653         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
37654         * modules/mempcpy (configure.ac): Likewise.
37655         * modules/memrchr (configure.ac): Likewise.
37656         * modules/stpcpy (configure.ac): Likewise.
37657         * modules/stpncpy (configure.ac): Likewise.
37658         * modules/strcase (configure.ac): Likewise.
37659         * modules/strcasestr (configure.ac): Likewise.
37660         * modules/strchrnul (configure.ac): Likewise.
37661         * modules/strdup (configure.ac): Likewise.
37662         * modules/strndup (configure.ac): Likewise.
37663         * modules/strnlen (configure.ac): Likewise.
37664         * modules/strpbrk (configure.ac): Likewise.
37665         * modules/strsep (configure.ac): Likewise.
37666         * modules/strstr (configure.ac): Likewise.
37667         * modules/strtok_r (configure.ac): Likewise.
37668
37669 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
37670
37671         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
37672
37673 2007-01-30  Jim Meyering  <jim@meyering.net>
37674
37675         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
37676
37677 2007-01-29  Bruno Haible  <bruno@clisp.org>
37678
37679         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
37680         * lib/execute.c: Likewise.
37681         * lib/pipe.c: Likewise.
37682         * lib/printf-args.h: Likewise.
37683         * lib/printf-args.c: Likewise.
37684         * lib/printf-parse.c: Likewise.
37685         * lib/vasnprintf.c: Likewise.
37686
37687 2007-01-29  Eric Blake  <ebb9@byu.net>
37688
37689         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
37690         declaration.
37691
37692 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
37693
37694         * lib/strptime.h (strptime): Use 'restrict' for args where
37695         POSIX requires this.
37696         * lib/strptime.c (strptime): Likewise.
37697         Change license notice from LGPL to GPL, since gnulib-tool will
37698         change this as needed.
37699         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
37700         defined.
37701         Include "strptime.h" first, to check interface.
37702         Do not #undef _LIBC and _NL_CURRENT.
37703         Do not include <stdlib.h>; no longer needed.
37704         Include "time_r.h" and declare ptime_locale_status
37705         only if _LIBC is not defined.
37706         (__P): Remove unused macro.
37707         (match_string): Bring back glibc version, but use it only if _LIBC
37708         is defined.
37709         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
37710         Remove unnecessary assertion and abort() call.
37711         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
37712         * m4/strptime.m4: Fix serial number comment.
37713         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
37714         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
37715         (Depends-on): Add time_r.
37716
37717 2007-01-29  Bruno Haible  <bruno@clisp.org>
37718
37719         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37720         strptime.
37721         * modules/strptime (Depends-on): Add stdbool.
37722         * lib/strptime.h: Include <time.h> always. Add comments.
37723
37724 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37725
37726         * modules/strptime: New file.
37727         * lib/strptime.h: New file.
37728         * lib/strptime.c: New file.
37729         * m4/strptime.m4: New file.
37730
37731 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37732
37733         * MODULES.html.sh: New module mpsort.
37734         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
37735
37736         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
37737         a circularity problem with HP-UX ia64 reported by Bob Proulx in
37738         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
37739         All uses changed.
37740         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
37741         All uses changed.
37742         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
37743         to _Restrict_.
37744         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
37745         the parameter matches the prototype.
37746
37747 2007-01-28  Jim Meyering  <jim@meyering.net>
37748
37749         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
37750         sys/time.h here, reverting that part of the previous patch:
37751         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
37752
37753 2007-01-28  Bruno Haible  <bruno@clisp.org>
37754
37755         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
37756         value of $(SYS_TIME_H).
37757         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
37758         remove it conditionally, too. [added by Jim Meyering]
37759         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
37760         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37761         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
37762         GETTIMEOFDAY_REPLACEMENT to 1.
37763
37764 2007-01-28  Bruno Haible  <bruno@clisp.org>
37765
37766         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
37767         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
37768         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
37769         Set UNISTD_H instead of UNISTD_H2.
37770         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
37771
37772 2007-01-28  Bruno Haible  <bruno@clisp.org>
37773
37774         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
37775         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
37776
37777 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37778
37779         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
37780         (func_create_testdir): Ensure C locale for `grep' and `tr'
37781         character ranges.
37782         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
37783         ACLOCAL_AMFLAGS parsing state machine.
37784
37785 2007-01-27  Bruno Haible  <bruno@clisp.org>
37786
37787         * modules/unistr/base: Update.
37788
37789 2007-01-27  Bruno Haible  <bruno@clisp.org>
37790
37791         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
37792         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
37793         * modules/unistr/u32-mbtouc-unsafe: Renamed from
37794         modules/unistr/u32-mbtouc.
37795         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
37796         * lib/unistr.h: Update.
37797         * lib/linebreak.c: Update.
37798         * modules/unistr/u32-mbtouc: Renamed from
37799         modules/unistr/u32-mbtouc-safe.
37800         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
37801         * lib/unistr.h: Update.
37802         * lib/unistr/u32-to-u8.c: Update.
37803         * lib/unistr/u32-to-u16.c: Update.
37804
37805 2007-01-27  Bruno Haible  <bruno@clisp.org>
37806
37807         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
37808         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
37809         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
37810         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
37811         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
37812         * modules/unistr/u16-mbtouc-unsafe: Renamed from
37813         modules/unistr/u16-mbtouc.
37814         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
37815         * lib/unistr.h: Update.
37816         * lib/linebreak.c: Update.
37817         * modules/linebreak: Update.
37818         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
37819         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
37820         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
37821         * modules/unistr/u16-mbtouc: Renamed from
37822         modules/unistr/u16-mbtouc-safe.
37823         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
37824         * lib/unistr.h: Update.
37825         * lib/unistr/u16-to-u8.c: Update.
37826         * modules/unistr/u16-to-u8: Update.
37827         * lib/unistr/u16-to-u32.c: Update.
37828         * modules/unistr/u16-to-u32: Update.
37829
37830 2007-01-27  Bruno Haible  <bruno@clisp.org>
37831
37832         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
37833         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
37834         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
37835         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
37836         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
37837         * modules/unistr/u8-mbtouc-unsafe: Renamed from
37838         modules/unistr/u8-mbtouc.
37839         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
37840         * lib/unistr.h: Update.
37841         * lib/striconveh.c: Update.
37842         * modules/striconveh: Update.
37843         * lib/linebreak.c: Update.
37844         * modules/linebreak: Update.
37845         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
37846         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
37847         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
37848         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
37849         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
37850         * lib/unistr.h: Update.
37851         * lib/striconveh.c: Update.
37852         * modules/striconveh: Update.
37853         * lib/unistr/u8-to-u16.c: Update.
37854         * modules/unistr/u8-to-u16: Update.
37855         * lib/unistr/u8-to-u32.c: Update.
37856         * modules/unistr/u8-to-u32: Update.
37857
37858 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37859
37860         Sync from Libtool.
37861         * lib/argz.c: Do not include strings.h nor memory.h, include
37862         string.h unconditionally.  Patch by Simon Josefsson.
37863
37864 2007-01-27  Bruno Haible  <bruno@clisp.org>
37865
37866         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
37867         from gl_HEADER_STRING_H_BODY.
37868         (gl_HEADER_STRING_H_BODY): Require it.
37869         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
37870         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
37871         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
37872         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
37873         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
37874         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
37875         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
37876         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
37877         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
37878         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
37879         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
37880         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
37881         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
37882         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
37883         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
37884
37885 2007-01-27  Bruno Haible  <bruno@clisp.org>
37886
37887         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
37888         check_PROGRAMS into noinst_PROGRAMS.
37889         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
37890         check_PROGRAMS in this case.
37891         (func_import): Set for_test to false.
37892         (func_create_testdir): Set for_test to true.
37893
37894 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37895             Bruno Haible  <bruno@clisp.org>
37896
37897         * modules/strcasestr (Files): Remove lib/strcasestr.h.
37898         (Depends-on): Add string.
37899         (Includes): Use <string.h> instead of strcasestr.h.
37900         * modules/string (Makefile.am): Also substitute the value of
37901         REPLACE_STRCASESTR.
37902         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
37903         assume strcasestr is declared in <string.h> not <strings.h>. Also
37904         set REPLACE_STRCASESTR.
37905         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
37906         REPLACE_STRCASESTR.
37907         * lib/strcasestr.h: Remove file.
37908         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
37909         * lib/string_.h (strcasestr): New declaration.
37910
37911 2007-01-27  Bruno Haible  <bruno@clisp.org>
37912
37913         * lib/string_.h: Use 'extern'.
37914
37915 2007-01-27  Jim Meyering  <jim@meyering.net>
37916
37917         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
37918         of set-but-not-used local, "q".
37919
37920         * lib/mempcpy.c: Include <config.h> before <string.h>.
37921         This fixes a compilation error on HP-UX, due to the system's
37922         "restrict"-using mempcpy prototype.
37923
37924 2007-01-26  Bruno Haible  <bruno@clisp.org>
37925
37926         Small optimization.
37927         * lib/javacomp.c: Include c-strstr.h.
37928          (is_envjavac_gcj): Use c_strstr instead of strstr.
37929         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
37930
37931 2007-01-26  Bruno Haible  <bruno@clisp.org>
37932
37933         * MODULES.html.sh (Unicode string functions): Add the new modules.
37934
37935         * modules/uniconv/u32-strconv-to-locale: New file.
37936         * lib/uniconv/u32-strconv-to-locale.c: New file.
37937
37938         * modules/uniconv/u16-strconv-to-locale: New file.
37939         * lib/uniconv/u16-strconv-to-locale.c: New file.
37940
37941         * modules/uniconv/u8-strconv-to-locale: New file.
37942         * lib/uniconv/u8-strconv-to-locale.c: New file.
37943
37944         * modules/uniconv/u32-strconv-from-locale: New file.
37945         * lib/uniconv/u32-strconv-from-locale.c: New file.
37946
37947         * modules/uniconv/u16-strconv-from-locale: New file.
37948         * lib/uniconv/u16-strconv-from-locale.c: New file.
37949
37950         * modules/uniconv/u8-strconv-from-locale: New file.
37951         * lib/uniconv/u8-strconv-from-locale.c: New file.
37952
37953         * modules/uniconv/u32-strconv-to-enc: New file.
37954         * lib/uniconv/u32-strconv-to-enc.c: New file.
37955         * modules/uniconv/u32-strconv-to-enc-tests: New file.
37956         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
37957
37958         * modules/uniconv/u16-strconv-to-enc: New file.
37959         * lib/uniconv/u16-strconv-to-enc.c: New file.
37960         * lib/uniconv/u-strconv-to-enc.h: New file.
37961         * modules/uniconv/u16-strconv-to-enc-tests: New file.
37962         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
37963
37964         * modules/uniconv/u8-strconv-to-enc: New file.
37965         * lib/uniconv/u8-strconv-to-enc.c: New file.
37966         * modules/uniconv/u8-strconv-to-enc-tests: New file.
37967         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
37968
37969         * modules/uniconv/u32-strconv-from-enc: New file.
37970         * lib/uniconv/u32-strconv-from-enc.c: New file.
37971         * modules/uniconv/u32-strconv-from-enc-tests: New file.
37972         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
37973
37974         * modules/uniconv/u16-strconv-from-enc: New file.
37975         * lib/uniconv/u16-strconv-from-enc.c: New file.
37976         * modules/uniconv/u16-strconv-from-enc-tests: New file.
37977         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
37978
37979         * modules/uniconv/u8-strconv-from-enc: New file.
37980         * lib/uniconv/u8-strconv-from-enc.c: New file.
37981         * lib/uniconv/u-strconv-from-enc.h: New file.
37982         * modules/uniconv/u8-strconv-from-enc-tests: New file.
37983         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
37984
37985         * modules/uniconv/u32-conv-from-enc: New file.
37986         * lib/uniconv/u32-conv-from-enc.c: New file.
37987         * modules/uniconv/u32-conv-from-enc-tests: New file.
37988         * tests/uniconv/test-u32-conv-from-enc.c: New file.
37989
37990         * modules/uniconv/u16-conv-from-enc: New file.
37991         * lib/uniconv/u16-conv-from-enc.c: New file.
37992         * lib/uniconv/u-conv-from-enc.h: New file.
37993         * modules/uniconv/u16-conv-from-enc-tests: New file.
37994         * tests/uniconv/test-u16-conv-from-enc.c: New file.
37995
37996         * modules/uniconv/u8-conv-from-enc: New file.
37997         * lib/uniconv/u8-conv-from-enc.c: New file.
37998         * modules/uniconv/u8-conv-from-enc-tests: New file.
37999         * tests/uniconv/test-u8-conv-from-enc.c: New file.
38000
38001         * modules/uniconv/base: New file.
38002         * lib/uniconv.h: New file.
38003
38004 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
38005
38006         * doc/gnulib-tool.texi (Initial import): Update to match current
38007         behavior with strdup module.
38008         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
38009         * lib/memmem.h: Remove; all uses removed.  This is now done
38010         by <string.h>.
38011         * lib/mempcpy.h: Likewise.
38012         * lib/memrchr.h: Likewise.
38013         * lib/stpcpy.h: Likewise.
38014         * lib/stpncpy.h: Likewise.
38015         * lib/strcase.h: Likewise.
38016         * lib/strchrnul.h: Likewise.
38017         * lib/strdup.h: Likewise.
38018         * lib/strndup.h: Likewise.
38019         * lib/strnlen.h: Likewise.
38020         * lib/strpbrk.h: Likewise.
38021         * lib/strsep.h: Likewise.
38022         * lib/strstr.h: Likewise.
38023         * lib/strtok_r.h: Likewise.
38024         * lib/string_.h: New file.
38025         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
38026         Rely on <string.h> instead.
38027         * lib/canon-host.c: Likewise.
38028         * lib/chdir-long.c: Likewise.
38029         * lib/concatpath.c: Likewise.
38030         * lib/exclude.c: Likewise.
38031         * lib/fchdir.c: Likewise.
38032         * lib/getaddrinfo.c: Likewise.
38033         * lib/getcwd.c: Likewise.
38034         * lib/getsubopt.c: Likewise.
38035         * lib/glob.c: Likewise.
38036         * lib/hard-locale.c: Likewise.
38037         * lib/iconvme.c: Likewise.
38038         * lib/javacomp.c: Likewise.
38039         * lib/mempcpy.c: Likewise.
38040         * lib/memrchr.c: Likewise.
38041         * lib/regex_internal.h: Likewise.
38042         * lib/stpncpy.c: Likewise.
38043         * lib/strcasecmp.c: Likewise.
38044         * lib/strchrnul.c: Likewise.
38045         * lib/strdup.c: Likewise.
38046         * lib/striconv.c: Likewise.
38047         * lib/striconveh.c: Likewise.
38048         * lib/striconveha.c: Likewise.
38049         * lib/strncasecmp.c: Likewise.
38050         * lib/strndup.c: Likewise.
38051         * lib/strnlen.c: Likewise.
38052         * lib/strsep.c: Likewise.
38053         * lib/strstr.c: Likewise.
38054         * lib/strtok_r.c: Likewise.
38055         * lib/userspec.c: Likewise.
38056         * lib/w32spawn.h: Likewise.
38057         * lib/xstrndup.c: Likewise.
38058         * lib/mountlist.c (strstr): Remove decl.
38059         * m4/string_h.m4: New file.
38060         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
38061         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
38062         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
38063         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
38064         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
38065         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
38066         Set REPLACE_STRCASECMP if necessary.
38067         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
38068         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
38069         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
38070         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
38071         HAVE_DECL_STRDUP if necessary.
38072         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
38073         since gl_FUNC_STRNDUP does that now.
38074         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
38075         Check for decl here...
38076         (gl_PREREQ_STRNLEN): ... not here.
38077         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
38078         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
38079         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
38080         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
38081         necessary.
38082         * modules/string: New file.
38083         * modules/memmem (Files): Remove special-purpose include file.
38084         (Depends-on): Add string.
38085         (Include): Include <string.h>, not the removed file.
38086         * modules/mempcpy: Likewise.
38087         * modules/memrchr: Likewise.
38088         * modules/stpcpy: Likewise.
38089         * modules/stpncpy: Likewise.
38090         * modules/strcase: Likewise.
38091         * modules/strchrnul: Likewise.
38092         * modules/strdup: Likewise.
38093         * modules/strndup: Likewise.
38094         * modules/strnlen: Likewise.
38095         * modules/strpbrk: Likewise.
38096         * modules/strsep: Likewise.
38097         * modules/strstr: Likewise.
38098         * modules/strtok_r: Likewise.
38099         * tests/test-dirname.c: Don't include "strdup.h", since
38100         <string.h> now suffices.
38101         * tests/test-memmem.c: Don't include "memmem.h", since
38102         <string.h> now suffices.
38103
38104 2007-01-25  Bruno Haible  <bruno@clisp.org>
38105
38106         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
38107         *resultp is 0.
38108
38109         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
38110         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
38111         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
38112         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
38113
38114         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
38115         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
38116         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
38117         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
38118         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
38119         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
38120
38121 2007-01-24  Bruno Haible  <bruno@clisp.org>
38122
38123         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
38124         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
38125         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
38126         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
38127         gl_FUNC_FTS_CORE.
38128         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
38129         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
38130         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38131         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
38132         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
38133         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
38134         gl_FUNC_FCHOWNAT.
38135         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
38136         gl_FUNC_STRFTIME.
38137         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
38138         Reported by Ralf Wildenhues.
38139
38140 2007-01-24  Bruno Haible  <bruno@clisp.org>
38141
38142         Drop AC_REQUIRE calls that are redundant with the module dependencies.
38143         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
38144         gl_GETADDRINFO.
38145         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
38146         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
38147         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
38148
38149 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
38150
38151         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
38152         Don't use 'exit'; just return from 'main'.
38153         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
38154
38155         * lib/fnmatch_.h: Readjust white space and comments to match
38156         glibc, to avoid spurious diffs.
38157
38158 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38159
38160         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
38161         2004-12-01 change by Jakub Jelinek, since this code won't compile
38162         if !LIBC.  Problem reported by Bob Proulx.
38163
38164 2007-01-23  Bruno Haible  <bruno@clisp.org>
38165
38166         * lib/striconveh.c: Include c-strcaseeq.h.
38167         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
38168         * modules/striconveh (Depends-on): Add c-strcaseeq.
38169
38170 2007-01-23  Bruno Haible  <bruno@clisp.org>
38171
38172         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
38173
38174         * modules/c-strcaseeq: New file.
38175         * lib/c-strcaseeq.h: New file.
38176
38177         * modules/streq: New file.
38178         * lib/streq.h: New file.
38179
38180 2007-01-23  Bruno Haible  <bruno@clisp.org>
38181
38182         * modules/striconveha-tests: New file.
38183         * tests/test-striconveha.c: New file.
38184
38185         * lib/striconveha.h: Include <stdbool.h>.
38186         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
38187         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
38188         (mem_iconveha_notranslit): Renamed from mem_iconveha.
38189         (mem_iconveha): New function.
38190         (str_iconveha_notranslit): Renamed from str_iconveha.
38191         (str_iconveha): New function.
38192         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
38193         c-strcase.
38194
38195 2007-01-23  Bruno Haible  <bruno@clisp.org>
38196
38197         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
38198         encodings without forgiving before trying any encoding with handler.
38199         (str_iconveha): Try all encodings without forgiving before trying any
38200         encoding with handler.
38201
38202 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38203
38204         Import the following changes from libc.
38205
38206         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
38207
38208         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
38209
38210         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38211
38212         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
38213         normal_bracket label.
38214
38215         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
38216
38217         [BZ #361]
38218         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
38219         to normal_bracket after fetching the next character.
38220
38221 2007-01-22  Bruno Haible  <bruno@clisp.org>
38222
38223         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
38224         argument.
38225         * lib/striconveh.c (iconv_carefully_1): New function.
38226         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
38227         argument.
38228         (str_cd_iconveh): Update.
38229         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
38230         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
38231         * tests/test-striconveh.c (MAGIC): New macro.
38232         (new_offsets): New function.
38233         (main): Test call with and without offsets.
38234
38235 2007-01-22  Bruno Haible  <bruno@clisp.org>
38236
38237         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
38238         * modules/sys_select (Makefile.am): Likewise.
38239         * modules/sys_socket (Makefile.am): Likewise.
38240         * modules/sys_time (Makefile.am): Likewise.
38241
38242 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
38243
38244         * modules/gettimeofday (License): Change from GPL to LGPL, since
38245         gettimeofday is a library function.
38246
38247 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38248
38249         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
38250
38251 2007-01-21  Bruno Haible  <bruno@clisp.org>
38252
38253         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
38254
38255 2007-01-21  Bruno Haible  <bruno@clisp.org>
38256
38257         * modules/striconveha: New file.
38258         * lib/striconveha.h: New file.
38259         * lib/striconveha.c: New file.
38260         * MODULES.html.sh (Internationalization functions): Add striconveha.
38261         * lib/striconv.c (str_iconv): Optimize the case of an empty input
38262         string.
38263         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
38264
38265 2007-01-21  Bruno Haible  <bruno@clisp.org>
38266
38267         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
38268         * lib/striconveh.c (str_iconveh): Likewise.
38269
38270 2007-01-21  Bruno Haible  <bruno@clisp.org>
38271
38272         * lib/striconveh.h (mem_iconveh): New declaration.
38273         * lib/striconveh.c (mem_iconveh): New function.
38274         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
38275
38276 2007-01-21  Bruno Haible  <bruno@clisp.org>
38277
38278         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
38279
38280         * lib/striconveh.h (mem_cd_iconveh): Change specification.
38281         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
38282         original result buffer.
38283         (str_cd_iconveh): Update.
38284         * tests/test-striconveh.c (main): Update.
38285
38286         * lib/striconv.h (mem_cd_iconv): Change specification.
38287         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
38288         result buffer.
38289         (str_cd_iconv): Update.
38290         * tests/test-striconv.c (main): Update.
38291
38292 2007-01-21  Bruno Haible  <bruno@clisp.org>
38293
38294         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
38295
38296 2007-01-20  Jim Meyering  <jim@meyering.net>
38297
38298         * lib/userspec.c (parse_with_separator): If a user or group string
38299         starts with "+", skip the corresponding name-to-ID look-up, since
38300         such a look-up must fail: user and group names may not include "+".
38301
38302 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38303
38304         * lib/poll.c: Include sys/time.h and time.h unconditionally,
38305         since we now assume the sys_time module.
38306         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
38307         check for sys/time.h; no longer needed.
38308         * modules/poll (Depends-on): Depend on sys_time.
38309
38310 2007-01-18  Bruno Haible  <bruno@clisp.org>
38311
38312         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
38313         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
38314
38315         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
38316         gettimeofday.
38317
38318         * tests/test-gettimeofday.c: Include <time.h>.
38319         (dummy): Remove variable.
38320
38321         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
38322         gl_HEADER_SYS_TIME_H.
38323         (gl_HEADER_SYS_TIME_H): New macro.
38324
38325         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
38326         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38327         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
38328         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
38329         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38330         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
38331         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
38332         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38333         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
38334         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
38335         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38336
38337         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
38338         last change; it caused a compilation error when cross-compiling to
38339         Cygwin.
38340
38341 2007-01-18  Jim Meyering  <jim@meyering.net>
38342
38343         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
38344         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
38345         than the race-prone "test -d sys || mkdir sys".
38346         (configure.ac): Use AC_PROG_MKDIR_P.
38347         * modules/sys_select: Likewise.
38348         * modules/sys_socket: Likewise.
38349         * modules/sys_time: Likewise.
38350
38351 2007-01-18  Eric Blake  <ebb9@byu.net>
38352
38353         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
38354         replace gettimeofday.
38355         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
38356         name, to avoid infinite recursion.
38357
38358 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
38359
38360         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
38361         module sys_time.
38362         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
38363         assume timespec.h defines struct timeval.
38364         * lib/settime.c: Likewise.
38365         * lib/utimens.c: Likewise.
38366         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
38367         since we now assume the gettimeofday module.
38368         * lib/tempname.c (__gen_tempname): Likewise.
38369         * lib/gettimeofday.h: Remove.
38370         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
38371         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
38372         Include <time.h>, for 'time()'.
38373         (localtime_buffer_addr): Also use this workaround if
38374         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
38375         to simplify the uses.  All uses changed.
38376         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
38377         that #undef is inside {}, and 'const' follows type name consistently.
38378         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
38379         (gettimeofday): Do not use the maximum possible value for
38380         tv->tv_usec, since that might break usages other than ls.c.
38381         Instead, we'll leave ls.c alone.  This undoes today's patch
38382         by Bruno.  Add a compile-time warning for 1s-clock resolution;
38383         we've never observed the problem but might as well keep the
38384         canary.
38385         * lib/nanosleep.c: Include timespec.h first, for interface check.
38386         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
38387         now assume the sys_time module.
38388         * lib/tempname.c: Likewise.
38389         * lib/timespec.h: Likewise.
38390         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
38391         needed.
38392         * lib/strftime.c: Likewise.
38393         * lib/timespec.h: Likewise.
38394         * lib/posixtm.c: Include posixtm.h first, for interface check.
38395         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
38396         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
38397         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
38398         * lib/sys_time_.h: New file.
38399         * lib/timespec.h (struct timespec): Use long int, not long.
38400         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38401         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
38402         Remove obsolescent call to AC_HEADER_TIME.
38403         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
38404         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
38405         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
38406         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
38407         Likewise.
38408         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
38409         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
38410         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
38411         into the sys_time module.  Check for gettimeofday just once.
38412         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
38413         for gettimeofday signature to just check the signature.  Merely
38414         compile it, since linking doesn't test signature.  Improve test for
38415         whether gettimeofday.o is actually needed.
38416         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
38417         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
38418         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
38419         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38420         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
38421         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
38422         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
38423         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
38424         than worrying about sys/time.h.
38425         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38426         Don't bother worrying about TIME_WITH_SYS_TIME.
38427         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
38428         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
38429         * m4/sys_time_h.m4: New file.
38430         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
38431         Don't include sys/time.h.  Return from main rather than exiting.
38432         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
38433         all uses changed.
38434         * modules/gethrxtime (Depends-on): Add sys_time.
38435         * modules/gettime (Depends-on): Likewise.
38436         * modules/gettimeofday (Depends-on): Likewise.
38437         * modules/nanosleep (Depends-on): Likewise.
38438         * modules/settime (Depends-on): Likewise.
38439         * modules/tempname (Depends-on): Likewise.
38440         * modules/utimens (Depends-on): Likewise.
38441         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
38442         (Include:) Change back to <sys/time.h>.
38443         (Maintainer:) Add self.
38444         * modules/sys_time: New file.
38445         * modules/tempname (Depends-on): Add gettimeofday.
38446         * tests/test-gettimeofday.c: Include <sys/time.h>
38447         rather than gettimeofday.h.
38448
38449 2007-01-17  Bruno Haible  <bruno@clisp.org>
38450
38451         * gnulib-tool (func_get_license): Revert last patch. Instead, let
38452         the license default to GPL.
38453         (func_create_testdir): Don't complain if a module is LGPL and its
38454         tests module depends on GPLed modules.
38455
38456 2007-01-17  Bruno Haible  <bruno@clisp.org>
38457
38458         * lib/gettimeofday.c (gettimeofday): Add code for the case
38459         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
38460         maximum possible value for tv->tv_usec, rather than the minimum one.
38461
38462 2005-10-08  Martin Lambers  <marlam@marlam.de>
38463 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38464 2007-01-16  Bruno Haible  <bruno@clisp.org>
38465
38466         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
38467         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
38468         gl_FUNC_GETTIMEOFDAY.
38469         (Include): Add gettimeofday.h.
38470         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
38471         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
38472         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
38473         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
38474         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
38475         * lib/gettimeofday.h: New file.
38476         * lib/gettimeofday.c: Include <sys/timeb.h>.
38477         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
38478         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
38479         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
38480         fall back on time().
38481
38482         * tests/test-gettimeofday.c: New file.
38483         * modules/gettimeofday-tests: New file.
38484
38485 2007-01-16  Eric Blake  <ebb9@byu.net>
38486
38487         * modules/fnmatch (Depends-on): Depend on wchar.
38488         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
38489         * m4/fnmatch.m4: Likewise.
38490         * modules/mbchar (Makefile.am): Assume <wchar.h>.
38491         * m4/mbchar.m4: Likewise.
38492         * modules/mbswidth (Depends-on): Depend on wchar.
38493         * lib/mbswidth.c: Assume <wchar.h>.
38494         * m4/mbswidth.m4: Likewise.
38495         * modules/quotearg (Depends-on): Depend on wchar.
38496         * lib/quotearg.c: Assume <wchar.h>.
38497         * m4/quotearg.m4: Likewise.
38498         * modules/regex (Depends-on): Depend on wchar.
38499         * lib/regex_internal.h: Assume <wchar.h>.
38500         * m4/regex.m4: Likewise.
38501         * modules/stdint (Depends-on): Depend on wchar.
38502         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
38503         * m4/stdint.m4: Likewise.
38504         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
38505         * modules/strftime (Depends-on): Depend on wchar.
38506         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
38507         * modules/strtol (Depends-on): Depend on wchar.
38508         * lib/strtol.c: Assume <wchar.h>.
38509         * modules/wcwidth (Depends-on): Depend on wchar.
38510         * lib/wcwidth.h: Assume <wchar.h>.
38511         * m4/wcwidth.m4: Likewise.
38512
38513 2007-01-16  Bruno Haible  <bruno@clisp.org>
38514
38515         * modules/csharpexec-script: New, created from...
38516         * modules/csharpexec: ... this.
38517
38518 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
38519
38520         * modules/javaexec-script: New, created from...
38521         * modules/javaexec: ... this.
38522
38523 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38524
38525         * modules/poll (Dependencies): Add sys_select.
38526
38527 2007-01-15  Jim Meyering  <jim@meyering.net>
38528
38529         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
38530         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
38531         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
38532         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
38533
38534 2007-01-15  Bruno Haible  <bruno@clisp.org>
38535
38536         * modules/striconveh: New file.
38537         * lib/striconveh.h: New file.
38538         * lib/striconveh.c: New file.
38539         * MODULES.html.sh (Internationalization functions): Add striconveh.
38540
38541         * modules/striconveh-tests: New file.
38542         * tests/test-striconveh.c: New file.
38543
38544 2007-01-15  Bruno Haible  <bruno@clisp.org>
38545
38546         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
38547         not from GNU libiconv or GNU libc.
38548
38549 2007-01-15  Bruno Haible  <bruno@clisp.org>
38550
38551         * doc/gnulib-intro.texi (Copyright): Explain the different license
38552         terms for module descriptions, autoconf macros, tests, documentation.
38553
38554 2007-01-14  Bruno Haible  <bruno@clisp.org>
38555
38556         * modules/striconv-tests: New file.
38557         * tests/test-striconv.c: New file.
38558
38559 2007-01-14  Bruno Haible  <bruno@clisp.org>
38560
38561         * modules/iconv-tests: New file.
38562         * tests/test-iconv.c: New file.
38563
38564 2007-01-14  Bruno Haible  <bruno@clisp.org>
38565
38566         * gnulib-tool (func_get_license): For test modules, use the license of
38567         the main module.
38568
38569 2007-01-14  Bruno Haible  <bruno@clisp.org>
38570
38571         * modules/iconv (Include): Clarify that <iconv.h> can only be included
38572         if iconv is found to exist.
38573
38574 2007-01-14  Bruno Haible  <bruno@clisp.org>
38575
38576         * modules/c-ctype-tests: New file.
38577         * tests/test-c-ctype.c: New file.
38578
38579 2007-01-14  Bruno Haible  <bruno@clisp.org>
38580
38581         * modules/binary-io-tests: New file.
38582         * tests/test-binary-io.sh: New file.
38583         * tests/test-binary-io.c: New file.
38584
38585 2007-01-14  Bruno Haible  <bruno@clisp.org>
38586
38587         * modules/array-oset-tests: New file.
38588         * tests/test-array_oset.c: New file.
38589
38590 2007-01-14  Bruno Haible  <bruno@clisp.org>
38591
38592         * modules/array-list-tests: New file.
38593         * tests/test-array_list.c: New file.
38594
38595 2007-01-14  Bruno Haible  <bruno@clisp.org>
38596
38597         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
38598         and make.
38599         Reported by Simon Josefsson in
38600         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
38601
38602 2007-01-14  Bruno Haible  <bruno@clisp.org>
38603
38604         * modules/allocsa-tests: New file.
38605         * tests/test-allocsa.c: New file.
38606
38607 2007-01-14  Bruno Haible  <bruno@clisp.org>
38608
38609         * modules/fchdir (Depends-on): Add absolute-header.
38610         * modules/unistd (Depends-on): Likewise.
38611
38612 2006-12-30  Bruno Haible  <bruno@clisp.org>
38613
38614         * modules/fchdir: New file.
38615         * modules/unistd (Files): Add lib/unistd_.h.
38616         (Makefile.am): Generate unistd.h from unistd_.h.
38617         * lib/fchdir.c: New file.
38618         * lib/dirent_.h: New file.
38619         * lib/unistd_.h: New file.
38620         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
38621         * m4/fchdir.m4: New file.
38622         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
38623         (gl_HEADER_UNISTD): Invoke it.
38624         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
38625         function.
38626         * lib/backupfile.c (opendir, closedir): Undefine.
38627         * lib/chown.c (open, close): Undefine.
38628         * lib/clean-temp.c (open, close): Undefine.
38629         * lib/copy-file.c (open, close): Undefine.
38630         * lib/execute.c (open, close): Undefine.
38631         * lib/fsusage.c (open, close): Undefine.
38632         * lib/gc-gnulib.c (open, close): Undefine.
38633         * lib/getcwd.c (opendir, closedir): Undefine.
38634         * lib/glob.c (opendir, closedir): Undefine.
38635         * lib/javacomp.c (open, close): Undefine.
38636         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
38637         * lib/openat-proc.c (open, close): Undefine.
38638         * lib/pagealign_alloc.c (open, close): Undefine.
38639         * lib/pipe.c (open, close): Undefine.
38640         * lib/progreloc.c (open, close): Undefine.
38641         * lib/savedir.c (opendir, closedir): Undefine.
38642         * lib/utime.c (open, close): Undefine.
38643         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
38644
38645 2007-01-10  Bruno Haible  <bruno@clisp.org>
38646
38647         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
38648
38649 2007-01-12  Eric Blake  <ebb9@byu.net>
38650
38651         Provide a robust <wchar.h>.  Further simplifications are now
38652         possible in other modules, but not included here.
38653         * modules/wchar: New module.
38654         * m4/wchar.m4: New file.
38655         * lib/wchar_.h: Likewise.
38656         * modules/mbchar (Depends-on): Depend on wchar, as the first use
38657         of the new module.
38658         * MODULES.html.sh (Extended multibyte and wide character utilities):
38659         New section.
38660
38661 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
38662
38663         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
38664         to a reasonable default for memory allocation.
38665         (xreadlink): Don't allocate a huge buffer, to work around a buggy
38666         file system that reports garbage st_size values for symlinks.
38667         Problem reported by Liyang Hu.
38668
38669 2007-01-11  Simon Josefsson  <simon@josefsson.org>
38670
38671         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
38672         Emacs .#* auto-save files).
38673
38674 2007-01-11  Bruno Haible  <bruno@clisp.org>
38675
38676         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
38677         directory.
38678
38679 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38680
38681         Use @...@ consistently in lib/wctype_.h.
38682         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
38683         on it being set to 1 or 0.
38684         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
38685         go back to AC_SUBSTing it.
38686         * modules/wctype (Makefile.am): Undo previous change.
38687
38688 2007-01-10  Eric Blake  <ebb9@byu.net>
38689
38690         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
38691         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
38692         * modules/wctype (Makefile.am): Likewise.
38693         Reported by Chris McGuire.
38694
38695 2007-01-10  Jim Meyering  <jim@meyering.net>
38696
38697         fts.c: a small readability/maintainability improvement
38698         * lib/fts.c (fts_read): Make this code slightly more readable and
38699         maintainable by hoisting the "sp->fts_cur = p" assignments to
38700         immediately follow the statements that set P.  Derived from
38701         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
38702
38703 2007-01-10  Eric Blake  <ebb9@byu.net>
38704
38705         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
38706         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
38707         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38708         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
38709         Reported by Chris McGuire.
38710
38711 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38712
38713         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
38714         in sed script.
38715
38716 2007-01-09  Bruno Haible  <bruno@clisp.org>
38717
38718         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
38719         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
38720         variables.
38721         (func_module): Use them.
38722
38723 2007-01-09  Bruno Haible  <bruno@clisp.org>
38724
38725         * modules/unistr/base: New file.
38726         * lib/unistr.h: New file.
38727
38728         * modules/unistr/u8-to-u16: New file.
38729         * lib/unistr/u8-to-u16.c: New file.
38730
38731         * modules/unistr/u8-to-u32: New file.
38732         * lib/unistr/u8-to-u32.c: New file.
38733
38734         * modules/unistr/u16-to-u8: New file.
38735         * lib/unistr/u16-to-u8.c: New file.
38736
38737         * modules/unistr/u16-to-u32: New file.
38738         * lib/unistr/u16-to-u32.c: New file.
38739
38740         * modules/unistr/u32-to-u8: New file.
38741         * lib/unistr/u32-to-u8.c: New file.
38742
38743         * modules/unistr/u32-to-u16: New file.
38744         * lib/unistr/u32-to-u16.c: New file.
38745
38746         * modules/unistr/u8-check: New file.
38747         * modules/unistr/u16-check: New file.
38748         * modules/unistr/u32-check: New file.
38749         * lib/unistr/u8-check.c: New file.
38750         * lib/unistr/u16-check.c: New file.
38751         * lib/unistr/u32-check.c: New file.
38752
38753         * modules/unistr/u8-chr: New file.
38754         * modules/unistr/u16-chr: New file.
38755         * modules/unistr/u32-chr: New file.
38756         * lib/unistr/u8-chr.c: New file.
38757         * lib/unistr/u16-chr.c: New file.
38758         * lib/unistr/u32-chr.c: New file.
38759
38760         * modules/unistr/u8-cmp: New file.
38761         * modules/unistr/u16-cmp: New file.
38762         * modules/unistr/u32-cmp: New file.
38763         * lib/unistr/u8-cmp.c: New file.
38764         * lib/unistr/u16-cmp.c: New file.
38765         * lib/unistr/u32-cmp.c: New file.
38766
38767         * modules/unistr/u8-cpy: New file.
38768         * modules/unistr/u16-cpy: New file.
38769         * modules/unistr/u32-cpy: New file.
38770         * lib/unistr/u8-cpy.c: New file.
38771         * lib/unistr/u16-cpy.c: New file.
38772         * lib/unistr/u32-cpy.c: New file.
38773         * lib/unistr/u-cpy.h: New file.
38774
38775         * modules/unistr/u8-cpy-alloc: New file.
38776         * modules/unistr/u16-cpy-alloc: New file.
38777         * modules/unistr/u32-cpy-alloc: New file.
38778         * lib/unistr/u8-cpy-alloc.c: New file.
38779         * lib/unistr/u16-cpy-alloc.c: New file.
38780         * lib/unistr/u32-cpy-alloc.c: New file.
38781         * lib/unistr/u-cpy-alloc.h: New file.
38782
38783         * modules/unistr/u8-endswith: New file.
38784         * modules/unistr/u16-endswith: New file.
38785         * modules/unistr/u32-endswith: New file.
38786         * lib/unistr/u8-endswith.c: New file.
38787         * lib/unistr/u16-endswith.c: New file.
38788         * lib/unistr/u32-endswith.c: New file.
38789         * lib/unistr/u-endswith.h: New file.
38790
38791         * modules/unistr/u8-mblen: New file.
38792         * modules/unistr/u16-mblen: New file.
38793         * modules/unistr/u32-mblen: New file.
38794         * lib/unistr/u8-mblen.c: New file.
38795         * lib/unistr/u16-mblen.c: New file.
38796         * lib/unistr/u32-mblen.c: New file.
38797
38798         * modules/unistr/u8-mbtouc: New file.
38799         * modules/unistr/u16-mbtouc: New file.
38800         * modules/unistr/u32-mbtouc: New file.
38801         * lib/unistr/u8-mbtouc.c: New file.
38802         * lib/unistr/u16-mbtouc.c: New file.
38803         * lib/unistr/u32-mbtouc.c: New file.
38804
38805         * modules/unistr/u8-mbtouc-safe: New file.
38806         * modules/unistr/u16-mbtouc-safe: New file.
38807         * modules/unistr/u32-mbtouc-safe: New file.
38808         * lib/unistr/u8-mbtouc-safe.c: New file.
38809         * lib/unistr/u16-mbtouc-safe.c: New file.
38810         * lib/unistr/u32-mbtouc-safe.c: New file.
38811
38812         * modules/unistr/u8-move: New file.
38813         * modules/unistr/u16-move: New file.
38814         * modules/unistr/u32-move: New file.
38815         * lib/unistr/u8-move.c: New file.
38816         * lib/unistr/u16-move.c: New file.
38817         * lib/unistr/u32-move.c: New file.
38818         * lib/unistr/u-move.h: New file.
38819
38820         * modules/unistr/u8-next: New file.
38821         * modules/unistr/u16-next: New file.
38822         * modules/unistr/u32-next: New file.
38823         * lib/unistr/u8-next.c: New file.
38824         * lib/unistr/u16-next.c: New file.
38825         * lib/unistr/u32-next.c: New file.
38826
38827         * modules/unistr/u8-prev: New file.
38828         * modules/unistr/u16-prev: New file.
38829         * modules/unistr/u32-prev: New file.
38830         * lib/unistr/u8-prev.c: New file.
38831         * lib/unistr/u16-prev.c: New file.
38832         * lib/unistr/u32-prev.c: New file.
38833
38834         * modules/unistr/u8-set: New file.
38835         * modules/unistr/u16-set: New file.
38836         * modules/unistr/u32-set: New file.
38837         * lib/unistr/u8-set.c: New file.
38838         * lib/unistr/u16-set.c: New file.
38839         * lib/unistr/u32-set.c: New file.
38840         * lib/unistr/u-set.h: New file.
38841
38842         * modules/unistr/u8-startswith: New file.
38843         * modules/unistr/u16-startswith: New file.
38844         * modules/unistr/u32-startswith: New file.
38845         * lib/unistr/u8-startswith.c: New file.
38846         * lib/unistr/u16-startswith.c: New file.
38847         * lib/unistr/u32-startswith.c: New file.
38848         * lib/unistr/u-startswith.h: New file.
38849
38850         * modules/unistr/u8-stpcpy: New file.
38851         * modules/unistr/u16-stpcpy: New file.
38852         * modules/unistr/u32-stpcpy: New file.
38853         * lib/unistr/u8-stpcpy.c: New file.
38854         * lib/unistr/u16-stpcpy.c: New file.
38855         * lib/unistr/u32-stpcpy.c: New file.
38856         * lib/unistr/u-stpcpy.h: New file.
38857
38858         * modules/unistr/u8-stpncpy: New file.
38859         * modules/unistr/u16-stpncpy: New file.
38860         * modules/unistr/u32-stpncpy: New file.
38861         * lib/unistr/u8-stpncpy.c: New file.
38862         * lib/unistr/u16-stpncpy.c: New file.
38863         * lib/unistr/u32-stpncpy.c: New file.
38864         * lib/unistr/u-stpncpy.h: New file.
38865
38866         * modules/unistr/u8-strcat: New file.
38867         * modules/unistr/u16-strcat: New file.
38868         * modules/unistr/u32-strcat: New file.
38869         * lib/unistr/u8-strcat.c: New file.
38870         * lib/unistr/u16-strcat.c: New file.
38871         * lib/unistr/u32-strcat.c: New file.
38872         * lib/unistr/u-strcat.h: New file.
38873
38874         * modules/unistr/u8-strchr: New file.
38875         * modules/unistr/u16-strchr: New file.
38876         * modules/unistr/u32-strchr: New file.
38877         * lib/unistr/u8-strchr.c: New file.
38878         * lib/unistr/u16-strchr.c: New file.
38879         * lib/unistr/u32-strchr.c: New file.
38880
38881         * modules/unistr/u8-strcmp: New file.
38882         * modules/unistr/u16-strcmp: New file.
38883         * modules/unistr/u32-strcmp: New file.
38884         * lib/unistr/u8-strcmp.c: New file.
38885         * lib/unistr/u16-strcmp.c: New file.
38886         * lib/unistr/u32-strcmp.c: New file.
38887
38888         * modules/unistr/u8-strcpy: New file.
38889         * modules/unistr/u16-strcpy: New file.
38890         * modules/unistr/u32-strcpy: New file.
38891         * lib/unistr/u8-strcpy.c: New file.
38892         * lib/unistr/u16-strcpy.c: New file.
38893         * lib/unistr/u32-strcpy.c: New file.
38894         * lib/unistr/u-strcpy.h: New file.
38895
38896         * modules/unistr/u8-strcspn: New file.
38897         * modules/unistr/u16-strcspn: New file.
38898         * modules/unistr/u32-strcspn: New file.
38899         * lib/unistr/u8-strcspn.c: New file.
38900         * lib/unistr/u16-strcspn.c: New file.
38901         * lib/unistr/u32-strcspn.c: New file.
38902         * lib/unistr/u-strcspn.h: New file.
38903
38904         * modules/unistr/u8-strdup: New file.
38905         * modules/unistr/u16-strdup: New file.
38906         * modules/unistr/u32-strdup: New file.
38907         * lib/unistr/u8-strdup.c: New file.
38908         * lib/unistr/u16-strdup.c: New file.
38909         * lib/unistr/u32-strdup.c: New file.
38910         * lib/unistr/u-strdup.h: New file.
38911
38912         * modules/unistr/u8-strlen: New file.
38913         * modules/unistr/u16-strlen: New file.
38914         * modules/unistr/u32-strlen: New file.
38915         * lib/unistr/u8-strlen.c: New file.
38916         * lib/unistr/u16-strlen.c: New file.
38917         * lib/unistr/u32-strlen.c: New file.
38918         * lib/unistr/u-strlen.h: New file.
38919
38920         * modules/unistr/u8-strmblen: New file.
38921         * modules/unistr/u16-strmblen: New file.
38922         * modules/unistr/u32-strmblen: New file.
38923         * lib/unistr/u8-strmblen.c: New file.
38924         * lib/unistr/u16-strmblen.c: New file.
38925         * lib/unistr/u32-strmblen.c: New file.
38926
38927         * modules/unistr/u8-strmbtouc: New file.
38928         * modules/unistr/u16-strmbtouc: New file.
38929         * modules/unistr/u32-strmbtouc: New file.
38930         * lib/unistr/u8-strmbtouc.c: New file.
38931         * lib/unistr/u16-strmbtouc.c: New file.
38932         * lib/unistr/u32-strmbtouc.c: New file.
38933
38934         * modules/unistr/u8-strncat: New file.
38935         * modules/unistr/u16-strncat: New file.
38936         * modules/unistr/u32-strncat: New file.
38937         * lib/unistr/u8-strncat.c: New file.
38938         * lib/unistr/u16-strncat.c: New file.
38939         * lib/unistr/u32-strncat.c: New file.
38940         * lib/unistr/u-strncat.h: New file.
38941
38942         * modules/unistr/u8-strncmp: New file.
38943         * modules/unistr/u16-strncmp: New file.
38944         * modules/unistr/u32-strncmp: New file.
38945         * lib/unistr/u8-strncmp.c: New file.
38946         * lib/unistr/u16-strncmp.c: New file.
38947         * lib/unistr/u32-strncmp.c: New file.
38948
38949         * modules/unistr/u8-strncpy: New file.
38950         * modules/unistr/u16-strncpy: New file.
38951         * modules/unistr/u32-strncpy: New file.
38952         * lib/unistr/u8-strncpy.c: New file.
38953         * lib/unistr/u16-strncpy.c: New file.
38954         * lib/unistr/u32-strncpy.c: New file.
38955         * lib/unistr/u-strncpy.h: New file.
38956
38957         * modules/unistr/u8-strnlen: New file.
38958         * modules/unistr/u16-strnlen: New file.
38959         * modules/unistr/u32-strnlen: New file.
38960         * lib/unistr/u8-strnlen.c: New file.
38961         * lib/unistr/u16-strnlen.c: New file.
38962         * lib/unistr/u32-strnlen.c: New file.
38963         * lib/unistr/u-strnlen.h: New file.
38964
38965         * modules/unistr/u8-strpbrk: New file.
38966         * modules/unistr/u16-strpbrk: New file.
38967         * modules/unistr/u32-strpbrk: New file.
38968         * lib/unistr/u8-strpbrk.c: New file.
38969         * lib/unistr/u16-strpbrk.c: New file.
38970         * lib/unistr/u32-strpbrk.c: New file.
38971         * lib/unistr/u-strpbrk.h: New file.
38972
38973         * modules/unistr/u8-strrchr: New file.
38974         * modules/unistr/u16-strrchr: New file.
38975         * modules/unistr/u32-strrchr: New file.
38976         * lib/unistr/u8-strrchr.c: New file.
38977         * lib/unistr/u16-strrchr.c: New file.
38978         * lib/unistr/u32-strrchr.c: New file.
38979
38980         * modules/unistr/u8-strspn: New file.
38981         * modules/unistr/u16-strspn: New file.
38982         * modules/unistr/u32-strspn: New file.
38983         * lib/unistr/u8-strspn.c: New file.
38984         * lib/unistr/u16-strspn.c: New file.
38985         * lib/unistr/u32-strspn.c: New file.
38986         * lib/unistr/u-strspn.h: New file.
38987
38988         * modules/unistr/u8-strstr: New file.
38989         * modules/unistr/u16-strstr: New file.
38990         * modules/unistr/u32-strstr: New file.
38991         * lib/unistr/u8-strstr.c: New file.
38992         * lib/unistr/u16-strstr.c: New file.
38993         * lib/unistr/u32-strstr.c: New file.
38994         * lib/unistr/u-strstr.h: New file.
38995
38996         * modules/unistr/u8-strtok: New file.
38997         * modules/unistr/u16-strtok: New file.
38998         * modules/unistr/u32-strtok: New file.
38999         * lib/unistr/u8-strtok.c: New file.
39000         * lib/unistr/u16-strtok.c: New file.
39001         * lib/unistr/u32-strtok.c: New file.
39002         * lib/unistr/u-strtok.h: New file.
39003
39004         * modules/unistr/u8-uctomb: New file.
39005         * modules/unistr/u16-uctomb: New file.
39006         * modules/unistr/u32-uctomb: New file.
39007         * lib/unistr/u8-uctomb.c: New file.
39008         * lib/unistr/u16-uctomb.c: New file.
39009         * lib/unistr/u32-uctomb.c: New file.
39010
39011         * MODULES.html.sh (Unicode string functions): Add the new modules.
39012
39013 2007-01-08  Bruno Haible  <bruno@clisp.org>
39014
39015         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
39016         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
39017         subdirectories.
39018
39019 2007-01-08  Karl Berry  <karl@gnu.org>
39020
39021         * doc/error.texi: mention that main() fns must set program_name
39022         when progname is used.
39023
39024 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
39025
39026         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
39027         WCTYPE_H is empty, for the benefit of builds from non-distclean
39028         directories.  Problem reported by Eric Blake in
39029         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
39030
39031 2007-01-08  Bruno Haible  <bruno@clisp.org>
39032
39033         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
39034         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
39035         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
39036         PROVIDE_CANONICALIZE_FILENAME_MODE.
39037         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
39038
39039 2007-01-08  Bruno Haible  <bruno@clisp.org>
39040
39041         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
39042         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
39043         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
39044         * lib/fts.c: Likewise.
39045         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
39046
39047 2006-12-25  Bruno Haible  <bruno@clisp.org>
39048
39049         * modules/utf8-ucs4-safe: New file.
39050         * lib/utf8-ucs4-safe.h: New file.
39051         * lib/unistr/utf8-ucs4-safe.c: New file.
39052
39053         * modules/utf16-ucs4-safe: New file.
39054         * lib/utf16-ucs4-safe.h: New file.
39055         * lib/unistr/utf16-ucs4-safe.c: New file.
39056
39057         * MODULES.html.sh (Unicode string functions): Add the new modules.
39058
39059 2007-01-08  Bruno Haible  <bruno@clisp.org>
39060
39061         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
39062         (Depends-on): Add unitypes.
39063         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
39064         (u8_mbtouc_aux): Move out to separate file.
39065         (u8_mbtouc): Use ucs4_t, uint8_t types.
39066         * lib/unistr/utf8-ucs4.c: New file.
39067
39068         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
39069         (Depends-on): Add unitypes.
39070         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
39071         (u16_mbtouc_aux): Move out to separate file.
39072         (u16_mbtouc): Use ucs4_t, uint16_t types.
39073         * lib/unistr/utf16-ucs4.c: New file.
39074
39075         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
39076         (Depends-on): Add unitypes.
39077         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
39078         (u8_uctomb_aux): Move out to separate file.
39079         (u8_uctomb): Use ucs4_t, uint8_t types.
39080         * lib/unistr/ucs4-utf8.c: New file.
39081
39082         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
39083         (Depends-on): Add unitypes.
39084         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
39085         (u16_uctomb_aux): Move out to separate file.
39086         (u16_uctomb): Use ucs4_t, uint16_t types.
39087         * lib/unistr/ucs4-utf16.c: New file.
39088
39089 2006-12-25  Bruno Haible  <bruno@clisp.org>
39090
39091         * modules/unitypes: New file.
39092         * lib/unitypes.h: New file.
39093         * MODULES.html.sh (func_all_modules): New section "Unicode string
39094         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
39095         this section. Add unitypes.
39096
39097 2007-01-08  Bruno Haible  <bruno@clisp.org>
39098
39099         Avoid variable names that conflict with those from libtool.
39100         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
39101         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
39102         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
39103         library_names_spec to acl_library_names_spec, hardcode_* to
39104         acl_hardcode_*.
39105         Reported by Ralf Wildenhues.
39106
39107 2007-01-08  Bruno Haible  <bruno@clisp.org>
39108
39109         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
39110         definition.
39111         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
39112         definition.
39113         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
39114         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
39115         definition.
39116         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
39117         definition.
39118         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
39119         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
39120         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
39121         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
39122         definition.
39123         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
39124         definition.
39125         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
39126         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
39127         GC_USE_<algorithm>.
39128         * lib/gc-libgcrypt.c: Likewise.
39129         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
39130         * modules/gc-arctwo (configure.ac): Likewise.
39131         * modules/gc-des (configure.ac): Likewise.
39132         * modules/gc-hmac-md5 (configure.ac): Likewise.
39133         * modules/gc-hmac-sha1 (configure.ac): Likewise.
39134         * modules/gc-md2 (configure.ac): Likewise.
39135         * modules/gc-md4 (configure.ac): Likewise.
39136         * modules/gc-md5 (configure.ac): Likewise.
39137         * modules/gc-random (configure.ac): Likewise.
39138         * modules/gc-rijndael (configure.ac): Likewise.
39139         * modules/gc-sha1 (configure.ac): Likewise.
39140
39141 2007-01-08  Bruno Haible  <bruno@clisp.org>
39142
39143         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
39144         macro definition.
39145         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
39146         definition.
39147         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
39148         definition.
39149         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
39150         * modules/fcntl-safer (configure.ac): Likewise.
39151         * modules/fopen-safer (configure.ac): Likewise.
39152         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
39153         GNULIB_FWRITEERROR macro definition.
39154
39155 2007-01-08  Bruno Haible  <bruno@clisp.org>
39156
39157         * m4/gnulib-common.m4: New file.
39158         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
39159         (func_get_filelist): Add m4/gnulib-common.m4.
39160
39161 2007-01-08  Bruno Haible  <bruno@clisp.org>
39162
39163         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
39164         command.
39165
39166 2007-01-08  Jim Meyering  <jim@meyering.net>
39167
39168         Use a more robust test for a "can't happen" condition.
39169         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
39170         narrowed the st_size value.  Presuming the "can't happen" condition
39171         is true, that narrowing could conceivably convert an invalid st_size
39172         value into a valid one.  Instead, use a change based on Matthew
39173         Woehlke's original patch.
39174
39175         Slight readability improvement: use an assert-like macro
39176         in place of literal "abort ()" uses.
39177         * lib/fts.c (fts_assert): Define.
39178         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
39179         Use this macro instead of a bare 'abort'.
39180
39181 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
39182
39183         Don't worry about using IRIX 5.3's wctype.h broken definitions;
39184         simply work around them.
39185         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
39186         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
39187         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
39188         declaring.
39189         Don't bother to define as macros, since the standard doesn't require it.
39190         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
39191         longer worry about IRIX 5.3.
39192         (HAVE_WCTYPE_CTMP_BUG): Remove.
39193
39194 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
39195
39196         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
39197         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
39198         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
39199         Problems reported by Georg Schwarz for IRIX 5.3.
39200
39201         * gnulib-tool (autoconf_minversion): Take the maximum version number
39202         found, not the minimum.  Problem reported by James Youngman.
39203
39204 2007-01-03  Karl Berry  <karl@gnu.org>
39205
39206         * doc/error.texi: new file, explaining interaction with progname.
39207         * doc/gnulib.texi: include it.  Update copyright.
39208
39209 2007-01-03  Simon Josefsson  <simon@josefsson.org>
39210
39211         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
39212         AC_CANONICAL_HOST, to improve autobuild outputs.
39213
39214 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
39215             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39216
39217         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
39218         sockets, server sockets, and other file descriptors.  Count errors
39219         to compute the return value.  Reorder the code a bit to be easier
39220         to follow.  Don't set event bits that were not requested (except
39221         POLLERR and POLLHUP).
39222
39223 2007-01-01  Bruno Haible  <bruno@clisp.org>
39224
39225         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
39226
39227 2007-01-03  Jim Meyering  <jim@meyering.net>
39228
39229         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
39230
39231 2007-01-02  Bruno Haible  <bruno@clisp.org>
39232
39233         * modules/settime (Include): Require timespec.h.
39234         * modules/nanosleep (Include): Likewise.
39235
39236 2007-01-01  Bruno Haible  <bruno@clisp.org>
39237
39238         * gnulib-tool (func_emit_copyright_notice): Bump year.
39239         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
39240
39241 2007-01-01  Bruno Haible  <bruno@clisp.org>
39242
39243         Improve support for OpenBSD.
39244         * build-aux/config.rpath (libname_spec): Export.
39245         (library_names_spec): New variable. Export.
39246         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
39247         library_names_spec from the config.rpath output. Locate shared library
39248         through the name pattern in library_names_spec.
39249
39250 2007-01-01  Eric Blake  <ebb9@byu.net>
39251
39252         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
39253
39254 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
39255
39256         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
39257         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
39258         assume the C locale, and avoid an "eval" that could cause trouble.
39259         Problem with SORT reported by Bob Proulx.
39260
39261         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
39262         Define.  Trivial patch from Henning Nielsen Lund, originally
39263         sent to bug-grep@gnu.org today.
39264
39265 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
39266
39267         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
39268         struct stat.  Problem reported by Henning Nielsen Lund.
39269         * lib/acl.c: Include acl.h first, to check interface.  Don't
39270         bother to include sys/types.h and sys/stat.h again.
39271
39272 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
39273
39274         Import the following change from libc; problem reported by
39275         Sven Verdoolaege.
39276
39277         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
39278
39279         [BZ #1373]
39280         * lib/argp.h: Remove __NTH for __argp_usage inline function.
39281
39282 2006-12-28  Jim Meyering  <jim@meyering.net>
39283
39284         * build-aux/announce-gen: Do not assume that the package
39285         builds any of tar.gz, tar.bz2, and .xdelta files.
39286         Suggestion from Simon Josefsson.
39287
39288 2006-12-28  Simon Josefsson  <simon@josefsson.org>
39289
39290         * modules/announce-gen: New file.
39291
39292 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
39293
39294         * lib/mbchar.h: Just include <wctype.h>; the wctype module
39295         handles its gotchas now.
39296         * lib/mbswidth.c: Likewise.
39297         * lib/wcwidth.h: Likewise.
39298         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
39299         and iswcntrl; the wctype module does this stuff now.
39300         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39301         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39302         * modules/mbchar (Depends-on): Add wctype.
39303         * modules/mbswidth (Depends-on): Likewise.
39304         * modules/wcwidth (Depends-on): Likewise.
39305
39306 2006-12-27  Eric Blake  <ebb9@byu.net>
39307
39308         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
39309         module uses more than what <wctype.h> is required to provide.
39310
39311 2006-12-26  Eric Blake  <ebb9@byu.net>
39312
39313         * gnulib-tool (sed_extract_prog): Avoid space-tab.
39314
39315 2006-12-26  Eric Blake  <ebb9@byu.net>
39316
39317         * modules/absolute-header: New module.
39318         * modules/fcntl (Depends-on): Depend on it.
39319         * modules/inttypes (Depends-on): Likewise.
39320         * modules/stdint (Depends-on): Likewise.
39321         * modules/sys_stat (Depends-on): Likewise.
39322         * modules/wctype (Depends-on): Likewise.
39323         * MODULES.html.sh (Support for building libraries and
39324         executables): Document it.
39325
39326 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
39327
39328         * gnulib-tool (SED): Remove, undoing previous change.
39329         The problem was that it broke coreutils on Solaris, because
39330         "sed --posix" leaked into a makefile.
39331         (sed): New alias, if 'alias' and GNU sed.
39332
39333 2006-12-24  Jim Meyering  <jim@meyering.net>
39334
39335         Work around an fchownat bug in glibc-2.4:
39336         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
39337         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
39338         in spite of the -P option.
39339         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
39340         New macros.
39341         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
39342         * modules/openat (Files): Add lib/fchownat.c.
39343         * lib/openat.c (fchownat): Don't define here.  Move to...
39344         * lib/fchownat.c: ...this new file.
39345
39346 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
39347
39348         Fix bug reported by Bruno Haible in
39349         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
39350         where quotearg.c didn't compile on Mac OS X 10.2 because it
39351         lacks <wchar.h> and wint_t.
39352         * lib/wctype_.h (__wctype_wint_t): New type.
39353         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
39354         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
39355         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
39356         Arg is now of type __wctype_wint_t, not wint_t.
39357         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
39358         substitute HAVE_WINT_T.
39359         * modules/wctype (Files): Add m4/wint_t.m4.
39360         (wctype.h): Substitute HAVE_WINT_T.
39361
39362 2006-12-23  Bruno Haible  <bruno@clisp.org>
39363
39364         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
39365
39366 2006-12-23  Bruno Haible  <bruno@clisp.org>
39367
39368         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
39369         S_ISLNK.
39370         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
39371         mingw.
39372
39373 2006-12-22  Bruno Haible  <bruno@clisp.org>
39374
39375         * lib/copy-file.c: Include acl.h.
39376         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
39377         Close the file descriptors only after being done with copy_acl.
39378         * modules/copy-file (Depends-on): Add acl.
39379
39380 2006-12-22  Bruno Haible  <bruno@clisp.org>
39381
39382         * gnulib-tool (SED): New variable.
39383         Use $SED instead of sed everywhere.
39384
39385 2006-12-22  Bruno Haible  <bruno@clisp.org>
39386
39387         * modules/no-c++: New file.
39388         * m4/no-c++.m4: New file.
39389         * MODULES.html.sh (Support for building libraries and executables):
39390         Add no-c++.
39391
39392 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
39393
39394         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39395         Include <limits.h>, and use its INT_MAX to rewrite the
39396         j loop so that it does not overflow 'int'.  Problem reported by
39397         Ralf Wildenhues in
39398         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
39399         Play it safe by shifting left by 1 rather than multiplying by 2,
39400         as GCC is less likely to optimize this away when the value
39401         is signed (when it assumes overflow leads to undefined behavior).
39402         Also, don't assume time_t uses two's complement.
39403
39404 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
39405
39406         * MODULES.html.sh: New module wctype.
39407         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
39408         * lib/fnmatch.c: Don't bother to include <wchar.h> before
39409         <wctype.h>, since the new wctype module should fix this.
39410         * lib/quotearg.c: Include <wctype.h> unconditionally, since
39411         the wctype module should arrange for it.
39412         * lib/regex_internal.h: Likewise.
39413         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
39414         since the wctype module should handle this now.
39415         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
39416         * modules/fnmatch (Depends-on): Add wctype.
39417         * modules/quotearg (Depends-on): Likewise.
39418         * modules/regex (Depends-on): Likewise.
39419
39420 2006-12-19  Bruno Haible  <bruno@clisp.org>
39421
39422         * lib/strdup.h [C++]: Wrap definitions in extern "C".
39423         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
39424
39425 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39426
39427         * modules/savewd (Depends-on): Fix dependency on fcntl.
39428
39429 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
39430
39431         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
39432         conforms to C99, rather than relying on the user's environment
39433         setting of STDINT_H.
39434
39435 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
39436         and Eric Blake  <ebb9@byu.net>
39437
39438         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
39439         This is more consistent with the other defines here.
39440         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
39441         Port to z/OS.  Problem reported by Paul Gilmartin.
39442         Change local vars to use gl_ prefix rather than ac_.
39443         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
39444         with other defines.
39445         * modules/double-slash-root: New module.
39446         * modules/dirname (Files): Remove m4/double-slash-root.m4.
39447         (Depends-on): Add double-slash-root.
39448         * MODULES.html.sh (File system functions): Mention new module.
39449
39450 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
39451
39452         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
39453         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
39454         This is for the benefit of gzip, which doesn't do i18n.
39455
39456 2006-12-12  Jim Meyering  <jim@meyering.net>
39457
39458         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
39459         Reported by Andreas Schwab <schwab@suse.de>.
39460
39461 2006-12-12  Bruno Haible  <bruno@clisp.org>
39462
39463         Merge these changes.
39464         2006-09-05  Bruno Haible  <bruno@clisp.org>
39465         * lib/iconvme.c (iconv_string): No need to save and restore errno when
39466         iconv_alloc succeeded.
39467         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
39468         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
39469         test for " && dest " at the end - dest is always != NULL there. Call
39470         iconv with 4xNULL arguments initially, to reset the state. Call iconv
39471         with 2xNULL arguments, also to flush the state storage. Handle the
39472         IRIX iconv behaviour. Realloc the final result, to throw away unused
39473         memory.
39474
39475 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
39476
39477         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
39478         and fchmodat unconditionally, since glibc 2.4 has them.
39479         Problem reported by Arkadiusz Miskiewicz.
39480
39481 2006-12-10  Bruno Haible  <bruno@clisp.org>
39482
39483         * gnulib-tool (func_import): Show the include files only for those
39484         modules that are copied and specified.
39485         Reported by Karl Berry.
39486
39487 2006-12-08  Jim Meyering  <jim@meyering.net>
39488
39489         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
39490         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
39491
39492         * build-aux/announce-gen: Add two new options, both optional:
39493         --bootstrap-tools=TOOL_LIST
39494               a comma-separated list of tools, e.g.,
39495               autoconf,automake,bison,gnulib
39496         --gnulib-snapshot-date=DATE
39497               if gnulib is in the bootstrap tool list,
39498               then report this as the snapshot date.
39499               If not specified, use the current date/time.
39500               If you specify a date here, be sure it's UTC.
39501
39502 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39503
39504         * tests/test-argp-2.sh: Fix test to match actual output.
39505         (func_compare): Fix sed script to be portable.
39506
39507 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
39508
39509         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
39510         workaround for this case.  It is not autoconfigured now; offhand
39511         it's hard to see how to autoconfigure it.
39512
39513 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
39514
39515         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
39516         a directory that is about to be chowned.  Such a directory's
39517         initial file permissions should permit the owner only and this
39518         should not be changed until after the chown, since the group and
39519         other bits would be incorrect if they granted permission before
39520         the chown.
39521
39522         Fix porting problem for iswctype reported by Georg Schwarz in:
39523         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
39524         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
39525         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
39526         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
39527         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
39528
39529 2006-12-03  Jim Meyering  <jim@meyering.net>
39530
39531         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
39532         p->fts_statp may not yet be defined.
39533         (fts_read): Instead, set it in the caller, once p->fts_statp is
39534         sure to be defined, and corresponds to a top-level directory.
39535         This bug made du -x fail.  Here's the coreutils test case:
39536         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
39537         Reported by Mike Frysinger.
39538
39539 2006-12-01  Jim Meyering  <jim@meyering.net>
39540
39541         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
39542         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
39543         Reported by Simon Josefsson.
39544
39545 2006-11-30  Jim Meyering  <jim@meyering.net>
39546
39547         * m4/warning.m4: Use the all-permissive copyright notice
39548         recommended by RMS (rather than LGPL).
39549         * m4/vararrays.m4: Likewise.
39550         * m4/flexmember.m4: Likewise.
39551
39552 2006-11-29  Bruno Haible  <bruno@clisp.org>
39553
39554         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39555         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
39556         using +=.
39557         Reported by Simon Josefsson <simon@josefsson.org>.
39558
39559 2006-11-28  James Youngman <jay@gnu.org>
39560
39561         * README: Advise users that they might find the bug-gnulib@gnu.org
39562         and autotools-announce@gnu.org mailing lists useful.
39563
39564 2006-11-28  Bruno Haible  <bruno@clisp.org>
39565
39566         * m4/ptrdiff_max.m4: Remove file.
39567
39568 2006-11-21  Bruno Haible  <bruno@clisp.org>
39569
39570         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
39571         _AC_COMPUTE_INT.
39572         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39573         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
39574         _AC_COMPUTE_INT.
39575         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39576         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
39577         _AC_COMPUTE_INT.
39578         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39579
39580 2006-11-28  Jim Meyering  <jim@meyering.net>
39581
39582         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
39583         warning from "gcc -Wshadow" about shadowing the builtin.
39584
39585 2006-11-27  Bruno Haible  <bruno@clisp.org>
39586
39587         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
39588         _AC_COMPUTE_INT.
39589         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
39590
39591 2006-11-27  Bruno Haible  <bruno@clisp.org>
39592             Paul Eggert  <eggert@cs.ucla.edu>
39593
39594         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
39595
39596 2006-11-26  Bruno Haible  <bruno@clisp.org>
39597
39598         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39599         noinst_LTLIBRARIES.
39600
39601 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
39602             Bruno Haible  <bruno@clisp.org>
39603
39604         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
39605         if compiling with "gcc -ansi".
39606
39607 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
39608
39609         Fix some incompatibilities with gcc -ansi -pedantic.
39610         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
39611         if compiling pedantically with GCC, unless it's C99 or later.
39612         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
39613         it mishandles gcc -ansi -pedantic as well.
39614         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
39615         if gcc -pedantic.
39616         * lib/regexec.c (check_node_accept_bytes): Don't use auto
39617         initializers for struct if -pedantic, unless it's C99 or later.
39618
39619 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
39620
39621         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
39622         Don't close an fd more than once. Identical atimes indicate
39623         success, not failure.
39624
39625 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
39626
39627         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
39628
39629 2006-11-23  Jim Meyering  <jim@meyering.net>
39630
39631         * build-aux/announce-gen: New file.  From coreutils.
39632
39633 2006-11-22  Jim Meyering  <jim@meyering.net>
39634
39635         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
39636         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
39637         (fts_read): Use a temporary to narrow the overused st_size member
39638         before using it in a switch statement.  Reported by Matthew Woehlke.
39639
39640         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
39641         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
39642
39643 2006-11-20  Bruno Haible  <bruno@clisp.org>
39644
39645         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
39646         changequote instead of pairs of brackets.
39647         Reported by Andreas Schwab <schwab@suse.de>.
39648
39649 2006-11-21  Jim Meyering  <jim@meyering.net>
39650
39651         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
39652         so as to remain compatible with older compilers.
39653         Patch from Michael Deutschmann.
39654
39655 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39656
39657         * MODULES.html.sh (File system functions): Add openat.
39658
39659         * lib/openat.h (rpl_fstatat): New macro, if
39660         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
39661         (fstatat): Define to rpl_fstatat under the same conditions,
39662         unless COMPILING_FSTATAT.
39663         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
39664         seems to have the bug.
39665         * lib/fstatat.c: New file.
39666         * modules/openat (Files): Add it.
39667
39668 2006-11-20  Bruno Haible  <bruno@clisp.org>
39669
39670         * Makefile: New file.
39671
39672 2006-11-20  Jim Meyering  <jim@meyering.net>
39673
39674         The beginnings of syntax-related checks for gnulib.
39675         * lib/Makefile: New file.
39676         * lib/t-idcache: New script.  Ensure that the two halves of
39677         idcache.c stay in sync.
39678
39679         * lib/idcache.c: Adjust comments in user- and group- portions to
39680         be more accurate, and to be consistent with one another.
39681
39682 2006-11-20  Jim Meyering  <jim@meyering.net>
39683
39684         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
39685         continue using the flexible array member (thus, this module performs
39686         half as many malloc calls), with the addition that...
39687         (getgroup, getuser): Consistently record a non-match via an empty
39688         "name" string, and map an empty string match to a NULL return value.
39689         * modules/idcache (Depends-on): Re-add flexmember.
39690
39691         * lib/idcache.c (getuser): Remove all uses of the register keyword.
39692         (getuidbyname, getgroup, getgidbyname): Likewise.
39693
39694         Use cleaner syntax: NULL rather than 0.
39695         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
39696
39697 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39698
39699         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
39700         It mishandled the case where the group was missing.
39701         Problem reported by Greg Schafer.
39702         * modules/idcache: Likewise.
39703
39704 2006-11-18  Jim Meyering  <jim@meyering.net>
39705
39706         * check-module (%exempt_header): Add exception for some
39707         conditionally-included headers.
39708
39709         * modules/i-ring (Depends-on): Add verify.
39710         (License): Change to LGPL.
39711
39712 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39713
39714         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
39715         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
39716         and inttostr.h.  Use snprintf rather than uinttostr, so that
39717         LGPLed code doesn't depend on GPLed.
39718
39719 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39720
39721         * modules/inline (License): Change from GPL to LGPL.
39722
39723 2006-11-17  Jim Meyering  <jim@meyering.net>
39724
39725         * modules/d-type (License): Switch to LGPL.
39726
39727 2006-11-15  Bruno Haible  <bruno@clisp.org>
39728
39729         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
39730
39731 2006-11-15  Eric Blake  <ebb9@byu.net>
39732
39733         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
39734         the module dependency.
39735
39736 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39737             Bruno Haible  <bruno@clisp.org>
39738
39739         * gnulib-tool (func_create_testdir): Add license consistency check.
39740
39741 2006-11-15  Eric Blake  <ebb9@byu.net>
39742
39743         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
39744         random "(cached)" in configure output.
39745
39746 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39747
39748         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
39749         test for conforming inttypes.h is both announced and cached.
39750
39751         * MODULES.html.sh (seen_modules, seen_files): New variables.
39752         (func_module): Rewrite to use a few less gnulib-tool and sed
39753         invocations.  Avoid a couple of quadratic algorithms for ...
39754         (missed_modules, missed_files): ... these, with ...
39755         (func_append, func_tmpdir): ... these new functions, from
39756         gnulib-tool.  Analogously, install traps for cleanup.
39757
39758         * tests/test-gc.c (main): Remove unused variables.
39759         * tests/test-read-file.c: Include stdlib.h, for 'free'.
39760
39761 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
39762
39763         * modules/inttostr (License): Change to LGPL.
39764
39765 2006-11-14  Eric Blake  <ebb9@byu.net>
39766
39767         * modules/tempname (License): Change to LGPL.
39768
39769 2006-11-14  Eric Blake  <ebb9@byu.net>
39770
39771         * doc/functions.texi (Function Portability): *printf functions on
39772         Cygwin now understand all POSIX size specifiers.
39773
39774 2006-11-14  Bruno Haible  <bruno@clisp.org>
39775
39776         * modules/c-ctype (License): Change to LGPL.
39777
39778 2006-11-12  Bruno Haible  <bruno@clisp.org>
39779
39780         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
39781         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
39782         for GNOME libraries, for which the include files are installed in
39783         subdirectories of $prefix/include.
39784
39785 2006-11-12  Bruno Haible  <bruno@clisp.org>
39786
39787         * m4/lib-link.m4: Require at least autoconf-2.54.
39788         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
39789         name to underscores for the --with option.
39790
39791 2006-11-13  Bruno Haible  <bruno@clisp.org>
39792
39793         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
39794         the tests directory.
39795         Reported by Ralf Wildenhues.
39796
39797 2006-11-13  Bruno Haible  <bruno@clisp.org>
39798
39799         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
39800         (func_emit_initmacro_end): Undo the override here.
39801         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
39802         Works around the famous automake error in coreutils.
39803
39804 2006-11-13  Eric Blake  <ebb9@byu.net>
39805
39806         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
39807         element, not its node.
39808
39809 2006-11-12  Bruno Haible  <bruno@clisp.org>
39810
39811         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
39812         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
39813
39814 2006-11-12  Bruno Haible  <bruno@clisp.org>
39815
39816         * gnulib-tool: New option --local-symlink.
39817         (func_usage): Document it.
39818         (lsymbolic): New variable.
39819         (func_import, func_create_testdir): If --symlink was not specified,
39820         test whether --local-symlink was specified and the file comes from
39821         the local_gnulib_dir.
39822
39823 2006-11-12  Bruno Haible  <bruno@clisp.org>
39824
39825         * gnulib-tool (func_ln): New function.
39826         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
39827
39828 2006-11-12  Bruno Haible  <bruno@clisp.org>
39829
39830         Finish support for source files in subdirectories.
39831         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
39832         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
39833         AUTOMAKE_OPTIONS.
39834         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
39835
39836 2006-11-12  Bruno Haible  <bruno@clisp.org>
39837
39838         * gnulib-tool (func_get_automake_snippet): Synthesize also an
39839         EXTRA_lib_SOURCES augmentation.
39840         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
39841
39842 2006-11-12  Jim Meyering  <jim@meyering.net>
39843
39844         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
39845         file descriptors.  This also averts a failure on systems with
39846         native openat support when a traversed directory lacks "x" access.
39847         * lib/fts_.h: Include "i-ring.h"
39848         (struct FTS) [fts_fd_ring]: New member.
39849         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
39850         (FCHDIR): Add parentheses.
39851         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
39852         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
39853         When descending, rather than simply closing the previous
39854         fts_cwd_fd value, push that file descriptor onto the ring.
39855         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
39856         (fts_open): Initialize the new fd_ring member.
39857         (fts_close): Clear the ring.
39858         (fts_safe_changedir): When possible, use our new fd_ring to skip
39859         the diropen and fstat and dev/ino comparison that would normally
39860         accompany a virtual `chdir ("..")'.
39861
39862         * modules/fts (Depends-on): Add i-ring.
39863         * modules/i-ring: New module.
39864         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
39865         * m4/i-ring.m4: New file.
39866
39867 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39868
39869         * gnulib-tool (func_create_testdir): Fix replacement of
39870         `build-aux' in configure.ac.  Run autotools in gltests
39871         subdirectory.
39872         (func_create_testdir, func_create_megatestdir, test): There is
39873         no need for '--force' in most autotool invocations in a new
39874         tree.  Actually fail the whole test if any of the tools, or the
39875         configure or make stages fail.
39876
39877         Sync from Automake.
39878         * build-aux/gnupload: Revert last change.  Add pointer to upload
39879         instructions of the GNU Maintenance Instructions.
39880         Suggestion by Karl Berry.
39881
39882 2006-11-10  Jim Meyering  <jim@meyering.net>
39883
39884         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
39885
39886 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39887
39888         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
39889         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
39890         (bind_textdomain_codeset) [! ENABLE_NLS]:
39891         Evaluate all the arguments.  That way, callers get compatible behavior
39892         if the arguments have side effects.  Also, it avoids some GCC
39893         diagnostics in some cases; Joel E. Denny reported problems when Bison
39894         was configured with --enable-gcc-warnigs.
39895
39896 2006-11-10  Jim Meyering  <jim@meyering.net>
39897
39898         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
39899         relevant options in CFLAGS (like -O, -fno-inline) are taken into
39900         account.
39901
39902 2006-11-10  Jim Meyering  <jim@meyering.net>
39903
39904         * modules/inline: New file/module.
39905         * modules/xalloc (Files): Remove m4/inline.m4.
39906         (Depends-on): Add inline, instead.
39907         * modules/oset: Likewise.
39908         * modules/list: Likewise.
39909
39910 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39911
39912         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
39913         Problem reported by Matthew Woehlke.
39914
39915 2006-11-09  Bruno Haible  <bruno@clisp.org>
39916
39917         * lib/tempname.c (gen_tempname): Remove variant that invokes
39918         __gen_tempname.
39919         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
39920         __gen_tempname.
39921
39922 2006-11-08  Bruno Haible  <bruno@clisp.org>
39923
39924         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
39925         to 'yes' instead of 'cross-compiling'.
39926
39927 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
39928
39929         * lib/quotearg.h (quotearg_free): New decl.
39930         * lib/quotearg.c (quotearg_free): New function.
39931         (slot0, nslots, slotvec0, slotvec):
39932         Now file-scope so that quotearg_free can get at them.
39933
39934 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39935
39936         Sync from Automake.
39937         * build-aux/gnupload: Add missing 'gnu' to example URL.
39938         Report by Karl Berry.
39939
39940 2006-11-08  Bruno Haible  <bruno@clisp.org>
39941
39942         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
39943         Suggested by Paul Eggert.
39944
39945 2006-11-08  Jim Meyering  <jim@meyering.net>
39946
39947         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
39948         It's already included if !_LIBC.
39949         (fts_safe_changedir): Add a comment.
39950
39951 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39952
39953         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
39954         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
39955         Matthew Woehlke.
39956
39957         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
39958         definitions up, to avoid colliding with change below.
39959         (static_inline) [HAVE_INLINE]: New macro.
39960         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
39961         Provide extern decls when !HAVE_INLINE.  Do not define unless
39962         static_inline is defined, either by us or by xmalloc.c.  Use
39963         static_inline rather than static inline.
39964         (XCALLOC): Optimize sizeof(T) = 1 case.
39965         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
39966
39967 2006-11-07  Bruno Haible  <bruno@clisp.org>
39968
39969         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
39970         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
39971         AC_C_INLINE.
39972         * modules/xalloc (Files): Add m4/inline.m4.
39973
39974 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39975
39976         * README: Fix typo.
39977         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
39978         (Miscellanous Notes): ...from this.
39979
39980 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39981
39982         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
39983         Mention that offsetof should be used instead of sizeof.
39984         From Bruno Haible.
39985
39986 2006-11-07  Bruno Haible  <bruno@clisp.org>
39987
39988         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
39989
39990 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39991
39992         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39993         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
39994         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39995         (gl_tree_add_before, gl_tree_add_after):
39996         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
39997         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
39998         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
39999         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
40000         (gl_linked_add_after, gl_linked_add_at): Likewise.
40001         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
40002         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
40003         (gl_tree_add_before, gl_tree_add_after): Likewise.
40004         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
40005         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
40006         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
40007
40008 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40009
40010         * lib/gl_oset.h: Use C comment style, not C++ comment style.
40011
40012 2006-11-06  Bruno Haible  <bruno@clisp.org>
40013
40014         * m4/inline.m4: New file.
40015         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
40016         * modules/list (Files): Add m4/inline.m4.
40017         * modules/oset (Files): Likewise.
40018
40019 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
40020
40021         * lib/idcache.c: Include <stddef.h>, for offsetof.
40022         (struct userid.name): Change from char * to a flexible array member.
40023         All uses changed.
40024         * modules/idcache (Depends-on): Add flexmember.
40025
40026         * MODULES.html.sh (Core language properties): New module flexmember.
40027         * modules/flexmember, m4/flexmember.m4: New files.
40028
40029         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
40030         inline functions that are identical with the old xnmalloc_inline,
40031         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
40032         that we can avoid some unnecessary integer multiplications and
40033         divisions in the common case where the element size is known at
40034         compile time.
40035         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
40036         needed.
40037         (xnboundedmalloc): Remove.
40038         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
40039         arguments, for consistency with rest of this header.
40040         (xcharalloc): Rewrite using XNMALLOC.
40041         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
40042         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
40043         versions have been moved to lib/xalloc.h and renamed to be the
40044         non-*_inline versions.
40045         (xmalloc, xrealloc): Implement without reference to the xnmalloc
40046         and xnrealloc functions, since those functions are now inline and
40047         now call us.
40048         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
40049         renaming described above.
40050         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
40051         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
40052         captures the dependency in AC_C_INLINE.
40053
40054         New module canonicalize-lgpl, proposed by Charles Wilson in
40055         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
40056         with a few small changes afterwards.
40057         * MODULES.html.sh (File system functions): New module
40058         canonicalize-lgpl.
40059         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
40060         and canonicalize_file_name.
40061         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
40062         * modules/canonicalize-lgpl: New files.
40063
40064 2006-11-05  Bruno Haible  <bruno@clisp.org>
40065
40066         * gnulib-tool (func_import, func_create_testdir): Create directories
40067         also for files in subdirectories of lib/.
40068
40069 2006-11-05  Bruno Haible  <bruno@clisp.org>
40070
40071         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
40072         ANSI C compliant.
40073
40074 2006-11-03  Bruno Haible  <bruno@clisp.org>
40075
40076         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
40077         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
40078         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
40079         (xnboundedmalloc): New inline function.
40080         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
40081         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
40082         xmalloc.
40083         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
40084         xmalloc.
40085         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
40086         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
40087         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
40088         xmalloc.
40089         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
40090         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
40091         xmalloc.
40092         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
40093         gl_tree_add_after): Use XMALLOC instead of xmalloc.
40094         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
40095         xmalloc.
40096         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
40097         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
40098         gl_tree_add_after): Use XMALLOC instead of xmalloc.
40099         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
40100         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
40101         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
40102         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
40103
40104 2006-11-03  Bruno Haible  <bruno@clisp.org>
40105
40106         * lib/c-ctype.h [C++]: Define functions without name mangling.
40107         * lib/fwriteerror.h [C++]: Likewise.
40108         * lib/gcd.h [C++]: Likewise.
40109         * lib/linebreak.h [C++]: Likewise.
40110
40111 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
40112
40113         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
40114         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
40115         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
40116         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40117         Check for functions and headers just once.
40118         Check for declaration of canonicalize_file_name.
40119         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
40120
40121 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
40122
40123         * gnulib-tool (func_import): Fix typo in actioncmd.
40124
40125 2006-11-02  Bruno Haible  <bruno@clisp.org>
40126
40127         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
40128         newline sequence in the Makefile.am snippet as a space, like "make"
40129         does.
40130         Reported by Roger Persson <perrog@gmail.com>.
40131
40132 2006-11-01  Bruno Haible  <bruno@clisp.org>
40133
40134         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
40135         already declared in <string.h>.
40136         * lib/strcase.h (strncasecmp): Don't declare it if yes.
40137
40138 2006-11-01  Bruno Haible  <bruno@clisp.org>
40139
40140         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
40141         * lib/strcase.h: Include <string.h>.
40142         (strcasecmp): Define to rpl_strcasecmp here.
40143
40144 2006-11-01  Bruno Haible  <bruno@clisp.org>
40145
40146         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
40147
40148 2006-11-01  Eric Blake  <ebb9@byu.net>
40149
40150         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
40151
40152         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
40153
40154 2006-10-29  Bruno Haible  <bruno@clisp.org>
40155
40156         Make it compile in C++ mode.
40157         * lib/full-write.c (full_rw): Add a cast.
40158
40159 2006-11-01  Bruno Haible  <bruno@clisp.org>
40160
40161         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
40162         be POSIX compliant.
40163         Reported by Roger Persson <perrog@gmail.com>.
40164
40165 2006-11-01  Eric Blake  <ebb9@byu.net>
40166
40167         * lib/getopt_.h: Fix comments.
40168
40169 2006-10-31  Eric Blake  <ebb9@byu.net>
40170
40171         * modules/tmpdir (Depends-on): Add sys_stat.
40172         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
40173         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
40174         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
40175         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
40176         tempname.
40177
40178 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
40179
40180         Avoid some C++ diagnostics reported by Bruno Haible.
40181         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
40182         xmalloc.
40183         (quotearg_alloc): Use xcharalloc rather than xmalloc.
40184         (struct slotvec): Move to top level.
40185         (quotearg_n_options): Rewrite to avoid xmalloc.
40186         * lib/xalloc.h (xcharalloc): New function.
40187         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
40188         [defined __cplusplus]: Add function template that provides result
40189         type propagation.  This part of the change is from Bruno Haible.
40190
40191 2006-10-29  Bruno Haible  <bruno@clisp.org>
40192
40193         Make it compile in C++ mode.
40194         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
40195         * lib/strnlen1.c (strnlen1): Cast memchr result.
40196         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
40197         * lib/clean-temp.c (string_equals, string_hash): Add casts.
40198         (create_temp_dir): Rename local variable 'template'.
40199         (compile_csharp_using_sscli): Add cast.
40200         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
40201         * lib/findprog.c (find_in_path): Likewise.
40202         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
40203         * lib/wait-process.c (register_slave_subprocess): Likewise.
40204
40205 2006-10-22  Bruno Haible  <bruno@clisp.org>
40206
40207         * modules/tsearch: New file.
40208         * lib/tsearch.h: New file.
40209         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
40210         * m4/tsearch.m4: New file.
40211         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
40212
40213 2006-10-29  Eric Blake  <ebb9@byu.net>
40214
40215         * lib/arcfour.c: Assume config.h.
40216         * lib/arctwo.c: Likewise.
40217         * lib/base64.c: Likewise.
40218         * lib/check-version.c: Likewise.
40219         * lib/crc.c: Likewise.
40220         * lib/des.c: Likewise.
40221         * lib/gc-gnulib.c: Likewise.
40222         * lib/gc-libgcrypt.c: Likewise.
40223         * lib/gc-pbkdf2-sha1.c: Likewise.
40224         * lib/getaddrinfo.c: Likewise.
40225         * lib/getdelim.c: Likewise.
40226         * lib/getline.c: Likewise.
40227         * lib/hmac-md5.c: Likewise.
40228         * lib/hmac-sha1.c: Likewise.
40229         * lib/iconvme.c: Likewise.
40230         * lib/md2.c: Likewise.
40231         * lib/md4.c: Likewise.
40232         * lib/memxor.c: Likewise.
40233         * lib/read-file.c: Likewise.
40234         * lib/readline.c: Likewise.
40235         * lib/rijndael-alg-fst.c: Likewise.
40236         * lib/rijndael-api-fst.c: Likewise.
40237         * lib/xgetdomainname.c: Likewise.
40238
40239 2006-10-28  Eric Blake  <ebb9@byu.net>
40240
40241         * lib/xstrndup.c: Assume config.h.
40242
40243 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
40244
40245         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
40246         stat-macros.h is now for our own macros, whereas stat_h is for
40247         macros in the <sys/stat.h> name space.
40248         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
40249         (STAT_MACROS_H): Remove.
40250         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
40251         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
40252         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
40253         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
40254         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
40255         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
40256         Move these macros to ...
40257         * lib/stat_.h: here.  Don't include stat-macros.h.
40258         * lib/canonicalize.c: Don't include stat-macros.h.
40259         * lib/chown.c: Likewise.
40260         * lib/euidaccess.c: Likewise.
40261         * lib/file-type.c: Likewise.
40262         * lib/filemode.c: Likewise.
40263         * lib/glob.c: Likewise.
40264         * lib/isapipe.c: Likewise.
40265         * lib/lchown.c: Likewise.
40266         * lib/lstat.c: Likewise.
40267         * lib/mkdir-p.c: Likewise.
40268         * lib/rmdir.c: Likewise.
40269         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
40270         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
40271         unless mkdir isn't declared, to speed up 'configure'.
40272         Always create sys/stat.h, since it's unlikely any real sys/stat.h
40273         would define all the S_* symbols.
40274         * modules/canonicalize (Depends-on):
40275         Depend on sys_stat, not stat-macros.
40276         * modules/chown: Likewise.
40277         * modules/euidaccess: Likewise.
40278         * modules/filemode: Likewise.
40279         * modules/file-type: Likewise.
40280         * modules/glob: Likewise.
40281         * modules/isapipe: Likewise.
40282         * modules/lchown: Likewise.
40283         * modules/lstat: Likewise.
40284         * modules/mkancesdirs: Likewise.
40285         * modules/rmdir: Likewise.
40286         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
40287         * modules/modechange: Likewise.
40288         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
40289         (configure.ac): Remove gl_STAT_MACROS.
40290         * modules/sys_stat (Depends-on): Remove stat-macros.
40291
40292 2006-10-27  Bruno Haible  <bruno@clisp.org>
40293
40294         * m4/signed.m4: Remove file.
40295         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
40296         invocation.
40297         * modules/vasnprintf (Files): Remove m4/signed.m4.
40298
40299 2006-10-27  Bruno Haible  <bruno@clisp.org>
40300
40301         Update to GNU gettext 0.16.
40302         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
40303         m4/inttypes-h.m4, m4/signed.m4.
40304         * m4/gettext.m4: Update to GNU gettext 0.16.
40305         * m4/intl.m4: New file, from GNU gettext.
40306         * m4/intldir.m4: New file, from GNU gettext.
40307         * config/srclist.txt: Update
40308
40309 2006-10-27  Eric Blake  <ebb9@byu.net>
40310
40311         * MODULES.html.sh: Document tempname.
40312         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
40313         dependencies.
40314         (Files): Move lib/tempname.c...
40315         * modules/tempname: ...to this new module.
40316         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
40317         (gl_PREREQ_TEMPNAME): Move...
40318         * m4/tempname.m4: ...to this new file.
40319         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
40320         * modules/sys_stat (Depends-on): Add stat-macros.
40321         * lib/stat_.h (includes): Pick up stat macros.
40322         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
40323         if stat macros are broken.
40324         * lib/tempname.c (includes): No need to include "stat-macros.h".
40325         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
40326         (direxists, __path_search) [!_LIBC]: Don't compile these in
40327         gnulib; the tmpdir module covers that.
40328         * lib/tempname.h: New file.
40329
40330 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
40331
40332         * COPYING: Explain how gnulib-tool converts licence headers.
40333         Almost all wording by Eric Blake.
40334
40335 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
40336
40337         * lib/mbchar.h (is_basic_table): Make read-only.
40338         * lib/mbchar.c (is_basic_table): Likewise.
40339         Reported by John Darrington.
40340
40341 2006-10-25  Bruno Haible  <bruno@clisp.org>
40342
40343         * lib/progname.h (set_program_name): Undefine before defining.
40344
40345 2006-10-25  Bruno Haible  <bruno@clisp.org>
40346
40347         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
40348         false for non-gcc C++ compilers.
40349         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
40350
40351 2006-10-24  Bruno Haible  <bruno@clisp.org>
40352
40353         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
40354         iconv implementations like Irix iconv.
40355
40356 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
40357
40358         * modules/vararrays: New file.
40359         * m4/vararrays.m4: New file, taken from diffutils.
40360         * MODULES.html.sh: New module vararrays.
40361
40362 2006-10-24  Karl Berry  <karl@gnu.org>
40363
40364         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
40365         Don't call GNU Unix.
40366
40367 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40368
40369         * users.txt: Add Libtool.
40370
40371         Sync from Libtool:
40372
40373         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
40374
40375         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
40376         to gnulib's policy of including config.h unconditionally.
40377
40378 2006-10-24  Bruno Haible  <bruno@clisp.org>
40379
40380         * modules/wcwidth (Files): Add m4/wint_t.m4.
40381         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
40382         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
40383
40384 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
40385
40386         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
40387         to pacify GCC with some -W flags enabled.  Problem reported by
40388         Bruno Haible.
40389
40390 2006-10-24  Jim Meyering  <jim@meyering.net>
40391
40392         * MODULES.html.sh: Remove uinttostr.  It's not a module.
40393         Reported by Karl Berry.
40394
40395 2006-10-23  Bruno Haible  <bruno@clisp.org>
40396
40397         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
40398
40399 2006-10-24  Bruno Haible  <bruno@clisp.org>
40400
40401         * lib/gl_list.h: Use C comment style, not C++ comment style.
40402
40403 2006-10-23  Eric Blake  <ebb9@byu.net>
40404
40405         * lib/getaddrinfo.c (includes): Add missing include.
40406
40407 2006-10-23  Bruno Haible  <bruno@clisp.org>
40408             Paul Eggert  <eggert@cs.ucla.edu>
40409
40410         Ability to rename obstack_free.
40411         * lib/obstack.h (__obstack_free): New macro. Declare instead of
40412         obstack_free.
40413         (obstack_free): Invoke the __obstack_free macro.
40414         * lib/obstack.c (obstack_free): Use __obstack_free macro.
40415
40416 2006-10-23  Bruno Haible  <bruno@clisp.org>
40417             Paul Eggert  <eggert@cs.ucla.edu>
40418
40419         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
40420         __argc, __argv from the declaration. (They are defined as macros on
40421         mingw.)
40422
40423 2006-10-22  Bruno Haible  <bruno@clisp.org>
40424
40425         * doc/gnulib-intro.texi: New file.
40426         * doc/gnulib.texi: Include it.
40427
40428 2006-10-21  Bruno Haible  <bruno@clisp.org>
40429
40430         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
40431         "Introduction", "Miscellanous Notes", "Particular Modules".
40432
40433 2006-10-21  Bruno Haible  <bruno@clisp.org>
40434
40435         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40436         Change mostlyclean-local rule to avoid sh syntax error from bash
40437         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
40438
40439 2006-10-23  Jim Meyering  <jim@meyering.net>
40440
40441         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
40442         in place of snprintf.
40443
40444         * modules/inttostr (Files): Add lib/uinttostr.c.
40445         * lib/uinttostr.c (inttostr): New file/function.
40446         * lib/inttostr.h (uinttostr): Declare.
40447         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
40448         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
40449         Add uinttostr.
40450         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
40451
40452 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
40453
40454         * lib/canonicalize.c (ELOOP): Define if not already defined.
40455         Problem reported by Bruno Haible in
40456         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
40457
40458 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
40461         Problem reported by Perry Smith and Ville Laurikari.
40462
40463         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
40464         uses.
40465
40466 2006-10-19  Bruno Haible  <bruno@clisp.org>
40467
40468         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
40469         for mingw.
40470
40471 2006-10-19  Bruno Haible  <bruno@clisp.org>
40472
40473         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
40474         Needed for mingw.
40475
40476 2006-10-19  Bruno Haible  <bruno@clisp.org>
40477
40478         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
40479
40480 2006-10-19  Bruno Haible  <bruno@clisp.org>
40481
40482         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
40483         it.
40484
40485 2006-10-19  Bruno Haible  <bruno@clisp.org>
40486
40487         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
40488         invocation.
40489
40490 2006-10-19  Bruno Haible  <bruno@clisp.org>
40491
40492         * gnulib-tool (func_create_testdir): Don't include ftruncate and
40493         mountlist by default.
40494
40495 2006-10-16  Bruno Haible  <bruno@clisp.org>
40496
40497         * lib/c-strstr.c: Include c-strstr.h.
40498
40499 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
40500
40501         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
40502         in a slash.
40503
40504 2006-10-18  Bruno Haible  <bruno@clisp.org>
40505
40506         * lib/lock.h [C++]: Wrap definitions in extern "C".
40507
40508 2006-10-18  Bruno Haible  <bruno@clisp.org>
40509
40510         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
40511         gl_LIBOBJS list.
40512
40513 2006-10-18  Bruno Haible  <bruno@clisp.org>
40514
40515         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
40516
40517 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
40518
40519         * lib/xstrtol.h: Include gettext.h.
40520         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
40521         Problem reported by Eric Blake.
40522         * modules/xstrtol (Depends-on): Add gettext-h.
40523
40524 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
40525
40526         * lib/strftime.c (advance): New macro.
40527         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
40528         incomplete type, so you can't add 0 to it.  Problem and patch
40529         reported by Eelco Dolstra for dietlibc.
40530
40531 2006-10-18  Jim Meyering  <jim@meyering.net>
40532
40533         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
40534         type for a local, and rename it: s/up/user_proc/.
40535
40536 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
40537
40538         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
40539         READ_UTMP_USER_PROCESS.
40540         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
40541
40542 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
40543
40544         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
40545         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
40546
40547 2006-10-17  Eric Blake  <ebb9@byu.net>
40548
40549         * lib/sigprocmask.c (sigprocmask): Fix typo.
40550
40551         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
40552
40553         * modules/clean-temp (Makefile.am): Don't add to make output...
40554         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
40555         config.h.
40556
40557 2006-10-17  Bruno Haible  <bruno@clisp.org>
40558
40559         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
40560         differently if DEFAULT_TEXT_DOMAIN is set.
40561
40562 2006-10-16  Bruno Haible  <bruno@clisp.org>
40563
40564         * lib/clean-temp.c: Include fwriteerror.h.
40565
40566 2006-10-16  Bruno Haible  <bruno@clisp.org>
40567
40568         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
40569
40570 2006-10-16  Bruno Haible  <bruno@clisp.org>
40571
40572         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
40573         * lib/sigprocmask.h: Include <sys/types.h>.
40574         (sigset_t): Use the system's definition if present.
40575
40576 2006-10-17  Eric Blake  <ebb9@byu.net>
40577
40578         * lib/xvasprintf.c (includes): Assume config.h.
40579         * lib/xasprintf.c (includes): Likewise.
40580
40581 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
40582
40583         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
40584         at least as wide as intmax_t.
40585
40586 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
40587
40588         (Imported from Automake.)
40589         * build-aux/gnupload: Update to version 1.1 of directive file.
40590
40591 2006-10-16  Eric Blake  <ebb9@byu.net>
40592
40593         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
40594         match Automake 1.10a.
40595
40596 2006-10-14  Bruno Haible  <bruno@clisp.org>
40597
40598         * modules/sigprocmask: New file.
40599         * lib/sigprocmask.h: New file.
40600         * lib/sigprocmask.c: New file.
40601         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
40602         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
40603         request sigprocmask.o.
40604         (gl_PREREQ_SIGPROCMASK): New macro.
40605         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
40606         (Depends-on): Add sigprocmask.
40607         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
40608         gt_SIGNALBLOCKING. Test for 'raise' only once.
40609         * lib/fatal-signal.c: Include sigprocmask.h.
40610         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
40611         unblock_fatal_signals): Define always.
40612         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40613         sigprocmask.
40614
40615 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
40616
40617         Sync from Automake.
40618         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
40619         which incorrectly sets the mode of an existing destination
40620         directory.  In some cases the unpatched install-sh could do the
40621         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
40622         system.  We hope this is rare in practice, but it's clearly worth
40623         fixing.  Problem reported by Alex Unleashed in
40624         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
40625         Also, don't bother to check for -m bugs unless we're using -m;
40626         suggested by Stepan Kasal.
40627
40628 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40629
40630         Sync from Automake.
40631         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
40632         `-c' flag, so they appear at the same position as in %FASTDEP%
40633         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
40634         which ignores unknown options only after the first non-option.
40635         Bug report against M4 by Nelson H. F. Beebe.
40636
40637 2006-10-13  Jim Meyering  <jim@meyering.net>
40638
40639         Fix a bug in yesterday's change.
40640         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
40641         p->fts_statp->st_dev would be used uninitialized.
40642         Ensures that we always call fts_stat on the very first entry.
40643         Miklos Szeredi reported that find -xdev stopped working.
40644
40645 2006-10-12  Bruno Haible  <bruno@clisp.org>
40646
40647         * gnulib-tool (func_get_automake_snippet): Append an automatically
40648         computed EXTRA_DIST augmentation.
40649         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
40650         * modules/alloca-opt (Makefile.am): Likewise.
40651         * modules/allocsa (Makefile.am): Likewise.
40652         * modules/arcfour (Makefile.am): Likewise.
40653         * modules/arctwo (Makefile.am): Likewise.
40654         * modules/argmatch (Makefile.am): Likewise.
40655         * modules/argz (Makefile.am): Likewise.
40656         * modules/atexit (Makefile.am): Likewise.
40657         * modules/backupfile (Makefile.am): Likewise.
40658         * modules/byteswap (Makefile.am): Likewise.
40659         * modules/c-strtod (Makefile.am): Likewise.
40660         * modules/c-strtold (Makefile.am): Likewise.
40661         * modules/calloc (Makefile.am): Likewise.
40662         * modules/canon-host (Makefile.am): Likewise.
40663         * modules/canonicalize (Makefile.am): Likewise.
40664         * modules/chdir-long (Makefile.am): Likewise.
40665         * modules/chdir-safer (Makefile.am): Likewise.
40666         * modules/check-version (Makefile.am): Likewise.
40667         * modules/chown (Makefile.am): Likewise.
40668         * modules/cloexec (Makefile.am): Likewise.
40669         * modules/close-stream (Makefile.am): Likewise.
40670         * modules/closeout (Makefile.am): Likewise.
40671         * modules/crc (Makefile.am): Likewise.
40672         * modules/csharpexec (Makefile.am): Likewise.
40673         * modules/cycle-check (Makefile.am): Likewise.
40674         * modules/des (Makefile.am): Likewise.
40675         * modules/dev-ino (Makefile.am): Likewise.
40676         * modules/dirfd (Makefile.am): Likewise.
40677         * modules/dirname (Makefile.am): Likewise.
40678         * modules/dup2 (Makefile.am): Likewise.
40679         * modules/eealloc (Makefile.am): Likewise.
40680         * modules/error (Makefile.am): Likewise.
40681         * modules/euidaccess (Makefile.am): Likewise.
40682         * modules/exclude (Makefile.am): Likewise.
40683         * modules/exitfail (Makefile.am): Likewise.
40684         * modules/fcntl-safer (Makefile.am): Likewise.
40685         * modules/fcntl (Makefile.am): Likewise.
40686         * modules/file-type (Makefile.am): Likewise.
40687         * modules/fileblocks (Makefile.am): Likewise.
40688         * modules/filemode (Makefile.am): Likewise.
40689         * modules/filenamecat (Makefile.am): Likewise.
40690         * modules/fnmatch (Makefile.am): Likewise.
40691         * modules/fopen-safer (Makefile.am): Likewise.
40692         * modules/fpending (Makefile.am): Likewise.
40693         * modules/fprintftime (Makefile.am): Likewise.
40694         * modules/free (Makefile.am): Likewise.
40695         * modules/fsusage (Makefile.am): Likewise.
40696         * modules/ftruncate (Makefile.am): Likewise.
40697         * modules/fts (Makefile.am): Likewise.
40698         * modules/gc-arcfour (Makefile.am): Likewise.
40699         * modules/gc-des (Makefile.am): Likewise.
40700         * modules/gc-hmac-md5 (Makefile.am): Likewise.
40701         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
40702         * modules/gc-md4 (Makefile.am): Likewise.
40703         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40704         * modules/gc-sha1 (Makefile.am): Likewise.
40705         * modules/gc (Makefile.am): Likewise.
40706         * modules/getaddrinfo (Makefile.am): Likewise.
40707         * modules/getcwd (Makefile.am): Likewise.
40708         * modules/getdelim (Makefile.am): Likewise.
40709         * modules/getdomainname (Makefile.am): Likewise.
40710         * modules/getgroups (Makefile.am): Likewise.
40711         * modules/gethostname (Makefile.am): Likewise.
40712         * modules/gethrxtime (Makefile.am): Likewise.
40713         * modules/getline (Makefile.am): Likewise.
40714         * modules/getloadavg (Makefile.am): Likewise.
40715         * modules/getlogin_r (Makefile.am): Likewise.
40716         * modules/getndelim2 (Makefile.am): Likewise.
40717         * modules/getopt (Makefile.am): Likewise.
40718         * modules/getpagesize (Makefile.am): Likewise.
40719         * modules/getpass-gnu (Makefile.am): Likewise.
40720         * modules/getpass (Makefile.am): Likewise.
40721         * modules/getsubopt (Makefile.am): Likewise.
40722         * modules/gettime (Makefile.am): Likewise.
40723         * modules/gettimeofday (Makefile.am): Likewise.
40724         * modules/getugroups (Makefile.am): Likewise.
40725         * modules/getusershell (Makefile.am): Likewise.
40726         * modules/glob (Makefile.am): Likewise.
40727         * modules/group-member (Makefile.am): Likewise.
40728         * modules/hard-locale (Makefile.am): Likewise.
40729         * modules/hash (Makefile.am): Likewise.
40730         * modules/hmac-md5 (Makefile.am): Likewise.
40731         * modules/hmac-sha1 (Makefile.am): Likewise.
40732         * modules/human (Makefile.am): Likewise.
40733         * modules/idcache (Makefile.am): Likewise.
40734         * modules/imaxabs (Makefile.am): Likewise.
40735         * modules/imaxdiv (Makefile.am): Likewise.
40736         * modules/inet_ntop (Makefile.am): Likewise.
40737         * modules/inet_pton (Makefile.am): Likewise.
40738         * modules/intprops (Makefile.am): Likewise.
40739         * modules/inttostr (Makefile.am): Likewise.
40740         * modules/inttypes (Makefile.am): Likewise.
40741         * modules/isapipe (Makefile.am): Likewise.
40742         * modules/javaversion (Makefile.am): Likewise.
40743         * modules/lchmod (Makefile.am): Likewise.
40744         * modules/lchown (Makefile.am): Likewise.
40745         * modules/localcharset (Makefile.am): Likewise.
40746         * modules/long-options (Makefile.am): Likewise.
40747         * modules/lstat (Makefile.am): Likewise.
40748         * modules/malloc (Makefile.am): Likewise.
40749         * modules/mathl (Makefile.am): Likewise.
40750         * modules/mbchar (Makefile.am): Likewise.
40751         * modules/md2 (Makefile.am): Likewise.
40752         * modules/md4 (Makefile.am): Likewise.
40753         * modules/md5 (Makefile.am): Likewise.
40754         * modules/memcasecmp (Makefile.am): Likewise.
40755         * modules/memchr (Makefile.am): Likewise.
40756         * modules/memcmp (Makefile.am): Likewise.
40757         * modules/memcoll (Makefile.am): Likewise.
40758         * modules/memcpy (Makefile.am): Likewise.
40759         * modules/memmem (Makefile.am): Likewise.
40760         * modules/memmove (Makefile.am): Likewise.
40761         * modules/mempcpy (Makefile.am): Likewise.
40762         * modules/memrchr (Makefile.am): Likewise.
40763         * modules/memset (Makefile.am): Likewise.
40764         * modules/memxor (Makefile.am): Likewise.
40765         * modules/mkancesdirs (Makefile.am): Likewise.
40766         * modules/mkdir-p (Makefile.am): Likewise.
40767         * modules/mkdir (Makefile.am): Likewise.
40768         * modules/mkdtemp (Makefile.am): Likewise.
40769         * modules/mkstemp (Makefile.am): Likewise.
40770         * modules/mktime (Makefile.am): Likewise.
40771         * modules/modechange (Makefile.am): Likewise.
40772         * modules/mountlist (Makefile.am): Likewise.
40773         * modules/nanosleep (Makefile.am): Likewise.
40774         * modules/obstack (Makefile.am): Likewise.
40775         * modules/openat (Makefile.am): Likewise.
40776         * modules/pagealign_alloc (Makefile.am): Likewise.
40777         * modules/pathmax (Makefile.am): Likewise.
40778         * modules/physmem (Makefile.am): Likewise.
40779         * modules/poll (Makefile.am): Likewise.
40780         * modules/posixtm (Makefile.am): Likewise.
40781         * modules/posixver (Makefile.am): Likewise.
40782         * modules/putenv (Makefile.am): Likewise.
40783         * modules/quote (Makefile.am): Likewise.
40784         * modules/quotearg (Makefile.am): Likewise.
40785         * modules/raise (Makefile.am): Likewise.
40786         * modules/read-file (Makefile.am): Likewise.
40787         * modules/readline (Makefile.am): Likewise.
40788         * modules/readlink (Makefile.am): Likewise.
40789         * modules/readtokens (Makefile.am): Likewise.
40790         * modules/readutmp (Makefile.am): Likewise.
40791         * modules/realloc (Makefile.am): Likewise.
40792         * modules/regex (Makefile.am): Likewise.
40793         * modules/rename-dest-slash (Makefile.am): Likewise.
40794         * modules/rename (Makefile.am): Likewise.
40795         * modules/rijndael (Makefile.am): Likewise.
40796         * modules/rmdir (Makefile.am): Likewise.
40797         * modules/rpmatch (Makefile.am): Likewise.
40798         * modules/safe-read (Makefile.am): Likewise.
40799         * modules/safe-write (Makefile.am): Likewise.
40800         * modules/same-inode (Makefile.am): Likewise.
40801         * modules/same (Makefile.am): Likewise.
40802         * modules/save-cwd (Makefile.am): Likewise.
40803         * modules/savedir (Makefile.am): Likewise.
40804         * modules/setenv (Makefile.am): Likewise.
40805         * modules/settime (Makefile.am): Likewise.
40806         * modules/sha1 (Makefile.am): Likewise.
40807         * modules/sig2str (Makefile.am): Likewise.
40808         * modules/snprintf (Makefile.am): Likewise.
40809         * modules/stat-macros (Makefile.am): Likewise.
40810         * modules/stat-time (Makefile.am): Likewise.
40811         * modules/stdbool (Makefile.am): Likewise.
40812         * modules/stdint (Makefile.am): Likewise.
40813         * modules/stdlib-safer (Makefile.am): Likewise.
40814         * modules/stpcpy (Makefile.am): Likewise.
40815         * modules/stpncpy (Makefile.am): Likewise.
40816         * modules/strcase (Makefile.am): Likewise.
40817         * modules/strcasestr (Makefile.am): Likewise.
40818         * modules/strchrnul (Makefile.am): Likewise.
40819         * modules/strcspn (Makefile.am): Likewise.
40820         * modules/strdup (Makefile.am): Likewise.
40821         * modules/strerror (Makefile.am): Likewise.
40822         * modules/strftime (Makefile.am): Likewise.
40823         * modules/strndup (Makefile.am): Likewise.
40824         * modules/strnlen (Makefile.am): Likewise.
40825         * modules/strpbrk (Makefile.am): Likewise.
40826         * modules/strsep (Makefile.am): Likewise.
40827         * modules/strstr (Makefile.am): Likewise.
40828         * modules/strtod (Makefile.am): Likewise.
40829         * modules/strtoimax (Makefile.am): Likewise.
40830         * modules/strtok_r (Makefile.am): Likewise.
40831         * modules/strtol (Makefile.am): Likewise.
40832         * modules/strtoll (Makefile.am): Likewise.
40833         * modules/strtoul (Makefile.am): Likewise.
40834         * modules/strtoull (Makefile.am): Likewise.
40835         * modules/strtoumax (Makefile.am): Likewise.
40836         * modules/strverscmp (Makefile.am): Likewise.
40837         * modules/sys_socket (Makefile.am): Likewise.
40838         * modules/sys_stat (Makefile.am): Likewise.
40839         * modules/sysexits (Makefile.am): Likewise.
40840         * modules/time_r (Makefile.am): Likewise.
40841         * modules/timegm (Makefile.am): Likewise.
40842         * modules/timespec (Makefile.am): Likewise.
40843         * modules/tmpfile-safer (Makefile.am): Likewise.
40844         * modules/trim (Makefile.am): Likewise.
40845         * modules/unistd-safer (Makefile.am): Likewise.
40846         * modules/unlinkdir (Makefile.am): Likewise.
40847         * modules/unlocked-io (Makefile.am): Likewise.
40848         * modules/userspec (Makefile.am): Likewise.
40849         * modules/utime (Makefile.am): Likewise.
40850         * modules/utimecmp (Makefile.am): Likewise.
40851         * modules/utimens (Makefile.am): Likewise.
40852         * modules/vasnprintf (Makefile.am): Likewise.
40853         * modules/vasprintf (Makefile.am): Likewise.
40854         * modules/vsnprintf (Makefile.am): Likewise.
40855         * modules/xalloc (Makefile.am): Likewise.
40856         * modules/xgetcwd (Makefile.am): Likewise.
40857         * modules/xnanosleep (Makefile.am): Likewise.
40858         * modules/xreadlink (Makefile.am): Likewise.
40859         * modules/xstrtod (Makefile.am): Likewise.
40860         * modules/xstrtol (Makefile.am): Likewise.
40861         * modules/xstrtold (Makefile.am): Likewise.
40862         * modules/yesno (Makefile.am): Likewise.
40863         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
40864
40865 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40866
40867         * modules/error (Makefile.am): Distribute files through
40868         EXTRA_DIST, not lib_SOURCES.
40869
40870 2006-10-12  Eric Blake  <ebb9@byu.net>
40871
40872         * modules/error (Makefile.am): Distribute files in /lib.
40873         * modules/obstack (Makefile.am): Likewise.
40874
40875 2006-10-12  Bruno Haible  <bruno@clisp.org>
40876
40877         * modules/acl (Makefile.am): Distribute all files in lib/ through
40878         EXTRA_DIST.
40879         * modules/arcfour (Makefile.am): Likewise.
40880         * modules/arctwo (Makefile.am): Likewise.
40881         * modules/argmatch (Makefile.am): Likewise.
40882         * modules/argz (Makefile.am): Likewise.
40883         * modules/atexit (Makefile.am): Likewise.
40884         * modules/backupfile (Makefile.am): Likewise.
40885         * modules/c-strtod (Makefile.am): Likewise.
40886         * modules/c-strtold (Makefile.am): Likewise.
40887         * modules/calloc (Makefile.am): Likewise.
40888         * modules/canon-host (Makefile.am): Likewise.
40889         * modules/canonicalize (Makefile.am): Likewise.
40890         * modules/chdir-long (Makefile.am): Likewise.
40891         * modules/chdir-safer (Makefile.am): Likewise.
40892         * modules/check-version (Makefile.am): Likewise.
40893         * modules/chown (Makefile.am): Likewise.
40894         * modules/cloexec (Makefile.am): Likewise.
40895         * modules/close-stream (Makefile.am): Likewise.
40896         * modules/closeout (Makefile.am): Likewise.
40897         * modules/crc (Makefile.am): Likewise.
40898         * modules/cycle-check (Makefile.am): Likewise.
40899         * modules/des (Makefile.am): Likewise.
40900         * modules/dirfd (Makefile.am): Likewise.
40901         * modules/dirname (Makefile.am): Likewise.
40902         * modules/dup2 (Makefile.am): Likewise.
40903         * modules/euidaccess (Makefile.am): Likewise.
40904         * modules/exclude (Makefile.am): Likewise.
40905         * modules/exitfail (Makefile.am): Likewise.
40906         * modules/fcntl-safer (Makefile.am): Likewise.
40907         * modules/file-type (Makefile.am): Likewise.
40908         * modules/fileblocks (Makefile.am): Likewise.
40909         * modules/filemode (Makefile.am): Likewise.
40910         * modules/filenamecat (Makefile.am): Likewise.
40911         * modules/fnmatch (Makefile.am): Likewise.
40912         * modules/fopen-safer (Makefile.am): Likewise.
40913         * modules/fpending (Makefile.am): Likewise.
40914         * modules/fprintftime (Makefile.am): Likewise.
40915         * modules/free (Makefile.am): Likewise.
40916         * modules/fsusage (Makefile.am): Likewise.
40917         * modules/ftruncate (Makefile.am): Likewise.
40918         * modules/fts (Makefile.am): Likewise.
40919         * modules/gc (Makefile.am): Likewise.
40920         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40921         * modules/getaddrinfo (Makefile.am): Likewise.
40922         * modules/getcwd (Makefile.am): Likewise.
40923         * modules/getdelim (Makefile.am): Likewise.
40924         * modules/getdomainname (Makefile.am): Likewise.
40925         * modules/getgroups (Makefile.am): Likewise.
40926         * modules/gethostname (Makefile.am): Likewise.
40927         * modules/gethrxtime (Makefile.am): Likewise.
40928         * modules/getline (Makefile.am): Likewise.
40929         * modules/getloadavg (Makefile.am): Likewise.
40930         * modules/getlogin_r (Makefile.am): Likewise.
40931         * modules/getopt (Makefile.am): Likewise.
40932         * modules/getpass (Makefile.am): Likewise.
40933         * modules/getpass-gnu (Makefile.am): Likewise.
40934         * modules/getsubopt (Makefile.am): Likewise.
40935         * modules/gettime (Makefile.am): Likewise.
40936         * modules/gettimeofday (Makefile.am): Likewise.
40937         * modules/getugroups (Makefile.am): Likewise.
40938         * modules/getusershell (Makefile.am): Likewise.
40939         * modules/glob (Makefile.am): Likewise.
40940         * modules/group-member (Makefile.am): Likewise.
40941         * modules/hard-locale (Makefile.am): Likewise.
40942         * modules/hash (Makefile.am): Likewise.
40943         * modules/hmac-md5 (Makefile.am): Likewise.
40944         * modules/hmac-sha1 (Makefile.am): Likewise.
40945         * modules/human (Makefile.am): Likewise.
40946         * modules/idcache (Makefile.am): Likewise.
40947         * modules/imaxabs (Makefile.am): Likewise.
40948         * modules/imaxdiv (Makefile.am): Likewise.
40949         * modules/inet_ntop (Makefile.am): Likewise.
40950         * modules/inet_pton (Makefile.am): Likewise.
40951         * modules/inttostr (Makefile.am): Likewise.
40952         * modules/isapipe (Makefile.am): Likewise.
40953         * modules/lchown (Makefile.am): Likewise.
40954         * modules/long-options (Makefile.am): Likewise.
40955         * modules/lstat (Makefile.am): Likewise.
40956         * modules/malloc (Makefile.am): Likewise.
40957         * modules/mathl (Makefile.am): Likewise.
40958         * modules/mbchar (Makefile.am): Likewise.
40959         * modules/md2 (Makefile.am): Likewise.
40960         * modules/md4 (Makefile.am): Likewise.
40961         * modules/md5 (Makefile.am): Likewise.
40962         * modules/memcasecmp (Makefile.am): Likewise.
40963         * modules/memchr (Makefile.am): Likewise.
40964         * modules/memcmp (Makefile.am): Likewise.
40965         * modules/memcoll (Makefile.am): Likewise.
40966         * modules/memcpy (Makefile.am): Likewise.
40967         * modules/memmem (Makefile.am): Likewise.
40968         * modules/memmove (Makefile.am): Likewise.
40969         * modules/mempcpy (Makefile.am): Likewise.
40970         * modules/memrchr (Makefile.am): Likewise.
40971         * modules/memset (Makefile.am): Likewise.
40972         * modules/memxor (Makefile.am): Likewise.
40973         * modules/mkancesdirs (Makefile.am): Likewise.
40974         * modules/mkdir (Makefile.am): Likewise.
40975         * modules/mkdir-p (Makefile.am): Likewise.
40976         * modules/mkdtemp (Makefile.am): Likewise.
40977         * modules/mkstemp (Makefile.am): Likewise.
40978         * modules/mktime (Makefile.am): Likewise.
40979         * modules/modechange (Makefile.am): Likewise.
40980         * modules/mountlist (Makefile.am): Likewise.
40981         * modules/nanosleep (Makefile.am): Likewise.
40982         * modules/openat (Makefile.am): Likewise.
40983         * modules/pagealign_alloc (Makefile.am): Likewise.
40984         * modules/physmem (Makefile.am): Likewise.
40985         * modules/poll (Makefile.am): Likewise.
40986         * modules/posixtm (Makefile.am): Likewise.
40987         * modules/posixver (Makefile.am): Likewise.
40988         * modules/putenv (Makefile.am): Likewise.
40989         * modules/quote (Makefile.am): Likewise.
40990         * modules/quotearg (Makefile.am): Likewise.
40991         * modules/raise (Makefile.am): Likewise.
40992         * modules/read-file (Makefile.am): Likewise.
40993         * modules/readline (Makefile.am): Likewise.
40994         * modules/readlink (Makefile.am): Likewise.
40995         * modules/readtokens (Makefile.am): Likewise.
40996         * modules/readutmp (Makefile.am): Likewise.
40997         * modules/realloc (Makefile.am): Likewise.
40998         * modules/regex (Makefile.am): Likewise.
40999         * modules/rename (Makefile.am): Likewise.
41000         * modules/rename-dest-slash (Makefile.am): Likewise.
41001         * modules/rijndael (Makefile.am): Likewise.
41002         * modules/rmdir (Makefile.am): Likewise.
41003         * modules/rpmatch (Makefile.am): Likewise.
41004         * modules/safe-read (Makefile.am): Likewise.
41005         * modules/safe-write (Makefile.am): Likewise.
41006         * modules/same (Makefile.am): Likewise.
41007         * modules/save-cwd (Makefile.am): Likewise.
41008         * modules/savedir (Makefile.am): Likewise.
41009         * modules/setenv (Makefile.am): Likewise.
41010         * modules/settime (Makefile.am): Likewise.
41011         * modules/sha1 (Makefile.am): Likewise.
41012         * modules/sig2str (Makefile.am): Likewise.
41013         * modules/snprintf (Makefile.am): Likewise.
41014         * modules/stdlib-safer (Makefile.am): Likewise.
41015         * modules/stpcpy (Makefile.am): Likewise.
41016         * modules/stpncpy (Makefile.am): Likewise.
41017         * modules/strcase (Makefile.am): Likewise.
41018         * modules/strcasestr (Makefile.am): Likewise.
41019         * modules/strchrnul (Makefile.am): Likewise.
41020         * modules/strcspn (Makefile.am): Likewise.
41021         * modules/strdup (Makefile.am): Likewise.
41022         * modules/strerror (Makefile.am): Likewise.
41023         * modules/strftime (Makefile.am): Likewise.
41024         * modules/strndup (Makefile.am): Likewise.
41025         * modules/strnlen (Makefile.am): Likewise.
41026         * modules/strpbrk (Makefile.am): Likewise.
41027         * modules/strsep (Makefile.am): Likewise.
41028         * modules/strstr (Makefile.am): Likewise.
41029         * modules/strtod (Makefile.am): Likewise.
41030         * modules/strtoimax (Makefile.am): Likewise.
41031         * modules/strtok_r (Makefile.am): Likewise.
41032         * modules/strtol (Makefile.am): Likewise.
41033         * modules/strtoll (Makefile.am): Likewise.
41034         * modules/strtoul (Makefile.am): Likewise.
41035         * modules/strtoull (Makefile.am): Likewise.
41036         * modules/strtoumax (Makefile.am): Likewise.
41037         * modules/strverscmp (Makefile.am): Likewise.
41038         * modules/time_r (Makefile.am): Likewise.
41039         * modules/timegm (Makefile.am): Likewise.
41040         * modules/tmpfile-safer (Makefile.am): Likewise.
41041         * modules/unistd-safer (Makefile.am): Likewise.
41042         * modules/unlinkdir (Makefile.am): Likewise.
41043         * modules/userspec (Makefile.am): Likewise.
41044         * modules/utime (Makefile.am): Likewise.
41045         * modules/utimecmp (Makefile.am): Likewise.
41046         * modules/utimens (Makefile.am): Likewise.
41047         * modules/vasnprintf (Makefile.am): Likewise.
41048         * modules/vasprintf (Makefile.am): Likewise.
41049         * modules/vsnprintf (Makefile.am): Likewise.
41050         * modules/xalloc (Makefile.am): Likewise.
41051         * modules/xgetcwd (Makefile.am): Likewise.
41052         * modules/xnanosleep (Makefile.am): Likewise.
41053         * modules/xreadlink (Makefile.am): Likewise.
41054         * modules/xstrtod (Makefile.am): Likewise.
41055         * modules/xstrtol (Makefile.am): Likewise.
41056         * modules/xstrtold (Makefile.am): Likewise.
41057         * modules/yesno (Makefile.am): Likewise.
41058
41059 2006-10-12  Jim Meyering  <jim@meyering.net>
41060
41061         * m4/getloadavg.m4: Revert the change below.
41062
41063         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
41064         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
41065         fail with a symlink, which is what coreutils' ./bootstrap now
41066         creates by default.
41067
41068 2006-10-12  Bruno Haible  <bruno@clisp.org>
41069
41070         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
41071         mingw.
41072         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
41073         MSVC and mingw explicitly.
41074
41075 2006-10-11  Simon Josefsson  <jas@extundo.com>
41076             Bruno Haible  <bruno@clisp.org>
41077
41078         Add support for multiple gnulib-tool invocations in the scope of a
41079         single configure.ac file.
41080         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
41081         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
41082         with the same contents as the _LIBADD variable.
41083         (func_emit_initmacro_start, func_emit_initmacro_end,
41084         func_emit_initmacro_done): New functions.
41085         (func_import, func_create_testdir): Invoke them. Allow the identifiers
41086         gl_LIBOBJS and gl_LTLIBOBJS.
41087
41088 2006-10-11  Bruno Haible  <bruno@clisp.org>
41089
41090         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
41091         (func_create_testdir): Don't create po/Makefile.am, don't invoke
41092         autoreconf. Instead, invoke autopoint explicitly but move back the
41093         *.m4 files from gnulib.
41094
41095 2006-10-11  Bruno Haible  <bruno@clisp.org>
41096
41097         * gnulib-tool (func_usage): Make module names after --create-testdir
41098         optional.
41099         (func_create_testdir): If no module was specified, use nearly all
41100         modules.
41101
41102 2006-10-12  Jim Meyering  <jim@meyering.net>
41103
41104         Big performance improvement for fts-based tools that use FTS_NOSTAT.
41105         Avoid spurious inode-mismatch problems on non-POSIX file systems.
41106         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
41107         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
41108         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
41109         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
41110         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
41111         (fts_set_stat_required): New function.
41112         (fts_open): Defer the calls to fts_stat, if possible or requested.
41113         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
41114         into fts_stat itself.
41115         (fts_read): Perform any required (deferred) fts_stat call.
41116         (fts_build): Likewise, for the directory we're about to open and read.
41117         In the readdir loop, carefully decide whether each entry will require
41118         an eventual call to fts_stat, using dirent.d_type info if available.
41119         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
41120         a command line argument into this function.  Update all callers.
41121         Map a return value of FTS_DOT to FTS_D for a command line argument.
41122         * modules/fts (Depends-on): Add d-type.  Alphabetize.
41123         Thanks to Miklos Szeredi for his tenacity and for the initial
41124         bug report about "find" failing on a FUSE-based file system.
41125
41126         * lib/fts.c (fts_open): Use consistent indentation.
41127
41128 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
41129
41130         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
41131         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
41132         reported by Jim Meyering.  All uses of cache variables renamed
41133         to match Autoconf's.
41134         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
41135         the other one.
41136
41137         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
41138         Fix misspelling in diagnostic.
41139
41140 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
41141
41142         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
41143         defined.  Problem reported by Matthew Woehlke.
41144
41145         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
41146         Add support for Tandem NonStop R series.
41147         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
41148         Use new macro.
41149
41150         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
41151         (has_trailing_slash): Omit size arg; all callers changed.
41152         Omit 'inline', since it doesn't help performance and we'd
41153         need to configure it.
41154         Don't count //, ///, etc. as having a trailing slash.
41155         As a side effect, this removes a C99ism reported by Matthew Woehlke.
41156         (rpl_rename_dest_slash): On failure, use rename's errno rather
41157         than (in some cases) an incorrect or junk errno.
41158         Simplify code by removing need to compute length; this does
41159         cause it to make two passes instead of one over the file name,
41160         but it's worth it.
41161
41162         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
41163         change, since Autoconf's version may no longer be appropriate now
41164         that we are using CVS Autoconf's version.  Add support for Tandem.
41165
41166 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
41167             Bruno Haible  <bruno@clisp.org>
41168
41169         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
41170         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
41171         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
41172         gl_AC_TYPE_LONG_LONG.
41173
41174         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
41175         instead of HAVE_LONG_LONG.
41176         * lib/printf-args.c (printf_fetchargs): Likewise.
41177         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
41178         * lib/vasnprintf.c (VASNPRINTF): Likewise.
41179         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
41180         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
41181         gl_AC_TYPE_LONG_LONG.
41182
41183 2006-10-11  Bruno Haible  <bruno@clisp.org>
41184
41185         * m4/longlong.m4: Add comments.
41186         * m4/ulonglong.m4: Likewise.
41187
41188 2006-10-10  Bruno Haible  <bruno@clisp.org>
41189
41190         Make it possible to #define stpcpy, strdup to aliases.
41191         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
41192         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
41193
41194 2006-10-10  Bruno Haible  <bruno@clisp.org>
41195
41196         Make it possible to #define gcd to an alias.
41197         * lib/gcd.c: Include config.h.
41198
41199 2006-10-10  Bruno Haible  <bruno@clisp.org>
41200
41201         Make it possible to #define c_isascii to an alias.
41202         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
41203         defined. Undefine the macros before defining them, to avoid gcc
41204         warnings.
41205         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
41206         define NO_C_CTYPE_MACROS early.
41207
41208 2006-10-10  Bruno Haible  <bruno@clisp.org>
41209
41210         Make it possible to #define set_program_name to an alias.
41211         * lib/progname.c: Don't undefine set_program_name; instead, undefine
41212         ENABLE_RELOCATABLE early.
41213
41214 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41215
41216         Port to Tandem NSK OSS, which has 64-bit signed int but at most
41217         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
41218         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
41219         More generally, don't assume that 64-bit signed int is available
41220         if unsigned int is, and vice versa.
41221         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
41222         unsigned symbols, not on their signed counterparts.
41223         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
41224         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
41225         (UINT64_C, UINTMAX_C):
41226         Likewise.
41227         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
41228         unsigned counterparts.
41229         (Have_long_long, Unsigned): New macros.
41230         (Int): Renamed from INT.
41231         (strtoimax): Use the new macros.
41232         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
41233         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
41234         * modules/inttypes (inttypes.h): Substitute
41235         HAVE_UNSIGNED_LONG_LONG_INT.
41236         * modules/stdint (stdint.h): Likewise.
41237         (Files): Add m4/ulonglong.m4.
41238
41239 2006-10-10  Bruno Haible  <bruno@clisp.org>
41240
41241         Fix a gcc -Wshadow warning.
41242         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
41243         to 'bucket'.
41244         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
41245         gl_linked_indexof_from_to): Likewise.
41246         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
41247         Likewise.
41248         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
41249         Likewise.
41250         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
41251         Reported by Eric Blake.
41252
41253 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
41254
41255         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
41256         for NetBSD.  Problem reported by Bruno Haible.
41257
41258 2006-10-09  Jim Meyering  <jim@meyering.net>
41259
41260         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
41261         Patch from Bruno Haible.
41262
41263 2006-10-09  Jim Meyering  <jim@meyering.net>
41264
41265         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
41266         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
41267         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
41268
41269 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
41270
41271         Don't include <config.h> twice; this doesn't work in some cases,
41272         e.g., when config.h has "#define intmax_t long long int" and
41273         we include <config.h>, <inttypes.h>, <config.h> in that order.
41274         Problem reported by Matthew Woehlke in:
41275         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
41276         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
41277         * lib/fts-cycle.c: Don't include config.h.
41278         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
41279         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
41280         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
41281         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
41282         inttypes.h.
41283         * lib/xstrtoumax.c: Likewise.
41284         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
41285         __strtol and the like, so that this module is more like its siblings.
41286         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
41287         Remove; no longer needed now that we assume gnulib inttypes.h.
41288
41289 2006-10-08  Bruno Haible  <bruno@clisp.org>
41290
41291         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
41292         option.
41293
41294 2006-10-07  Jim Meyering  <jim@meyering.net>
41295
41296         * modules/inttypes (inttypes.h): Revert what seems to have been
41297         an inadvertent part of today's change: use "|", not "/" in the
41298         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
41299
41300 2006-10-07  Bruno Haible  <bruno@clisp.org>
41301
41302         * modules/sublist: New file.
41303
41304 2006-10-07  Bruno Haible  <bruno@clisp.org>
41305
41306         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
41307         * modules/argz (argz.h): Likewise.
41308         * modules/arpa_inet (arpa/inet.h): Likewise.
41309         * modules/byteswap (byteswap.h): Likewise.
41310         * modules/configmake (configmake.h): Likewise.
41311         * modules/fcntl (fcntl.h): Likewise.
41312         * modules/fnmatch (fnmatch.h): Likewise.
41313         * modules/getopt (getopt.h): Likewise.
41314         * modules/glob (glob.h): Likewise.
41315         * modules/inttypes (inttypes.h): Likewise.
41316         * modules/netinet_in (netinet/in.h): Likewise.
41317         * modules/poll (poll.h): Likewise.
41318         * modules/stdbool (stdbool.h): Likewise.
41319         * modules/stdint (stdint.h): Likewise.
41320         * modules/sys_select (sys/select.h): Likewise.
41321         * modules/sys_socket (sys/socket.h): Likewise.
41322         * modules/sys_stat (sys/stat.h): Likewise.
41323         * modules/sysexits (sysexits.h): Likewise.
41324         * modules/unistd (unistd.h): Likewise.
41325         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41326         Add a "DO NOT EDIT" comment to the generated file.
41327         (func_import): Likewise for gnulib-comp.m4.
41328
41329 2006-10-07  Bruno Haible  <bruno@clisp.org>
41330
41331         * lib/gl_sublist.h: New file.
41332         * lib/gl_sublist.c: New file.
41333
41334 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41335
41336         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
41337         name (relative to the original working directory) and the file
41338         name component (relative to the temporary working directory).  All
41339         callers changed.
41340         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
41341         * lib/mkdir-p.c (make_dir_parents): Likewise.
41342         * lib/mkdir-p.h (make_dir_parents): Likewise.
41343
41344 2006-10-06  Eric Blake  <ebb9@byu.net>
41345
41346         Define several macros for use by the clean-temp module.
41347         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
41348         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
41349         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
41350
41351         * lib/clean-temp.h (close_stream_temp): New declaration.
41352         * lib/clean-temp.c (includes): Pull in headers according to what
41353         other modules are in use.
41354         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
41355
41356 2006-10-06  Bruno Haible  <bruno@clisp.org>
41357
41358         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
41359         instead of fopen, fwriteerror.
41360
41361 2006-10-06  Bruno Haible  <bruno@clisp.org>
41362
41363         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
41364         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
41365         int.
41366         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
41367         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
41368         Return an error indicator.
41369         Suggested by Eric Blake.
41370
41371 2006-10-06  Bruno Haible  <bruno@clisp.org>
41372
41373         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
41374         Reported by Eric Blake.
41375
41376 2006-10-06  Bruno Haible  <bruno@clisp.org>
41377
41378         * modules/closeout (Description): Mention stderr too.
41379
41380 2006-10-06  Bruno Haible  <bruno@clisp.org>
41381         and Paul Eggert  <eggert@cs.ucla.edu>
41382
41383         * lib/closeout.c (close_stdout): Also close stderr.
41384         * lib/closeout.h: Update comment.
41385
41386 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
41387
41388         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
41389         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
41390         * lib/dirchownmod.c: Include lchown.h.
41391         * lib/lchown.c: Don't include files that lchown.h now includes.
41392         Don't declare chown, since lchown.h now does that.
41393         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
41394         (lchown): Define to rpl_chown if lchown is declared but
41395         does not exist.  Declare using a prototype if lchown is not
41396         declared.  Add a copyright notice.
41397         * lib/mkstemp.h: Include <unistd.h>.
41398         * lib/openat.c: Include lchown.h.
41399
41400         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
41401         we now test for that separately.
41402         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
41403         rather than O_NOFOLLOW, when testing whether it's possible to
41404         avoid a race condition reliably.
41405         * lib/savewd.c (savewd_chdir): Likewise.
41406
41407         Remove macros that are no longer needed now that stdint.h is
41408         reliable.
41409         * lib/fsusage.c (UINTMAX_MAX): Remove.
41410         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
41411         * lib/utimecmp.c (SIZE_MAX): Remove.
41412
41413         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
41414
41415         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
41416         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
41417         O_NOATIME works.
41418
41419 2006-10-05  Bruno Haible  <bruno@clisp.org>
41420
41421         * lib/gl_list.h (gl_sortedlist_search_from_to,
41422         gl_sortedlist_indexof_from_to): New declarations.
41423         (gl_list_implementation): New fields sortedlist_search_from_to,
41424         sortedlist_indexof_from_to.
41425         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
41426         inline functions.
41427         * lib/gl_list.c (gl_sortedlist_search_from_to,
41428         gl_sortedlist_indexof_from_to): New functions.
41429         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
41430         function.
41431         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
41432         (gl_array_sortedlist_search_from_to): New function.
41433         (gl_array_list_implementation): Update.
41434         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
41435         function.
41436         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
41437         (gl_carray_sortedlist_search_from_to): New function.
41438         (gl_carray_list_implementation): Update.
41439         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
41440         gl_linked_sortedlist_indexof_from_to): New functions.
41441         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
41442         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
41443         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
41444         gl_tree_sortedlist_indexof_from_to): New functions.
41445         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
41446         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
41447         Update.
41448         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
41449         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
41450         Update.
41451
41452 2006-10-05  Bruno Haible  <bruno@clisp.org>
41453
41454         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
41455         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
41456         (struct gl_list_implementation): Add fields search_from_to,
41457         indexof_from_to. Remove fields search, indexof.
41458         (gl_list_search): Use the search_from_to method.
41459         (gl_list_search_from, gl_list_search_from_to): New functions.
41460         (gl_list_indexof): Use the indexof_from_to method.
41461         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
41462         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
41463         (gl_list_search_from, gl_list_search_from_to): New functions.
41464         (gl_list_indexof): Use the indexof_from_to method.
41465         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
41466         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
41467         gl_array_indexof. Add start_index, end_index arguments.
41468         (gl_array_search_from_to): Renamed from gl_array_search. Add
41469         start_index, end_index arguments.
41470         (gl_array_remove, gl_array_list_implementation): Update.
41471         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
41472         gl_carray_indexof. Add start_index, end_index arguments.
41473         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
41474         start_index, end_index arguments.
41475         (gl_carray_remove, gl_carray_list_implementation): Update.
41476         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
41477         gl_linked_search. Add start_index, end_index arguments.
41478         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
41479         start_index, end_index arguments.
41480         (gl_linked_remove): Update.
41481         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
41482         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
41483         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
41484         field to 'size_t'.
41485         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
41486         gl_tree_search. Add start_index, end_index arguments.
41487         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
41488         start_index, end_index arguments.
41489         (gl_tree_remove): Update.
41490         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
41491         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
41492         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
41493         function.
41494         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
41495         gl_tree_search. Add start_index, end_index arguments.
41496         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
41497         start_index, end_index arguments.
41498         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
41499         Update.
41500         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
41501
41502 2006-10-05  Bruno Haible  <bruno@clisp.org>
41503
41504         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
41505
41506         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
41507         fwriteerror_temp): New declarations.
41508         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
41509         (descriptors): New variable.
41510         (cleanup): First, close the descriptors.
41511         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
41512         fclose_temp, fwriteerror_temp): New functions.
41513
41514 2006-10-04  Jim Meyering  <jim@meyering.net>
41515
41516         * lib/fts.c (fts_open): Tiny comment change.
41517
41518 2006-10-04  Bruno Haible  <bruno@clisp.org>
41519
41520         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
41521         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
41522         gl_LOCK_BODY.
41523         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
41524         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
41525         gl_LOCK_EARLY_BODY.
41526         (gl_LOCK): Require gl_LOCK_BODY.
41527
41528 2006-10-04  Bruno Haible  <bruno@clisp.org>
41529
41530         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
41531         (gl_oset_search_atleast): New declaration.
41532         (struct gl_oset_implementation): Add field 'search_atleast'.
41533         (gl_oset_search_atleast): New inline function.
41534         * lib/gl_oset.c (gl_oset_search_atleast): New function.
41535         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
41536         (gl_array_oset_implementation): Update.
41537         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
41538         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
41539         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
41540
41541 2006-10-04  Bruno Haible  <bruno@clisp.org>
41542
41543         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
41544
41545 2006-10-03  Bruno Haible  <bruno@clisp.org>
41546
41547         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
41548         from gl_avltreehash_list_implementation.
41549
41550 2006-10-03  Bruno Haible  <bruno@clisp.org>
41551
41552         * lib/gl_oset.c (gl_oset_add): Fix return type.
41553
41554 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
41555
41556         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
41557
41558 2006-10-02  Eric Blake  <ebb9@byu.net>
41559
41560         * modules/strnlen (Depends-on): Add extensions.
41561
41562 2006-10-02  Eric Blake  <ebb9@byu.net>
41563
41564         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
41565         definition in 2.60+.
41566
41567 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
41568
41569         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
41570         checks.
41571
41572 2006-10-02  Bruno Haible  <bruno@clisp.org>
41573
41574         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
41575         to the AUTOMAKE_OPTIONS.
41576         Reported by Jim Meyering.
41577
41578 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
41579
41580         Work around bug in Solaris 10 /proc file system:
41581         /proc/self/fd/NNN/.. isn't the parent directory of
41582         the directory whose file descriptor is NNN.  This needs to
41583         be worked around at run time, not compile time, since a
41584         program might be built on Solaris 8, where things work, and
41585         run on Solaris 10.
41586         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
41587         to use the following interface instead:
41588         (OPENAT_BUFFER_SIZE): New macro.
41589         (openat_proc_name): New function.
41590         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
41591         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
41592         Likewise.
41593         * lib/openat-proc.c: New file.
41594         * modules/openat (Files): Add lib/openat-proc.c.
41595         (Depends-on): Add same-inode, stdbool.
41596         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
41597
41598 2006-09-29  Bruno Haible  <bruno@clisp.org>
41599
41600         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
41601         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
41602         argument. Set stdout_closed before testing for ferror, not after.
41603         (fwriteerror, fwriteerror_no_ebadf): New functions.
41604
41605 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41606
41607         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
41608
41609 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
41610
41611         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
41612         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
41613
41614 2006-09-28  Jim Meyering  <jim@meyering.net>
41615
41616         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
41617         Include <unistd.h>.
41618
41619 2006-09-28  Bruno Haible  <bruno@clisp.org>
41620
41621         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
41622         * modules/linkedhash-list (Depends-on): Likewise.
41623         * modules/rbtreehash-list (Depends-on): Likewise.
41624
41625 2006-09-28  Bruno Haible  <bruno@clisp.org>
41626
41627         * lib/strndup.h: Simplify the redefinition of strndup.
41628         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
41629         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
41630
41631 2006-09-28  Bruno Haible  <bruno@clisp.org>
41632
41633         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
41634         * lib/gl_linkedhash_list.c: Likewise.
41635         * lib/gl_rbtreehash_list.c: Likewise.
41636
41637 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
41638
41639         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
41640         getaddrinfo.
41641
41642         * lib/__fpending.h: Don't include <stdio_ext.h> unless
41643         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
41644         it causes <stdio_ext.h> to cause a compile-time error.
41645         Problem reported by Nelson H. F. Beebe.
41646         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
41647         of HAVE_DECL___PENDING.
41648
41649         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
41650         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
41651         declaration.
41652
41653 2006-09-27  Jim Meyering  <jim@meyering.net>
41654
41655         This file could end up with a definition for a function
41656         named __strndup, rather than rpl_strndup on a system with
41657         incomplete weak_alias support.
41658         * lib/strndup.c (strndup): Rename from __strndup.
41659         Remove #defines that used to map __strndup to strndup.
41660         Don't use K&R prototypes.
41661         Remove LIBC-related code, since this file is not sync'd with glibc.
41662         * lib/strndup.h: Revamp, accordingly.
41663         * m4/strndup.m4: Modernize.
41664
41665 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
41666
41667         * modules/savewd (Depends-on): Add 'raise'.
41668         * lib/savewd.c: Include <signal.h>, for 'raise'.
41669
41670 2006-09-26  Jim Meyering  <jim@meyering.net>
41671
41672         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
41673         when we detect Darwin 8.7.0's acl_get_file bug.
41674         Rearrange to perform the new (below) run-test while $LIBS
41675         contains any acl-related library.  Set USE_ACL at the end.
41676         (gl_ACL_GET_FILE): New function.
41677
41678 2006-09-26  Eric Blake  <ebb9@byu.net>
41679
41680         * lib/verror.c: Include <config.h> unconditionally.
41681
41682 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
41683
41684         * modules/clock-time (Maintainer): Add self.
41685         * modules/getlogin_r (Depends-on): Add extensions.
41686
41687 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41688
41689         * modules/clock-time: New module.
41690         * modules/nanosleep (Depends-on): Add clock-time.
41691         * modules/gethrxtime (Depends-on): Likewise.
41692         * modules/gettime (Depends-on): Likewise.
41693         * modules/settime (Depends-on): Likewise.
41694
41695         * modules/fts-lgpl: Depend on openat.
41696         * modules/mkancesdirs: Depend on savewd.
41697         * modules/mkdir-p: Likewise.
41698
41699 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41700
41701         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
41702
41703         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
41704         `gl_have_arbitrary_file_name_length_limit' to
41705         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
41706         actually works between configure runs.
41707
41708 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41709             Bruno Haible  <bruno@clisp.org>
41710
41711         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
41712
41713 2006-09-25  Jim Meyering  <jim@meyering.net>
41714
41715         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
41716         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
41717
41718 2006-09-25  Eric Blake  <ebb9@byu.net>
41719
41720         * gnulib-tool (func_import, func_create_testdir): Fix typos in
41721         exec's in 2006-09-18 patch when shuffling fds.
41722
41723 2006-09-25  Bruno Haible  <bruno@clisp.org>
41724
41725         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
41726         Reported by Jim Meyering.
41727
41728 2006-09-24  Jim Meyering  <jim@meyering.net>
41729
41730         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
41731         compare a pointer against a literal "0".  That caused failures with
41732         at least HP-UX's hpcc.
41733
41734 2006-09-22  Simon Josefsson  <jas@extundo.com>
41735
41736         * modules/gc-sha1:
41737         * modules/gc-md4:
41738         * modules/gc-hmac-sha1:
41739         * modules/gc-hmac-md5:
41740         * modules/gc-des:
41741         * modules/gc-arcfour: Distribute more files.
41742
41743 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41744
41745         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
41746         (gl_linked_iterator_from_to): Initialize struct completely.
41747         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
41748         (gl_tree_iterator_from_to): Likewise
41749         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
41750         * lib/gl_array_list.c [lint] (gl_array_iterator)
41751         (gl_array_iterator_from_to): Likewise.
41752         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
41753         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
41754         (gl_carray_iterator_from_to): Likewise.
41755
41756         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
41757         * lib/md4.c (md4_process_block): Remove unused variable.
41758         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
41759         parentheses for clarity.
41760
41761 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41762
41763         * modules/bison-i18n (Depends-on): Add gettext.
41764
41765 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41766
41767         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
41768         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
41769         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
41770         also add missing comma that caused broken test.
41771         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
41772         stdlib.h, for `abort'.
41773         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
41774         variables.
41775         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
41776         include unistd.h if present, for `rmdir'.
41777         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
41778         variables.
41779         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
41780         in the process include standard headers for prototypes.
41781         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
41782         gets declared on GNU/Linux.
41783         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
41784         unistd.h, for `rmdir'.
41785         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
41786
41787         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
41788         always true.
41789         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
41790
41791         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
41792
41793 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41794
41795         * gnulib-tool (func_version): Create output all at once.  This
41796         may help avoid triggering unnecessary SIGPIPEs, and at any
41797         rate it doesn't hurt.
41798
41799 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41800             Bruno Haible  <bruno@clisp.org>
41801
41802         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
41803         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41804         * m4/signed.m4 (bh_C_SIGNED): Likewise.
41805
41806         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
41807         (gl_FUNC_VASPRINTF): Invoke it.
41808
41809 2006-09-22  Bruno Haible  <bruno@clisp.org>
41810
41811         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
41812         getloadavg.c as first argument.
41813
41814 2006-09-22  Bruno Haible  <bruno@clisp.org>
41815
41816         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
41817         at the beginning of the gl_INIT macro.
41818         * modules/getloadavg (configure.ac): Pass $gl_source_base to
41819         gl_GETLOADAVG.
41820
41821 2006-09-22  Bruno Haible  <bruno@clisp.org>
41822
41823         * gnulib-tool (func_create_megatestdir): Don't include the config-h
41824         module.
41825         Suggested by Ralf Wildenhues.
41826
41827 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41828
41829         Import this patch from libc:
41830
41831         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
41832
41833         * lib/regex_internal.c (re_string_reconstruct): Handle
41834         offset < pstr->valid_raw_len && pstr->offsets_needed case.
41835         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
41836         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
41837         re_string_context_at.
41838
41839         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
41840         now requires it.
41841         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
41842         gl_REGEX now does it for us.
41843         (gl_REGEX): Add test taken from
41844         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
41845
41846         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
41847         Check that large offsets work.  Modernize Autoconf usages.
41848         Prefer "yes" to mean a good thing rather than a bad.
41849         Don't put "#define mkstemp" in config.h, as this might interfere
41850         with standard system headers that "#define mkstemp mkstemp64".
41851
41852         * modules/mkstemp (Depends-on): Add extensions, so that
41853         mkstemp is visible on some platforms.
41854         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
41855         (Include): Change to "mkstemp.h" from <stdlib.h>.
41856         (Files): Add mkstemp.h.
41857
41858         * lib/mkstemp.h: New file, since some standard headers
41859         #define mkstemp.
41860         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
41861         Include "mkstemp.h".
41862         Make the _LIBC code resemble glibc original more,
41863         e.g., use K&R style.
41864         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
41865         (mkstemp): Remove, since mkstemp.h does this for us.
41866         * lib/stdlib--.h: Include mkstemp.h.
41867
41868         Import this patch from libc:
41869
41870         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41871
41872         * lib/tempname.c (__gen_tempname): Change attempts_min
41873         into a macro.  Use preprocessor to decide how to initialize
41874         attempts [Coverity CID 67].
41875
41876 2006-09-20  Bruno Haible  <bruno@clisp.org>
41877
41878         * lib/mkdtemp.c: Import from libc.
41879         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41880                 * sysdeps/posix/tempname.c (__gen_tempname): Change
41881                 attempts_min into a macro.  Use preprocessor to decide how to
41882                 initialize attempts [Coverity CID 67].
41883         2001-11-27  Paul Eggert  <eggert@twinsun.com>
41884                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
41885                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
41886
41887 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41888
41889         * gnulib-tool (func_exit): New function, to allow to pass the
41890         exit status portably through the trap.  Use everywhere.
41891         (--help, --version): Signal a write error.
41892         (trap): catch SIGPIPE, for write errors.
41893         Exit at the end of the trap, with the correct exit status.
41894
41895 2006-09-19  Karl Berry  <karl@gnu.org>
41896
41897         * doc/gnulib.texi: note about the license texinfo files.
41898
41899 2006-09-19  Eric Blake  <ebb9@byu.net>
41900
41901         * gnulib-tool: Avoid space-tab.
41902
41903 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41904
41905         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
41906         that prevented coreutils 6.1 from building.  Problem reported
41907         by Petter Reinholdtsen.
41908
41909 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41910
41911         * gnulib-tool (avoidlist): Fix typo that broke options like
41912         --avoid=lock that are used by coreutils bootstrap.
41913
41914 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
41915
41916         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
41917         more systematically.
41918
41919 2006-09-18  Jim Meyering  <jim@meyering.net>
41920
41921         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
41922
41923 2006-09-18  Bruno Haible  <bruno@clisp.org>
41924
41925         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
41926
41927 2006-09-18  Bruno Haible  <bruno@clisp.org>
41928
41929         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
41930         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
41931         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
41932         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
41933         * m4/gettext.m4: Require autoconf >= 2.52.
41934         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
41935         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
41936         of gl_cv_header_inttypes_h.
41937
41938 2006-09-18  Bruno Haible  <bruno@clisp.org>
41939
41940         * lib/javaversion.c: Include configmake.h.
41941
41942 2006-09-18  Bruno Haible  <bruno@clisp.org>
41943
41944         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
41945         avoid that the while loops be executed in a subshell.
41946
41947 2006-09-18  Bruno Haible  <bruno@clisp.org>
41948
41949         * MODULES.html.sh (func_module): Break long lines.
41950         Suggested by Bruce Korb <bkorb@gnu.org>.
41951
41952 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41953
41954         Speed up by a factor of 1.12.
41955         * gnulib-tool (nl): New variable.
41956         (func_import): Rewrite include directive extraction to only read each
41957         directive once.
41958
41959 2006-09-17  Bruno Haible  <bruno@clisp.org>
41960
41961         * modules/javaversion (Makefile.am): Remove DEFS setting.
41962         (Depends-on): Add configmake, for PKGDATADIR definition.
41963
41964 2006-09-17  Bruno Haible  <bruno@clisp.org>
41965
41966         * gnulib-tool (func_create_testdir): Rewrite all files at once.
41967
41968 2006-09-17  Bruno Haible  <bruno@clisp.org>
41969
41970         * gnulib-tool (func_append): New function, stolen from libtool.m4.
41971         (func_modules_transitive_closure, func_modules_add_dummy,
41972         func_modules_to_filelist, func_import, func_create_testdir,
41973         func_create_megatestdir, ...): Use it wherever possible.
41974         Suggested by Ralf Wildenhues.
41975
41976 2006-09-16  Karl Berry  <karl@gnu.org>
41977
41978         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
41979         to avoid sectioning errors.
41980         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
41981         [ifinfo]: blank line after @center-ed titles.
41982         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
41983         Spell FSF address consistently with others.
41984         (These changes approved by rms.)
41985
41986 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41987
41988         Speed up by a factor of 1.61.
41989         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
41990         already checked module names again.
41991
41992 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41993
41994         Speed up by a factor of 1.13.
41995         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
41996         for new_files, and the input to func_add_or_update.
41997
41998 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41999
42000         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
42001         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
42002
42003 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42004
42005         * modules/mkancesdirs (Depends-on): Add fcntl.
42006         * modules/savewd: New file.
42007         * MODULES.html.sh (File system functions): Add savewd.
42008
42009         * modules/configmake (Makefile.am): Add support for the
42010         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
42011
42012 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42013
42014         * m4/savewd.m4: New file.
42015
42016 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42017
42018         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
42019         (dirchownmod): New arg FD.  All callers changed.
42020         Use FD rather than opening the directory ourself, as opening is
42021         now the caller's responsibility.
42022         * lib/dirchownmod.h: Likewise.
42023         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
42024         hosts that require <sys/types.h> before <sys/stat.h>.  Include
42025         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
42026         (test_dir): Remove.
42027         (mkancesdirs): Return length of prefix of FILE that has already
42028         been made, or -2 if there is a child doing the work.  Redo
42029         algorithm so that it is O(N) rather than O(N**2).  Optimize away
42030         ".", and treat ".." specially since it might stray back into
42031         already-created areas.  Use a subprocess if necessary.  New arg
42032         WD; all users changed.  MAKE_DIR function should now return 1
42033         if it creates a directory that is not readable.  Return -2 if
42034         a child process is spun off.
42035         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
42036         Adjust signature to match code.
42037         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
42038         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
42039         all users changed.
42040         * lib/savewd.c, lib/savewd.h: New files.
42041
42042 2006-09-15  Jim Meyering  <jim@meyering.net>
42043
42044         * modules/rename-dest-slash: New module.
42045         * MODULES.html.sh (posix_compat): Add it here.
42046
42047         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
42048
42049 2006-09-15  Jim Meyering  <jim@meyering.net>
42050
42051         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
42052         file.
42053
42054         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
42055
42056 2006-09-15  Jim Meyering  <jim@meyering.net>
42057
42058         * lib/rename-dest-slash.c (has_trailing_slash): Use
42059         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
42060         (rpl_rename_dest_slash): Perform the cheaper trailing slash
42061         test before testing whether SRC is a directory.
42062         Suggestions from Bruno Haible.
42063
42064         Avoid a warning about an unused variable.
42065         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
42066         into the #ifdef block where it's used.
42067
42068         * lib/rename-dest-slash.c: New file.
42069
42070 2006-09-14  Bruno Haible  <bruno@clisp.org>
42071
42072         * lib/allocsa.c: Include <config.h> unconditionally.
42073         * lib/asnprintf.c: Likewise.
42074         * lib/asprintf.c: Likewise.
42075         * lib/c-strcasecmp.c: Likewise.
42076         * lib/c-strcasestr.c: Likewise.
42077         * lib/c-strncasecmp.c: Likewise.
42078         * lib/c-strstr.c: Likewise.
42079         * lib/classpath.c: Likewise.
42080         * lib/clean-temp.c: Likewise.
42081         * lib/concatpath.c: Likewise.
42082         * lib/copy-file.c: Likewise.
42083         * lib/csharpcomp.c: Likewise.
42084         * lib/csharpexec.c: Likewise.
42085         * lib/execute.c: Likewise.
42086         * lib/fatal-signal.c: Likewise.
42087         * lib/findprog.c: Likewise.
42088         * lib/fwriteerror.c: Likewise.
42089         * lib/gl_array_list.c: Likewise.
42090         * lib/gl_array_oset.c: Likewise.
42091         * lib/gl_avltree_list.c: Likewise.
42092         * lib/gl_avltree_oset.c: Likewise.
42093         * lib/gl_avltreehash_list.c: Likewise.
42094         * lib/gl_carray_list.c: Likewise.
42095         * lib/gl_linked_list.c: Likewise.
42096         * lib/gl_linkedhash_list.c: Likewise.
42097         * lib/gl_list.c: Likewise.
42098         * lib/gl_oset.c: Likewise.
42099         * lib/gl_rbtree_list.c: Likewise.
42100         * lib/gl_rbtree_oset.c: Likewise.
42101         * lib/gl_rbtreehash_list.c: Likewise.
42102         * lib/imaxabs.c: Likewise.
42103         * lib/imaxdiv.c: Likewise.
42104         * lib/javacomp.c: Likewise.
42105         * lib/javaexec.c: Likewise.
42106         * lib/javaversion.c: Likewise.
42107         * lib/linebreak.c: Likewise.
42108         * lib/localcharset.c: Likewise.
42109         * lib/lock.c: Likewise.
42110         * lib/mbchar.c: Likewise.
42111         * lib/mbswidth.c: Likewise.
42112         * lib/mkdtemp.c: Likewise.
42113         * lib/pipe.c: Likewise.
42114         * lib/printf-args.c: Likewise.
42115         * lib/printf-parse.c: Likewise.
42116         * lib/progname.c: Likewise.
42117         * lib/progreloc.c: Likewise.
42118         * lib/readlink.c: Likewise.
42119         * lib/sh-quote.c: Likewise.
42120         * lib/stpcpy.c: Likewise.
42121         * lib/stpncpy.c: Likewise.
42122         * lib/strcasecmp.c: Likewise.
42123         * lib/strcasestr.c: Likewise.
42124         * lib/strcspn.c: Likewise.
42125         * lib/striconv.c: Likewise.
42126         * lib/strncasecmp.c: Likewise.
42127         * lib/strnlen1.c: Likewise.
42128         * lib/strstr.c: Likewise.
42129         * lib/strtok_r.c: Likewise.
42130         * lib/tls.c: Likewise.
42131         * lib/tmpdir.c: Likewise.
42132         * lib/unicodeio.c: Likewise.
42133         * lib/unsetenv.c: Likewise.
42134         * lib/vasnprintf.c: Likewise.
42135         * lib/vasprintf.c: Likewise.
42136         * lib/wait-process.c: Likewise.
42137         * lib/xallocsa.c: Likewise.
42138         * lib/xsetenv.c: Likewise.
42139         * lib/xstriconv.c: Likewise.
42140
42141 2006-09-13  Simon Josefsson  <jas@extundo.com>
42142
42143         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
42144         that internally, suggested by Ralf Wildenhues
42145         <Ralf.Wildenhues@gmx.de>.
42146
42147 2006-09-13  Simon Josefsson  <jas@extundo.com>
42148
42149         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
42150         @LIBOBJS@.
42151         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42152
42153 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
42154
42155         * lib/_fpending.c: Include <config.h> unconditionally, since we no
42156         longer worry about uses that don't define HAVE_CONFIG_H.
42157         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
42158         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
42159         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
42160         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
42161         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
42162         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
42163         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
42164         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
42165         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
42166         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
42167         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
42168         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
42169         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
42170         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
42171         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
42172         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
42173         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
42174         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
42175         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
42176         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
42177         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
42178         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
42179         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
42180         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
42181         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
42182         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
42183         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
42184         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
42185         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
42186         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
42187         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
42188         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
42189         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
42190         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
42191         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
42192         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
42193         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
42194         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
42195         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
42196         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
42197         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
42198         Likewise.
42199
42200 2006-09-13  Eric Blake  <ebb9@byu.net>
42201
42202         * lib/getopt.c: Fix typo in last commit.
42203
42204 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
42205
42206         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
42207         dgettext.
42208
42209 2006-09-12  Jim Meyering  <jim@meyering.net>
42210
42211         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
42212         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
42213         Reported by Nelson H. F. Beebe.
42214
42215 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
42216
42217         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
42218         program_invocation_name and program_invocation_short_name are
42219         initialized.
42220         * lib/argp-namefrob.h: Move declarations of program_invocation_name
42221         and program_invocation_short_name to argp.h, so they are visible
42222         to user programs.
42223         * lib/argp.h: Likewise
42224
42225 2006-09-10  Bruno Haible  <bruno@clisp.org>
42226
42227         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
42228         m4/inttypes_h.m4, m4/uintmax_t.m4.
42229
42230 2006-09-10  Bruno Haible  <bruno@clisp.org>
42231
42232         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
42233         gl_AC_TYPE_UINTMAX_T.
42234
42235 2006-09-10  Bruno Haible  <bruno@clisp.org>
42236
42237         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
42238
42239 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42240
42241         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
42242         convention.  Text proposed by Bruno Haible.
42243         (struct argp_option): Document the use of N_() wrappers.
42244
42245         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
42246         '\v', and translate the two parts separately, instead of feeding
42247         the whole string to gettext.  This allows to exclude
42248         '\v' from the strings visible to the translator by writing doc
42249         strings as N_("..") "\v" N_("..").
42250
42251 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
42252
42253         * config/srclist.txt: Undo latest change; the bug was fixed.
42254
42255 2006-09-09  Bruno Haible  <bruno@clisp.org>
42256
42257         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
42258         assignments if building a library without libtool.
42259         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
42260         in func_emit_lib_Makefile_am.
42261         (func_import): When building a static library libfoo.a, arrange to
42262         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
42263         (func_create_testdir): Likewise.
42264         * modules/gc (configure.ac, Makefile.am): If building statically,
42265         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
42266         * modules/iconvme (configure.ac, Makefile.am): Likewise.
42267         * modules/striconv (configure.ac, Makefile.am): Likewise.
42268         Based on a suggestion by Ralf Wildenhues.
42269
42270 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42271
42272         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
42273         Check for unistd.h too, since Autoconf doesn't assume POSIX.
42274         Also:
42275
42276         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42277         Add year_2050_test to catch glibc bug 2821
42278         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
42279
42280         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42281         Prefer #ifdef to #if.
42282
42283         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
42284         Return from 'main' instead of calling 'exit'.
42285
42286 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42287
42288         * lib/mktime.c (guess_time_tm): Fix bug where mktime
42289         returned the maximum time_t value rather than (time_t) -1.
42290         Problem originally reported by William Bardwell
42291         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
42292
42293         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
42294         Moved to here ...
42295         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
42296         ... from here.
42297
42298 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42299
42300         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
42301         2821 is fixed.
42302
42303 2006-09-08  Jim Meyering  <jim@meyering.net>
42304
42305         Don't make generated files read-only.  That would bother too many
42306         people.  However, do retain the ability to work when targets are
42307         read-only: remove the destination and temporary files before writing
42308         them (when generated via sed or echo), or by using the -f option for
42309         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
42310         * modules/alloca-opt, modules/argz, modules/arpa_inet:
42311         * modules/byteswap, modules/configmake, modules/fcntl:
42312         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
42313         * modules/localcharset, modules/netinet_in, modules/poll:
42314         * modules/stdbool, modules/stdint, modules/sys_select:
42315         * modules/sys_socket, modules/sys_stat, modules/sysexits:
42316
42317 2006-09-08  Jim Meyering  <jim@meyering.net>
42318
42319         Avoid new build failure on FreeBSD 6.0.
42320         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
42321         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
42322         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
42323
42324 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42325
42326         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
42327
42328 2006-09-07  Jim Meyering  <jim@meyering.net>
42329
42330         Fix global typo in last change: use chmod u-w, not chmod u-x.
42331         Spotted by Paul Eggert and Bruce Korb.
42332         * modules/alloca-opt, modules/argz, modules/arpa_inet:
42333         * modules/byteswap, modules/configmake, modules/fcntl:
42334         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
42335         * modules/localcharset, modules/netinet_in, modules/poll:
42336         * modules/stdbool, modules/stdint, modules/sys_select:
42337         * modules/sys_socket, modules/sys_stat, modules/sysexits:
42338
42339 2006-09-06  Jim Meyering  <jim@meyering.net>
42340
42341         Make generated files be read-only.
42342         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
42343         Ensure that each generated file is now read-only.
42344         * modules/argz: Likewise.
42345         * modules/arpa_inet: Likewise.
42346         * modules/byteswap: Likewise.
42347         * modules/configmake: Likewise.
42348         * modules/fcntl: Likewise.
42349         * modules/fnmatch: Likewise.
42350         * modules/getopt: Likewise.
42351         * modules/glob: Likewise.
42352         * modules/inttypes: Likewise.
42353         * modules/netinet_in: Likewise.
42354         * modules/poll: Likewise.
42355         * modules/stdbool: Likewise.
42356         * modules/stdint: Likewise.
42357         * modules/sys_select: Likewise.
42358         * modules/sys_socket: Likewise.
42359         * modules/sys_stat: Likewise.
42360         * modules/sysexits: Likewise.
42361         * modules/localcharset: Same as above, but continue using temporary
42362         file named "t-$@" (why different?) rather than the "$@-t" used
42363         everywhere else.
42364
42365         * modules/sysexits (Makefile.am): Replace literal occurrences
42366         of "sysexit.h" more readable, and more consistent, "$@".
42367
42368 2006-09-06  Bruno Haible  <bruno@clisp.org>
42369
42370         * modules/striconv: New file.
42371         * modules/xstriconv: New file.
42372         * MODULES.html.sh (Internationalization functions): Add striconv,
42373         xstriconv.
42374
42375 2006-09-06  Bruno Haible  <bruno@clisp.org>
42376
42377         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
42378         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
42379         not using libtool correctly.
42380
42381 2006-09-06  Bruno Haible  <bruno@clisp.org>
42382
42383         * lib/striconv.h: New file.
42384         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
42385         iconvstring.c.
42386         * lib/xstriconv.h: New file.
42387         * lib/xstriconv.c: New file.
42388
42389 2006-09-06  Bruno Haible  <bruno@clisp.org>
42390
42391         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42392         lib_..._LDFLAGS.
42393
42394 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42395
42396         * lib/argz_.h: Sync from Libtool.
42397
42398         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
42399                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
42400
42401         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
42402
42403 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
42404
42405         * modules/trim: New file.
42406
42407 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
42408
42409         * lib/trim.h: New file.
42410         * lib/trim.c: New file.
42411
42412 2006-09-05  Bruno Haible  <bruno@clisp.org>
42413
42414         * MODULES.html.sh (String handling): Add trim.
42415
42416 2006-09-04  Karl Berry  <karl@gnu.org>
42417
42418         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
42419         until next release.
42420
42421 2006-09-03  Bruno Haible  <bruno@clisp.org>
42422
42423         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
42424         correctly.
42425
42426 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42427
42428         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
42429         not gl_GETLOADAVG.  Omit unneeded semicolons.
42430         Problems reported by Ralf Wildenhues in
42431         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
42432         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
42433         at the end, which is the usual gnulib style.
42434
42435         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
42436         of doing all the work ourselves.
42437         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
42438         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
42439
42440 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42441
42442         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
42443         Problem reported by Ralf Wildenhues in
42444         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
42445
42446         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
42447         HAVE_STRUCT_STATFS_F_FSTYPENAME.
42448
42449 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42450
42451         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
42452         yesterday's patch by changing test -n to test -z.
42453
42454 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42455
42456         * modules/getloadavg (Files): Add m4/getloadavg.m4.
42457         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
42458         the former is now obsolescent.
42459
42460         * modules/chdir-long (Depends-on): Add fcntl.
42461
42462 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42463
42464         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
42465         obsolescent, and programs should use gnulib instead.
42466         * m4/getloadavg.m4: New file, with contents taken from Autoconf
42467         but with prefixes changed.
42468
42469 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42470
42471         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
42472         or stdbool.h, because they might not exist while configuring.
42473
42474         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
42475         Don't include unistd.h or limits.h; not needed, since chdir-long.h
42476         does that for us.
42477         (O_DIRECTORY): Remove.
42478
42479 2006-08-31  Eric Blake  <ebb9@byu.net>
42480
42481         * gnulib-tool: Don't let emacs change spaces to TAB.
42482
42483 2006-08-31  Bruno Haible  <bruno@clisp.org>
42484
42485         * gnulib-tool: When calling func_import more than once, do it in a
42486         subshell.
42487         Reported by Eric Blake <ebb9@byu.net>.
42488
42489 2006-08-31  Bruno Haible  <bruno@clisp.org>
42490
42491         * gnulib-tool (nl): Remove variable.
42492         (sed_transform_lib_file): Use more robust test for config-h module.
42493         (func_import): Fix typo in 2006-08-25 patch.
42494
42495 2006-08-31  Bruno Haible  <bruno@clisp.org>
42496
42497         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
42498         specified, augment Makefile.am variables instead of assigning them.
42499
42500 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42501
42502         Work around a bug in both the Linux and SunOS 64-bit kernels:
42503         nanosleep mishandles sleeps for longer than 2**31 seconds.
42504         Problem reported by Frank v Waveren in
42505         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
42506         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
42507         Check for nanosleep bug.
42508         (LIB_NANOSLEEP): Append clock_gettime library if needed.
42509
42510 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42511
42512         Work around a bug in both the Linux and SunOS 64-bit kernels:
42513         nanosleep mishandles sleeps for longer than 2**31 seconds.
42514         Problem reported by Frank v Waveren in
42515         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
42516         * lib/nanosleep.c (BILLION): New constant.
42517         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
42518         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
42519         implementation.
42520
42521 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42522
42523         * modules/nanosleep (Depends-on): Add gettime.
42524
42525 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
42526         and Simon Josefsson  <jas@extundo.com>
42527         and Oskar Liljeblad  <oskar@osk.mine.nu>
42528
42529         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
42530         * gnulib-tool (func_import): New license type 'unmodifiable license
42531         text'.
42532         * modules/fdl: Use it.  Longer description.
42533         * module/gpl, module/lgpl: New files.
42534
42535 2006-08-30  Jim Meyering  <jim@meyering.net>
42536
42537         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
42538         shadowing the parameter.
42539
42540 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42541
42542         Sync from Libtool:
42543
42544         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42545
42546         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
42547         sharing with gnulib.  Report by Eric Blake.
42548
42549 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42550
42551         * modules/isapipe: New file.
42552         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
42553
42554 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42555
42556         * modules/configmake (Makefile.am): Add a comment, and omit
42557         the CONFIGMAKE_ prefix from generated macro names.  Suggested
42558         by Bruno Haible.
42559
42560 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42561
42562         * m4/isapipe.m4: New file.
42563
42564 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42565
42566         * lib/isapipe.c, lib/isapipe.h: New files.
42567
42568 2006-08-29  Jim Meyering  <jim@meyering.net>
42569
42570         * modules/configmake (Makefile.am): Make configmake.h depend on
42571         Makefile.  Otherwise, a stale configmake.h could hang around.
42572
42573 2006-08-29  Eric Blake  <ebb9@byu.net>
42574
42575         * lib/error.c (error_at_line, print_errno_message): Match libc, after
42576         resolution of upstream bug 3044.
42577
42578 2006-08-29  Bruno Haible  <bruno@clisp.org>
42579
42580         * modules/localcharset (Depends-on): Add configmake.
42581         (Makefile.am): Remove setting of LIBDIR through DEFS.
42582
42583 2006-08-29  Bruno Haible  <bruno@clisp.org>
42584
42585         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
42586         defined.
42587
42588 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42589
42590         * modules/fcntl: New file.
42591         * modules/chdir-safer (Depends-on): Add fcntl.
42592         * modules/fts: Likewise.
42593         * modules/mkdir-p: Likewise.
42594
42595         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
42596         This undoes the most recent change, since we're now addressing the
42597         problem in a different way.
42598
42599         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
42600         into output, since the output might be called Makefile.am even
42601         if $makefile_name is something different.
42602         (func_import): Use $makefile_am rather than
42603         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
42604         empty.
42605
42606         * modules/inttypes (Files): Add m4/inttypes-h.m4.
42607
42608 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42609
42610         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
42611         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
42612         recent change to stdint.m4, since we're now addressing the problem in a
42613         different way.
42614
42615 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42616
42617         * m4/fcntl_h.m4: New file.
42618
42619 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42620
42621         * lib/fcntl_.h: New file.
42622         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
42623         the fcntl module.
42624         * lib/dirchownmod.c: Likewise.
42625         * lib/fts.c: Likewise.
42626
42627         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
42628         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
42629         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
42630         just before including <inttypes.h>, to avoid circular inclusion.
42631
42632 2006-08-28  Jim Meyering  <jim@meyering.net>
42633
42634         * doc/visibility.texi: Actually read and correct the grammar of the
42635         sentence affected by yesterday's change.
42636
42637 2006-08-28  Eric Blake  <ebb9@byu.net>
42638
42639         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
42640         needs wrapper.
42641
42642 2006-08-28  Eric Blake  <ebb9@byu.net>
42643
42644         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
42645
42646 2006-08-28  Eric Blake  <ebb9@byu.net>
42647
42648         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
42649
42650 2006-08-28  Bruno Haible  <bruno@clisp.org>
42651
42652         * modules/c-strstr: New file, from GNU gettext.
42653         * MODULES.html.sh (String handling): Add c-strstr.
42654
42655 2006-08-28  Bruno Haible  <bruno@clisp.org>
42656
42657         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
42658         macros.
42659         Reported by Eric Blake.
42660
42661 2006-08-28  Bruno Haible  <bruno@clisp.org>
42662
42663         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
42664         (VASNPRINTF): Return a string of length > INT_MAX without failing.
42665         * lib/vasprintf.c: Include errno.h, limits.h.
42666         (EOVERFLOW): New fallback definition.
42667         (vasprintf): Test here whether the string length is > INT_MAX.
42668         * lib/vsnprintf.c: Include errno.h, limits.h.
42669         (EOVERFLOW): New fallback definition.
42670         (vsnprintf): Fix bug when generated string was too long for the buffer.
42671         Test here whether the string length is > INT_MAX.
42672
42673 2006-08-28  Bruno Haible  <bruno@clisp.org>
42674
42675         * lib/inttypes_.h (SCNX*): Remove definitions.
42676         Reported by Eric Blake.
42677
42678 2006-08-28  Bruno Haible  <bruno@clisp.org>
42679
42680         * lib/c-strstr.h: New file, from GNU gettext.
42681         * lib/c-strstr.c: New file, from GNU gettext.
42682
42683 2006-08-28  Bruno Haible  <bruno@clisp.org>
42684
42685         * gnulib-tool: Reorder some statements.
42686
42687 2006-08-28  Bruno Haible  <bruno@clisp.org>
42688
42689         * gnulib-tool: New option --makefile-name.
42690         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
42691         $makefile_name.
42692         (func_import): Write $makefile_name to the cache file, and read it from
42693         there unless explicitly specified. Use $makefile_name as file name
42694         instead of Makefile.am. Adjust the recommendations accordingly.
42695
42696 2006-08-28  Bruno Haible  <bruno@clisp.org>
42697
42698         * gnulib-tool (func_verify_module): Check against misapplying patch.
42699
42700 2006-08-28  Bruno Haible  <bruno@clisp.org>
42701
42702         * gnulib-tool (func_relativize, func_relconcat): New functions.
42703         Give an error if --local-dir is given with --update.
42704         Remove trailing slashes from $local_gnulib_dir.
42705         (func_import): Store the relativized $local_gnulib_dir in
42706         gnulib-cache.m4, and read it from there if not specified explicitly.
42707
42708 2006-08-28  Bruno Haible  <bruno@clisp.org>
42709
42710         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
42711         is the current directory. Respect also $local_gnulib_dir.
42712
42713 2006-08-28  Bruno Haible  <bruno@clisp.org>
42714             Simon Josefsson  <jas@extundo.com>
42715
42716         BeOS portability.
42717         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
42718
42719 2006-08-27  Jim Meyering  <jim@meyering.net>
42720
42721         * doc/visibility.texi: Remove duplicate word: "pointer".
42722
42723 2006-08-26  Bruno Haible  <bruno@clisp.org>
42724
42725         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
42726         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
42727         (Makefile.am): Create inttypes.h from inttypes_.h.
42728         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
42729
42730         * modules/imaxabs: New file.
42731
42732         * modules/imaxdiv: New file.
42733
42734 2006-08-26  Bruno Haible  <bruno@clisp.org>
42735
42736         * m4/inttypes.m4: New file.
42737         * m4/_inttypes_h.m4: Remove file.
42738         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
42739         PRI_MACROS_BROKEN.
42740         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
42741
42742         * m4/imaxabs.m4: New file.
42743
42744         * m4/imaxdiv.m4: New file.
42745
42746 2006-08-26  Bruno Haible  <bruno@clisp.org>
42747
42748         * lib/inttypes_.h: New file.
42749         * lib/inttypes.h: Remove file.
42750         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
42751
42752         * lib/imaxabs.c: New file.
42753
42754         * lib/imaxdiv.c: New file.
42755
42756 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42757
42758         New config-h module, so that "make" output needn't be cluttered
42759         by -DHAVE_CONFIG_H.
42760         * MODULES.html.sh (Support for building libraries and executables):
42761         Add config-h.
42762         * modules/config-h: New file.
42763         * gnulib-tool (nl, sed_transform_lib_file): New vars.
42764         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
42765         the config-h module is used.
42766
42767         New configmake module, so that "make" output needn't be cluttered
42768         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
42769         * MODULES.html.sh (Support for building libraries and executables):
42770         Add configmake.
42771         * modules/configmake: New file.
42772
42773 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42774
42775         * m4/config-h.m4: New file.
42776
42777 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42778
42779         * config/srclist.txt: Add elisp-comp.
42780
42781 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42782
42783         * MODULES.html.sh (Support for building libraries and executables):
42784         Add elisp-comp.
42785         * build-aux/elisp-comp: New file.
42786         * modules/elisp-comp: New file.
42787
42788 2006-08-24  Bruno Haible  <bruno@clisp.org>
42789
42790         * gnulib-tool (func_create_testdir): Use non-default values of
42791         sourcebase and m4base.
42792
42793 2006-08-24  Bruno Haible  <bruno@clisp.org>
42794
42795         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
42796         HTML structure.
42797
42798 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42799
42800         * modules/openat (Depends-on): Add lchown.
42801
42802 2006-08-23  Bruno Haible  <bruno@clisp.org>
42803
42804         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
42805         of gl_LOCK_EARLY instead of gl_LOCK.
42806
42807 2006-08-23  Bruno Haible  <bruno@clisp.org>
42808
42809         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
42810         on OSF/1 to no.
42811         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
42812
42813 2006-08-23  Bruno Haible  <bruno@clisp.org>
42814
42815         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
42816         as unusable.
42817
42818         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
42819         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
42820         (gl_LOCK): New macro.
42821
42822 2006-08-22  Simon Josefsson  <jas@extundo.com>
42823
42824         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
42825         to md5 module.
42826
42827 2006-08-22  Simon Josefsson  <jas@extundo.com>
42828
42829         * MODULES.html.sh: Add "Support for maintaining and release
42830         projects".
42831
42832         * build-aux/gnupload: New file, from coreutils.
42833
42834 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42835
42836         Avoid the need for AC_LIBSOURCES in m4 macros.
42837         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
42838         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
42839         * modules/check-version (EXTRA_DIST): Add check-version.h.
42840         * modules/crc (EXTRA_DIST): Add crc.h.
42841         * modules/des (EXTRA_DIST): Add des.h.
42842         * modules/gc (EXTRA_DIST): Add gc.h.
42843         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
42844         * modules/getline (EXTRA_DIST): Add getline.h.
42845         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
42846         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
42847         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
42848         * modules/md2 (EXTRA_DIST): Add md2.h.
42849         * modules/md4 (EXTRA_DIST): Add md4.h.
42850         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
42851         * modules/read-file (EXTRA_DIST): Add read-file.h.
42852         * modules/readline (EXTRA_DIST): Add readline.h.
42853         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
42854         rijndael-api-fst.h.
42855
42856 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42857
42858         * m4/rijndael.m4 (gl_ARCFOUR):
42859         * m4/arctwo.m4 (gl_ARCTWO):
42860         * m4/check-version.m4 (gl_CHECK_VERSION):
42861         * m4/crc.m4 (gl_CRC):
42862         * m4/des.m4 (gl_DES):
42863         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
42864         * m4/gc.m4 (gl_GC):
42865         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
42866         * m4/getline.m4 (gl_FUNC_GETLINE):
42867         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
42868         * m4/hmac-md5.m4 (gl_HMAC_MD5):
42869         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
42870         * m4/md2.m4 (gl_MD2):
42871         * m4/md4.m4 (gl_MD4):
42872         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
42873         * m4/read-file.m4 (gl_FUNC_READ_FILE):
42874         * m4/readline.m4 (gl_FUNC_READLINE):
42875         * m4/rijndael.m4 (gl_RIJNDAEL):
42876         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42877         to get the necessary .h files and whatnot.
42878
42879 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42880
42881         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
42882         gnulib rather than the other way around.
42883         * config/srclistvars.sh (COREUTILS): Remove.
42884
42885 2006-08-22  Jim Meyering  <jim@meyering.net>
42886
42887         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
42888
42889         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
42890
42891 2006-08-22  Eric Blake  <ebb9@byu.net>
42892
42893         * modules/regexprops-generic: New file.
42894         * MODULES.html.sh (Support for building documentation): List it.
42895
42896 2006-08-22  Eric Blake  <ebb9@byu.net>
42897
42898         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
42899         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
42900         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
42901         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
42902
42903 2006-08-22  Bruno Haible  <bruno@clisp.org>
42904
42905         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
42906         and lib_LTLIBRARIES like the other lib_* variables.
42907
42908 2006-08-22  Bruno Haible  <bruno@clisp.org>
42909
42910         * build-aux/x-to-1.in: New file, from GNU gettext.
42911
42912 2006-08-22  Bruno Haible  <bruno@clisp.org>
42913
42914         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
42915         <utmpx.h> exists.
42916
42917 2006-08-22  Bruno Haible  <bruno@clisp.org>
42918
42919         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
42920         <utmpx.h> exists.
42921
42922 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42923
42924         BeOS portability.
42925         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
42926         exist.
42927         Problem reported by Bruno Haible.
42928
42929 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42930
42931         Avoid the need for AC_LIBSOURCES in m4 macros.
42932         * modules/acl (EXTRA_DIST): Add acl.h.
42933         * modules/argmatch (Files): Add m4/argmatch.m4.
42934         (configure.ac): Add gl_ARGMATCH.
42935         (EXTRA_DIST): Renamed from lib_SOURCES, for
42936         consistency with the other modules.  Remove argmatch.c.
42937         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
42938         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
42939         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
42940         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
42941         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
42942         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
42943         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
42944         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
42945         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
42946         * modules/closeout (EXTRA_DIST): Add closeout.h.
42947         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
42948         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
42949         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
42950         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
42951         dirname.h; remove basename.c and stripslash.c.
42952         * modules/exclude (EXTRA_DIST): Add exclude.h.
42953         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
42954         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
42955         * modules/file-type (EXTRA_DIST): Add file-type.h.
42956         * modules/filemode (EXTRA_DIST): Add filemode.h.
42957         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
42958         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42959         * modules/fpending (EXTRA_DIST): Add __fpending.h.
42960         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
42961         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
42962         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
42963         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
42964         * modules/getdate (EXTRA_DIST): Add getdate.c.
42965         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
42966         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
42967         * modules/getpass (EXTRA_DIST): Add getpass.h.
42968         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
42969         * modules/group-member (EXTRA_DIST): Add group-member.h.
42970         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
42971         * modules/hash (EXTRA_DIST): Add hash.h.
42972         * modules/human (EXTRA_DIST): Add human.h.
42973         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
42974         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
42975         * modules/lchown (EXTRA_DIST): Add lchown.h.
42976         * modules/long-options (EXTRA_DIST): Add long-options.h.
42977         * modules/lstat (EXTRA_DIST): Add lstat.h.
42978         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
42979         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
42980         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
42981         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
42982         * modules/memxor (EXTRA_DIST): Add memxor.h.
42983         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
42984         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
42985         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
42986         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
42987         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
42988         * modules/physmem (EXTRA_DIST): Add physmem.h.
42989         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
42990         * modules/posixver (EXTRA_DIST): Add posixver.h.
42991         * modules/quote (EXTRA_DIST): Add quote.h.
42992         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
42993         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
42994         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
42995         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
42996         regex_internal.h regexec.c.
42997         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
42998         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
42999         * modules/same (EXTRA_DIST): Add same.h.
43000         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
43001         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
43002         * modules/savedir (EXTRA_DIST): Add savedir.h.
43003         * modules/sha1 (EXTRA_DIST): Add sha1.h.
43004         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
43005         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
43006         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
43007         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
43008         * modules/strdup (EXTRA_DIST): Add strdup.h.
43009         * modules/strftime (EXTRA_DIST): Add strftime.h.
43010         * modules/strndup (EXTRA_DIST): Add strndup.h.
43011         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
43012         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
43013         * modules/time_r (EXTRA_DIST): Add time_r.h.
43014         * modules/timespec (EXTRA_DIST): Add timespec.h.
43015         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
43016         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
43017         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
43018         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
43019         * modules/userspec (EXTRA_DIST): Add userspec.h.
43020         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
43021         * modules/utimens (EXTRA_DIST): Add utimens.h.
43022         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
43023         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
43024         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
43025         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
43026         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
43027         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
43028         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
43029         * modules/yesno (EXTRA_DIST): Add yesno.h.
43030
43031 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43032
43033         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
43034
43035         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
43036         * m4/dev-ino.m4, same-inode.m4: Remove.
43037
43038         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
43039         * m4/acl.m4 (AC_FUNC_ACL):
43040         * m4/backupfile.m4 (gl_BACKUPFILE):
43041         * m4/c-strtod.m4 (gl_C99_STRTOLD):
43042         * m4/canon-host.m4 (gl_CANON_HOST):
43043         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
43044         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
43045         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
43046         * m4/cloexec.m4 (gl_CLOEXEC):
43047         * m4/close-stream.m4 (gl_CLOSE_STREAM):
43048         * m4/closeout.m4 (gl_CLOSEOUT):
43049         * m4/dirfd.m4 (gl_FUNC_DIRFD):
43050         * m4/dirname.m4 (gl_DIRNAME):
43051         * m4/exclude.m4 (gl_EXCLUDE):
43052         * m4/exitfail.m4 (gl_EXITFAIL):
43053         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
43054         * m4/file-type.m4 (gl_FILE_TYPE):
43055         * m4/filemode.m4 (gl_FILEMODE):
43056         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
43057         * m4/fpending.m4 (gl_FUNC_FPENDING):
43058         * m4/fprintftime.m4 (gl_FPRINTFTIME):
43059         * m4/fts.m4 (gl_FUNC_FTS):
43060         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
43061         * m4/getdate.m4 (gl_GETDATE):
43062         * m4/gethrxtime.m4 (gl_GETHRXTIME):
43063         * m4/getpagesize.m4 (gl_GETPAGESIZE):
43064         * m4/getpass.m4 (gl_FUNC_GETPASS):
43065         * m4/gettime.m4 (gl_GETTIME):
43066         * m4/getugroups.m4 (gl_GETUGROUPS):
43067         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
43068         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
43069         * m4/hard-locale.m4 (gl_HARD_LOCALE):
43070         * m4/hash.m4 (gl_HASH):
43071         * m4/idcache.m4 (gl_IDCACHE):
43072         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
43073         * m4/lchown.m4 (gl_FUNC_LCHOWN):
43074         * m4/long-options.m4 (gl_LONG_OPTIONS):
43075         * m4/lstat.m4 (gl_FUNC_LSTAT):
43076         * m4/md5.m4 (gl_MD5):
43077         * m4/memcasecmp.m4 (gl_MEMCASECMP):
43078         * m4/memcoll.m4 (gl_MEMCOLL):
43079         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
43080         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
43081         * m4/memxor.m4 (gl_MEMXOR):
43082         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
43083         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
43084         * m4/modechange.m4 (gl_MODECHANGE):
43085         * m4/mountlist.m4 (gl_MOUNTLIST):
43086         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
43087         * m4/openat.m4 (gl_FUNC_OPENAT):
43088         * m4/pathmax.m4 (gl_PATHMAX):
43089         * m4/physmem.m4 (gl_PHYSMEM):
43090         * m4/posixtm.m4 (gl_POSIXTM):
43091         * m4/posixver.m4 (gl_POSIXVER):
43092         * m4/quote.m4 (gl_QUOTE):
43093         * m4/quotearg.m4 (gl_QUOTEARG):
43094         * m4/readtokens.m4 (gl_READTOKENS):
43095         * m4/readutmp.m4 (gl_READUTMP):
43096         * m4/regex.m4 (gl_REGEX):
43097         * m4/safe-read.m4 (gl_SAFE_READ):
43098         * m4/safe-write.m4 (gl_SAFE_WRITE):
43099         * m4/same.m4 (gl_SAME):
43100         * m4/save-cwd.m4 (gl_SAVE_CWD):
43101         * m4/savedir.m4 (gl_SAVEDIR):
43102         * m4/settime.m4 (gl_SETTIME):
43103         * m4/sha1.m4 (gl_SHA1):
43104         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
43105         * m4/stat-macros.m4 (gl_STAT_MACROS):
43106         * m4/stat-time.m4 (gl_STAT_TIME):
43107         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
43108         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
43109         * m4/strdup.m4 (gl_FUNC_STRDUP):
43110         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
43111         * m4/strndup.m4 (gl_FUNC_STRNDUP):
43112         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
43113         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
43114         * m4/time_r.m4 (gl_TIME_R):
43115         * m4/timespec.m4 (gl_TIMESPEC):
43116         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
43117         * m4/unlinkdir.m4 (gl_UNLINKDIR):
43118         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
43119         * m4/userspec.m4 (gl_USERSPEC):
43120         * m4/utimecmp.m4 (gl_UTIMECMP):
43121         * m4/utimens.m4 (gl_UTIMENS):
43122         * m4/xalloc.m4 (gl_XALLOC):
43123         * m4/xgetcwd.m4 (gl_XGETCWD):
43124         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
43125         * m4/xreadlink.m4 (gl_XREADLINK):
43126         * m4/xstrtod.m4 (gl_XSTRTOD):
43127         * m4/yesno.m4 (gl_YESNO):
43128         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
43129         to get the necessary .h files and whatnot.
43130
43131 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
43132             Bruno Haible  <bruno@clisp.org>
43133
43134         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
43135         /bin/sh understanding of '!' conditional negation.
43136
43137 2006-08-21  Jim Meyering  <jim@meyering.net>
43138
43139         * modules/openat (Depends-on): Really alphabetize.
43140
43141         * modules/acl (Depends-on): Add error and quote.
43142
43143         * check-module (find_included_lib_files): Add at-func.c to the
43144         ok-to-include-more-than-once white list.
43145
43146         * modules/openat (Depends-on): Add lstat.  Alphabetize.
43147
43148 2006-08-21  Bruno Haible  <bruno@clisp.org>
43149
43150         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43151         Emit a pkgdata_DATA variable only if some snippets add contents to it.
43152         Reported by Martin Lambers <marlam@marlam.de>.
43153
43154 2006-08-21  Bruno Haible  <bruno@clisp.org>
43155
43156         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
43157         specify an installation location, don't emit a noinst_LIBRARIES or
43158         noinst_LTLIBRARIES assignment.
43159
43160 2006-08-21  Bruno Haible  <bruno@clisp.org>
43161
43162         BeOS portability.
43163         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
43164         BeOS has mbrtowc() but no <wctype.h>.
43165
43166 2006-08-21  Bruno Haible  <bruno@clisp.org>
43167
43168         BeOS portability.
43169         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
43170         exist.
43171
43172 2006-08-21  Bruno Haible  <bruno@clisp.org>
43173
43174         BeOS portability.
43175         * lib/mbchar.h: Include <wctype.h> only if it exists.
43176
43177 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43178
43179         Remove files that are no longer needed by their respective modules.
43180         * m4/obstack.m4: Remove.
43181         * m4/strerror_r.m4: Remove.
43182         * m4/uint32_t.m4: Remove.
43183         * m4/uintptr_t.m4: Remove.
43184         * m4/ullong_max.m4: Remove.
43185         * m4/xstrtoimax.m4: Remove.
43186         * m4/xstrtoumax.m4: Remove.
43187
43188         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
43189         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
43190         dependencies now capture this.
43191
43192         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
43193         Do not use AC_LIBSOURCES, since gnulib modules now do this.
43194         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
43195         * m4/human.m4 (gl_HUMAN): Likewise.
43196         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
43197         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
43198
43199         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
43200
43201         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
43202         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
43203         stdint.
43204         * m4/human.m4 (gl_HUMAN): Likewise.
43205         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
43206         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
43207         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
43208         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
43209         * m4/xstrtol (gl_XSTRTOL): Likewise.
43210
43211         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
43212         AC_TYPE_LONG_LONG_INT.
43213         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
43214         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
43215         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
43216         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
43217
43218         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
43219         on stdbool.
43220
43221         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
43222         (gl_PREREQ_XSTRTOUL): Remove.
43223
43224         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
43225
43226         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
43227         mode.
43228
43229 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43230
43231         Add and change modules to make it easier for coreutils to use
43232         gnulib-tool.
43233         * modules/backupfile (Files): Remove m4/d-ino.m4.
43234         (Depends-on): Add d-ino.
43235         * modules/cycle-check (Depends-on): Add stdint.
43236         (lib_SOURCES): Add cycle-check.h.
43237         * modules/d-ino: New module.
43238         * modules/d-type: New module.
43239         * modules/error (Files): Remove m4/strerror_r.m4.
43240         * modules/filemode (Files): Add m4/st_dm_mode.m4.
43241         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43242         m4/inttypes_h.m4, m4/uintmax_t.m4.
43243         (Depends-on): Add stdint.
43244         (lib_SOURCES): Add fsusage.h.
43245         * modules/getcwd (Files): Remove d-ino.m4.
43246         (Depends-on): Add d-ino.
43247         * modules/getndelim2 (Depends-on): Add stdint.
43248         * modules/glob (Files): Remove m4/d-type.m4.
43249         (Depends-on): Add d-type.
43250         * modules/host-os: New module.
43251         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
43252         m4/inttypes_h.m4, m4/uintmax_t.m4.
43253         * Depends-on: Add stdint.
43254         (lib_SOURCES): Add human.h.
43255         * modules/inttostr (Files): Remove m4/intmax_t.m4,
43256         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
43257         m4/uintmax_t.m4, m4/ulonglong.m4.
43258         (Depends-on): Add stdint.
43259         (EXTRA_DIST): Add inttostr.h.
43260         * modules/lchmod: New module.
43261         * modules/link-follow: New module.
43262         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
43263         (Depends-on): Add lchmod.
43264         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
43265         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
43266         (Depends-on): Add stdint.
43267         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
43268         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
43269         (Depends-on): Add stdint.
43270         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
43271         * modules/perl: New module.
43272         * modules/regex (Depends-on): Add stdint.
43273         * modules/rmdir-errno: New module.
43274         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
43275         m4/intmax_t.m4.
43276         (Depends-on): Add stdint.
43277         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
43278         m4/uintmax_t.m4.
43279         (Depends-on): Add stdint.
43280         * modules/unlink-busy: New module.
43281         * modules/utimecmp (Depends-on): Add stdint.
43282         * modules/uptime: New module.
43283         * modules/winsz-ioctl: New module.
43284         * modules/winsz-termios: New module.
43285         * modules/xnanosleep (Depends-on): Add nanosleep.
43286         * modules/ullong_max: Remove.
43287         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
43288         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
43289         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
43290         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
43291         (Depends-on): Add inttypes.
43292         (lib_SOURCES): Add xstrtol.h.
43293         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
43294         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
43295         * MODULES.html.sh: Move 'assert' into the assert section.
43296         Move 'dummy' into the linking section.
43297         Remove ullong_max.
43298         Add section for compatibility checks for POSIX:2001 functions,
43299         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
43300         winsz-ioctl, and winsz-termios into it.
43301         Add lchmod.
43302         Add top-level Misc section and put host-os, perl, and uptime
43303         into it.
43304
43305 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43306
43307         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
43308         now assume the stdint module.  Do not include inttypes.h.
43309         * lib/fsusage.h: Likewise.
43310         * lib/getndelim2.c: Likewise.
43311         * lib/human.h: Likewise.
43312         * lib/inttostr.h: Likewise.
43313         * lib/obstack.c: Likewise.
43314         * lib/regex_internal.h: Likewise.
43315         * lib/tempname.c: Likewise.
43316         * lib/utimecmp.c: Likewise.
43317         * lib/xstrtol.h: Likewise.
43318
43319         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
43320
43321         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
43322         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
43323         * lib/xtime.h: Likewise.
43324
43325 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43326
43327         * modules/openat (Files): Add lib/fchmodat.c.
43328         Fixes problem reported by Jay Youngman.
43329
43330 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43331
43332         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
43333         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
43334
43335 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
43336             Bruno Haible  <bruno@clisp.org>
43337
43338         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
43339         and is a script that invokes bison. Tighten the code. Add comments.
43340
43341 2006-08-18  Jim Meyering  <jim@meyering.net>
43342
43343         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
43344         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
43345         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
43346         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
43347
43348 2006-08-18  Bruno Haible  <bruno@clisp.org>
43349
43350         * modules/bison-i18n: New file.
43351         * MODULES.html.sh (Internationalization functions): Add it.
43352
43353 2006-08-18  Bruno Haible  <bruno@clisp.org>
43354
43355         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
43356         sys/statvfs.h. When getmntinfo was found, check its declaration and
43357         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
43358
43359 2006-08-18  Bruno Haible  <bruno@clisp.org>
43360
43361         * m4/bison-i18n.m4: New file, from bison.
43362
43363 2006-08-18  Bruno Haible  <bruno@clisp.org>
43364
43365         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
43366         (ME_DUMMY): Treat "kernfs" as a dummy.
43367         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
43368
43369 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43370
43371         Update from coreutils.
43372
43373         2006-08-15  Jim Meyering  <jim@meyering.net>
43374
43375         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
43376
43377         2006-01-17  Jim Meyering  <jim@meyering.net>
43378
43379         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
43380
43381         2006-01-11  Jim Meyering  <jim@meyering.net>
43382
43383         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
43384         Check for the lchmod function.
43385
43386 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43387
43388         Update from coreutils.
43389
43390         * lib/__fpending.h: Add copyright notice.
43391         * lib/fprintftime.h: Likewise.
43392         * lib/savedir.c: Use (C) in copyright notice.
43393         * lib/savedir.h: Likewise.
43394
43395         2006-08-15  Jim Meyering  <jim@meyering.net>
43396
43397         * lib/at-func.c: New file, with the logic of all emulated at-functions.
43398         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
43399         in support of the EXPECTED_ERRNO macro.
43400         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
43401         definitions.  Instead, define the appropriate symbols and include
43402         "at-func.c".
43403         * lib/mkdirat.c (mkdirat): Likewise.
43404         * lib/fchmodat.c (fchmodat): Likewise.
43405         (ENOSYS): Remove definition.
43406         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
43407         it.  Don't include "unistd--.h" -- it wasn't ever used.
43408
43409         2006-01-17  Jim Meyering  <jim@meyering.net>
43410
43411         Rewrite fts.c not to change the current working directory,
43412         by using openat, fstatat, fdopendir, etc..
43413
43414         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
43415         (HAVE_OPENAT_SUPPORT): Define.
43416         [_LIBC] (fchdir): Don't undef or define; no longer used.
43417         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
43418         Now, this `function' always succeeds, and consumes its file descriptor
43419         parameter -- so callers must not close such FDs.  Update callers.
43420         (diropen_fd, opendirat, cwd_advance_fd): New functions.
43421         (diropen): Add parameter, SP.  Adjust all callers.
43422         Implement using diropen_fd, rather than open.
43423         (fts_open): Initialize new member, fts_cwd_fd.
43424         Remove fts_rft-setting code.
43425         (fts_close): Close fts_cwd_fd, if necessary.
43426         (__opendir2): Define in terms of opendir or opendirat,
43427         depending on whether the FST_NOCHDIR flag is set.
43428         (fts_build): Since fts_safe_changedir consumes its FD, and since
43429         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
43430         and close the dup'd file descriptor upon failure.
43431         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
43432         (fts_safe_changedir): Tweak semantics to reflect that this function
43433         now calls cwd_advance_fd and hence consumes its FD argument.
43434         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
43435         [struct FTS] (fts_rft): Remove now-unused member.
43436         [struct FTS] (fts_cycle.state): Improve comment.
43437
43438         * lib/openat.c (openat_needs_fchdir): New function.
43439         * lib/openat.h (openat_needs_fchdir): Declare it.
43440
43441 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
43442
43443         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
43444         Problem and fix reported by Pádraig Brady in
43445         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
43446
43447 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43448
43449         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
43450
43451 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43452
43453         * lib/memcoll.c (memcoll): Optimize for the common case where the
43454         arguments are bytewise equal.
43455
43456 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43457
43458         * doc/regexprops-generic.texi: Add a copyright notice.
43459
43460 2006-08-15  Bruno Haible  <bruno@clisp.org>
43461
43462         * modules/tmpdir (License): Change to LGPL.
43463
43464 2006-08-15  Bruno Haible  <bruno@clisp.org>
43465
43466         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
43467         module.
43468
43469 2006-08-14  Simon Josefsson  <jas@extundo.com>
43470
43471         * config/srclist.txt: Add gnupload.
43472
43473 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43474
43475         Change copyright notice from LGPL 2 to GPL 2, since that's the
43476         standard form used in the gnulib repository.
43477         * tests/test-lock.c: Likewise.
43478         * tests/test-stdint.c: Likewise.
43479         * tests/test-tls.c: Likewise.
43480
43481         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
43482         prelude-manager.  User shorter URLs for GNU projects, without '?'.
43483         Add copyright notice.
43484
43485         * check-module: Add copyright notice.  Output a copyright
43486         notice if "--version" is specified.
43487         * modules/COPYING: New file.
43488         * tests/test-getaddrinfo.c: Add copyright notice.
43489         * tests/test-verify.c: Likewise.
43490
43491 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43492
43493         Change copyright notice from LGPL 2 to GPL 2, since that's the
43494         standard form used in the gnulib repository.
43495         * lib/lock.c: LGPL -> GPL.
43496         * lib/lock.h: Likewise.
43497         * lib/strnlen1.c: Likewise.
43498         * lib/strnlen1.h: Likewise.
43499         * lib/tls.c: Likewise.
43500         * lib/tls.h: Likewise.
43501         * lib/tmpdir.c: Likewise.
43502
43503         * lib/TODO: Remove; this belongs only in coreutils.
43504
43505 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43506
43507         Add copyright notices to long-enough files that lack them, since
43508         otherwise the files aren't clearly free.  Use the same notice that
43509         getdate.texi already uses.
43510         * doc/alloca-opt.texi: Add copyright notice.
43511         * doc/alloca.texi: Likewise.
43512         * doc/ctime.texi: Likewise.
43513         * doc/functions.texi: Likewise.
43514         * doc/gcd.texi: Likewise.
43515         * doc/gnulib-tool.texi: Likewise.
43516         * doc/inet_ntoa.texi: Likewise.
43517         * doc/visibility.texi: Likewise.
43518
43519         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
43520         * doc/quote.texi: Add copyright notice.
43521
43522         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
43523         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
43524         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
43525         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
43526         is now obsolete, and give a pointer to the Sun list.
43527         Add copyright notice.
43528
43529 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
43530
43531         * config/srclistvars.sh: Add copyright notice.
43532
43533 2006-08-14  Eric Blake  <ebb9@byu.net>
43534
43535         Import the following change from libc:
43536
43537         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
43538
43539         Upstream bug 2997.
43540         * lib/misc/error.c: Add space between program name and message if file
43541         name is missing.
43542
43543 2006-08-12  Karl Berry  <karl@gnu.org>
43544
43545         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
43546         remove, these originate in gnulib now.
43547
43548 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43549
43550         * doc/Makefile (standards.info standards.html standards.dvi):
43551         Also depend on make-stds.texi.
43552
43553 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43554
43555         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
43556         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
43557
43558         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
43559         in wchar_t.  Problem reported by Eric Blake.
43560
43561         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
43562         LEN is smaller than SIZE.  Suggested by Bruno Haible.
43563         Also, help the compiler to keep LEN in a register.
43564
43565 2006-08-11  Eric Blake  <ebb9@byu.net>
43566
43567         * users.txt: Sort.  Add tar.
43568
43569 2006-08-11  Bruno Haible  <bruno@clisp.org>
43570
43571         * users.txt: New file.
43572
43573 2006-08-11  Bruno Haible  <bruno@clisp.org>
43574
43575         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
43576         before <wchar.h>. Needed for OSF/1 and BSD/OS.
43577
43578 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
43579
43580         * modules/snprintf (Depends-on): Remove minmax.
43581         (Maintainer): Add self and Bruno.
43582
43583 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
43584
43585         * lib/.cppi-disable: Add snprintf.h, socket_.h.
43586         * lib/snprintf.c: Include <errno.h> and <limits.h>.
43587         (EOVERFLOW): Define if the system does not.
43588         Do not include "minmax.h"; it wasn't used.
43589         (snprintf): Don't assume size_t promotes to an unsigned type.
43590         Fix bug when generated string was too long for the buffer: the
43591         buffer's contents are supposed to be the initial prefix of the
43592         output.  Don't assume vasnprintf returns EOVERFLOW if the size
43593         exceeds INT_MAX; do the check ourselves.
43594
43595         Import the following changes from libc:
43596
43597         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
43598
43599         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
43600         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
43601         set wc to the byte which couldn't be converted.
43602         (re_string_reconstruct): Don't clear valid_raw_len before calling
43603         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
43604         tip_context using re_string_context_at.
43605
43606         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
43607
43608         * lib/posix/regex.h: g++ still cannot handled [restrict].
43609
43610         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
43611
43612         * lib/posix/regex.h: Remove special handling for VMS.
43613
43614 2006-08-10  Jim Meyering  <jim@meyering.net>
43615
43616         * modules/same-inode: New module.
43617         * modules/dev-ino: New module.
43618         * modules/cycle-check: Depend on these modules, rather than simply
43619         including their .h files.
43620         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
43621         required via m4/cycle-check.m4.
43622         * modules/same: Depend on new same-inode module, rather than
43623         including same-inode.h.
43624         * modules/chdir-safer: New file.
43625
43626         * modules/chown (Depends-on): Add stat-macros.
43627
43628 2006-08-10  Jim Meyering  <jim@meyering.net>
43629
43630         * m4/cycle-check.m4: New file.
43631         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
43632         * m4/dev-ino.m4, m4/same-inode.m4: New files.
43633
43634 2006-08-10  Eric Blake  <ebb9@byu.net>
43635
43636         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
43637         in from original proposal.
43638
43639 2006-08-10  Eric Blake  <ebb9@byu.net>
43640         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43641
43642         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
43643         namespace.
43644
43645 2006-08-10  Bruno Haible  <bruno@clisp.org>
43646
43647         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
43648         as well.
43649
43650 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43651
43652         Sync from coreutils.
43653
43654         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
43655
43656         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
43657         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
43658
43659 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43660
43661         * modules/restrict: Remove; no longer needed now that we assume
43662         Autoconf 2.59 or later.
43663         * MODULES.html.sh: Remove 'restrict'.
43664         * modules/argp (Depends-on): Remove 'restrict'.
43665         * modules/base64 (Depends-on): Likewise.
43666         * modules/gc (Depends-on): Likewise.
43667         * modules/getaddrinfo (Depends-on): Likewise.
43668         * modules/glob (Depends-on): Likewise.
43669         * modules/inet_ntop (Depends-on): Likewise.
43670         * modules/inet_pton (Depends-on): Likewise.
43671         * modules/memxor (Depends-on): Likewise.
43672         * modules/regex (Depends-on): Likewise.
43673         * modules/strtok_r (Depends-on): Likewise.
43674         * modules/time_r (Depends-on): Likewise.
43675
43676 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43677
43678         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
43679         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
43680         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43681         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
43682         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
43683         * m4/memxor.m4 (gl_MEMXOR): Likewise.
43684         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
43685         gl_C_RESTRICT replaced by AC_C_RESTRICT.
43686
43687         Merge from coreutils.
43688         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
43689         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
43690         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
43691         * m4/time_r.m4 (gl_TIME_R): Likewise.
43692
43693 2006-08-09  Karl Berry  <karl@gnu.org>
43694
43695         * config/srclist.txt: no more gettext-tools, per Bruno.
43696
43697 2006-08-08  Eric Blake  <ebb9@byu.net>
43698
43699         * modules/verror: New module.
43700         * MODULES.html.sh: Document it.
43701
43702 2006-08-08  Eric Blake  <ebb9@byu.net>
43703
43704         * lib/verror.h, lib/verror.c: New files.
43705
43706 2006-08-08  Eric Blake  <ebb9@byu.net>
43707
43708         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
43709         verror_at_line output complies with GNU Coding Standards even when
43710         file is NULL.
43711
43712 2006-08-07  Bruno Haible  <bruno@clisp.org>
43713
43714         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
43715         versions of AIX.
43716         Reported by Ralf Wildenhues.
43717
43718 2006-08-07  Bruno Haible  <bruno@clisp.org>
43719
43720         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
43721         in an AC_DEFUN. Needed so that the autoconf snippets can use
43722         AC_REQUIRE.
43723
43724 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43725
43726         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43727         Initialize pkgdata_DATA.
43728         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
43729         overriding it.
43730
43731 2006-08-06  Eric Blake  <ebb9@byu.net>
43732
43733         * lib/error.h: Fold in some upstream changes from glibc.
43734         * lib/error.c: Likewise.
43735
43736 2006-08-04  Bruno Haible  <bruno@clisp.org>
43737
43738         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43739         Make the mostlyclean-local rule depend on mostlyclean-generic.
43740         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
43741
43742 2006-07-31  Bruno Haible  <bruno@clisp.org>
43743
43744         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
43745         <stdlib.h>, <string.h>.
43746
43747 2006-07-30  Bruno Haible  <bruno@clisp.org>
43748
43749         * modules/readlink (License): Change to LGPL.
43750
43751 2006-07-30  Bruno Haible  <bruno@clisp.org>
43752
43753         * modules/javaversion (Makefile.am): Distribute javaversion.java and
43754         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
43755         set PKGDATADIR to point to it.
43756
43757 2006-07-30  Bruno Haible  <bruno@clisp.org>
43758
43759         * modules/csharpexec (configure.ac): Comment out macro invocation.
43760         * modules/javaexec (configure.ac): Likewise.
43761         * modules/javacomp-script (configure.ac): Likewise.
43762
43763         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
43764
43765 2006-07-30  Bruno Haible  <bruno@clisp.org>
43766
43767         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
43768         linked-list.
43769
43770 2006-07-30  Bruno Haible  <bruno@clisp.org>
43771
43772         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
43773
43774 2006-07-30  Bruno Haible  <bruno@clisp.org>
43775
43776         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43777         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
43778         get removed.
43779
43780 2006-07-29  Bruno Haible  <bruno@clisp.org>
43781
43782         Make it possible for gnulib-tool to work with locally modified or
43783         augmented gnulib repositories.
43784         * gnulib-tool (func_usage): Document --local-dir option.
43785         (local_gnulib_dir): New variable.
43786         Handle --local-dir option.
43787         (func_lookup_file): New function.
43788         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
43789         (func_get_description, func_get_filelist, func_get_description,
43790         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
43791         func_get_automake_snippet, func_get_include_directive,
43792         func_get_license, func_get_maintainer): Use func_lookup_file.
43793         (func_import, func_create_testdir): Use func_lookup_file.
43794
43795 2006-07-29  Bruno Haible  <bruno@clisp.org>
43796
43797         * modules/setenv (Depends-on): Add unistd.
43798
43799 2006-07-29  Bruno Haible  <bruno@clisp.org>
43800
43801         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
43802
43803 2006-07-29  Bruno Haible  <bruno@clisp.org>
43804
43805         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
43806
43807 2006-07-29  Bruno Haible  <bruno@clisp.org>
43808
43809         * gnulib-tool (import, update): If there is no Makefile.am, look at
43810         aclocal.m4, instead of bailing out.
43811
43812 2006-07-29  Bruno Haible  <bruno@clisp.org>
43813
43814         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
43815         Categorize the options by when they are useful.
43816
43817 2006-07-29  Bruno Haible  <bruno@clisp.org>
43818
43819         * gnulib-tool (func_usage): Document option --no-libtool.
43820         Handle option --no-libtool.
43821         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
43822         for changed semantics of $libtool variable.
43823         (func_import): Likewise. If libtool is not used, show this through
43824         an option --no-libtool.
43825         (func_create_testdir): Update.
43826
43827 2006-07-29  Bruno Haible  <bruno@clisp.org>
43828
43829         * gnulib-tool (func_import): Extend error message about missing
43830         --doc-base.
43831
43832 2006-07-29  Bruno Haible  <bruno@clisp.org>
43833
43834         * gnulib-tool (func_import): Don't create the $docbase directory if
43835         there is no file to store there.
43836
43837 2006-07-29  Bruno Haible  <bruno@clisp.org>
43838
43839         * gnulib-tool (autoconf_minversion): If a --dir option is given and
43840         relevant, look for configure.ac there, not in the current directory.
43841         Also use a simple search for AC_PREREQ, not "autoconf --trace".
43842
43843 2006-07-29  Bruno Haible  <bruno@clisp.org>
43844
43845         * gnulib-tool (SORT): New variable.
43846         (func_usage): Undocument --assume-autoconf option.
43847         Remove --assume-autoconf option handling.
43848         (autoconf_minversion): Determine from the contents of configure.ac.
43849         (func_import): Remove autoconf_minversion handling.
43850         Suggested by Eric Blake.
43851
43852 2006-07-29  Bruno Haible  <bruno@clisp.org>
43853
43854         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
43855
43856 2006-07-29  Bruno Haible  <bruno@clisp.org>
43857
43858         * config/srclist.txt (*setenv.[ch]): Remove rules.
43859
43860 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43861
43862         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
43863
43864 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43865
43866         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
43867         arpa/inet.h.
43868
43869 2006-07-28  Simon Josefsson  <jas@extundo.com>
43870
43871         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
43872         * modules/inet_pton (Depends-on): Likewise.
43873
43874 2006-07-28  Simon Josefsson  <jas@extundo.com>
43875
43876         * m4/netinet_in_h.m4: New file.
43877
43878 2006-07-28  Simon Josefsson  <jas@extundo.com>
43879
43880         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
43881         #include's.
43882
43883 2006-07-28  Simon Josefsson  <jas@extundo.com>
43884
43885         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
43886         #include's.
43887
43888 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
43889
43890         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
43891         setgid on directories only if they set these bits.
43892         * lib/modechange.h: Remove obsolete comment about masks.
43893
43894 2006-07-28  Eric Blake  <ebb9@byu.net>
43895
43896         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
43897         macro expansion.
43898
43899 2006-07-28  Bruno Haible  <bruno@clisp.org>
43900
43901         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
43902
43903 2006-07-28  Bruno Haible  <bruno@clisp.org>
43904
43905         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
43906
43907 2006-07-28  Bruno Haible  <bruno@clisp.org>
43908
43909         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
43910         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
43911         Define fallbacks.
43912         Avoids link error on FreeBSD 4.x.
43913         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43914
43915         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
43916         encoding.
43917         * lib/mbswidth.c (iswcntrl): Likewise.
43918
43919 2006-07-27  Bruno Haible  <bruno@clisp.org>
43920
43921         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
43922         test.
43923
43924 2006-07-27  Bruno Haible  <bruno@clisp.org>
43925
43926         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
43927         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
43928         defined.
43929
43930 2006-07-26  Eric Blake  <ebb9@byu.net>
43931
43932         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
43933
43934 2006-07-26  Eric Blake  <ebb9@byu.net>
43935
43936         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
43937         like mingw that lack mkstemp.
43938         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
43939         avoid compilation warning on mingw.
43940
43941 2006-07-26  Bruno Haible  <bruno@clisp.org>
43942
43943         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
43944         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
43945         INT_FAST*_MIN, INTPTR_MIN.
43946
43947 2006-07-25  Bruno Haible  <bruno@clisp.org>
43948
43949         * modules/version-etc (Depends-on): Add stdarg.
43950
43951 2006-07-25  Bruno Haible  <bruno@clisp.org>
43952
43953         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
43954         complex commands.
43955
43956 2006-07-25  Bruno Haible  <bruno@clisp.org>
43957
43958         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
43959         defined in <stdarg.h> or config.h.
43960
43961 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43962
43963         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
43964         (gl_STDIO_SAFER): Remove.
43965
43966 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43967
43968         * MODULES.html.sh (File stream based Input/Output):
43969         Add fopen-safer, tmpfile-safer; remove stdio-safer.
43970         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
43971         * modules/fopen-safer, modules/tmpfile-safer: New files.
43972         * modules/stdio-safer: Remove.
43973
43974 2006-07-24  Bruno Haible  <bruno@clisp.org>
43975
43976         * modules/tmpdir: New file.
43977         * MODULES.html.sh (File system functions): Add it.
43978
43979 2006-07-24  Bruno Haible  <bruno@clisp.org>
43980
43981         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
43982         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
43983
43984 2006-07-24  Bruno Haible  <bruno@clisp.org>
43985
43986         * modules/clean-temp: New file.
43987
43988 2006-07-24  Bruno Haible  <bruno@clisp.org>
43989
43990         * m4/tmpdir.m4: New file, from GNU gettext.
43991
43992 2006-07-24  Bruno Haible  <bruno@clisp.org>
43993
43994         * lib/tmpdir.h: New file, from GNU gettext.
43995         * lib/tmpdir.c: New file, from GNU gettext.
43996
43997 2006-07-24  Bruno Haible  <bruno@clisp.org>
43998
43999         * lib/clean-temp.h: New file, from GNU gettext.
44000         * lib/clean-temp.c: New file, from GNU gettext.
44001
44002 2006-07-23  Eric Blake  <ebb9@byu.net>
44003
44004         * modules/stdio-safer (Files): Add tmpfile-safer.c.
44005         (Depends-on): Add binary-io.
44006
44007 2006-07-23  Eric Blake  <ebb9@byu.net>
44008
44009         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
44010
44011 2006-07-23  Eric Blake  <ebb9@byu.net>
44012
44013         * lib/tmpfile-safer.c: New file.
44014         * lib/stdio-safer.h (fopen_safer): Add prototype.
44015         * lib/stdio--.h (tmpfile): Make safer.
44016
44017 2006-07-23  Bruno Haible  <bruno@clisp.org>
44018
44019         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
44020         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
44021         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
44022         gl_linked_remove_at): Use it.
44023
44024 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44025         and Simon Josefsson <jas@extundo.com>
44026
44027         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
44028
44029         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
44030
44031 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
44032
44033         * modules/close-stream: New file.
44034         * modules/closeout (Description): Make it clear that it exits
44035         with a diagnostic on error.
44036         (Depends-on): Add close-stream.  Remove fpending, stdbool.
44037         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
44038
44039 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
44040
44041         * m4/close-stream.m4: New file.
44042
44043 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
44044
44045         * lib/close-stream.c, lib/close-stream.h: New files.
44046
44047 2006-07-22  Bruno Haible  <bruno@clisp.org>
44048
44049         Merge from GNU gettext 0.15.
44050
44051         2006-05-01  Bruno Haible  <bruno@clisp.org>
44052
44053                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
44054
44055         2006-07-22  Bruno Haible  <bruno@clisp.org>
44056
44057                 * modules/javaversion: New file.
44058                 * MODULES.html.sh (Java): Add javaversion.
44059
44060         2006-03-12  Bruno Haible  <bruno@clisp.org>
44061
44062                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
44063
44064         2005-12-04  Bruno Haible  <bruno@clisp.org>
44065
44066                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
44067                 (untested).
44068
44069         2006-06-21  Bruno Haible  <bruno@clisp.org>
44070
44071                 Avoid warnings from recent versions of mcs.
44072                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
44073                 -o, -L, -r any more. Use options documented since mcs-1.0
44074                 instead. Similarly for -g.
44075
44076         2005-12-04  Bruno Haible  <bruno@clisp.org>
44077
44078                 * build-aux/csharpcomp.sh.in: Suffix for resources is
44079                 .resources, not .resource.
44080
44081         2005-07-09  Bruno Haible  <bruno@clisp.org>
44082
44083                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
44084                 add a .dll suffix.
44085                 Reported by Mark Junker <mjscod@gmx.de>.
44086
44087         2006-07-22  Bruno Haible  <bruno@clisp.org>
44088
44089                 * modules/gettext: Upgrade to gettext-0.15.
44090                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
44091                 m4/visibility.m4.
44092                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
44093
44094 2006-07-22  Bruno Haible  <bruno@clisp.org>
44095
44096         Merge from GNU gettext 0.15.
44097
44098         2006-03-25  Bruno Haible  <bruno@clisp.org>
44099
44100                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
44101
44102         2006-07-21  Bruno Haible  <bruno@clisp.org>
44103
44104                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
44105                 "1.1".
44106
44107         2006-05-09  Bruno Haible  <bruno@clisp.org>
44108
44109                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
44110                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
44111                 for the conftestver execution.
44112
44113         2006-05-01  Bruno Haible  <bruno@clisp.org>
44114
44115                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
44116                 optional target-version argument. Verify that the compiler
44117                 groks source of the specified source-version, or add -source
44118                 option as necessary. Verify that the compiler produces
44119                 bytecode in the specified target-version, or add -target and
44120                 -source options as necessary. Make the result of the test
44121                 available as variable CONF_JAVAC. Also log error output in
44122                 config.log.
44123
44124         2006-03-11  Bruno Haible  <bruno@clisp.org>
44125
44126                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
44127
44128         2006-05-09  Bruno Haible  <bruno@clisp.org>
44129
44130                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
44131                 CLASSPATH_SEPARATOR to a semicolon.
44132
44133         2006-03-12  Bruno Haible  <bruno@clisp.org>
44134
44135                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
44136                 available as variable CONF_JAVA, for subsequent autoconf
44137                 tests. Also log error output in config.log.
44138
44139         2006-07-19  Bruno Haible  <bruno@clisp.org>
44140
44141                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
44142                 that getline works on glibc2 systems. Needed to avoid trouble
44143                 in relocatable.c.
44144                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
44145
44146         2005-12-04  Bruno Haible  <bruno@clisp.org>
44147
44148                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
44149                 launcher (untested).
44150
44151         2005-12-04  Bruno Haible  <bruno@clisp.org>
44152
44153                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
44154
44155         2006-07-22  Bruno Haible  <bruno@clisp.org>
44156
44157                 * gettext.m4: Update from GNU gettext-0.15.
44158                 * nls.m4: Likewise.
44159                 * po.m4: Likewise.
44160                 * inttypes-pri.m4: Likewise.
44161                 * inttypes-h.m4: Renamed from inttypes.m4.
44162                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
44163
44164 2006-07-22  Bruno Haible  <bruno@clisp.org>
44165
44166         Merge from GNU gettext 0.15.
44167
44168         2005-07-05  Bruno Haible  <bruno@clisp.org>
44169
44170                 * printf-args.c (printf_fetchargs): Work around broken
44171                 definition of wint_t on mingw.
44172
44173         2005-02-12  Bruno Haible  <bruno@clisp.org>
44174
44175                 * xallocsa.h: Add extern "C" for C++.
44176
44177         2006-05-17  Bruno Haible  <bruno@clisp.org>
44178
44179                 Cygwin portability.
44180                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
44181
44182         2006-04-30  Bruno Haible  <bruno@clisp.org>
44183
44184                 * progreloc.c: Include <mach-o/dyld.h> if available.
44185                 (find_executable): Use _NSGetExecutablePath when possible.
44186
44187         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
44188
44189                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
44190                 function.
44191
44192         2005-12-29  Bruno Haible  <bruno@clisp.org>
44193
44194                 * progreloc.c (set_program_name_and_installdir): Fix
44195                 compilation error.
44196
44197         2005-12-04  Bruno Haible  <bruno@clisp.org>
44198
44199                 Cygwin portability.
44200                 * progreloc.c: Include <windows.h> also on Cygwin.
44201                 (find_executable): Add support for Cygwin.
44202                 (set_program_name_and_installdir): Handle also platforms with
44203                 nonempty EXEEXT.
44204
44205         2006-07-11  Bruno Haible  <bruno@clisp.org>
44206
44207                 * javacomp.c: Fix a comment.
44208                 Reported by Jim Meyering.
44209
44210         2006-04-30  Bruno Haible  <bruno@clisp.org>
44211
44212                 * javacomp.h (compile_java_class): Add source_version,
44213                 target_version arguments.
44214                 * javacomp.c: Rewritten to choose only a compiler that
44215                 respects the specified source_version and target_version.
44216
44217         2006-06-27  Bruno Haible  <bruno@clisp.org>
44218
44219                 Assume correct S_ISDIR macro.
44220                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
44221
44222         2006-07-22  Bruno Haible  <bruno@clisp.org>
44223
44224                 * javaversion.h: New file, from GNU gettext.
44225                 * javaversion.c: New file, from GNU gettext.
44226                 * javaversion.java: New file, from GNU gettext.
44227                 * javaversion.class: New file, from GNU gettext.
44228
44229         2006-05-17  Bruno Haible  <bruno@clisp.org>
44230
44231                 Cygwin portability.
44232                 * javaexec.c (execute_java_class): Test for jview program
44233                 also on Cygwin.
44234
44235         2006-04-09  Bruno Haible  <bruno@clisp.org>
44236
44237                 * fatal-signal.c: Don't include string.h.
44238                 (at_fatal_signal): Use a copying loop instead of memcpy.
44239
44240         2005-12-04  Bruno Haible  <bruno@clisp.org>
44241
44242                 * csharpexec.c: Add support for 'clix' launcher (untested).
44243                 (execute_csharp_using_sscli): New function.
44244                 (execute_csharp_program): Call it.
44245
44246         2006-06-21  Bruno Haible  <bruno@clisp.org>
44247
44248                 Avoid warnings from recent versions of mcs.
44249                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
44250                 -o, -L, -r any more. Use options documented since mcs-1.0
44251                 instead. Similarly for -g.
44252
44253         2005-07-09  Bruno Haible  <bruno@clisp.org>
44254
44255                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
44256                 add a .dll suffix.
44257                 Reported by Mark Junker <mjscod@gmx.de>.
44258
44259         2006-06-17  Bruno Haible  <bruno@clisp.org>
44260
44261                 * config.charset: Update for NetBSD 3.0.
44262
44263         2006-05-17  Bruno Haible  <bruno@clisp.org>
44264
44265                 Cygwin portability.
44266                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
44267
44268         2006-05-16  Bruno Haible  <bruno@clisp.org>
44269
44270                 * localcharset.c [CYGWIN]: Include <windows.h>.
44271                 (get_charset_aliases): For Cygwin, return the same CPxxx
44272                 aliases list as under WIN32.
44273                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
44274                 the environment variables. Fall back to GetACP().
44275
44276         2006-04-05  Bruno Haible  <bruno@clisp.org>
44277
44278                 * config.charset: Update Juan Manuel Guerrero's address.
44279
44280         2005-02-12  Bruno Haible  <bruno@clisp.org>
44281
44282                 * allocsa.h: Add extern "C" for C++.
44283
44284         2005-02-10  Bruno Haible  <bruno@clisp.org>
44285
44286                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
44287                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
44288
44289         2006-07-22  Bruno Haible  <bruno@clisp.org>
44290
44291                 * gettext.h: Update to GNU gettext-0.15.
44292
44293 2006-07-22  Bruno Haible  <bruno@clisp.org>
44294
44295         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
44296         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
44297         lib-prefix.m4, longdouble.m4, ssize_t.m4.
44298
44299 2006-07-21  Eric Blake  <ebb9@byu.net>
44300
44301         * modules/stdlib-safer: New file.
44302         * MODULES.html.sh (File stream based Input/Output): Add
44303         stdlib-safer.
44304
44305 2006-07-21  Eric Blake  <ebb9@byu.net>
44306
44307         * lib/stdlib-safer.h: New file from coreutils, required by
44308         stdlib--.h.
44309
44310 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
44311
44312         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
44313
44314 2006-07-20  Bruno Haible  <bruno@clisp.org>
44315
44316         * gnulib-tool: Recognize new option --assume-autoconf.
44317         (autoconf_minversion): New variable.
44318         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
44319
44320 2006-07-20  Bruno Haible  <bruno@clisp.org>
44321
44322         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
44323
44324 2006-07-19  Derek R. Price  <derek@ximbiot.com>
44325
44326         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
44327         Reindent and repaginate.
44328
44329 2006-07-19  Derek Price  <derek@ximbiot.com>
44330
44331         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
44332         Correct grammar.
44333
44334 2006-07-17  Bruno Haible  <bruno@clisp.org>
44335
44336         * modules/list: New file.
44337         * modules/array-list: New file.
44338         * modules/carray-list, modules/carray-list-tests: New files.
44339         * modules/linked-list, modules/linked-list-tests: New files.
44340         * modules/avltree-list, modules/avltree-list-tests: New files.
44341         * modules/rbtree-list, modules/rbtree-list-tests: New files.
44342         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
44343         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
44344         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
44345         * modules/oset: New file.
44346         * modules/array-oset: New file.
44347         * modules/avltree-oset, modules/avltree-oset-tests: New files.
44348         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
44349         * tests/test-carray_list.c: New file.
44350         * tests/test-linked_list.c: New file.
44351         * tests/test-avltree_list.c: New file.
44352         * tests/test-rbtree_list.c: New file.
44353         * tests/test-linkedhash_list.c: New file.
44354         * tests/test-avltreehash_list.c: New file.
44355         * tests/test-rbtreehash_list.c: New file.
44356         * tests/test-avltree_oset.c: New file.
44357         * tests/test-rbtree_oset.c: New file.
44358         * MODULES.html.sh (Container data structures): New section.
44359
44360 2006-07-17  Bruno Haible  <bruno@clisp.org>
44361
44362         * m4/gl_list.m4: New file.
44363
44364 2006-07-17  Bruno Haible  <bruno@clisp.org>
44365
44366         * lib/gl_list.h: New file.
44367         * lib/gl_list.c: New file.
44368         * lib/gl_array_list.h: New file.
44369         * lib/gl_array_list.c: New file.
44370         * lib/gl_carray_list.h: New file.
44371         * lib/gl_carray_list.c: New file.
44372         * lib/gl_linked_list.h: New file.
44373         * lib/gl_linked_list.c: New file.
44374         * lib/gl_anylinked_list1.h: New file.
44375         * lib/gl_anylinked_list2.h: New file.
44376         * lib/gl_avltree_list.h: New file.
44377         * lib/gl_avltree_list.c: New file.
44378         * lib/gl_anyavltree_list1.h: New file.
44379         * lib/gl_anyavltree_list2.h: New file.
44380         * lib/gl_rbtree_list.h: New file.
44381         * lib/gl_rbtree_list.c: New file.
44382         * lib/gl_anyrbtree_list1.h: New file.
44383         * lib/gl_anyrbtree_list2.h: New file.
44384         * lib/gl_anytree_list1.h: New file.
44385         * lib/gl_anytree_list2.h: New file.
44386         * lib/gl_linkedhash_list.h: New file.
44387         * lib/gl_linkedhash_list.c: New file.
44388         * lib/gl_anyhash_list1.h: New file.
44389         * lib/gl_anyhash_list2.h: New file.
44390         * lib/gl_avltreehash_list.h: New file.
44391         * lib/gl_avltreehash_list.c: New file.
44392         * lib/gl_rbtreehash_list.h: New file.
44393         * lib/gl_rbtreehash_list.c: New file.
44394         * lib/gl_anytreehash_list1.h: New file.
44395         * lib/gl_anytreehash_list2.h: New file.
44396
44397         * lib/gl_oset.h: New file.
44398         * lib/gl_oset.c: New file.
44399         * lib/gl_array_oset.h: New file.
44400         * lib/gl_array_oset.c: New file.
44401         * lib/gl_avltree_oset.h: New file.
44402         * lib/gl_avltree_oset.c: New file.
44403         * lib/gl_rbtree_oset.h: New file.
44404         * lib/gl_rbtree_oset.c: New file.
44405         * lib/gl_anytree_oset.h: New file.
44406
44407 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
44408
44409         * m4/mkancesdirs.m4: New file.
44410         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
44411         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
44412         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
44413         it.
44414
44415 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
44416
44417         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
44418         * lib/mkancesdirs.h: New files.
44419         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
44420         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
44421         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
44422         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
44423         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
44424         callers changed.  Revamp internals significantly, by not
44425         attempting to create directories that are temporarily more
44426         permissive than the final results.  Do not attempt to use
44427         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
44428         This removes some race conditions, fixes some bugs, and simplifies
44429         things.  Use new dirchownmod function to do owner and mode changes.
44430         * lib/mkdir-p.h: Likewise.
44431         * lib/modechange.c (octal_to_mode): New function.
44432         (struct mode_change): New member mentioned.
44433         (make_node_op_equals): New arg mentioned.  All callers changed.
44434         (mode_compile): Keep track of which mode bits the user has explicitly
44435         mentioned.
44436         (mode_adjust): New arg DIR, so that we implement the X op correctly.
44437         New arg PMODE_BITS, to keep track of which mode bits the user
44438         mentioned; it treats S_ISUID and S_ISGID speciall.
44439         All callers changed.
44440         * lib/modechange.h: Likewise.
44441
44442 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
44443
44444         * MODULES.html.sh: Add mkancestors.
44445         * modules/mkancesdirs: New module.
44446         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
44447         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
44448         The chdir-safer and afs files are now orphans; I'll remove them
44449         unless someone speaks up.
44450         Add lib/dirchownmod.c, lib/dirchownmod.h.
44451         (Depends-on): Remove alloca, chown, save-cwd, dirname.
44452         Add lchown, mkancesdirs.
44453         (Maintainer): Add self.
44454
44455 2006-07-15  Karl Berry  <karl@gnu.org>
44456
44457         * gnulib-tool: help message wording/arrangement.
44458
44459 2006-07-14  Simon Josefsson  <jas@extundo.com>
44460
44461         * doc/gnulib.texi (Libtool and Windows): New section.
44462
44463 2006-07-12  Simon Josefsson  <jas@extundo.com>
44464
44465         * modules/gendocs (License): Fix license, approved by Karl.
44466
44467 2006-07-12  Eric Blake  <ebb9@byu.net>
44468
44469         * MODULES.html.sh: Add gendocs.
44470
44471 2006-07-11  Eric Blake  <ebb9@byu.net>
44472
44473         * modules/fdl: New module, to install doc/fdl.texi.
44474         * MODULES.html.sh: Add new section for documentation modules.
44475         * gnulib-tool: Avoid space-tab.
44476         (--doc-base): New option, to manage files from doc.
44477
44478 2006-07-11  Eric Blake  <ebb9@byu.net>
44479
44480         * m4/absolute-header.m4: Fix comments to match recent change.
44481
44482 2006-07-11  Eric Blake  <ebb9@byu.net>
44483
44484         * gnulib-tool: List --doc-base before --tests-base.
44485
44486 2006-07-11  Derek R. Price  <derek@ximbiot.com>
44487
44488         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
44489
44490 2006-07-11  Bruno Haible  <bruno@clisp.org>
44491
44492         * README: Mention where to put documentation.
44493
44494 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44495
44496         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
44497
44498 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
44499
44500         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
44501         to stdint.m4.
44502
44503 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
44504
44505         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
44506         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
44507         "no/such/file/stdint.h" when there is no such file, so that
44508         the resulting C code can be parsed by dodgy compilers.
44509         Problems reported by Bob Proulx.
44510
44511 2006-07-10  Derek R. Price  <derek@ximbiot.com>
44512
44513         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
44514         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
44515         macros into the GNU _D_EXACT_NAMLEN.
44516         * lib/savedir.c:  Likewise.
44517         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
44518
44519 2006-07-10  Derek R. Price  <derek@ximbiot.com>
44520         and Paul Eggert  <eggert@cs.ucla.edu>
44521
44522         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
44523         * m4/savedir.m4:
44524         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
44525         macros into the GNU _D_EXACT_NAMLEN.
44526
44527 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44528
44529         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
44530         around the absolute name, to work around a problem with the HP-UX
44531         11.23 native C compiler, reported by Bob Proulx.
44532
44533 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44534
44535         * doc/maintain.texi, make-stds.texi: Sync from
44536         <http://savannah.gnu.org/projects/gnustandards>.
44537
44538 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
44539
44540         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
44541
44542 2006-07-09  Jim Meyering  <jim@meyering.net>
44543
44544         * m4/glob.m4: Remove a doubled word in a comment.
44545
44546 2006-07-09  Jim Meyering  <jim@meyering.net>
44547
44548         * lib/argp-pv.c: Remove a doubled word in a comment.
44549         * lib/check-version.c (check_version): Likewise.
44550         * lib/javacomp.c (compile_java_class): Likewise.
44551
44552 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
44553
44554         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
44555         for the benefit of people using Autoconf 2.60.  If you want to
44556         support older Autoconf versions you can copy m4/onceonly_2_57.m4
44557         (or m4/onceonly.m4, if pre-2.57) manually.
44558
44559 2006-07-08  Jim Meyering  <jim@meyering.net>
44560
44561         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
44562         comment.
44563         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
44564         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
44565         comment.
44566
44567 2006-07-08  Jim Meyering  <jim@meyering.net>
44568
44569         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
44570
44571 2006-07-07  Simon Josefsson  <jas@extundo.com>
44572
44573         * tests/test-crc.c: Change expected crc value, the test vector
44574         were probably computed using the old broken crc.c?
44575
44576 2006-07-06  Simon Josefsson  <jas@extundo.com>
44577
44578         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
44579         now the canonical place for the M4 file).
44580
44581         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
44582         from the sys_socket dependency now.
44583
44584         * modules/inet_pton (Files): Ditto.
44585
44586         * modules/inet_ntop (Files): Ditto.
44587
44588 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44589
44590         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
44591         not gl_PREREQ_GETUSERSHELL.
44592
44593 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44594
44595         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
44596         with only one argument, for Autoconf 2.60.
44597         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
44598         expand to nothing, so add a shell command to avoid syntax error.
44599         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
44600
44601 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44602
44603         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
44604
44605 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44606
44607         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
44608         no longer needed.  Check for isblank decl.
44609         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
44610         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
44611         of existence.
44612
44613 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44614
44615         * lib/getloadavg.c: Use __VMS, not VMS.
44616         * lib/getopt.c: Likewise.
44617         * lib/getpagesize.h: Likewise.
44618         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
44619         and probably does not work.
44620
44621 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44622
44623         * lib/.cppi-disable: Add wcwidth.
44624         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
44625         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
44626         (ISGRAPH): Remove.  All uses changed to isgraph.
44627         (FOLD) [!defined _LIBC]: Remove special case.
44628         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
44629         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
44630         HAVE_ISBLANK.
44631         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
44632         case.
44633
44634 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44635
44636         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
44637         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
44638         brackets.  Other minor changes to suppress some compiler
44639         warnings.
44640
44641 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44642         and Paul Eggert  <eggert@cs.ucla.edu>
44643
44644         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
44645         of invoking obsolescent AC_HEADER_DIRENT macro.
44646         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
44647         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
44648         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
44649         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
44650         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
44651         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44652         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
44653         * m4/readdir.m4: Remove; no longer needed.
44654
44655 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44656         and Paul Eggert  <eggert@cs.ucla.edu>
44657
44658         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
44659         Don't worry about this obsolete case any more.
44660         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
44661         directories.
44662         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
44663         worry about this obsolete case any more.
44664         * lib/fts.c: Likewise.
44665         * lib/getcwd.c: Likewise.
44666         * lib/glob.h: Likewise.
44667         * lib/savedir.c: Likewise.
44668
44669 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44670
44671         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
44672         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
44673         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
44674         needed.
44675         All uses removed.
44676         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44677         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44678         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
44679         needed.
44680         * m4/getdate.m4 (gl_GETDATE): Likewise.
44681         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44682         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44683         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44684         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44685         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44686         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44687         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
44688         needed.
44689
44690 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44691
44692         * lib/memcasecmp.c: Include <limits.h>.
44693         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
44694         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
44695         Don't assume isdigit succeeds only on '0' through '9'.
44696
44697 2006-07-05  Eric Blake  <ebb9@byu.net>
44698
44699         * modules/getaddrinfo (Depends-on): Add snprintf.
44700
44701 2006-07-05  Eric Blake  <ebb9@byu.net>
44702
44703         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
44704         to avoid 'header present but could not be compiled' on cygwin.
44705
44706 2006-07-05  Eric Blake  <ebb9@byu.net>
44707
44708         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
44709         missing from netdb.h.
44710         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
44711
44712 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44713
44714         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
44715         no longer needed.
44716         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
44717         * m4/getdate.m4 (gl_GETDATE): Likewise.
44718         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44719         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44720         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44721         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44722         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44723
44724 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44725
44726         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
44727         All uses of is_space replaced by isspace.
44728         * lib/exit.h: Don't talk about STDC_HEADERS.
44729         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
44730         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
44731         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
44732         replaced by isprint etc.
44733         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
44734         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44735         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
44736         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
44737         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
44738         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44739
44740 2006-07-05  Bruno Haible  <bruno@clisp.org>
44741
44742         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
44743         the function exists, before testing against AIX.
44744         Reported by Martin Lambers <marlam@marlam.de>.
44745
44746 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44747
44748         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
44749         From Mark D. Baushke.
44750
44751 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44752
44753         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
44754         to the absolute name, not just one, to bypass Sun C 5.8's
44755         "warning: #include of /usr/include/... may be non-portable".
44756
44757 2006-07-04  Eric Blake  <ebb9@byu.net>
44758
44759         * modules/dirname-tests: New test module.
44760         * tests/test-dirname.c: New file, replacing dirname.c
44761         TEST_DIRNAME section that was recently deleted.
44762
44763 2006-07-04  Bruno Haible  <bruno@clisp.org>
44764
44765         Assume ANSI C header files and <ctype.h> functions.
44766         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
44767         (mbsnwidth): Use isprint, iscntrl instead.
44768
44769 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44770
44771         Merge from coreutils.
44772         * MODULES.html.sh: Add xstrtold.
44773         * modules/xstrtold: New file.
44774         * modules/cycle-check (Files): Add lib/same-inode.h.
44775         * modules/dirname (Files): Add m4/double-slash-root.m4.
44776         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
44777         * modules/mkdir-p (Files): Add lib/same-inode.h.
44778         * modules/same (Files): Add lib/same-inode.h.
44779
44780 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44781
44782         * m4/absolute-header.m4: Renamed from full-header-path.m4.
44783         This is to keep the terminology clean; POSIX talks about
44784         "absolute pathnames", not "full pathnames", but the GNU
44785         Coding Standards say to use "path" for something else;
44786         so use "absolute" to keep both sides happy.
44787         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
44788         Set gl_absolute_header, not gl_full_header_path.
44789         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
44790         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
44791         All uses changed.
44792
44793         Merge from coreutils.
44794
44795         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44796
44797         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
44798         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
44799         want to require the building of c-strtod.o.
44800         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
44801         needs -lm directly.
44802         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
44803
44804         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44805
44806         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
44807         --as-needed option if available.  Problem reported by Albert Chin in
44808         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
44809         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
44810         cc merely issues a bunch of annoying warnings for --as-needed
44811         (this problem was reported by Bob Proulx).  Also, try linking with
44812         -lm to detect a bug in binutils 2.16 (this problem was reported
44813         by Ralf Wildenhues).
44814
44815         2006-06-18  Jim Meyering  <jim@meyering.net>
44816
44817         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
44818         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
44819         macro.
44820         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
44821         also check for glibc-2.4's abort-inducing bug.
44822
44823         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
44824         Low-probability clean-up should be to use rmdir to get rid of
44825         the just-created directory, not unlink.
44826
44827         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
44828         configure fail, and request a bug report to inform us about it.
44829         Add a comment that, barring reports to the contrary, in 2007 we'll
44830         assume ftruncate is universally available.
44831
44832         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44833
44834         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
44835
44836         2006-03-12  Jim Meyering  <jim@meyering.net>
44837
44838         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
44839         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
44840         * m4/same.m4 (gl_SAME): Likewise.
44841         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
44842
44843         2006-03-11  Eric Blake  <ebb9@byu.net>
44844
44845         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
44846         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
44847         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
44848         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
44849
44850 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44851
44852         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
44853         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
44854         reported by Mark D. Baushke, one in
44855         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
44856
44857         Merge from coreutils.
44858
44859         * lib/.cppi-disable: Add stdint_.h.
44860         * lib/.cvsignore: Add stdint.h.
44861
44862         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44863
44864         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
44865         both double and long double versions.
44866         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
44867         * lib/xstrtold.c: New file.
44868         * lib/xstrtod.h (xstrtold): New decl.
44869
44870         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44871
44872         * lib/filemode.c (setst): Remove.
44873         (strmode): Rewrite to avoid setst.  This makes the code shorter,
44874         (arguably) clearer, and the generated code is a bit smaller on my
44875         Debian GNU/Linux stable x86 host.
44876
44877         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44878
44879         * lib/filemode.c: Include "filemode.h" first, to test the interface.
44880         Assume that filemode.h includes sys/types.h and sys/stat.h.
44881         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
44882         (ftypelet): Reorder to put common cases first, for efficiency.
44883         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
44884         to do 'M'.
44885         (strmode): Renamed from mode_string, and now stores 12 bytes instead
44886         of 10, for compatibility with FreeBSD.  All callers changed.
44887         (filemodestring): Now stores 12 bytes instead of 10, and sets file
44888         types that can't be deduced solely from st_mode.  First arg is now a
44889         const pointer.
44890         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
44891         (strmode): Renamed from mode_string.
44892         (filemodestring): New decl.
44893         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
44894         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
44895         needed.
44896         (S_ISPORT, S_ISWHT): New macros, if not already defined.
44897
44898         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44899
44900         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
44901         fsusage.h now does that.  Include fsusage.h first, to test interface.
44902         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
44903         at most one method (the old code could have generated decls that
44904         didn't conform to C89, not that this was ever exercised).
44905         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
44906
44907         2006-03-19  Jim Meyering  <jim@meyering.net>
44908
44909         Work even in a chroot where d_ino values for entries in "/"
44910         don't match the stat.st_ino values for the same names.
44911         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
44912         number, iterate through all entries again, using lstat instead.
44913         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
44914         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
44915
44916         * lib/getcwd.c (__getcwd): Clarify a comment.
44917         Use memcpy in place of a call to strcpy.
44918
44919         2006-03-12  Jim Meyering  <jim@meyering.net>
44920
44921         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
44922         matches that of the current directory (which we're about to chdir ".."
44923         out of), then save the dev-ino of the parent, instead.
44924
44925         * lib/same-inode.h (SAME_INODE): New file/macro.
44926         * lib/chdir-safer.c (SAME_INODE): Remove definition.
44927         Include "same-inode.h", instead.
44928         * lib/same.c: Likewise.
44929         * lib/cycle-check.h: Include "same-inode.h".
44930         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
44931         * lib/cycle-check.c (SAME_INODE): Remove definition.
44932         * lib/root-dev-ino.h: Include "same-inode.h".
44933
44934         2006-03-11  Eric Blake  <ebb9@byu.net>
44935
44936         * lib/same.c (same_name): s/base_name/last_component/
44937         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
44938         * lib/filenamecat.c (file_name_concat): Likewise.
44939
44940         2006-03-11  Eric Blake  <ebb9@byu.net>,
44941                     Paul Eggert  <eggert@cs.ucla.edu>
44942
44943         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
44944         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
44945         drive prefix.
44946         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
44947         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
44948         (last_component): New method.
44949         * lib/dirname.c (dir_len): Determine when drive letters need a
44950         subsequent slash.  Preserve // when it is special.
44951         (dir_name): Don't append dot when drive letter is absolute.
44952         [TEST_DIRNAME]: Move into a full-blown gnulib test.
44953         * lib/basename.c (base_name): New semantics - malloc the result.
44954         Preserve // when it is special.  Preserve relative files that look
44955         like drive letters.
44956         (base_len): Preserve // when it is special.
44957         (last_component): New method, similar to old base_name semantics.
44958         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
44959         base_name.  Strip redundant slashes from ///.
44960
44961 2006-07-03  Jim Meyering  <jim@meyering.net>
44962
44963         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
44964         macro is used before the first cycle_check call.
44965
44966 2006-07-03  Eric Blake  <ebb9@byu.net>
44967
44968         * modules/dirname (Depends-on): Add xstrndup.
44969
44970 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44971
44972         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
44973         test cases, so that config.log is a bit easier to follow.
44974
44975 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44976
44977         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
44978         both are 64 bits, since this seems to be the tradition, and this
44979         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
44980         we ever run into a host that prefers long long to long in this
44981         case, we'll need another configure-time test.  Problem reported by
44982         Jim Meyering.
44983
44984 2006-07-02  Eric Blake  <ebb9@byu.net>
44985
44986         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
44987
44988 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44989
44990         * modules/inttypes (Depends-on): No longer depends on stdint.
44991         * modules/stdint (Description): Say more about assumptions.
44992         Say that the fast types might differ.  Say macros are used.
44993         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
44994         (Makefile.am): Revise list of substituted symbols to match
44995         new stdint.m4.
44996         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
44997         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
44998         * tests/test-stdint.c (verify_same_types)
44999         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
45000         the code conforms to C99/C89.
45001         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
45002         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
45003
45004 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45005
45006         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
45007         but fix a bug, by requiring at least 64 bits.
45008         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
45009         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
45010         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
45011         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
45012
45013         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
45014         changes.  Make 2.59 a prerequisite.  Check and substitute for
45015         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
45016         inttypes.h.  Do not use special include files; just use the
45017         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
45018         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
45019         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
45020         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
45021         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
45022         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
45023         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
45024         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
45025         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
45026         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
45027         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
45028         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
45029         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
45030         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
45031         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
45032         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
45033         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
45034         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
45035         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
45036         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
45037         WINT_MAX.  Check for C99 conformance more strictly, by detecting
45038         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
45039         not check for things that C99 does not require, e.g., int8_t.  If
45040         a test isn't needed unless <stdint.h> isn't working, and is
45041         unlikely to be needed for any other reason, then don't do it
45042         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
45043         size_t, since we assume C89 freestanding at least.  Do not check
45044         for sig_atomic_t, wchar_t, or wint_t, since the code now does
45045         the right thing even if the types are not defined.  Instead use:
45046         (gl_STDINT_TYPE_PROPERTIES): New macro.
45047         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
45048         testing whether <sys/types.h> clashes, as Autoconf does this for
45049         us now.  All uses removed.
45050         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
45051         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
45052         (gl_CHECK_TYPE_SAME):
45053         Remove; no longer needed.
45054         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
45055         exists, since we'll return 0 anyway in that case.
45056         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
45057
45058 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45059
45060         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
45061         possible collision with system files.
45062         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
45063         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
45064         WCHAR_MIN and WCHAR_MAX in this case.
45065         (<stddef.h>): Do not include; no longer needed.
45066         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
45067         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
45068         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
45069         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
45070         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
45071         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
45072         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
45073         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
45074         !defined(__c99))]: Include in this case too, since it's harmless
45075         now.
45076         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
45077         dangerous to do so.
45078         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
45079         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
45080         (_STDINT_MIN, _STDINT_MAX): New macros.
45081         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
45082         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
45083         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
45084         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
45085         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
45086         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
45087         macros, not typedefs; this simplifies things quite a bit.
45088         Use long int for all types narrower than int64_t.
45089         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
45090         Define in terms of long long int or int64_t or long int,
45091         not int64_t or int32_t.  This saves some compile-time testing.
45092         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
45093         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
45094         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
45095         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
45096         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
45097         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
45098         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
45099         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
45100         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
45101         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
45102         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
45103         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
45104         undef any previous version and define our own version, for
45105         simplicity and consistency with the new macros for types.
45106         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
45107         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
45108         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
45109         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
45110         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
45111         @WINT_T_SUFFIX@ to keep things simple here.
45112         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
45113         Simplify by assuming typical 8/16/32/64 host, since we're
45114         already doing that elsewhere anyway.
45115         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
45116         and assume long long int is 64 bits if available.  This
45117         speeds up 'configure'.
45118
45119 2006-07-01  Eric Blake  <ebb9@byu.net>
45120
45121         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
45122         Reported by Andreas Buening.
45123
45124 2006-07-01  Eric Blake  <ebb9@byu.net>
45125
45126         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
45127
45128 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45129
45130         * lib/getaddrinfo.c: fixed typo
45131
45132 2006-06-29  Jim Meyering  <jim@meyering.net>
45133
45134         * modules/strftime (Maintainer): Add my name, since with the
45135         FPRINTFTIME changes strftime.c has forked from glibc.
45136
45137 2006-06-29  Eric Blake  <ebb9@byu.net>
45138
45139         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
45140
45141 2006-06-29  Eric Blake  <ebb9@byu.net>
45142
45143         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
45144
45145 2006-06-29  Eric Blake  <ebb9@byu.net>
45146
45147         * lib/stat_.h: New file.
45148
45149 2006-06-29  Eric Blake  <ebb9@byu.net>
45150
45151         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
45152         unused static function.
45153
45154 2006-06-29  Eric Blake  <ebb9@byu.net>
45155
45156         * doc/functions.texi (Function Portability): Document missing lstat
45157         on mingw.
45158
45159 2006-06-29  Eric Blake  <ebb9@byu.net>
45160
45161         * MODULES.html.sh: Add sys_stat.
45162         * modules/sys_stat: New module.
45163         * modules/mkstemp (Depends-on): Add sys_stat.
45164
45165 2006-06-29  Derek R. Price  <derek@ximbiot.com>
45166
45167         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
45168
45169 2006-06-29  Derek R. Price  <derek@ximbiot.com>
45170
45171         * m4/c-bs-a.m4: Removed.
45172
45173 2006-06-29  Derek R. Price  <derek@ximbiot.com>
45174
45175         * lib/strftime.c: Assume strftime() exists.
45176
45177 2006-06-29  Derek Price  <derek@ximbiot.com>
45178
45179         * modules/c-bs-a: Removed - \a is C89.
45180         * MODULES.html.sh: Remove c-bs-a.
45181
45182 2006-06-29  Bruno Haible  <bruno@clisp.org>
45183
45184         * modules/wcwidth (License): Change to LGPL.
45185
45186 2006-06-28  Simon Josefsson  <jas@extundo.com>
45187
45188         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
45189         on _WIN32.
45190
45191         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
45192         getnameinfo.
45193
45194 2006-06-28  Simon Josefsson  <jas@extundo.com>
45195
45196         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
45197
45198 2006-06-28  Simon Josefsson  <jas@extundo.com>
45199
45200         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
45201         functions there.  It will succeed on Windows XP, but on Windows
45202         2000 and (presumably) earlier, it will fail, and use the internal
45203         re-implementation.
45204         (use_win32_p): New function.
45205         (getaddrinfo): Use strtoul on servname, to support numeric ports.
45206         Support AI_NUMERICSERV to disable getservbyname.
45207         (getnameinfo): New function, only supports
45208         NI_NUMERICHOST|NI_NUMERICSERV for now.
45209
45210         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
45211         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
45212         getnameinfo.
45213
45214 2006-06-28  Eric Blake  <ebb9@byu.net>
45215
45216         * modules/wcwidth: New file.
45217         * modules/mbchar (Depends-on): Add wcwidth.
45218         * modules/mbswidth (Depends-on): Add wcwidth.
45219         * MODULES.html.sh: Add wcwidth.
45220
45221 2006-06-28  Eric Blake  <ebb9@byu.net>
45222
45223         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
45224         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
45225
45226 2006-06-28  Eric Blake  <ebb9@byu.net>
45227
45228         * lib/xvasprintf.h: Fix comments.
45229
45230 2006-06-28  Eric Blake  <ebb9@byu.net>
45231
45232         * lib/mbchar.h (wcwidth): Include wcwidth.h.
45233         * lib/mbswidth.c (wcwidth): Move from here...
45234         * lib/wcwidth.h: ...to this new file.
45235
45236 2006-06-28  Derek R. Price  <derek@ximbiot.com>
45237
45238         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
45239
45240         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
45241         it's obsolete.
45242         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
45243
45244 2006-06-28  Derek R. Price  <derek@ximbiot.com>
45245
45246         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
45247         Autoconf 2.60 says this stuff was obsolete.
45248
45249 2006-06-28  Bruno Haible  <bruno@clisp.org>
45250
45251         * modules/wcwidth (Files): Add m4/wchar_t.m4.
45252
45253 2006-06-28  Bruno Haible  <bruno@clisp.org>
45254
45255         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
45256         gt_TYPE_WCHAR_T.
45257
45258 2006-06-28  Bruno Haible  <bruno@clisp.org>
45259
45260         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
45261         declaration for wcwidth.
45262         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
45263
45264 2006-06-28  Bruno Haible  <bruno@clisp.org>
45265
45266         * lib/mkdtemp.c [MINGW]: Include <io.h>.
45267         (mkdir): Define using _mkdir.
45268
45269 2006-06-28  Bruno Haible  <bruno@clisp.org>
45270
45271         * lib/getaddrinfo.h: Fix POSIX URL.
45272         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
45273         _WIN32.
45274         (use_win32_p): Make static.
45275         (getaddrinfo): Reject service name if it is empty or does not consist
45276         solely of decimal digits, or if its value is > 65535.
45277         (getnameinfo): Remove useless casts.
45278
45279 2006-06-27  Simon Josefsson  <jas@extundo.com>
45280
45281         * modules/sys_select: New file, suggested by Bruno Haible, Paul
45282         Eggert and Martin Lambers.
45283
45284 2006-06-27  Simon Josefsson  <jas@extundo.com>
45285
45286         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
45287         Eggert and Martin Lambers.
45288
45289 2006-06-27  Bruno Haible  <bruno@clisp.org>
45290
45291         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
45292         result to 0, not to empty.
45293         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
45294
45295 2006-06-27  Bruno Haible  <bruno@clisp.org>
45296
45297         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
45298
45299 2006-06-26  Simon Josefsson  <jas@extundo.com>
45300
45301         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
45302         present.
45303
45304 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
45305
45306         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
45307         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
45308         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
45309
45310 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
45311
45312         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
45313
45314 2006-06-26  Bruno Haible  <bruno@clisp.org>
45315
45316         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
45317
45318 2006-06-26  Bruno Haible  <bruno@clisp.org>
45319
45320         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
45321
45322 2006-06-26  Bruno Haible  <bruno@clisp.org>
45323
45324         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
45325         SGI C compiler in pre-C99 mode.
45326         Suggested by Mark D. Baushke and Larry Jones.
45327
45328 2006-06-26  Bruno Haible  <bruno@clisp.org>
45329
45330         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
45331         WCHAR_MAX.
45332         Reported by Mark D. Baushke and Larry Jones.
45333
45334 2006-06-26  Bruno Haible  <bruno@clisp.org>
45335
45336         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
45337         in pre-C99 mode.
45338         Suggested by Mark D. Baushke and Larry Jones.
45339
45340 2006-06-23  Simon Josefsson  <jas@extundo.com>
45341             Bruno Haible  <bruno@clisp.org>
45342
45343         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
45344         Emit mostlyclean-local rule.
45345         (func_emit_tests_Makefile_am): Likewise.
45346         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
45347
45348 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
45349
45350         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
45351
45352 2006-06-23  Bruno Haible  <bruno@clisp.org>
45353
45354         * tests/test-stdint.c: Update to match ISO C 99 Technical
45355         Corrigendum 1.
45356
45357 2006-06-23  Bruno Haible  <bruno@clisp.org>
45358
45359         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
45360
45361 2006-06-23  Bruno Haible  <bruno@clisp.org>
45362
45363         * lib/stdint_.h: Treat IRIX like OpenBSD.
45364
45365 2006-06-23  Bruno Haible  <bruno@clisp.org>
45366
45367         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
45368         ISO C 99 Technical Corrigendum 1.
45369
45370 2006-06-22  Simon Josefsson  <jas@extundo.com>
45371
45372         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
45373         MinGW.
45374
45375 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45376
45377         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
45378         needed.  Some compiler complained about some of them.  Problem reported
45379         by Larry Jones in
45380         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
45381
45382 2006-06-21  Simon Josefsson  <jas@extundo.com>
45383
45384         * tests/test-getaddrinfo.c: New file.
45385
45386         * modules/getaddrinfo-tests: New file.
45387
45388         * MODULES.html.sh: Add inet_pton.
45389
45390         * modules/inet_pton: New file.
45391
45392 2006-06-21  Simon Josefsson  <jas@extundo.com>
45393
45394         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
45395         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
45396         of using the (limited) gnulib implementation on Windows XP.
45397
45398         * m4/inet_pton.m4: New file.
45399
45400 2006-06-21  Simon Josefsson  <jas@extundo.com>
45401
45402         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
45403         variable.
45404
45405         * lib/socket_.h: Don't define WINVER.
45406
45407         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
45408         slightly modified to work in gnulib.
45409
45410 2006-06-21  Simon Josefsson  <jas@extundo.com>
45411
45412         * doc/gnulib.texi (Windows sockets): Add.
45413
45414 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
45415
45416         * lib/read-file.c (fread_file): Start with buffer allocation of
45417         0 bytes rather than 1 byte; this simplifies the code.
45418         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
45419         code to free buffer and save/restore errno.
45420         (internal_read_file): Remove unused local.
45421
45422 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
45423
45424         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
45425         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
45426         Problem reported by Denis Excoffier in
45427         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
45428
45429 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45430
45431         * modules/sys_socket, modules/socklen: Include sys/types since
45432         FreeBSD 4.x's sys/socket.h needs it.
45433
45434 2006-06-19  Simon Josefsson  <jas@extundo.com>
45435
45436         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
45437
45438 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45439
45440         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
45441
45442 2006-06-19  Bruno Haible  <bruno@clisp.org>
45443
45444         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
45445         and FULL_PATH_INTTYPES_H in angle brackets.
45446         Reported by Mark D. Baushke <mdb@gnu.org>.
45447
45448 2006-06-17  Eric Blake  <ebb9@byu.net>
45449
45450         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
45451         errno.
45452
45453 2006-06-17  Bruno Haible  <bruno@clisp.org>
45454
45455         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
45456         <sys/inttypes.h>.
45457
45458 2006-06-17  Bruno Haible  <bruno@clisp.org>
45459
45460         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
45461         whether errno is declared. Assume <errno.h> declares errno.
45462
45463 2006-06-17  Bruno Haible  <bruno@clisp.org>
45464
45465         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
45466
45467 2006-06-17  Bruno Haible  <bruno@clisp.org>
45468
45469         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
45470         problem on Solaris 2.5.1.
45471
45472 2006-06-16  Eric Blake  <ebb9@byu.net>
45473
45474         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
45475         * lib/unicodeio.c [!defined errno]: Likewise.
45476         * lib/strtol.c [!defined errno]: Likewise.
45477         * lib/strtod.c [!defined errno]: Likewise.
45478
45479 2006-06-15  Eric Blake  <ebb9@byu.net>
45480
45481         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
45482
45483 2006-06-15  Eric Blake  <ebb9@byu.net>
45484
45485         * config/srclist.txt (ssize_t.m4): Lose sync.
45486
45487 2006-06-15  Bruno Haible  <bruno@clisp.org>
45488
45489         * modules/stdint (Files): Include m4/full-header-path.m4,
45490         m4/size_max.m4, m4/wchar_t.m4.
45491         (Makefile.am): Many more substitutions.
45492         * modules/stdint-tests: New file.
45493         * tests/test-stdint.c: New file.
45494
45495 2006-06-15  Bruno Haible  <bruno@clisp.org>
45496
45497         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
45498         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
45499         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
45500         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
45501         gl_CHECK_TYPE_SAME): New macros.
45502
45503 2006-06-15  Bruno Haible  <bruno@clisp.org>
45504
45505         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
45506
45507 2006-06-15  Bruno Haible  <bruno@clisp.org>
45508
45509         * lib/stdint_.h: Rewritten to be fully auto-configured.
45510         Fixes bug on HP-UX/IA64.
45511
45512 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
45513
45514         * lib/getdate.y (__attribute__): Don't define if already defined.
45515         Problem reported by Larry Jones.
45516         * lib/utimens.c (__attribute__): Likewise.
45517
45518 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
45519
45520         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
45521         reported by Andreas Schwab.
45522
45523 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45524             Bruno Haible  <bruno@clisp.org>
45525
45526         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
45527         check for the declaration of strnlen and a run test that exposes the
45528         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
45529         rpl_strndup.
45530
45531 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45532             Bruno Haible  <bruno@clisp.org>
45533
45534         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
45535
45536 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45537
45538         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
45539         compile test, for Tru64 4.0D.
45540
45541 2006-05-28  Karl Berry  <karl@gnu.org>
45542
45543         * config/srclist.txt (printf-args.c): lose sync.
45544
45545 2006-05-26  Martin Lambers  <marlam@marlam.de>
45546
45547         * lib/getpass.c: Updates the test for the native W32 API, and adds
45548         missing includes, thus fixing compilation warnings.
45549
45550 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
45551
45552         * lib/exclude.c (exclude_fnmatch): New function.
45553         (excluded_file_name): Call exclude_fnmatch.
45554         * lib/exclude.h (excluded_file_name): New prototype
45555
45556 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
45557
45558         * lib/tempname.c (small_open, large_open): New macros.
45559         (__open, __open64) [!_LIBC]: Remove.
45560         (__gen_tempname): Use small_open and large_open instead of __open
45561         and __open64.  This fixes a portability bug on HP-UX 11.11i
45562         reported by Simon Wing-Tang in
45563         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
45564
45565 2006-05-24  Bruno Haible  <bruno@clisp.org>
45566
45567         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
45568         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
45569         Reported by Thorsten Maerz <torte@netztorte.de> via
45570         Aaron Stone <aaron@serendipity.cx>.
45571
45572 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
45573
45574         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
45575         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
45576         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
45577         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
45578         not really conditional on the cache.
45579         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
45580
45581 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
45582
45583         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
45584         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
45585         (my_usleep): Don't mishandle maximum value.
45586
45587 2006-05-19  Jim Meyering  <jim@meyering.net>
45588
45589         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
45590
45591 2006-05-17  Bruno Haible  <bruno@clisp.org>
45592
45593         Cygwin portability.
45594         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
45595
45596 2006-05-17  Bruno Haible  <bruno@clisp.org>
45597
45598         * lib/stdint_.h: Fix recognition of Cygwin.
45599
45600 2006-05-15  Bruno Haible  <bruno@clisp.org>
45601
45602         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
45603         on libtool patch by Ralf Wildenhues.
45604
45605 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
45606
45607         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
45608         test for C99 conformance; (bool) 0.5 is an integer constant
45609         expression, but (bool) -0.5 is not.  Problem reported by Fedor
45610         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
45611
45612 2006-05-11  Simon Josefsson  <jas@extundo.com>
45613
45614         * m4/xvasprintf.m4: Fix obvious typo.
45615
45616 2006-05-11  Jim Meyering  <jim@meyering.net>
45617
45618         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
45619         James Lemley.
45620
45621 2006-05-10  Simon Josefsson  <jas@extundo.com>
45622
45623         * lib/md4.c: Typo fix, update copyright years.
45624         (K1, K2): Don't use L because it turn computations into 64-bit on
45625         64-bit platforms.
45626
45627 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45628
45629         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
45630         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
45631         unwanted sign propagation, e.g., on hosts with 64-bit int.
45632         There still are some problems with reeelly weird theoretical hosts
45633         (e.g., 33-bit int) but it's not worth worrying about now.
45634         * lib/sha1.c (rol): Likewise.
45635         (K1, K2, K3, K4): Remove unnecessary L suffix.
45636
45637 2006-05-10  Bruno Haible  <bruno@clisp.org>
45638
45639         * lib/des.c: Cast to avoid warnings.
45640
45641 2006-05-09  Bruno Haible  <bruno@clisp.org>
45642
45643         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
45644         (Depends-on): Depend also on xsize, stdarg.
45645         (configure.ac): Add gl_XVASPRINTF.
45646
45647 2006-05-09  Bruno Haible  <bruno@clisp.org>
45648
45649         * m4/xvasprintf.m4: New file.
45650
45651 2006-05-09  Bruno Haible  <bruno@clisp.org>
45652
45653         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
45654         (EOVERFLOW): Define fallback value.
45655         (xstrcat): New function.
45656         (xvasprintf): Recognize the special case of a string concatenation.
45657
45658 2006-05-08  Eric Blake  <ebb9@byu.net>
45659
45660         * gnulib-tool (func_version): Base copyright year on CVS date.
45661         (func_emit_copyright_notice): New function.
45662         (func_emit_lib_Makefile_am): Use it.
45663         (func_emit_tests_Makefile_am): Likewise.
45664         (func_import): Likewise.
45665
45666 2006-05-08  Bruno Haible  <bruno@clisp.org>
45667
45668         * modules/stdarg: New file.
45669         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
45670
45671 2006-05-08  Bruno Haible  <bruno@clisp.org>
45672
45673         * m4/stdarg.m4: New file, from GNU gettext.
45674
45675 2006-05-08  Bruno Haible  <bruno@clisp.org>
45676
45677         * config/srclist.txt (build-aux/config.rpath): different from latest
45678         release.
45679
45680 2006-05-08  Bruno Haible  <bruno@clisp.org>
45681
45682         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
45683
45684 2006-05-05  Jim Meyering  <jim@meyering.net>
45685
45686         * m4/warning.m4: New file, derived from bison's file by the same name.
45687
45688 2006-05-03  Bruno Haible  <bruno@clisp.org>
45689
45690         * lib/stdint_.h: Shorter URL.
45691         * lib/inttypes.h: Likewise.
45692
45693 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45694
45695         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
45696
45697 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45698
45699         * lib/verify.h: Document the internals better.  Most of this change
45700         was written by Bruno Haible.
45701
45702 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45703
45704         * doc/verify.texi: New file, partly based on a proposal by
45705         Bruno Haible.
45706
45707 2006-05-02  Bruno Haible  <bruno@clisp.org>
45708
45709         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
45710         test from here...
45711         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
45712
45713 2006-04-29  Bruno Haible  <bruno@clisp.org>
45714
45715         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
45716         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
45717
45718 2006-04-29  Bruno Haible  <bruno@clisp.org>
45719
45720         * gnulib-tool: Make --update option actually work.
45721
45722 2006-04-29  Bruno Haible  <bruno@clisp.org>
45723
45724         * doc/gcd.texi: New file.
45725         * doc/gnulib.texi: Include it.
45726
45727 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
45728
45729         * lib/getdate.y (get_date): When adding relative date, start with the
45730         initial time, not with the result of the first mktime call.
45731
45732 2006-04-25  Bruno Haible  <bruno@clisp.org>
45733
45734         * gnulib-tool (func_import): Output the include directives in three
45735         blocks, sorted separately.
45736         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45737
45738 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45739
45740         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
45741         to define main with arguments, for C++.  Reported by Eric Blake.
45742         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
45743         Prefer 'int main ()' to 'int main (void)', for C++.
45744         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
45745         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
45746         for 'main', for C99 and C++.
45747
45748 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45749
45750         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
45751         Don't assume that exit status -1 is valid.
45752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45753         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
45754         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
45755         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
45756         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
45757         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
45758         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
45759         functions can be used without declaring them, or that you can
45760         exit with status -1.
45761         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
45762
45763 2006-04-24  Karl Berry  <karl@gnu.org>
45764
45765         * config/srclist.txt (longdouble.m4): sync lost.
45766
45767 2006-04-24  Eric Blake  <ebb9@byu.net>
45768
45769         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
45770
45771 2006-04-24  Bruno Haible  <bruno@clisp.org>
45772
45773         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
45774         poll() implementation in AIX.
45775         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45776
45777 2006-04-24  Bruno Haible  <bruno@clisp.org>
45778
45779         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
45780         assigned exactly once.
45781
45782 2006-04-23  Claudio Fontana  <claudio@gnu.org>
45783             Bruno Haible  <bruno@clisp.org>
45784
45785         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
45786         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
45787         for AM_CPPFLAGS.
45788
45789 2006-04-23  Bruno Haible  <bruno@clisp.org>
45790
45791         * modules/copy-file: Depend on unistd.
45792         * modules/execute: Likewise.
45793         * modules/fatal-signal: Likewise.
45794         * modules/findprog: Likewise.
45795         * modules/mkdtemp : Likewise.
45796         * modules/pipe: Likewise.
45797         * modules/wait-process: Likewise.
45798
45799 2006-04-23  Bruno Haible  <bruno@clisp.org>
45800
45801         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
45802         condition was already detected.
45803         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45804
45805 2006-04-23  Bruno Haible  <bruno@clisp.org>
45806
45807         * lib/copy-file.c: Include <unistd.h> unconditionally.
45808         * lib/execute.c: Likewise.
45809         * lib/fatal-signal.c: Likewise.
45810         * lib/findprog.c: Likewise.
45811         * lib/mkdtemp.c: Likewise.
45812         * lib/pipe.h: Likewise.
45813         * lib/pipe.c: Likewise.
45814         * lib/wait-process.h: Likewise.
45815
45816 2006-04-23  Bruno Haible  <bruno@clisp.org>
45817
45818         * gnulib-tool (func_usage): Fix --import description. Document
45819         --update.
45820         (func_import): Create temporary file in a temporary directory, if
45821         --dry-run is specified. Silence errors from 'grep' when there are no
45822         m4 files in $m4dir.
45823         (func_create_testdir): Silence errors from 'grep' when there are no
45824         m4 files in $m4dir.
45825         Reported by Karl Berry <karl@freefriends.org>.
45826
45827 2006-04-20  Bruno Haible  <bruno@clisp.org>
45828
45829         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
45830         one argument, so that the code will be portable to Autoconf 2.60.
45831         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
45832         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45833         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
45834
45835 2006-04-19  Derek Price  <derek@ximbiot.com>
45836             Eric Blake  <ebb9@byu.net>
45837
45838         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
45839         rather than "/full/path.h".  Update comment to match.  Shorten &
45840         generalize m4_translit call via AS_TR_CPP.
45841
45842 2006-04-19  Derek Price  <derek@ximbiot.com>
45843             Eric Blake  <ebb9@byu.net>
45844
45845         * lib/inttypes.h: Correct grammar in comment.
45846
45847 2006-04-18  Derek Price  <derek@ximbiot.com>
45848             Paul Eggert  <eggert@cs.ucla.edu>
45849
45850         * modules/inttypes: New file.
45851         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
45852
45853 2006-04-18  Derek Price  <derek@ximbiot.com>
45854             Paul Eggert  <eggert@cs.ucla.edu>
45855
45856         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
45857         New files.
45858
45859 2006-04-18  Derek Price  <derek@ximbiot.com>
45860             Paul Eggert  <eggert@cs.ucla.edu>
45861
45862         * lib/inttypes.h: New file.
45863         * lib/strtoimax.c: Assume <inttypes.h>.
45864
45865 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
45866
45867         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
45868         isn't mounted.  Problem reported by Kir Kolyshkin.
45869
45870 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
45871
45872         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
45873         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
45874         Derek R. Price.
45875         * lib/regex.h (RE_DUP_MAX): Update comment to match current
45876         implementation.
45877
45878 2006-04-12  Eric Blake  <ebb9@byu.net>
45879
45880         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
45881         is now done automatically by the corresponding Autoconf macro.
45882
45883 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
45884
45885         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
45886         time_r.h.
45887
45888 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45889
45890         Merge regex changes from libc, removing some of our
45891         POSIX-conformance changes that were rejected and redoing them in a
45892         less-intrusive way.
45893
45894         * lib/regcomp.c (re_compile_internal, init_dfa):
45895         Length arg is now size_t, not Idx.  All uses changed.
45896         (peek_token): Forward decl now says internal_function.
45897         (__re_error_msgid, __re_error_msgid_idx):
45898         Now static rather than extern with attribute_hidden.
45899         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
45900         For some reason libc prefers K&R style defns for external functions.
45901         (regerror) [!defined _LIBC]: Likewise.
45902         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
45903         (seek_collating_symbol_entry, lookup_collation_sequence_value):
45904         (build_range_exp, build_collating_symbol):
45905         Use K&R-style defn.
45906         (re_compile_fastmap): Use '\0' to memset, not 0.
45907         (utf8_sb_map): Make the calculations more obvious.
45908         (init_dfa, parse_bracket_exp, build_charclass_op):
45909         Call calloc and cast result, as glibc does.
45910         (init_word_char, fetch_token, peek_token, peek_token_bracket):
45911         (build_range_exp, build_collating_symbol):
45912         Now internal functions.
45913
45914         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
45915
45916         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
45917         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
45918         Don't depend on VMS; depend on __VMS instead, for POSIX
45919         namespace cleanness.
45920         (regoff_t): Define to ssize_t, not long int.
45921
45922         Remove the REG_ macros named below.  Instead, make the old names
45923         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
45924         __USE_GNU_REGEX.
45925         (REG_BACKSLASH_ESCAPE_IN_LISTS):
45926         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
45927         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
45928         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
45929         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
45930         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
45931         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
45932         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
45933         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
45934         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
45935         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
45936         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
45937         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
45938         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
45939         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
45940         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
45941         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
45942         (REG_NREGS):
45943         Remove.  All uses replaced by the old RE_* names.
45944         (RE_BACKSLASH_ESCAPE_IN_LISTS):
45945         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
45946         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
45947         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
45948         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
45949         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
45950         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
45951         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
45952         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
45953         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
45954         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
45955         Don't bother having these macros be independent of each others'
45956         values, since they no longer exist in the POSIX name space.
45957
45958         Rename the following member names back to their old names,
45959         unless !__USE_GNU_REGEX.  All uses changed back.
45960         (buffer): Renamed from re_buffer.
45961         (allocated): Renamed from re_allocated.
45962         (used): Renamed from re_used.
45963         (syntax): Renamed from re_syntax.
45964         (fastmap): Renamed from re_fastmap.
45965         (translate): Renamed from re_translate.
45966         (can_be_null): Renamed from re_can_be_null.
45967         (regs_allocated): Renamed from re_regs_allocated.
45968         (fastmap_accurate): Renamed from re_fastmap_accurate.
45969         (no_sub): Renamed from re_no_sub.
45970         (not_bol): Renamed from re_not_bol.
45971         (not_eol): Renamed from re_not_eol.
45972         (newline_anchor): Renamed from re_newline_anchor.
45973         (num_regs): Renamed from rm_num_regs.
45974         (start): Renamed from rm_start.
45975         (end): Renamed from rm_end.
45976
45977         (free_state): Move up a bit.
45978
45979         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
45980         #define to be empty.
45981         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
45982         when that is what is intended.
45983         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
45984         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
45985         (MAX): New macro.
45986         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
45987         All uses changed back to re_malloc, etc.  It's now the caller's
45988         responsibility to check for overflow; all callers changed.
45989         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
45990         (re_x2nrealloc): Remove.
45991         (free_state): Remove decl.
45992
45993         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
45994         (re_set_registers, re_exec):
45995         Use K&R-style defn.
45996
45997         2006-01-31  Roland McGrath  <roland@redhat.com>
45998
45999         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
46000         Reported by Mike Frysinger <vapier@gentoo.org>.
46001
46002         2006-01-15  Andreas Jaeger  <aj@suse.de>
46003
46004         [BZ #1950]
46005         * lib/regex_internal.c (re_string_reconstruct): Adjust for
46006         build_wcs_upper_buffer change.
46007         (build_wcs_upper_buffer): Change return type.
46008
46009         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
46010
46011         * lib/regex_internal.h: Include <stdint.h> if available.
46012
46013         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
46014
46015         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
46016
46017         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
46018
46019         * lib/regcomp.c: Adjust for changed secondary hash function.
46020
46021         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
46022
46023         * lib/regex.h: Pretty printing.
46024         Clean up namespace a bit.
46025
46026         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
46027
46028         * lib/regexec.c (update_cur_sifted_state, check_arrival,
46029         check_arrival_add_next_nodes): Avoid using uninitialized variable.
46030
46031         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46032                     Ulrich Drepper  <drepper@redhat.com>
46033
46034         [BZ #1302]
46035         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
46036         changed.
46037         (bitset_word_t): Renamed from bitset_word.  All uses changed.
46038
46039         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
46040
46041         [BZ #281]
46042         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
46043         * lib/regcomp.c: Remove unnecessary uses of
46044         unsigned RE_TRANSLATE_TYPE.
46045         * lib/regex_internal.h: Likewise.
46046         * lib/regex_internal.c: Likewise.
46047         * lib/regexec.c: Likewise.
46048         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
46049
46050         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
46051
46052         * lib/regexec.c (find_recover_state): Remove unnecessary
46053         initialization.
46054         (transit_state_bkref): Make DFA a const pointer.
46055         (get_subexp): Likewise.
46056         (check_arrival): Likewise.
46057         (update_cur_sifted_state): Likewise.
46058         (re_search_internal): Likewise.
46059         (prune_impossible_nodes): Likewise.
46060         (acquire_init_state_context): Likewise.
46061         (proceed_next_node): Likewise.
46062         (set_regs): Likewise.
46063         (free_fail_stack_return): Likewise.
46064         (check_arrival_expand_ecl): Mark DFA parameter as const.
46065         (check_arrival_expand_ecl_sub): Likewise.
46066         (check_subexp_limits): Likewise.
46067         (sub_epsilon_src_nodes):  Likewise.
46068         (add_epsilon_src_nodes):  Likewise.
46069         (merge_state_array): Likewise.
46070         (update_regs): Likewise.
46071         (build_trtable): Likewise.
46072         (sift_states_backward): Mark MCTX parameter as const.
46073         (build_sifted_states): Likewise.
46074         (update_cur_sifted_state): Likewise.
46075         (sift_states_mkref): Likewise.
46076         (check_arrival_expand_ecl): Mark eclosure as const.
46077         (check_dst_limits_calc_pos_1): Likewise.
46078         * lib/regex_internal.h (re_match_context_t): Make dfa a const
46079         pointer.
46080
46081         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
46082
46083         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
46084         (transit_state_sb): Likewise.
46085         (transit_state_mb): Likewise.
46086         (sift_states_iter_mb): Likewise.
46087         (check_arrival_add_next_nodes): Likewise.
46088         (check_node_accept_bytes): Change first parameter to pointer-to-const.
46089         [_LIBC] (re_search_2_stub): Use mempcpy.
46090
46091         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
46092         mbrtowc for very simple UTF-8 case.
46093
46094         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
46095         a pointer-to-const.
46096         (re_acquire_state_context): Likewise.
46097         * lib/regex_internal.h: Adjust prototypes.
46098
46099         * lib/regex.c: Prevent using C++ compilers.
46100
46101         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
46102         (re_acquire_state_context): Likewise.
46103
46104 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46105
46106         * modules/regex (Depends-on): Add ssize_t.
46107
46108 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46109
46110         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
46111         translation table.
46112
46113 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46114
46115         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
46116
46117 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
46118             Bruno Haible  <bruno@clisp.org>
46119
46120         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
46121         <sys/types.h> and <inttypes.h>.
46122
46123 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46124
46125         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
46126         `__error_t_defined', so argp.h will not typedef the former.
46127
46128 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
46129
46130         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
46131         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
46132         glibc names.  Even if glibc is changed to conform to POSIX, the
46133         traditional names will be available anyway, since regex depends on
46134         the extensions module.  Also, fix a longstanding typo in the
46135         implementation of Spencer ERE test #75 from grep 2.3.  Problems
46136         reported by Emanuele Giaquinta.  Also, change sense of cached
46137         variable, so that the message makes sense.
46138
46139 2006-03-24  Simon Josefsson  <jas@extundo.com>
46140
46141         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
46142         including some doc fixes.
46143         (base64_encode_alloc): Fix +1 bug on allocation failures.
46144
46145 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46146
46147         * lib/base64.c (base64_encode): Do not read past end of array with
46148         unsanitized input on systems with CHAR_BIT > 8.
46149
46150 2006-03-24  Eric Blake  <ebb9@byu.net>
46151
46152         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
46153
46154 2006-03-22  Karl Berry  <karl@gnu.org>
46155
46156         * config/srclist.txt (*setenv.[ch]): get from coreutils.
46157         * config/srclistvars.sh (COREUTILS): new var.
46158
46159 2006-03-17  Jim Meyering  <jim@meyering.net>
46160
46161         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
46162         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
46163
46164 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
46165
46166         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
46167         no longer needs it.  Instead, check that regoff_t is as least
46168         as wide as ptrdiff_t.
46169
46170         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
46171         so that our regex.h stays compatible with the installed regex.
46172         This is helpful for installers who configure --without-included-regex.
46173         Problem reported by Emanuele Giaquinta.
46174
46175 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
46176
46177         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
46178         Typedef to long int, not to off_, as POSIX will likely change
46179         in that direction.
46180
46181 2006-03-15  Eric Blake  <ebb9@byu.net>
46182
46183         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
46184
46185 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
46186
46187         * lib/argp-help.c (validate_uparams): Fix typo
46188         * lib/argp-parse.c (argp_default_options): Consistently begin help
46189         messages with a lowercase letter.
46190
46191 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
46192
46193         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
46194         overrun buffers and shouldn't be used (much as gets shouldn't be
46195         used).
46196         * lib/time_r.c (asctime_r, ctime_r): Likewise.
46197
46198 2006-03-08  Simon Josefsson  <jas@extundo.com>
46199
46200         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
46201         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46202
46203 2006-03-08  Simon Josefsson  <jas@extundo.com>
46204
46205         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
46206         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46207
46208 2006-03-08  Simon Josefsson  <jas@extundo.com>
46209
46210         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
46211         signal that configure disabled the device.
46212
46213 2006-03-08  Simon Josefsson  <jas@extundo.com>
46214
46215         * build-aux/maint.mk: Fix refresh-po, to handle no translated
46216         languages.
46217
46218 2006-03-07  Simon Josefsson  <jas@extundo.com>
46219
46220         * modules/getopt (Depends-on): Add unistd.
46221
46222         * modules/unistd: New file.
46223
46224 2006-03-07  Simon Josefsson  <jas@extundo.com>
46225
46226         * modules/gc-random: New file.
46227
46228 2006-03-07  Simon Josefsson  <jas@extundo.com>
46229
46230         * m4/unistd_h.m4: New file.
46231
46232 2006-03-07  Simon Josefsson  <jas@extundo.com>
46233
46234         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
46235         test to be side-effect free by storing the result in the cache
46236         variable gl_cv_lib_readline, and moving the assignment of
46237         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
46238         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46239
46240 2006-03-07  Simon Josefsson  <jas@extundo.com>
46241
46242         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
46243         error on missing devices (the functions will return an error).
46244
46245         * m4/gc.m4: Move random stuff to gc-random.m4
46246
46247 2006-03-07  Simon Josefsson  <jas@extundo.com>
46248
46249         * lib/unistd_.h: New file.
46250
46251 2006-03-07  Simon Josefsson  <jas@extundo.com>
46252
46253         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
46254
46255 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
46256
46257         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
46258         Problem reported by Juan Manuel Guerrero.
46259
46260 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
46261
46262         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
46263         the unistd module.
46264         * lib/getlogin_r.c: Likewise.
46265         * lib/getlogin_r.h: Likewise.
46266         * lib/glob.c: Likewise.
46267         * lib/pagealign_alloc.c: Likewise.
46268         * lib/unistd_.h: Remove; no longer needed.
46269
46270 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
46271
46272         * MODULES.html.sh (Support for systems lacking POSIX:2001):
46273         Add unistd.
46274         * modules/c-stack (Depends-on): Add unistd.
46275         * modules/getlogin_r: Likewise.
46276         * modules/glob: Likewise.
46277         * modules/pagealign_alloc: Likewise.
46278         * modules/unistd (Files): Remove lib/unistd_.h.
46279         (EXTRA_DIST): Remove.
46280         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
46281         need unistd_.h.
46282         (MOSTLYCLEANFILES): Remove unistd.h-t.
46283
46284 2006-03-03  Simon Josefsson  <jas@extundo.com>
46285
46286         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
46287
46288 2006-03-03  Simon Josefsson  <jas@extundo.com>
46289
46290         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
46291         libidn and bison.
46292
46293 2006-03-03  Simon Josefsson  <jas@extundo.com>
46294
46295         * build-aux/maint.mk: Add indent target.
46296
46297 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
46298
46299         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
46300         our replacement poll.h in any case, to avoid a differing
46301         declaration from a system header.  Seen on AIX.
46302
46303 2006-03-01  Simon Josefsson  <jas@extundo.com>
46304
46305         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
46306         <kasal@ucw.cz>.
46307
46308 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46309
46310         * modules/gettime (Depends-on): Add extensions module.
46311         * modules/nanosleep (Depends-on): Likewise.
46312         * modules/settime (Depends-on): Likewise.
46313
46314 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
46315
46316         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
46317         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
46318         pedantically.
46319         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46320         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
46321
46322         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
46323         not "==".  Reported by Ralf Wildenhues.
46324
46325 2006-03-01  Karl Berry  <karl@gnu.org>
46326
46327         * doc/Copyright/request-*: new files, synced from gnuorg.
46328
46329 2006-03-01  Karl Berry  <karl@gnu.org>
46330
46331         * config/srclist.txt (Copyright/*): new entries.
46332
46333 2006-02-28  Simon Josefsson  <jas@extundo.com>
46334
46335         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
46336
46337 2006-02-27  Simon Josefsson  <jas@extundo.com>
46338
46339         * lib/base64.h: Indent #define's.  From Jim Meyering
46340         <jim@meyering.net>.
46341
46342 2006-02-27  Jim Meyering  <jim@meyering.net>
46343
46344         Revert the change of 2006-02-24, so these files can continue
46345         to be sync'd from gettext.
46346         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
46347         of `config.h'.
46348
46349 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
46350
46351         * modules/intprops: New file.
46352         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
46353         Add intprops.
46354         * modules/getloadavg (Files): Remove lib/intprops.h.
46355         (Depends-on): Add intprops.
46356         * modules/human: Likewise.
46357         * modules/inttostr: Likewise.
46358         * modules/openat: Likewise.
46359         * modules/sig2str: Likewise.
46360         * modules/userspec: Likewise.
46361         * modules/utimecmp: Likewise.
46362         * modules/xnanosleep: Likewise.
46363         * modules/xstrtol: Likewise.
46364
46365 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
46366
46367         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
46368         * modules/lock-tests (TESTS): Use $(EXEEXT).
46369         * modules/tls-tests: Likewise.
46370         * modules/argp-tests: Likewise.
46371         (check_PROGRAMS): New var, replacing...
46372         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
46373
46374 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46375
46376         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
46377         `config.h'.
46378
46379 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
46380
46381         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
46382
46383 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46384
46385         Sync from coreutils.
46386         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
46387         gl_CHDIR_SAFER.
46388
46389 2006-02-22  Jim Meyering  <jim@meyering.net>
46390
46391         Sync from coreutils.
46392         * m4/chdir-safer.m4: New file.
46393
46394 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
46395
46396         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
46397         AT_FDCWD exceeds INT_MAX.
46398         * lib/openat.h (AT_FDCWD): Likewise.
46399
46400 2006-02-17  Eric Blake  <address@hidden>
46401
46402         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
46403
46404 2006-02-16  Simon Josefsson  <jas@extundo.com>
46405
46406         * modules/getaddrinfo (Depends-on): Add sys_socket.
46407
46408 2006-02-15  Simon Josefsson  <jas@extundo.com>
46409
46410         * build-aux/maint.mk: Add dsyntax-check rule.
46411
46412 2006-02-15  Eric Blake  <ebb9@byu.net>
46413
46414         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
46415         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
46416         'present but cannot compile' warnings on cygwin.
46417         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
46418         use ws2tcpip.h if sys/socket.h works.
46419         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
46420         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
46421
46422 2006-02-14  Simon Josefsson  <jas@extundo.com>
46423
46424         * modules/maintainer-makefile (Files): Rename.
46425
46426         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
46427         and (the local) Makefile.cfg to maint-cfg.mk.
46428
46429         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
46430         to the latter.
46431
46432         * modules/maintainer-makefile: New module.
46433
46434         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
46435         severaly stripped to make it possible to build it up from scratch
46436         with reliable tests.
46437
46438         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
46439         fixes to permit overriding the default actions when configure and
46440         makefile are not available.
46441
46442 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
46443
46444         Sync from coreutils.
46445         * modules/lstat (Depends-on): Don't depend on xalloc.
46446         (License): Change from GPL to LGPL, since this is now simply a
46447         replacement for a libc function.
46448
46449 2006-02-14  Jim Meyering  <jim@meyering.net>
46450
46451         Sync from coreutils.
46452
46453         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
46454         failure on deficient systems, and simplify gnulib lgpl dependencies.
46455         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
46456         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
46457
46458         * lib/xalloc-die.c: Remove unused definition of N_.
46459
46460 2006-02-14  Jim Meyering  <jim@meyering.net>
46461
46462         Sync from coreutils.
46463         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
46464         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
46465         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
46466         double-quote uses of that variable, to accommodate the rare case in
46467         which getmntent is available in none of the libraries checked.  This
46468         happens at least on FreeBSD 5.0.
46469
46470 2006-02-13  Simon Josefsson  <jas@extundo.com>
46471
46472         * gnulib-tool (Usage): Fix --import, from
46473         karl@freefriends.org (Karl Berry).
46474
46475 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
46476
46477         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
46478
46479 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
46480
46481         * lib/argp-namefrob.h: Restore changes accidentally lost during the
46482         "autoupdate" on 2005-12-12.
46483
46484 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
46485
46486         * modules/closeout (Depends-on): Remove atexit.
46487
46488 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
46489
46490         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
46491         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
46492
46493 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
46494
46495         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
46496         __EXTENSIONS__ if this causes compilation to fail.  Problem
46497         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
46498         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
46499
46500 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
46501
46502         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
46503         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
46504         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
46505         All uses changed.
46506
46507 2006-01-26  Simon Josefsson  <jas@extundo.com>
46508
46509         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
46510         prototype is visible on mingw32.
46511
46512         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
46513         for mingw32.
46514
46515         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
46516         mingw32).
46517
46518 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
46519
46520         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
46521         attempt to open for write; this always fails, at least on POSIX
46522         hosts.  This reinstates the 2006-01-09 change, which was
46523         inadvertently removed.
46524
46525 2006-01-26  Bruno Haible  <bruno@clisp.org>
46526
46527         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
46528         Reported by Paul Eggert.
46529
46530 2006-01-26  Bruno Haible  <bruno@clisp.org>
46531             Paul Eggert  <eggert@cs.ucla.edu>
46532
46533         * lib/stdbool_.h (_Bool)
46534         [(! (defined __cplusplus || defined __BEOS__)
46535           && !defined __GNUC__
46536           && !(defined __HP_cc || defined __xlc__
46537                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
46538                || defined __sgi))]:
46539         #define to signed char in these cases too; this simplifies
46540         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
46541         etc., separately) and makes it more conservative.
46542
46543 2006-01-25  Simon Josefsson  <jas@extundo.com>
46544
46545         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
46546         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
46547         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
46548
46549 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46550
46551         * lib/argp-namefrob.h: Bugfix. Remove stray #
46552
46553 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
46554
46555         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
46556         so that we test the test.
46557         Check for yet another HP-UX cc bug involving *bool |= bool.
46558
46559 2006-01-25  Karl Berry  <karl@gnu.org>
46560
46561         * config/srclist.txt (vasnprintf.c): sync lost.
46562
46563 2006-01-25  Jim Meyering  <jim@meyering.net>
46564
46565         Sync from the stable (b5) branch of coreutils:
46566
46567         * lib/fts.c (fts_children): Don't let close() clobber errno from
46568         failed fchdir().
46569
46570         * lib/fts.c (fts_stat): When following a symlink-to-directory,
46571         don't necessarily interpret stat-fails+lstat-succeeds as indicating
46572         a dangling symlink.  That can also happen at least for ELOOP.
46573         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
46574         FYI, this bug predates the inclusion of fts.c in coreutils.
46575
46576         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
46577         in their own block, so pre-c99 compilers don't object.
46578
46579         Avoid the double-free (first in fts_read, second in fts_close) that
46580         would occur when an `active' directory is made inaccessible (e.g.,
46581         via chmod a-x) during a traversal.
46582         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46583         before returning.  Reproduce this failure by
46584         mkdir -p a/b; cd a; chmod a-x . b
46585         Reported by Stavros Passas.
46586
46587 2006-01-25  Jim Meyering  <jim@meyering.net>
46588
46589         * lib/fileblocks.c: Remove more useless parentheses.
46590         * lib/readutmp.h: Likewise.
46591
46592 2006-01-25  Bruno Haible  <bruno@clisp.org>
46593
46594         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
46595         warnings.
46596         Reported by Paul Eggert.
46597
46598 2006-01-25  Bruno Haible  <bruno@clisp.org>
46599
46600         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
46601         rid of a trap command. For Solaris sh.
46602         Reported by Mark D. Baushke <mdb@gnu.org>.
46603
46604 2006-01-24  Simon Josefsson  <jas@extundo.com>
46605
46606         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
46607         Bruno.
46608
46609 2006-01-24  Karl Berry  <karl@gnu.org>
46610
46611         * config/srclist.txt (argp-namefrob.h): sync lost.
46612
46613 2006-01-24  Jim Meyering  <jim@meyering.net>
46614
46615         * modules/openat (Files): Add lib/intprops.h.
46616         From Mark D. Baushke.
46617
46618 2006-01-24  Jim Meyering  <jim@meyering.net>
46619
46620         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
46621         Reported by Mark D. Baushke.
46622
46623 2006-01-24  Jim Meyering  <jim@meyering.net>
46624
46625         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
46626
46627 2006-01-24  Bruno Haible  <bruno@clisp.org>
46628
46629         * modules/strnlen (Maintainer): Change from glibc to all.
46630
46631 2006-01-24  Bruno Haible  <bruno@clisp.org>
46632
46633         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
46634         Patch by Paul Eggert.
46635
46636 2006-01-24  Bruno Haible  <bruno@clisp.org>
46637
46638         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
46639         already has it.
46640         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
46641         2005-11-26.
46642
46643         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
46644         'signed char' to avoid problems with the built-in _Bool type.
46645         Reported by Paul Eggert on 2005-11-26.
46646
46647 2006-01-24  Bruno Haible  <bruno@clisp.org>
46648
46649         * gnulib-tool (func_import): Avoid constructing complicated sed
46650         expressions inside backquote.
46651         Report and solution by Mark D. Baushke <mdb@gnu.org>.
46652
46653 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
46654
46655         These changes imported from libc.
46656         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
46657         test and two separate function calls.
46658         * lib/strndup.c (__strndup): Add libc_hidden_def.
46659
46660 2006-01-23  Simon Josefsson  <jas@extundo.com>
46661
46662         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
46663         Remove the test_*_SOURCES variable: automake infers it by default.
46664         * modules/tls-tests: Likewise.
46665
46666 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46667
46668         Work around porting bugs reported by Dieter in
46669         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
46670         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
46671         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
46672         Include "getopt.h" first, to check interface.
46673         (getenv): Declare only if defined HAVE_DECL_GETENV &&
46674         !HAVE_DECL_GETENV.
46675         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
46676         (__strndup): Revert to K&R-style function dfns, the glibc style.
46677         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
46678         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
46679         Include strnlen.h first, to get prototype properly.
46680         (strnlen): Renamed from __strnlen.
46681         Remove weak alias.
46682
46683 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46684
46685         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
46686
46687 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46688
46689         * config/srclist.txt: Adjust to reflect glibc reorganization.
46690         This affects only comments.
46691
46692 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46693
46694          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
46695          Reported by Bruce Korb <bkorb@gnu.org>.
46696
46697 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
46698
46699         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
46700         to pacify gcc -Wswitch-default.
46701
46702 2006-01-22  Bruno Haible  <bruno@clisp.org>
46703
46704         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
46705         temporary buffer for sprintf, take into account the precision also
46706         for 'd', 'i', 'u', 'o', 'x', 'X'.
46707
46708 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46709
46710         * modules/argp-tests: New module
46711         * tests/test-argp.c: New file
46712         * tests/test-argp-2.sh: New file
46713
46714 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46715
46716         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
46717         (__argp_base_name): Removed
46718         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
46719         typo.
46720         (__argp_base_name): Provide macro definition or extern declaration
46721         depending on the configuration
46722
46723 2006-01-20  Simon Josefsson  <jas@extundo.com>
46724
46725         * modules/inet_ntop (Depends-on): Depend on sys_socket.
46726
46727 2006-01-20  Simon Josefsson  <jas@extundo.com>
46728
46729         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
46730
46731 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46732
46733         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
46734         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
46735         Suggested by Bruno Haible.
46736
46737 2006-01-20  Karl Berry  <karl@gnu.org>
46738
46739         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
46740         until changes propagate, I guess.
46741
46742 2006-01-19  Simon Josefsson  <jas@extundo.com>
46743
46744         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
46745
46746 2006-01-19  Simon Josefsson  <jas@extundo.com>
46747
46748         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
46749
46750 2006-01-19  Simon Josefsson  <jas@extundo.com>
46751
46752         * gnulib-tool: Set check_PROGRAMS.
46753
46754         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46755         modules/des-tests, modules/gc-arcfour-tests,
46756         modules/gc-arctwo-tests, modules/gc-des-tests,
46757         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46758         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46759         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46760         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46761         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46762         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
46763         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
46764         test_*_SOURCES.
46765
46766 2006-01-18  Simon Josefsson  <jas@extundo.com>
46767
46768         * modules/socklen (Depends-on): Depend on sys_socket.
46769
46770 2006-01-18  Simon Josefsson  <jas@extundo.com>
46771
46772         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46773         modules/des-tests, modules/gc-arcfour-tests,
46774         modules/gc-arctwo-tests, modules/gc-des-tests,
46775         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46776         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46777         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46778         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46779         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46780         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
46781         $(EXEEXT) to automake TESTS variable, for mingw32.
46782
46783 2006-01-17  Simon Josefsson  <jas@extundo.com>
46784
46785         * modules/socklen (Include): Need sys/socket.h.
46786
46787 2006-01-17  Bruno Haible  <bruno@clisp.org>
46788
46789         * modules/ssize_t (Include): Add <sys/types.h>.
46790
46791 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
46792
46793         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
46794         it's not portable and it doesn't work with cross-compiles.
46795         Problem reported by Bruno Haible.  Fix missing-$ typo in
46796         'test "gl_cv_ignore_unused_libraries" ...' that prevented
46797         -zignore from being used with Sun's C compiler.
46798
46799 2006-01-12  Simon Josefsson  <jas@extundo.com>
46800
46801         * lib/base64.c: Fix warning, reported by Bruno Haible
46802         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
46803
46804 2006-01-12  Bruno Haible  <bruno@clisp.org>
46805
46806         * modules/ldd: New file.
46807         * build-aux/ldd.sh.in: New file.
46808         * MODULES.html.sh (Support for building libraries and executables): Add
46809         ldd.
46810
46811 2006-01-12  Bruno Haible  <bruno@clisp.org>
46812
46813         * m4/ldd.m4: New file.
46814
46815 2006-01-12  Bruno Haible  <bruno@clisp.org>
46816
46817         * gnulib-tool (func_import, func_create_testdir): Don't go into an
46818         endless loop while replacing $auxdir with build-aux.
46819
46820 2006-01-11  Simon Josefsson  <jas@extundo.com>
46821
46822         * lib/stdint_.h (SIZE_MAX): Add missing (.
46823
46824 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
46825
46826         Sync from coreutils.
46827         * lib/md5.c: Fix commentary typos.
46828         (alignof, UNALIGNED_P): No need for a GCC-specific version.
46829         * lib/md5.h (__attribute__): Remove; unused.
46830         * lib/sha1.c: Fix commentary to match md5 better.
46831         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
46832         so that we don't need to worry about alignment.  All uses changed.
46833         This merges the 2005-10-28 md5 change into sha1.
46834
46835 2006-01-11  Jim Meyering  <jim@meyering.net>
46836
46837         Sync from coreutils.
46838         * lib/md5.c (OP): Fix spacing.
46839
46840 2006-01-11  Bruno Haible  <bruno@clisp.org>
46841
46842         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46843         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
46844         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
46845
46846 2006-01-11  Bruno Haible  <bruno@clisp.org>
46847
46848         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46849         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
46850         the "early" section as well.
46851
46852 2006-01-11  Bruno Haible  <bruno@clisp.org>
46853
46854         Avoid "ar: no archive members specified" error on MacOS X.
46855         * gnulib-tool (func_modules_add_dummy): New function.
46856         (func_import, func_create_testdir): Invoke it.
46857
46858 2006-01-11  Bruno Haible  <bruno@clisp.org>
46859
46860         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
46861         with $auxdir in AC_CONFIG_FILES statements.
46862
46863 2006-01-11  Bruno Haible  <bruno@clisp.org>
46864
46865         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46866         Initialize also noinst_HEADERS to empty.
46867
46868 2006-01-11  Bruno Haible  <bruno@clisp.org>
46869
46870         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
46871         variables.
46872         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
46873         autoreconf.
46874
46875 2006-01-11  Bruno Haible  <bruno@clisp.org>
46876
46877         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
46878         overridable by the user.
46879         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46880
46881 2006-01-10  Simon Josefsson  <jas@extundo.com>
46882
46883         * modules/sys_socket: New file.
46884
46885 2006-01-10  Simon Josefsson  <jas@extundo.com>
46886
46887         * m4/sys_socket_h.m4: New file.
46888
46889 2006-01-10  Simon Josefsson  <jas@extundo.com>
46890
46891         * lib/socket_.h: New file.
46892
46893 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46894
46895         * modules/readutmp (Maintainer): Add myself.
46896
46897 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46898
46899         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
46900         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
46901         People who are still concerned with buggy memcmp implementations
46902         can invoke gl_FUNC_MEMCMP themselves.
46903
46904 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46905
46906         * lib/regex_internal.h (BITSET_WORD_BITS):
46907         Work around a bug in 64-bit PGC (before version 6.1-2), where the
46908         preprocessor mishandles large unsigned values as if they were signed.
46909         Problem reported by Claudio Fontana in
46910         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
46911
46912 2006-01-10  Jim Meyering  <jim@meyering.net>
46913
46914         Avoid the double-free (first in fts_read, second in fts_close) that
46915         would occur when an `active' directory is made inaccessible (e.g.,
46916         via chmod a-x) during a traversal.
46917         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46918         before returning.  Reproduce this failure by
46919         mkdir -p a/b; cd a; chmod a-x . b
46920         Reported by Stavros Passas.
46921
46922         Sync from coreutils.
46923         * lib/sha1.c: Tweak grammar in a comment.
46924
46925 2006-01-10  Jim Meyering  <jim@meyering.net>
46926
46927         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
46928         Patch by Joerg Sonnenberger.
46929
46930 2006-01-10  Bruno Haible  <bruno@clisp.org>
46931
46932         * modules/readutmp: Depend on module free.
46933         * modules/strtok_r: Depend on module restrict.
46934
46935 2006-01-10  Bruno Haible  <bruno@clisp.org>
46936
46937         * modules/gettext (configure.ac): Add an invocation of
46938         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
46939
46940 2006-01-10  Bruno Haible  <bruno@clisp.org>
46941
46942         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
46943         Reported by Werner Lemberg <wl@gnu.org>.
46944
46945 2006-01-10  Bruno Haible  <bruno@clisp.org>
46946
46947         * lib/localcharset.c: Update from GNU gettext.
46948
46949 2006-01-10  Bruno Haible  <bruno@clisp.org>
46950
46951         * lib/argp.h (__const): Remove macro. Use const instead.
46952         * lib/argp-fmtstream.h (__const): Likewise.
46953         * lib/glob_.h (__const): Remove macro.
46954         * lib/glob-libc.h: Use const instead of __const.
46955
46956 2006-01-10  Bruno Haible  <bruno@clisp.org>
46957
46958         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
46959         variable.
46960         Needed to avoid an automake error regarding the 'gettext' module.
46961
46962 2006-01-09  Simon Josefsson  <jas@extundo.com>
46963
46964         * modules/inet_ntop (Depends-on): Add restrict.
46965
46966 2006-01-09  Simon Josefsson  <jas@extundo.com>
46967
46968         * modules/gc-rijndael-tests (License): Put under LGPL.
46969
46970         * modules/gc-des-tests (License): Likewise.
46971
46972         * modules/gc-arcfour-tests (License): Likewise.
46973
46974         * modules/gc-arctwo-tests (License): Likewise.
46975
46976         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
46977
46978         * modules/gc-hmac-sha1-tests (Files): Likewise.
46979
46980         * modules/gc-hmac-md5-tests (License): Likewise.
46981
46982         * modules/gc-sha1-tests (License): Likewise.
46983
46984         * modules/gc-md5-tests (License): Likewise.
46985
46986         * modules/gc-md4-tests (License): Likewise.
46987
46988         * modules/gc-md2-tests (License): Likewise.
46989
46990         * modules/gc-tests (License): Likewise.
46991
46992         * modules/des-tests (License): Likewise.
46993
46994         * modules/md4-tests (License): Likewise.
46995
46996         * modules/md2-tests (License): Likewise.
46997
46998 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46999
47000         Sync from coreutils:
47001
47002         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
47003         * modules/lib-ignore: New file.
47004         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
47005         chdir-safer.m4, lchmod.m4.
47006         * modules/openat: Add mkdirat.c, openat-priv.h.
47007
47008 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47009
47010         Sync from coreutils.
47011         * m4/lib-ignore.m4: New file.
47012         * m4/lchmod.m4: New file.
47013
47014 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47015
47016         Sync from coreutils.
47017         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
47018         for write access: POSIX says that must fail.
47019         * lib/fts.c (diropen): Likewise.
47020         * lib/save-cwd.c (save_cwd): Likewise.
47021         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
47022         well, for minor improvements on hosts that lack O_DIRECTORY.
47023         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
47024         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
47025         Fall back on chown if open failed with EACCES.
47026
47027         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
47028         Report an error at compile-time if only a 1-second nominal clock
47029         resolution is found.
47030
47031         * lib/lchmod.h: New file.
47032         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
47033         (make_dir_parents): Use lchown rather than chown, and
47034         lchmod rather than chmod.
47035
47036         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
47037         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
47038         "proc" reported by n0dalus.
47039
47040         * lib/mountlist.c: Include <limits.h>.
47041         (dev_from_mount_options)
47042         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
47043         New function.  It no longer assumes "dev=" has the System V meaning
47044         on Linux (since it doesn't).  It also parses "dev=" more carefully.
47045         (read_file_system_list)
47046         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
47047         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
47048         dev= in that case.
47049
47050         * lib/posixtm.h (PDS_PRE_2000): New macro.
47051         * lib/posixtm.c (year): Arg is now syntax_bits rather than
47052         allow_century.  All usages changed.  Reject dates outside the range
47053         1969-1999 if PDS_PRE_2000 is used.
47054
47055 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47056
47057         Sync from coreutils.
47058         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
47059         (Time of day items): Mention the possibility of leap seconds.
47060         Problem reported by Dr. David Alan Gilbert.
47061
47062 2006-01-09  Jim Meyering  <jim@meyering.net>
47063
47064         Sync from coreutils.
47065
47066         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
47067
47068         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
47069
47070         * lib/modechange.c (mode_compile): Reject an invalid mode string
47071         that starts with an octal digit.  From Andreas Gruenbacher.
47072
47073         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
47074         and dup to open_safer and dup_safer, respectively.
47075         (openat_permissive): Fix typo in comment.
47076
47077         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
47078         "gettext.h"; either no longer needed or are guaranteed by openat.h.
47079         (_): Remove; no longer needed.
47080         (openat): Renamed from rpl_openat; no need for rpl_openat
47081         since openat.h renames openat for us.
47082         Replace most of the body with a call to openat_permissive,
47083         to avoid duplicate code.
47084         Port to (probably hypothetical) environments were mode_t is
47085         wider than int.
47086         (openat_permissive): Require mode arg, so that we can check
47087         types better.  Put it just after flags.  Change cwd failure
47088         indicator from pointer-to-bool to pointer-to-errno-value.
47089         All callers changed.
47090         Invoke openat_save_fail and/or openat_restore_fail if
47091         cwd_errno is null, so that openat can call us.
47092         (openat_permissive, fdopendir, fstatat, unlinkat):
47093         Simplify errno handling to avoid some duplicate code,
47094         as it's OK to set errno on success.
47095         * lib/openat.h: Revamp code so that function macros depend on
47096         __OPENAT_PREFIX only, not also on AT_FDCWD.
47097         (openat_ro): Remove.  Caller changed to use openat_permissive.
47098         (openat_permissive): Now a macro, if not a function.
47099         (openat_restore_fail, openat_save_fail): Now always functions,
47100         since mkdirat needs them even if __OPENAT_PREFIX is defined.
47101
47102         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
47103         and openat.c.
47104         * lib/mkdirat.c: Include openat-priv.h.
47105         Remove definitions of macros defined therein.
47106         * lib/openat.c: Likewise.
47107
47108         * lib/mkdirat.c (mkdirat): New file and function.
47109         * lib/openat.h (mkdirat): Declare.
47110
47111         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
47112
47113         * lib/openat.h (openat_permissive): Declare.
47114         (openat_ro): Define.
47115
47116         * lib/openat.c (EXPECTED_ERRNO): New macro.
47117         (openat_permissive): New function -- used in remove.c rewrite.
47118         (all functions): Set errno just before returning, only if there
47119         was an actual failure.
47120         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
47121
47122         Emulate openat-family functions using Linux's procfs, if possible.
47123         Idea and some code based on Ulrich Drepper's glibc changes.
47124
47125         * lib/openat.c: (BUILD_PROC_NAME): New macro.
47126         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
47127         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
47128         before falling back on save_cwd and restore_cwd.
47129         (fdopendir, fstatat, unlinkat): Likewise.
47130
47131         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
47132         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
47133
47134         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
47135         as second argument to va_arg.  Otherwise, some versions of gcc
47136         warn that `if this code is reached, the program will abort'.
47137
47138 2006-01-09  Jim Meyering  <jim@meyering.net>
47139
47140         Sync from coreutils.
47141         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
47142         Require openat-priv.h.
47143
47144 2006-01-09  Bruno Haible  <bruno@clisp.org>
47145
47146         * modules/strnlen (Include): Use strnlen.h.
47147
47148 2006-01-09  Bruno Haible  <bruno@clisp.org>
47149
47150         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
47151
47152 2006-01-09  Bruno Haible  <bruno@clisp.org>
47153
47154         * lib/sysexit_.h (EX_OK): New macro.
47155         Suggested by Martin Lambers <marlam@marlam.de>.
47156
47157 2006-01-09  Bruno Haible  <bruno@clisp.org>
47158
47159         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
47160         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
47161
47162 2006-01-09  Bruno Haible  <bruno@clisp.org>
47163
47164         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
47165         numbers.
47166
47167 2006-01-09  Bruno Haible  <bruno@clisp.org>
47168
47169         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
47170         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
47171         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
47172         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
47173
47174 2006-01-09  Bruno Haible  <bruno@clisp.org>
47175
47176         * build-aux/javacomp.sh.in: New file, moved from lib/.
47177         * modules/javacomp-script (Files): Update.
47178         (configure.ac): Add AC_CONFIG_FILES invocation.
47179         (EXTRA_DIST): Remove variable.
47180
47181         * build-aux/javaexec.sh.in: New file, moved from lib/.
47182         * modules/javaexec (Files): Update.
47183         (configure.ac): Add AC_CONFIG_FILES invocation.
47184         (EXTRA_DIST): Remove javaexec.sh.in.
47185
47186         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
47187         * modules/csharpcomp-script (Files): Update.
47188         (configure.ac): Add AC_CONFIG_FILES invocation.
47189         (EXTRA_DIST): Remove variable.
47190
47191         * build-aux/csharpexec.sh.in: New file, moved from lib/.
47192         * modules/csharpexec (Files): Update.
47193         (configure.ac): Add AC_CONFIG_FILES invocation.
47194         (EXTRA_DIST): Remove csharpexec.sh.in.
47195
47196 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
47197
47198         Sync from coreutils.
47199
47200         Add POSIX ACL support
47201         * lib/acl.h (copy_acl, set_acl): Add declarations.
47202         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
47203         systems other than Linux.
47204         (chmod_or_fchmod): New function: use fchmod when possible,
47205         and chmod otherwise.
47206         (file_has_acl): Add a POSIX ACL implementation, with a
47207         Linux-specific subcase.
47208         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
47209         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
47210         acls are unsupported.
47211         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
47212         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
47213         are unsupported.
47214
47215 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
47216
47217         Sync from coreutils.
47218         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
47219
47220 2006-01-07  Bruno Haible  <bruno@clisp.org>
47221
47222         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
47223         gl_EARLY.
47224
47225 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
47226
47227         * lib/strftime.c (tzname): Don't declare if it is already #defined.
47228         Problem reported for Mingw by Mark Junker.
47229
47230 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
47231
47232         * README: Gnulib normally doesn't generate a tarball.
47233
47234 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
47235
47236         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
47237         long int, not int, for nanosecond counts, so that people who are
47238         used to POSIX struct timespec won't be surprised.  Reported by Jim
47239         Meyering.
47240
47241 2005-12-28  Bruno Haible  <bruno@clisp.org>
47242
47243         * build-aux/config.rpath: Update from GNU gettext.
47244
47245 2005-12-16  Jim Meyering  <jim@meyering.net>
47246
47247         * modules/fprintftime: New module.
47248         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
47249
47250 2005-12-16  Jim Meyering  <jim@meyering.net>
47251
47252         * m4/fprintftime.m4: New file.
47253
47254 2005-12-16  Jim Meyering  <jim@meyering.net>
47255
47256         * lib/fprintftime.c, lib/fprintftime.h: New files.
47257
47258 2005-12-15  Simon Josefsson  <jas@extundo.com>
47259
47260         * modules/socklen (configure.ac): Fix M4 macro name, to align with
47261         new m4/socklen.m4.
47262
47263 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
47264
47265         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
47266         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
47267
47268 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
47269
47270         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
47271         * lib/argp-help.c (fill_in_uparams): Check if the constructed
47272         struct uparams is valid. Fall back to the default values if it is
47273         not.
47274
47275 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47276
47277         * modules/argp (Files): Add argp-pin.c
47278         (Depends-on): dirname
47279         (lib_SOURCES): Add argp-pin.c
47280
47281 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47282
47283         * m4/argp.m4:  Check if program_invocation_name and
47284         program_invocation_short_name are declared and define appropriate
47285         macros if they are not.
47286
47287 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47288
47289         * lib/argp-help.c (__argp_base_name): New function
47290         (__argp_short_program_name): Rewrite using __argp_base_name
47291         * lib/argp-namefrob.h: Define program_invocation_name and
47292         program_invocation_short_name if requested
47293         (__argp_base_name): Add prototype
47294         * lib/argp-parse.c (argp_def): Use gettext wrappers
47295         (argp_default_parser): Use __argp_base_name
47296         * lib/argp-pin.c: New file. Defines program_invocation_name and
47297         program_invocation_short_name on systems that lack them.
47298
47299 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47300
47301         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
47302         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
47303         porting problem reported by Georg Schwarz in
47304         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
47305
47306 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
47307
47308         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
47309         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
47310         porting problem reported by Georg Schwarz in
47311         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
47312
47313 2005-12-05  Bruno Haible  <bruno@clisp.org>
47314
47315         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
47316         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
47317         Reported by Mark Junker <mjscod@gmx.de>.
47318
47319 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
47320
47321         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
47322         Use implementation from Albert Chin, with some
47323         comments/corrections by Stepan Kasal and myself.
47324
47325 2005-12-02  Bruno Haible  <bruno@clisp.org>
47326
47327         * gnulib-tool (func_import): Accept GPLed build tool modules when
47328         --lgpl is given.
47329         * modules/csharpcomp-script: New file.
47330         * modules/csharpcomp: Depend on it.
47331         * modules/javacomp-script: New file.
47332         * modules/javacomp: Depend on it.
47333         Suggested by Simon Josefsson.
47334
47335 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
47336
47337         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
47338         statement, to work around an HP-UX 10.20 compiler bug reported by
47339         Peter O'Gorman.
47340
47341 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
47342
47343         * modules/savedir (Depends-on): Add openat.
47344
47345 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
47346
47347         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
47348         (uintmax_t) [defined uintmax_t]: Do not declare.
47349         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
47350         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
47351         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
47352         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
47353         sake of portability to weird hosts that C allows (though we don't
47354         know of any practical examples).
47355
47356         * lib/savedir.h (fdsavedir): New decl.
47357         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
47358         contains most of the former guts of savedir.
47359         (savedir): Use savedirstream.
47360         Include "openat.h".
47361
47362 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
47363
47364         * modules/obstack (Files): Add m4/ulonglong.m4.
47365         Problem reported by Davide Angelocola.
47366
47367 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
47368
47369         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
47370         coreutils no longer futzes with rounding modes.
47371
47372 2005-11-14  Jim Meyering  <jim@meyering.net>
47373
47374         * lib/mkstemp-safer.c: Include <config.h>, required for possible
47375         replacement of mkstemp.
47376
47377 2005-11-10  Simon Josefsson  <jas@extundo.com>
47378
47379         * lib/readline.c: Remove EOL.
47380
47381 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47382
47383         * modules/gethrxtime (Depends-on): Add gettime.
47384
47385 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47386
47387         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
47388         or gettimeofday; no longer needed.
47389
47390 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
47391
47392         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
47393         time business.
47394         (gethrxtime) [! (HAVE_NANOUPTIME
47395         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
47396         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
47397         our own approximation.
47398
47399 2005-11-08  Eric Blake  <ebb9@byu.net>
47400
47401         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
47402
47403 2005-11-08  Eric Blake  <ebb9@byu.net>
47404
47405         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
47406
47407 2005-11-04  Bruno Haible  <bruno@clisp.org>
47408
47409         * gnulib-tool: Implement --update mode.
47410
47411 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
47412
47413         Fix porting problem reported by Theodoros V. Kalamatianos.
47414         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
47415         Don't assume that futimes failing means we must fail.
47416
47417 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
47418
47419         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
47420         variables to suggest the intended function of the PATH_MAX check.
47421
47422 2005-10-30  Kean Johnston  <jkj@sco.com>
47423
47424         Trivial changes to support SCO systems.
47425         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
47426         as PATH_MAX.
47427         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
47428         where __ptr is null when no I/O is pending.
47429
47430 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
47431
47432         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
47433         leave errno alone.  Problem reported by Dmitry V. Levin.
47434
47435 2005-10-28  Simon Josefsson  <jas@extundo.com>
47436
47437         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
47438         Test more.
47439
47440         * tests/test-gc-md2.c, tests/test-md2.c: New files.
47441
47442         * modules/md2, modules/md2-tests: New files.
47443
47444 2005-10-28  Simon Josefsson  <jas@extundo.com>
47445
47446         * m4/inet_ntop.m4: More tests.
47447
47448         * m4/gc-md2.m4, md2.m4: New file.
47449
47450 2005-10-28  Simon Josefsson  <jas@extundo.com>
47451
47452         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
47453         "restrict" keywords, as per POSIX.  Protect the function
47454         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
47455         Don't use K&R prototypes.  Check the sprintf return values.
47456         Re-define EAFNOSUPPORT if not present.  Indent.
47457
47458         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
47459         suggested by Bruno Haible <bruno@clisp.org>.
47460
47461         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
47462
47463         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
47464
47465         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
47466         libgcrypt).
47467
47468         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
47469
47470         * lib/md2.h, lib/md2.c: New files.
47471
47472 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
47473
47474         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
47475         errno alone.  Problem reported by Frederic Jolliton.
47476
47477 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
47478
47479         * modules/verify (License): Change from GPL to LGPL.  This is a
47480         tiny module and there are apparently near-equivalents that are
47481         under the BSD license.
47482
47483 2005-10-24  Simon Josefsson  <jas@extundo.com>
47484
47485         * modules/sha1: Relicense to LGPL.
47486
47487 2005-10-24  Simon Josefsson  <jas@extundo.com>
47488
47489         * lib/md4.h: Shrink buffer size, now that we changed the type.
47490
47491 2005-10-23  Simon Josefsson  <jas@extundo.com>
47492
47493         * gnulib-tool (func_import): Fix --tests-base.
47494
47495 2005-10-22  Simon Josefsson  <jas@extundo.com>
47496
47497         * modules/arcfour (Depends-on): Need stdint.
47498
47499 2005-10-22  Simon Josefsson  <jas@extundo.com>
47500
47501         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
47502         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
47503
47504 2005-10-22  Simon Josefsson  <jas@extundo.com>
47505
47506         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
47507         suggested by Bruno Haible <bruno@clisp.org>.
47508
47509 2005-10-22  Simon Josefsson  <jas@extundo.com>
47510
47511         * lib/crc.h: Include stddef.h, for size_t.
47512
47513 2005-10-22  Simon Josefsson  <jas@extundo.com>
47514
47515         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
47516         arcfour_context struct (simplify test vector testing in GNU
47517         Shishi).
47518
47519 2005-10-21  Simon Josefsson  <jas@extundo.com>
47520
47521         * modules/des, modules/des-tests: New files.
47522
47523         * modules/gc-des, modules/gc-des-tests: New files.
47524
47525         * tests/test-des.c, tests/test-gc-des.c: New file.
47526
47527 2005-10-21  Simon Josefsson  <jas@extundo.com>
47528
47529         * modules/arctwo, modules/arctwo-tests: New files.
47530
47531         * tests/test-arctwo.c: New file.
47532
47533         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
47534
47535         * tests/test-gc-arctwo.c: New file.
47536
47537 2005-10-21  Simon Josefsson  <jas@extundo.com>
47538
47539         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
47540         Bruno Haible <bruno@clisp.org>.
47541
47542         * m4/gc-des.m4: New file.
47543
47544 2005-10-21  Simon Josefsson  <jas@extundo.com>
47545
47546         * m4/arctwo.m4: New file.
47547
47548         * m4/gc-arctwo.m4: New file.
47549
47550 2005-10-21  Simon Josefsson  <jas@extundo.com>
47551
47552         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
47553         block.
47554
47555 2005-10-21  Simon Josefsson  <jas@extundo.com>
47556
47557         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
47558         <bruno@clisp.org>.
47559
47560         * lib/hmac-sha1.c (hmac_sha1): Likewise.
47561
47562         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
47563         Bruno Haible <bruno@clisp.org>.
47564
47565         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
47566         <bruno@clisp.org>.
47567
47568 2005-10-21  Simon Josefsson  <jas@extundo.com>
47569
47570         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
47571
47572 2005-10-21  Simon Josefsson  <jas@extundo.com>
47573
47574         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
47575
47576 2005-10-21  Simon Josefsson  <jas@extundo.com>
47577
47578         * lib/des.h, lib/des.c: New files.
47579
47580         * lib/gc-gnulib.c: Support DES.c
47581
47582 2005-10-21  Simon Josefsson  <jas@extundo.com>
47583
47584         * lib/arctwo.h, lib/arctwo.c: New files.
47585
47586         * lib/gc-gnulib.c: Support ARCTWO.
47587
47588 2005-10-21  Simon Josefsson  <jas@extundo.com>
47589
47590         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
47591         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47592
47593 2005-10-21  Simon Josefsson  <jas@extundo.com>
47594
47595         * gnulib-tool (func_import, func_create_testdir): Define automake
47596         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
47597         Makefile.am snippet),
47598         suggested by Bruno Haible <bruno@clisp.org>.
47599
47600         * modules/gc (Makefile.am): Use it.
47601
47602 2005-10-21  Bruno Haible  <bruno@clisp.org>
47603
47604         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
47605         patch.
47606
47607 2005-10-19  Simon Josefsson  <jas@extundo.com>
47608
47609         * tests/test-gc-rijndael.c: New file.
47610
47611         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
47612
47613 2005-10-19  Simon Josefsson  <jas@extundo.com>
47614
47615         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
47616         interface too.
47617
47618 2005-10-19  Simon Josefsson  <jas@extundo.com>
47619
47620         * tests/test-gc-arcfour.c: New file.
47621
47622         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
47623
47624 2005-10-19  Simon Josefsson  <jas@extundo.com>
47625
47626         * modules/gc-md4, modules/gc-md4-tests: New file.
47627
47628         * tests/test-gc-md4.c: New file.
47629
47630 2005-10-19  Simon Josefsson  <jas@extundo.com>
47631
47632         * m4/gc-md4.m4: New file.
47633
47634 2005-10-19  Simon Josefsson  <jas@extundo.com>
47635
47636         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
47637         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
47638         <kasal@ucw.cz>.
47639
47640 2005-10-19  Simon Josefsson  <jas@extundo.com>
47641
47642         * m4/gc-arcfour.m4: New file.
47643
47644         * m4/gc-rijndael.m4: New file.
47645
47646 2005-10-19  Simon Josefsson  <jas@extundo.com>
47647
47648         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
47649
47650 2005-10-19  Simon Josefsson  <jas@extundo.com>
47651
47652         * lib/gc-gnulib.c: Support ARCFOUR.
47653
47654 2005-10-19  Simon Josefsson  <jas@extundo.com>
47655
47656         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
47657         support.
47658
47659         * lib/gc.h: Add ECB enum type.
47660
47661         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
47662
47663 2005-10-18  Simon Josefsson  <jas@extundo.com>
47664
47665         * tests/test-md5.c: New file.
47666
47667         * modules/md5-tests: New file.
47668
47669 2005-10-18  Simon Josefsson  <jas@extundo.com>
47670
47671         * tests/test-md4.c: New file.
47672
47673         * modules/md4, modules/md4-tests: New files.
47674
47675 2005-10-18  Simon Josefsson  <jas@extundo.com>
47676
47677         * m4/md4.m4: New file.
47678
47679 2005-10-18  Simon Josefsson  <jas@extundo.com>
47680
47681         * lib/md4.h, lib/md4.c: New files, based on md5.?.
47682
47683 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
47684
47685         * gnulib-tool (func_create_testdir): Omit the second check whether
47686         BUILT_SOURCES in nonempty.
47687
47688 2005-10-17  Simon Josefsson  <jas@extundo.com>
47689
47690         * tests/test-rijndael.c: New file.
47691
47692 2005-10-17  Simon Josefsson  <jas@extundo.com>
47693
47694         * modules/sha1: Depend on stdint instead of md5.
47695
47696         * modules/md5: Depend on stdint, remove uint32_t.
47697
47698 2005-10-17  Simon Josefsson  <jas@extundo.com>
47699
47700         * modules/gc-sha1-tests: New file.
47701
47702         * tests/test-gc-sha1.c: New file.
47703
47704 2005-10-17  Simon Josefsson  <jas@extundo.com>
47705
47706         * m4/md5.m4: Remove call to uint32_t.m4.
47707
47708 2005-10-17  Simon Josefsson  <jas@extundo.com>
47709
47710         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
47711
47712         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
47713         md5.h.
47714
47715         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
47716
47717         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
47718
47719 2005-10-17  Simon Josefsson  <jas@extundo.com>
47720
47721         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
47722
47723 2005-10-17  Simon Josefsson  <jas@extundo.com>
47724
47725         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
47726
47727 2005-10-17  Simon Josefsson  <jas@extundo.com>
47728
47729         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
47730
47731         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
47732
47733 2005-10-17  Bruno Haible  <bruno@clisp.org>
47734
47735         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
47736         that it can also be used in a test.
47737
47738 2005-10-16  Bruno Haible  <bruno@clisp.org>
47739
47740         * gnulib-tool (func_emit_tests_Makefile_am): Also define
47741         TESTS_ENVIRONMENT, so that individual tests can augment it.
47742
47743         * gnulib-tool (func_create_testdir): Use an intermediate target for
47744         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
47745         macros, like $(ALLOCA_H), which cannot be passed through the command
47746         line.
47747
47748 2005-10-15  Simon Josefsson  <jas@extundo.com>
47749
47750         * modules/rijndael-tests: New file.
47751
47752         * modules/rijndael: New file.
47753
47754 2005-10-15  Simon Josefsson  <jas@extundo.com>
47755
47756         * m4/rijndael.m4: New file.
47757
47758 2005-10-15  Simon Josefsson  <jas@extundo.com>
47759
47760         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
47761
47762         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
47763
47764 2005-10-14  Simon Josefsson  <jas@extundo.com>
47765
47766         * tests/test-arcfour.c: New file.
47767
47768         * modules/arcfour, modules/arcfour-tests: New files.
47769
47770 2005-10-14  Simon Josefsson  <jas@extundo.com>
47771
47772         * m4/arcfour.m4: New file.
47773
47774 2005-10-14  Simon Josefsson  <jas@extundo.com>
47775
47776         * lib/arcfour.h, lib/arcfour.c: New files.
47777
47778 2005-10-14  Roland McGrath  <roland@redhat.com>
47779
47780         Import from libc.  [BZ #1331]
47781         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
47782         macro argument.
47783         Reported by Matej Vela <vela@debian.org>.
47784
47785 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47786
47787         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
47788         include <wchar.h>; no longer needed.
47789
47790 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47791
47792         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
47793
47794 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
47795         and  Ulrich Drepper  <drepper@redhat.com>
47796
47797         Import from libc.
47798         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
47799         instead of inline stream orientation test and two separate
47800         function calls.  Pay no attention to USE_IN_LIBIO.
47801
47802 2005-10-13  Simon Josefsson  <jas@extundo.com>
47803
47804         * modules/gc-hmac-md5-tests: New file.
47805
47806         * tests/test-gc-hmac-sha1.c: New file.
47807
47808         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
47809
47810         * modules/gc-hmac-md5-tests: New file.
47811
47812         * tests/test-gc-md5.c: New file.
47813
47814         * modules/gc-md5-tests: New file.
47815
47816 2005-10-13  Simon Josefsson  <jas@extundo.com>
47817
47818         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
47819         Move memory allocation outside of loop.
47820
47821 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
47822
47823         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
47824         intermediate directory is in a read-only file system.  Problem
47825         reported by Eric Blake.
47826
47827 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
47828
47829         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
47830
47831 2005-10-12  Simon Josefsson  <jas@extundo.com>
47832
47833         * tests/test-hmac-sha1.c: New file.
47834
47835         * modules/hmac-sha1-tests: New file.
47836
47837         * modules/hmac-sha1: New file.
47838
47839 2005-10-12  Simon Josefsson  <jas@extundo.com>
47840
47841         * modules/gc-sha1: New file.
47842
47843 2005-10-12  Simon Josefsson  <jas@extundo.com>
47844
47845         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
47846
47847         * tests/test-gc-pbkdf2-sha1.c: New file.
47848
47849 2005-10-12  Simon Josefsson  <jas@extundo.com>
47850
47851         * modules/gc-md5, modules/gc-hmac-md5: New files.
47852
47853         * modules/gc (Files): Remove md5, memxor and hmac files.
47854
47855 2005-10-12  Simon Josefsson  <jas@extundo.com>
47856
47857         * m4/gc-pbkdf2-sha1.m4: New file.
47858
47859         * m4/gc-hmac-sha1.m4: New file.
47860
47861         * m4/gc-sha1: New file.
47862
47863         * m4/hmac-sha1.m4: New file.
47864
47865 2005-10-12  Simon Josefsson  <jas@extundo.com>
47866
47867         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
47868
47869         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
47870
47871 2005-10-12  Simon Josefsson  <jas@extundo.com>
47872
47873         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
47874         suggested by Bruno Haible <bruno@clisp.org>.
47875
47876 2005-10-12  Simon Josefsson  <jas@extundo.com>
47877
47878         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
47879
47880 2005-10-12  Simon Josefsson  <jas@extundo.com>
47881
47882         * lib/gc-pbkdf2-sha1.c: New file.
47883
47884         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
47885
47886 2005-10-12  Simon Josefsson  <jas@extundo.com>
47887
47888         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
47889
47890         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
47891
47892 2005-10-12  Simon Josefsson  <jas@extundo.com>
47893
47894         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
47895         GC_USE_HMAC_MD5, respectively.
47896
47897         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
47898         (gc_md5): Fix typo.
47899
47900         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
47901
47902         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
47903
47904         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
47905
47906 2005-10-12  Bruno Haible  <bruno@clisp.org>
47907
47908         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
47909         Reported by Stepan Kasal <kasal@ucw.cz>.
47910
47911 2005-10-11  Simon Josefsson  <jas@extundo.com>
47912
47913         * tests/test-crc.c: New file.
47914
47915         * modules/crc, modules/crc-tests: New files.
47916
47917 2005-10-11  Simon Josefsson  <jas@extundo.com>
47918
47919         * m4/crc.m4: New file.
47920
47921 2005-10-11  Simon Josefsson  <jas@extundo.com>
47922
47923         * lib/gc.h: Add gc_hash and gc_hash_buffer.
47924
47925         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
47926
47927         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
47928
47929 2005-10-11  Simon Josefsson  <jas@extundo.com>
47930
47931         * lib/crc.h, lib/crc.c: New files.
47932
47933         * lib/gc.h (gc_hash_buffer): Add doc.
47934
47935 2005-10-11  Bruno Haible  <bruno@clisp.org>
47936
47937         * modules/c-strcasestr: New file.
47938         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
47939
47940 2005-10-11  Bruno Haible  <bruno@clisp.org>
47941
47942         * modules/c-strcase: New file.
47943         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
47944
47945 2005-10-11  Bruno Haible  <bruno@clisp.org>
47946
47947         * lib/strcasecmp.c: Include limits.h.
47948         (strcasecmp): Avoid integer overflow on exotic platforms.
47949         * lib/strncasecmp.c: Include limits.h.
47950         (strncasecmp): Avoid integer overflow on exotic platforms.
47951         Reported by Paul Eggert.
47952
47953 2005-10-11  Bruno Haible  <bruno@clisp.org>
47954
47955         * lib/c-strcasestr.h: New file, from GNU gettext.
47956         * lib/c-strcasestr.c: New file, from GNU gettext.
47957
47958 2005-10-11  Bruno Haible  <bruno@clisp.org>
47959
47960         * lib/c-strcase.h: New file, from GNU gettext.
47961         * lib/c-strcasecmp.c: New file, from GNU gettext.
47962         * lib/c-strncasecmp.c: New file, from GNU gettext.
47963
47964 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47965
47966         * modules/mempcpy (License): GPL -> LGPL.
47967         * modules/strchrnul (License): Likewise.
47968         * modules/sysexits (License): Likewise.
47969
47970 2005-10-08  Simon Josefsson  <jas@extundo.com>
47971
47972         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
47973
47974 2005-10-07  Simon Josefsson  <jas@extundo.com>
47975
47976         * m4/memxor.m4: Remove gl_C_RESTRICT call.
47977
47978 2005-10-06  Simon Josefsson  <jas@extundo.com>
47979
47980         * tests/test-hmac-md5.c: New file.
47981
47982         * modules/hmac-md5-tests: New file.
47983
47984         * modules/hmac-md5: New file.
47985
47986 2005-10-06  Simon Josefsson  <jas@extundo.com>
47987
47988         * m4/hmac-md5.m4: New file.
47989
47990         * m4/memxor.m4: Require gl_C_RESTRICT.
47991
47992 2005-10-06  Simon Josefsson  <jas@extundo.com>
47993
47994         * lib/memxor.c (memxor): Avoid casts and warnings.
47995
47996 2005-10-06  Simon Josefsson  <jas@extundo.com>
47997
47998         * lib/hmac-md5.c: New file.
47999
48000         * lib/hmac.h: New file.
48001
48002 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
48003
48004         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
48005         promotes to int, not unsigned int, to catch the AIX 5.3
48006         compiler bug.
48007
48008 2005-10-05  Simon Josefsson  <jas@extundo.com>
48009
48010         * modules/memxor: New file.
48011
48012         * modules/iconv (Files): Move config.rpath to havelib, it is used
48013         there.
48014
48015         * modules/havelib (Files): Add config.rpath.
48016
48017 2005-10-05  Simon Josefsson  <jas@extundo.com>
48018
48019         * m4/memxor.m4: New file.
48020
48021 2005-10-05  Simon Josefsson  <jas@extundo.com>
48022
48023         * lib/memxor.c (memxor): Fix compiler error.
48024
48025         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
48026         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
48027
48028         * lib/memxor.h, lib/memxor.c: New files.
48029
48030         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
48031         we assume all systems have it, suggested by Jim Meyering
48032         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
48033         any systems lack sys/socket.h; mingw32 is known to lack it, but we
48034         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
48035         same reasons.
48036
48037 2005-10-05  Simon Josefsson  <jas@extundo.com>
48038
48039         * config/srclist.txt: Add glibc bug 1423 for md5.h.
48040
48041 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
48042
48043         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
48044         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
48045         needed, since the source code now assumes these .h files.
48046
48047 2005-10-05  Derek Price  <derek@ximbiot.com>
48048
48049         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
48050
48051 2005-10-05  Bruno Haible  <bruno@clisp.org>
48052
48053         * modules/stdint (License): Change to LGPL.
48054
48055 2005-10-04  Simon Josefsson  <jas@extundo.com>
48056
48057         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
48058         D. Baushke" <mdb@gnu.org>.
48059
48060 2005-10-04  Bruno Haible  <bruno@clisp.org>
48061
48062         * lib/verify.h (verify_true): Provide alternative definition for C++.
48063
48064 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
48065
48066         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
48067         (SSIZE_MAX): New macro, if not already defined.
48068         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
48069         than 2 GiB.
48070
48071 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
48072
48073         Sync from coreutils.
48074         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
48075         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
48076         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
48077         ULLONG_MAX doesn't work with 2.7.2.1.
48078
48079 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
48080
48081         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
48082         From Ben Pfaff.
48083
48084         * modules/exclude (Depends-on): Depend on verify.
48085         * modules/strtoimax (Depends-on): Likewise.
48086         * modules/utimecmp (Depends-on): Likewise.
48087
48088 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
48089
48090         * lib/exclude.c: Include verify.h.
48091         (verify): Remove.  All callers changed to use verify.h's version.
48092         * lib/strtoimax.c: Likewise.
48093         * lib/utimecmp.c: Likewis.e
48094
48095         Sync from coreutils.
48096         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
48097         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
48098         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
48099         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
48100         bother returning ENOSYS if settimeofday or stime fails; just let
48101         them return whatever errno they want to return.
48102         * lib/utimens.c: Include unistd.h, for dup2.
48103         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
48104         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
48105
48106 2005-10-02  Jim Meyering  <jim@meyering.net>
48107
48108         Sync from coreutils.
48109         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
48110         from glibc-2.2.5 that fails for read-only files.
48111
48112 2005-10-02  Jim Meyering  <jim@meyering.net>
48113
48114         Sync from coreutils.
48115         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
48116         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
48117         `#if HAVE_CONFIG_H'.
48118         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
48119         Remove AT_FDCWD test.
48120         Do not consume the fd unless successful.
48121         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
48122         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
48123         block, so that we don't even try to compile it if settimeofday is
48124         available.  This works around a compilation failure on OSF1 V5.1,
48125         due to stime requiring a `long int*' while tv_sec is `int'.
48126
48127 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
48128
48129         Sync from coreutils.
48130         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
48131         against `yes', rather than just testing for nonempty.
48132
48133 2005-10-01  Simon Josefsson  <jas@extundo.com>
48134
48135         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
48136         and Darwin.
48137
48138         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
48139         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
48140         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
48141         freeaddrinfo and gai_strerror are declared by the POSIX headers.
48142         Check if struct addrinfo is declared.
48143
48144 2005-10-01  Simon Josefsson  <jas@extundo.com>
48145
48146         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
48147         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
48148         AI_* and EAI_* definitions.  Protect function declarations.
48149
48150 2005-10-01  Jim Meyering  <jim@meyering.net>
48151
48152         Sync from coreutils.
48153
48154         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
48155         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
48156         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
48157         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
48158         in the inet and nsl libraries.  Required on Solaris 5.7.
48159
48160 2005-10-01  Jim Meyering  <jim@meyering.net>
48161
48162         Sync from coreutils.
48163         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
48164         in the inet and nsl libraries.  Required on Solaris 5.7.
48165
48166 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
48167
48168         * lib/getdelim.c (getdelim): Remove unused variables.
48169
48170 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
48171
48172         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
48173         so that the code works even with ancient cpp.  Portability problem
48174         with GCC 2.7.2.1 reported by Thomas M.Ott.
48175
48176 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
48177
48178         * modules/regex (Depends-on): Add strcase.
48179
48180         * modules/gethostname (Licence): Change from GPL to LGPL, since
48181         gethostname.c is a trivial implementation of a standard library
48182         function.
48183         * modules/poll (License): Change from GPL to LGPL, since it's
48184         derived from LGPL code.
48185
48186 2005-09-27  Jim Meyering  <jim@meyering.net>
48187
48188         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
48189         HAVE_CONFIG_H.
48190
48191         * lib/intprops.h (signed_type_or_expr__): Define.
48192         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
48193         for unsigned types.
48194
48195 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
48196
48197         * lib/verify.h (verify_expr): Remove, replacing with:
48198         (verify_true): New macro that returns true instead of void.
48199         (verify_type__): Remove.
48200         (verify): Use verify_true rather than verify_type__.
48201
48202 2005-09-26  Bruno Haible  <bruno@clisp.org>
48203
48204         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
48205         is necessary.
48206         (lib_SOURCES): Remove mbchar.c.
48207         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
48208         (Files): Add m4/mbrtowc.m4.
48209         * modules/mbiter: Likewise.
48210         * modules/mbuiter: Likewise.
48211
48212 2005-09-26  Bruno Haible  <bruno@clisp.org>
48213
48214         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
48215         compile mbchar.c if they are not both present.
48216         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
48217         * m4/mbiter.m4 (gl_MBITER): Likewise.
48218         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
48219         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
48220         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
48221
48222 2005-09-25  Jim Meyering  <jim@meyering.net>
48223
48224         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
48225         also uses socklen_t.
48226
48227 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
48228
48229         * lib/utimens.c (ENOSYS): Define if not already defined.
48230         (futimens): Support having a null PATH if the file descriptor
48231         is nonnegative.
48232
48233         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
48234         Remove.
48235         (__attribute): Define to empty unless GCC 3.1 or later.
48236         This works around a core dump on OpenBSD 3.4, which has GCC
48237         2.95.3, which dumps core when given __attribute__(()).  It also
48238         simplifies other tests, since we really don't want to bother with
48239         worrying about which ancient version of GCC supported what.
48240         Original problem reported by Yoann Vandoorselaere, with part of
48241         the fix suggested by Derek Price.
48242
48243 2005-09-24  Jim Meyering  <jim@meyering.net>
48244
48245         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
48246         so we can once again use a positive bitfield width of 1 -- now we
48247         don't have to explain why we were using a bitfield width of 2.
48248
48249 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
48250
48251         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
48252         and similarly for the other external symbols.  Problem reported
48253         by James Gallager.
48254
48255         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
48256         bug reported by Jim Meyering.
48257
48258         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
48259         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
48260         not needed, since socklen is a prerequisite module.
48261
48262 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
48263
48264         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
48265         Problem reported by Eric Blake.
48266         (getaddrinfo): Initialize se so that it's not garbage.
48267         Redo internal storage allocation so that it doesn't make unportable
48268         assumptions about alignment.
48269         Fix a memory leak.
48270
48271         * lib/utimens.c (futimens): Use futimesat if available.
48272         Prefer it to futimes since it doesn't have the futimes bug.
48273
48274         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
48275         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
48276         Instead, declare a function that returns a pointer to an array,
48277         and use verify_type__ to declare the size of the array.
48278         Problem and germ of a solution reported by Bruno Haible.
48279         (verify_type__): Use 2, not 1, for bitfield size, to avoid
48280         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
48281
48282 2005-09-23  Jim Meyering  <jim@meyering.net>
48283
48284         Sync from coreutils.
48285         Correct build failure (socklen_t not defined) on at least
48286         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
48287         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
48288
48289 2005-09-23  Jim Meyering  <jim@meyering.net>
48290
48291         * modules/getaddrinfo (Depends-on): Add socklen.
48292
48293 2005-09-23  Bruno Haible  <bruno@clisp.org>
48294
48295         * tests/test-verify.c: New file.
48296
48297 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48298
48299         Sync from coreutils.
48300
48301         * modules/argmatch (Depends-on): Add verify.
48302         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
48303         unistd-safer.
48304         * modules/save-cwd (Depends-on): Likewise.
48305
48306         * modules/openat (Files): Add lib/openat-die.c.
48307         (Depends-on): Remove error, exitfail.
48308         Add dirname.
48309
48310         * modules/verify: New file.
48311         * MODULES.html.sh (Diagnostics <assert.h>): New section,
48312         with "verify" module.
48313
48314 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48315
48316         Sync from coreutils.
48317
48318         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
48319         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
48320         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
48321         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
48322         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
48323         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
48324         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
48325         Don't bother checking for string.h, stdlib.h, unistd.h.
48326         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
48327         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
48328         module's job.
48329         * m4/jm-macros.m4 (gl_MACROS): Likewise.
48330         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
48331
48332         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
48333         (gl_GETDATE): Use it.
48334
48335         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
48336
48337 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48338
48339         Sync from coreutils.
48340
48341         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
48342         stat-time.h.
48343         * lib/argmatch.h: Include verify.h
48344         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
48345         (ARGMATCH_ASSERT): Remove; unused.
48346         * lib/canonicalize.c: Assume STDC_HEADERS.
48347         * lib/exclude.c: Include "strcase.h".
48348         * lib/regex_internal.h [!defined _LIBC]: Likewise.
48349         * lib/getusershell.c: Include stdio--.h rather than stdio.h
48350         and stdio-safer.h.
48351         (getusershell): Call fopen, not fopen_safer.
48352         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
48353         Do not include unistd-safer.h.
48354         (save_cwd): Don't call fd_safer; no longer needed
48355         now that we include fcntl--.h.
48356
48357         * lib/getdate.y (relative_time): New type.
48358         (RELATIVE_TIME_0): New constant.
48359         (parser_control): Use relative_time instead of doing it ourselves.
48360         (%union): Add new relative_time rel member.
48361         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
48362         Now typeless.
48363         (relunit, relunit_snumber): Now of type rel.
48364         (zone, rel, relunit, get_date): Adjust to above changes.
48365
48366         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
48367         Do not include unistd-safer.h.
48368         (getloadavg): Don't call fd_safer; no longer needed
48369         now that we include fcntl--.h.
48370
48371         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
48372         (make_dir_parents): Treat ENOSYS like EEXIST.
48373
48374         Improve quality of diagnostics on restore_cwd failure.
48375         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
48376         (make_dir_parents): Last arg is now int * (for errno), not bool *.
48377         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
48378         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
48379         each time through the loop.  Do not diagnose restore_cwd failure;
48380         that is the caller's job (and perhaps the caller does not care).
48381
48382         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
48383         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
48384         If the file already exists but is not a directory, don't bother
48385         to try to make its parents.
48386         Close potential file descriptor leak if we can't chdir("/") (!).
48387         Don't always return true if chdir($PWD) fails; return true only
48388         if the requested action was done successfully (except for the
48389         chdir($PWD)).
48390         Don't log final directory unless we actually made it.
48391         Refactor to avoid duplicate code to fix up permissions.
48392         Don't attempt to fix up parent permissions if chdir($PWD) fails.
48393
48394         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
48395         to make it a bit faster and (I hope) clearer.
48396         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
48397         Fix bug in formats like %2N.
48398
48399         * lib/verify.h: New file.
48400
48401 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
48402
48403         Sync from coreutils.
48404         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
48405
48406 2005-09-22  Jim Meyering  <jim@meyering.net>
48407
48408         Sync from coreutils.
48409
48410         * m4/lstat.m4 (gl_FUNC_LSTAT):
48411         Use AC_LIBSOURCES to require lstat.c and lstat.h.
48412         Remove obsolete comment.
48413         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
48414         * m4/xstrtod.m4: Likewise.
48415
48416         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
48417
48418 2005-09-22  Jim Meyering  <jim@meyering.net>
48419
48420         Sync from coreutils.
48421
48422         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
48423
48424         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
48425         the .tm_year member, since otherwise gcc-4.0 would now warn about
48426         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
48427
48428         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
48429         order to avoid an unsuppressible warning from gcc on 64-bit systems.
48430
48431         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
48432         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
48433         when run in a time zone for which daylight savings time is in effect
48434         for the starting date.
48435
48436         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
48437         stop us from restricting permissions of just-created absolute-named
48438         directories.
48439         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
48440         to restore initial working directory.
48441         * lib/mkdir-p.c (make_dir_parents): New parameter:
48442         different_working_dir, to tell caller if/when we change the working
48443         directory and are unable to return to the initial one.
48444         * lib/mkdir-p.h (make_dir_parents): Update prototype.
48445         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
48446         `return false'.  This fixes a bug introduced on 2004-07-30.
48447
48448         * lib/openat.c (fdopendir): Be sure to close the supplied
48449         file descriptor before returning.  This makes our replacement
48450         implementation a little closer to Solaris's, where fdopendir
48451         ties the file descriptor to the returned DIR* pointer.
48452         * lib/openat.c (unlinkat): New function.
48453         * lib/openat.h (unlinkat): Add prototype.
48454         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
48455         (openat_restore_fail): Rename from openat_restore_die.
48456         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
48457
48458         Provide an alternative to exiting immediately upon save_cwd or
48459         restore_cwd failure.  Now, an application can arrange e.g.,
48460         to perform a longjump in that case.
48461         * lib/openat.c: Include dirname.h.
48462         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
48463         (rpl_openat, fdopendir, fstatat): Call openat_save_die
48464         and openat_restore_die rather than calling error directly.
48465         Don't include "error.h" or "exitfail.h"; they're no longer needed.
48466
48467         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
48468         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
48469         define.
48470
48471         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
48472         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
48473                             int utc, int nanoseconds);
48474         Background:
48475         date should not have to allocate a megabyte of virtual memory to
48476         handle a format argument like +%1048575T.  When implemented with
48477         strftime, it must allocate such a buffer, use strftime to fill it
48478         in, print it, then free it.
48479         With fprintftime, it simply prints everything and exits.
48480         With no need for memory allocation, that's one fewer way to fail.
48481         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
48482         optional field width, not before, so we accept %9:z, not %:9z.
48483         (my_strftime): Be sure to use L_('x') for literals.
48484
48485         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
48486         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
48487         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
48488         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
48489         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
48490         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
48491         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
48492         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
48493         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
48494         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
48495         * lib/xgethostname.c, lib/xreadlink.c:
48496         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
48497
48498         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
48499         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
48500         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
48501         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
48502         and don't include <sys/file.h>).
48503
48504 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
48505
48506         Sync from coreutils.
48507
48508         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
48509         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
48510         [!LDAV_DONE]: Avoid unused variable warning.
48511
48512 2005-09-21  Bruno Haible  <bruno@clisp.org>
48513
48514         * lib/unicodeio.h (unicode_to_mb): New declaration.
48515
48516 2005-09-20  Derek Price  <derek@ximbiot.com>
48517
48518         * lib/getaddrinfo.c: Don't include <netdb.h> included from
48519         getaddrinfo.h.
48520
48521 2005-09-20  Bruno Haible  <bruno@clisp.org>
48522
48523         * gnulib-tool: Remove trailing slashes from the values specified for
48524         --source-base, --m4-base, --tests-base, --aux-dir.
48525         Suggested by Simon Josefsson <jas@extundo.com>.
48526
48527 2005-09-20  Bruno Haible  <bruno@clisp.org>
48528
48529         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
48530         func_modules_to_filelist, func_import, func_create_testdir): Make all
48531         sorting results locale-independent, so that gnulib-cache.m4 doesn't
48532         change when gnulib-tool is invoked in a different locale.
48533
48534 2005-09-19  Simon Josefsson  <jas@extundo.com>
48535
48536         * m4/socklen.m4: Fix typo.
48537
48538 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48539
48540         Use a consistent style for including <config.h>.
48541         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
48542         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
48543         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
48544         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
48545         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
48546         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
48547         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
48548         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
48549         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
48550         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
48551         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
48552         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
48553         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
48554         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
48555         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
48556         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
48557         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
48558         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
48559         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
48560         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
48561         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
48562         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
48563         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
48564         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
48565         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
48566         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
48567         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
48568         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
48569         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
48570         lib/xstrtoumax.c, lib/yesno.c:
48571         Standardize inclusion of config.h.
48572         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
48573         lib/inttostr.h:  Removed inclusion of config.h from header files.
48574         * lib/inttostr.c:  Adjusted in-tree users.
48575         * lib/timespec.h: Remove superfluous warning to include config.h.
48576         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
48577         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
48578         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
48579         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
48580         config.h with HAVE_CONFIG_H.
48581
48582 2005-09-19  Jim Meyering  <jim@meyering.net>
48583
48584         * modules/pathmax (License): Change to LGPL.
48585
48586 2005-09-19  Derek Price  <derek@ximbiot.com>
48587
48588         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
48589
48590 2005-09-19  Bruno Haible  <bruno@clisp.org>
48591
48592         * gnulib-tool (import): Provide default for --tests-base.
48593
48594 2005-09-19  Bruno Haible  <bruno@clisp.org>
48595
48596         * doc/quote.texi: New file, extracted from gnulib.texi.
48597         * doc/ctime.texi: New file, extracted from gnulib.texi.
48598         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
48599         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
48600         * doc/gnulib.texi: Include them.
48601
48602 2005-09-18  Bruno Haible  <bruno@clisp.org>
48603
48604         Portability fix.
48605         * gnulib-tool (func_readlink): New function.
48606         (func_ln_if_changed): Use it.
48607
48608 2005-09-18  Bruno Haible  <bruno@clisp.org>
48609
48610         * gnulib-tool: Support --with-tests also with --import.
48611         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
48612         (func_import): Use variables $testsbase and $inctests. Emit a
48613         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
48614         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
48615         SUBDIRS += $testsdir.
48616         (func_create_testdir): Update.
48617
48618 2005-09-18  Bruno Haible  <bruno@clisp.org>
48619
48620         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
48621         instead of $dry_run.
48622         (func_cp_if_changed, func_mv_if_changed): Remove functions.
48623         (func_ln_if_changed): Don't handle dry-run here.
48624         (func_import): In dry-run mode, detect more precisely which actions
48625         would be performed, and don't use "...ing" verbs.
48626
48627 2005-09-18  Bruno Haible  <bruno@clisp.org>
48628
48629         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
48630         (func_import): Use join on two temporary files instead of three nested
48631         loops, in order to determine which files are new or old.
48632
48633 2005-09-18  Bruno Haible  <bruno@clisp.org>
48634
48635         * gnulib-tool (func_import): Comment out code that spits out the
48636         new files with --dry-run.
48637
48638 2005-09-18  Bruno Haible  <bruno@clisp.org>
48639
48640         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
48641
48642 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48643
48644         * lib/stat-time.h: New file.
48645         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
48646         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
48647         in a different way.
48648         (timespec_cmp): New function.
48649         * lib/utimecmp.c: Include stat-time.h.
48650         (SYSCALL_RESOLUTION): Depend on whether various struct stat
48651         members exist, not on the obsolescent ST_MTIM_NSEC.
48652         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
48653
48654 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48655
48656         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
48657
48658 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48659
48660         * MODULES.html.sh (File system functions): Add stat-time.
48661         * modules/stat-time: New file.
48662         * modules/timespec (Files): Remove m4/st_mtim.m4; this
48663         is now done in a different way, by the stat-time module.
48664         * modules/utimecmp (Depends-on): Add stat-time.
48665
48666 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
48667
48668         * m4/st_mtim.m4: Remove.  Superseded by...
48669         * m4/stat-time.m4: New file.
48670         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
48671         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
48672
48673 2005-09-15  Derek Price  <derek@ximbiot.com>
48674
48675         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
48676
48677 2005-09-15  Derek Price  <derek@ximbiot.com>
48678
48679         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
48680         * lib/regex_internal.c: Ditto, using this...
48681         (__GNUC_PREREQ): ...new macro.
48682         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
48683         using...
48684         (__GNUC_PREREQ): ...this new macro.
48685
48686         * lib/strstr.h: Include string.h. Define strstr as a macro here.
48687
48688 2005-09-15  Derek Price  <derek@ximbiot.com>
48689             Paul Eggert  <eggert@cs.ucla.edu>
48690
48691         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
48692         changes, consolidating in...
48693         * lib/regex_internal.h: ...this file.
48694
48695 2005-09-13  Jim Meyering  <jim@meyering.net>
48696
48697         * lib/canon-host.c: Filter through gnu indent and reword comments
48698         slightly.
48699         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
48700
48701 2005-09-13  Derek Price  <derek@ximbiot.com>
48702
48703         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
48704         failure.
48705         Reported by Jim Meyering  <jim@meyering.net>.
48706
48707 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48708
48709         * lib/base64.c: Typo.
48710         (base64_encode): Put b64str in initialized data section.
48711
48712 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
48713
48714         Merge glibc and coreutils changes into gnulib, plus a few
48715         extra fixes.
48716         * lib/md5.c: Use #error rather than a string.
48717         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
48718         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
48719         (__attribute__): Define to empty for non recent-GCC.
48720         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
48721         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
48722         Renamed from their non-__ counterparts, with new macros replacing
48723         them if not _LIBC.  Add __THROW attribute.
48724         (rol): Remove.
48725         (struct md5_ctx): Align buffer if using GCC.
48726         * lib/sha1.h (struct sha1_ctx): Likewise.
48727         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
48728         The old name was backwards.
48729         (NOTSWAP): Remove; not used.
48730         (rol): New macro, moved here from md5.h.
48731         (sha1_process_block): Remove a FIXME that doesn't make sense.
48732
48733 2005-09-12  Derek Price  <derek@ximbiot.com>
48734
48735         Return usable errors from canon-host.
48736         * lib/canon-host.h: New file.
48737         * lib/canon-host.c (canon_host): Wrap...
48738         (canon_host_r): ...this new function, which now relies exclusively on
48739         getaddrinfo.
48740         (ch_strerror): New function.
48741         (last_cherror): New global.
48742         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
48743         interface.
48744         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
48745         void *.
48746         (freeaddrinfo): Free ai->ai_canonname when set.
48747
48748 2005-09-12  Derek Price  <derek@ximbiot.com>
48749
48750         Make canon-host require getaddrinfo.
48751         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
48752         AC_LIBSOURCE canon-host.h.  Call...
48753         (gl_PREREQ_CANON_HOST): ...this new function, which requires
48754         gl_GETADDRINFO.
48755         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
48756
48757 2005-09-12  Derek Price  <derek@ximbiot.com>
48758
48759         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
48760         LGPL.
48761         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
48762
48763 2005-09-12  Derek Price  <derek@ximbiot.com>
48764
48765         * lib/gai_strerror.c: Include config.h when available.  Include
48766         getaddrinfo.h before other headers to test interface.
48767         Reported by Larry Jones <lawrence.jones@ugs.com>.
48768
48769 2005-09-12  Derek Price  <derek@ximbiot.com>
48770             Paul Eggert  <eggert@cs.ucla.edu>
48771
48772         * modules/glob (Files): Add glob-libc.h.
48773
48774 2005-09-12  Derek Price  <derek@ximbiot.com>
48775             Paul Eggert  <eggert@cs.ucla.edu>
48776
48777         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
48778         glob_.h, glob-libc.h.
48779         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
48780
48781 2005-09-12  Derek Price  <derek@ximbiot.com>
48782             Paul Eggert  <eggert@cs.ucla.edu>
48783
48784         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
48785         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
48786         protecting things that should be done only in gnulib contexts.
48787         * lib/glob_.h: New file, containing only the glob things needed for
48788         gnulib.
48789         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
48790         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
48791         (glob, globfree, glob_pattern_p): Now defined simply in terms of
48792         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
48793         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
48794         and to respect the namespace rules better.
48795
48796 2005-09-08  Simon Josefsson  <jas@extundo.com>
48797
48798         * modules/socklen: New file.
48799
48800 2005-09-08  Simon Josefsson  <jas@extundo.com>
48801
48802         * m4/socklen.m4: New file.
48803
48804 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48805
48806         * modules/utimens (Files): Add m4/utimbuf.m4, since
48807         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
48808         Reported by Sergey Poznyakoff.
48809
48810 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48811
48812         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
48813         definitions, since that's the preferred style in glibc.
48814         Fix a minor spacing issue, and update copyright notice to match
48815         glibc's.
48816
48817 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48818
48819         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
48820
48821 2005-09-06  Simon Josefsson  <jas@extundo.com>
48822
48823         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
48824         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
48825
48826 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48827
48828         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
48829         warning.
48830
48831 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48832
48833         * config/srclist.txt: Add glibc bug 1302.
48834
48835 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
48836
48837         Change bitset word type from unsigned int to unsigned long int,
48838         as this has better performance on typical 64-bit hosts.
48839         Port bitset code to hosts with unusual word sizes.
48840         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
48841         (build_collating_symbol):
48842         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
48843         argument is a bitset.  This is merely a style issue, but it makes
48844         it clearer that an entire array is expected.
48845         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
48846         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
48847         Port to the case where bitset_word is not the same as unsigned int.
48848         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48849         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
48850         Likewise.
48851         * lib/regexec.c (check_dst_limits_calc_pos_1,
48852         check_subexp_matching_top):
48853         (build_trtable, group_nodes_into_DFAstates):
48854         Likewise.
48855         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
48856         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
48857         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
48858         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
48859         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
48860         * lib/regcomp.c (optimize_subexps, lower_subexp):
48861         Work even if bitset_word has holes in its bitwise representation.
48862         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
48863         * lib/regexec.c (check_dst_limits_calc_pos_1,
48864         check_subexp_matching_top):
48865         Likewise.
48866         * lib/regex_internal.c (re_string_reconstruct):
48867         Don't assume UCHAR_MAX == 255.
48868         * lib/regex_internal.h (bitset_set_all): Likewise.
48869         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
48870         All uses changed.
48871         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
48872         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
48873         All uses changed.
48874         (BITSET_WORD_MAX): New macro.
48875         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
48876         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
48877         (bitset_empty, bitset_copy):
48878         Prefer sizeof (bitset) to multiplying it out ourselves.
48879         (bitset_not_merge): Remove; unused.
48880         (bitset_contain): Return bool, not unsigned int with one bit on.
48881         All callers changed.
48882         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
48883         alignment than re_node_set; do this by defining a new internal
48884         type struct dests_alloc and using it to allocate memory.
48885
48886 2005-09-05  Bruno Haible  <bruno@clisp.org>
48887
48888         * gnulib-tool (func_import): Fix comparison in handling of symbolic
48889         links.
48890
48891 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
48892
48893         * modules/size_max (Makefile.am): Add size_max.h
48894
48895 2005-09-04  Derek Price  <derek@ximbiot.com>
48896
48897         * gnulib-tool (func_import): Fix reversed $symbolic logic.
48898
48899 2005-09-03  Simon Josefsson  <jas@extundo.com>
48900
48901         * gnulib-tool: Fix typo.
48902
48903 2005-09-03  Simon Josefsson  <jas@extundo.com>
48904
48905         * config/srclist.txt: Add glibc bug 1293.
48906
48907 2005-09-03  Derek Price  <derek@ximbiot.com>
48908
48909         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
48910         From Larry Jones <lawrence.jones@ugs.com>.
48911
48912 2005-09-02  Simon Josefsson  <jas@extundo.com>
48913
48914         * modules/socklen: New file.
48915
48916 2005-09-02  Simon Josefsson  <jas@extundo.com>
48917
48918         * modules/havelib: New module.
48919
48920         * modules/gettext, modules/iconv, modules/lock, modules/readline:
48921         Use havelib.
48922
48923 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48924
48925         Check for arithmetic overflow when calculating sizes, to prevent
48926         some buffer-overflow issues.  These patches are conservative, in the
48927         sense that when I couldn't determine whether an overflow was possible,
48928         I inserted a run-time check.
48929         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
48930         macros.
48931         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
48932         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
48933         (re_xnrealloc, re_x2nrealloc): New inline functions.
48934         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
48935         parse_bracket_exp):
48936         (build_equiv_class, build_charclass): Check for arithmetic overflow
48937         in size expression calculations.
48938         * lib/regex_internal.c (re_string_realloc_buffers):
48939         (build_wcs_upper_buffer, re_node_set_add_intersect):
48940         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
48941         (re_dfa_add_node, register_state): Likewise.
48942         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
48943         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
48944         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
48945         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
48946
48947 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48948
48949         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48950         m4/ulonglong.m4.  Problem reported by Martin Lambers.
48951
48952 2005-09-02  Bruno Haible  <bruno@clisp.org>
48953
48954         Support for lib vs. lib64 distinction on biarch platforms.
48955         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
48956         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
48957         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
48958
48959 2005-09-02  Bruno Haible  <bruno@clisp.org>
48960
48961         * gnulib-tool (import): In the other first-use case, provide defaults
48962         as well.
48963
48964 2005-09-02  Bruno Haible  <bruno@clisp.org>
48965
48966         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
48967         patches not yet found in the latest gettext release.
48968
48969 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48970
48971         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
48972         to avoid a collision with bits/local_lim.h in glibc.
48973         All uses changed.  Problem reported by Dmitry V. Levin in
48974         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
48975
48976         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
48977         bugs in int versus size_t comparisons.
48978         (re_string_context_at): Fix bug where the code assumed that
48979         Idx is signed.
48980
48981         Use bool where appropriate.
48982         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
48983         All callers changed.
48984         (calc_eclosure_iter): Likewise, for ROOT arg.
48985         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
48986         (build_charclass_op): Likewise, for NON_MATCH arg.
48987         * lib/regex_internal.c (re_string_allocate, re_string_construct):
48988         (re_string_construct_common): Likewise, for ICASE arg.
48989         * lib/regexec.c (re_search_2_stub, re_search_stub):
48990         Likewise, for RET_LEN arg.
48991         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
48992         (set_regs): Likewise, for FL_BACKTRACK arg.
48993         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
48994         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
48995         (calc_eclosure_iter, parse_bracket_exp):
48996         Use bool for internal variables that are booleans.
48997         * lib/regexec.c (re_search_internal, check_matching,
48998         proceed_next_node):
48999         (set_regs, build_sifted_states, sift_states_bkref):
49000         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
49001         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49002         (find_collation_sequence_value):
49003         Likewise.
49004         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
49005         (re_node_set_compare):
49006         Return bool, not int. All callers changed.
49007         * lib/regexec.c (check_halt_node_context, check_dst_limits):
49008         (build_trtable, check_node_accept): Likewise.
49009         * lib/regex_internal.h: Include stdbool.h.
49010
49011         Fix bugs uncovered when converting to bool.
49012         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
49013         failure instead of charging ahead blindly.
49014         * lib/regex_internal.c (register_state): Likewise.
49015         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
49016         for freeing internal storage.
49017         (group_nodes_into_DFA_states): Use unsigned int, not int, for
49018         bitset pieces used as boolean, to avoid undefined behavior
49019         on hosts that do int overflow checking.
49020
49021 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
49022
49023         * config/srclist.txt: Add glibc bugs 1285-1287.
49024
49025 2005-09-01  Jim Meyering  <jim@meyering.net>
49026
49027         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
49028         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
49029         Require gl_STAT_MACROS, too.
49030
49031 2005-09-01  Bruno Haible  <bruno@clisp.org>
49032
49033         * gnulib-tool (import): In the first-use case, provide defaults.
49034
49035 2005-09-01  Bruno Haible  <bruno@clisp.org>
49036
49037         * gnulib-tool (func_import): Remove the .tmp files.
49038
49039 2005-09-01  Bruno Haible  <bruno@clisp.org>
49040
49041         * gnulib-tool (func_import): Fix handling of symbolic links.
49042
49043 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49044
49045         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
49046         old glibc regex code mishandles strings longer than 2**31 bytes.
49047         This patch fixes this when the regex code is used in gnulib
49048         (i.e., outside glibc).
49049
49050         This patch should not affect the use of the regex code inside
49051         glibc.  No doubt this problem also needs to be handled for glibc
49052         as well, but the result will be an incompatible change to the
49053         glibc ABI, and the old ABI will have to be supported too.  That
49054         can be the the subject for another patch.
49055
49056         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
49057         governing whether the rest of this patch is active.  By default,
49058         the macro is disabled and the patch has no effect.
49059         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
49060         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
49061         (struct re_pattern_buffer, re_search, re_search_2, re_match):
49062         (re_match_2, re_set_registers): Use the new types.
49063         * lib/regex_internal.h (Idx, re_hashval_t): New types.
49064         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
49065         New macros.
49066         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
49067         (re_string_context_at, bin_tree_t, re_dfastate_t):
49068         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
49069         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
49070         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
49071         (re_string_char_size_at, re_string_wchar_at):
49072         (re_string_elem_size_at):
49073         Use the new types and macros to port to 64-bit hosts.
49074         Use unsigned types for internal values, so that the code
49075         mostly works even for arrays larger than SSIZE_MAX.
49076         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
49077         (search_duplicated_node, calc_eclosure_iter, fetch_number):
49078         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
49079         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
49080         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
49081         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
49082         (calc_inveclosure, parse_dup_op, build_range_exp):
49083         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
49084         (fetch_number, create_token_tree, mark_opt_subexp):
49085         Likewise.
49086         * lib/regex_internal.c (re_string_construct_common,
49087         create_ci_newstate):
49088         (create_cd_newstate, re_string_allocate, re_string_construct):
49089         (re_string_realloc_buffers, build_wcs_upper_buffer):
49090         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
49091         (re_string_reconstruct, re_string_peek_byte_case):
49092         (re_string_fetch_byte_case, re_string_context_at):
49093         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
49094         (re_node_set_init_copy, re_node_set_add_intersect):
49095         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49096         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49097         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
49098         (re_acquire_state, re_acquire_state_context, register_state):
49099         Likewise.
49100         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
49101         search_cur_bkref_entry):
49102         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
49103         (re_search_internal, re_search_2_stub, re_search_stub)
49104         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
49105         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
49106         (update_cur_sifted_state, check_dst_limits):
49107         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
49108         (check_subexp_limits, sift_states_bkref, merge_state_array):
49109         (check_subexp_matching_top, get_subexp, get_subexp_sub):
49110         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
49111         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
49112         (expand_bkref_cache, check_node_accept_bytes):
49113         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
49114         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
49115         (acquire_init_state_context, check_halt_node_context):
49116         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
49117         (sift_states_backward, clean_state_log_if_needed):
49118         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
49119         (find_recover_state, transit_state_sb, transit_state_mb):
49120         (transit_state_bkref, build_trtable, match_ctx_clean):
49121         Likewise.
49122         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
49123         to work around an assumption that REG_MISSING is negative.
49124
49125         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
49126         (seek_collating_symbol_entry) [defined _LIBC]:
49127         (lookup_collation_sequence_value) [defined _LIBC]:
49128         (build_range_exp, build_collating_symbol) [defined _LIBC]:
49129         Use prototypes rather than old-style function definitions.
49130         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
49131         (transit_state_sb) [0]:
49132         (find_collation_sequence_value) [defined _LIBC]: Likewise.
49133
49134         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
49135         rm_eo.
49136
49137         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
49138         (optimize_subexps, lower_subexp):
49139         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
49140         since the signed shift might overflow.  Use 1u<<31 instead.
49141         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49142         Likewise.
49143         * lib/regexec.c (check_dst_limits_calc_pos_1,
49144         check_subexp_matching_top): Likewise.
49145
49146         * lib/regcomp.c (optimize_subexps, lower_subexp):
49147         Use CHAR_BIT rather than 8, for clarity.
49148         * lib/regexec.c (check_dst_limits_calc_pos_1):
49149         (check_subexp_matching_top): Likewise.
49150         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
49151         have to worry about portability issues when shifting it left.
49152         Remove no-longer-needed test for table_size > 0.
49153         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
49154         in a word, as the resulting behavior is undefined.
49155         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
49156         in one case, a <= should have been an <, and in another case the
49157         whole test was missing.
49158         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
49159         the standard name CHAR_BIT.
49160         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
49161         this is not true on one's complement and signed-magnitude hosts.
49162
49163         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
49164         next_last_offset.
49165         (struct re_dfa_t): Remove unused member states_alloc.
49166         * lib/regcomp.c (init_dfa): Don't initialize unused members.
49167
49168 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49169
49170         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
49171         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
49172         and large-file glibc and in 32-bit large-file Solaris.
49173
49174 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49175
49176         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
49177         lengths fit in regoff_t; this isn't true if regoff_t is the same
49178         width as size_t.
49179         * lib/regex.c (re_search_internal): 5th arg is LAST_START
49180         (= START + RANGE) instead of RANGE.  This avoids overflow
49181         problems when regoff_t is the same width as size_t.
49182         All callers changed.
49183         (re_search_2_stub): Check for overflow when adding the
49184         sizes of the two strings.
49185         (re_search_stub): Check for overflow when adding START
49186         to RANGE; if it occurs, substitute the extreme value.
49187
49188 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49189
49190         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
49191
49192 2005-08-31  Jim Meyering  <jim@meyering.net>
49193
49194         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
49195         a pointer-to-const.
49196         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
49197         (register_state): Likewise.
49198         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
49199         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
49200         (group_nodes_into_DFAstates): Likewise.
49201
49202 2005-08-31  Jim Meyering  <jim@meyering.net>
49203
49204         * check-module: Add a FIXME comment.
49205
49206 2005-08-31  Eric Blake  <ebb9@byu.net>
49207
49208         * modules/unistd-safer (Files): Add unistd--.h.
49209         * modules/stdio-safer (Files): Add stdio--.h.
49210
49211 2005-08-31  Derek Price  <derek@ximbiot.com>
49212
49213         * lib/getdelim.c (getdelim): Return EOF on EOF.
49214         Reported by Larry Jones <lawrence.jones@ugs.com>.
49215
49216 2005-08-31  Bruno Haible  <bruno@clisp.org>
49217
49218         Avoid unnecessary diffs in the generated lib/Makefile.am.
49219         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
49220         the generated files.
49221         (func_import): Don't set cmd.
49222
49223 2005-08-31  Bruno Haible  <bruno@clisp.org>
49224
49225         * lib/strstr.c: Include <stddef.h>, for NULL.
49226         * lib/strcasestr.c: Likewise.
49227         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
49228
49229 2005-08-31  Bruno Haible  <bruno@clisp.org>
49230
49231         * gnulib-tool: New option --macro-prefix.
49232         (func_import): Use macro_prefix.
49233         (import): Handle option --macro-prefix.
49234
49235 2005-08-31  Bruno Haible  <bruno@clisp.org>
49236
49237         * gnulib-tool (import): Rename most ac_* variables to cached_*.
49238         Also use new variables cached_lgpl, cached_libtool.
49239
49240 2005-08-31  Bruno Haible  <bruno@clisp.org>
49241
49242         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
49243         always instantiating them.
49244
49245 2005-08-31  Bruno Haible  <bruno@clisp.org>
49246
49247         * gnulib-tool (func_import): Read the previous cached settings
49248         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
49249         earlier added by gnulib but are now dropped. Warn when a gnulib file
49250         overwrites a non-gnulib file.
49251
49252 2005-08-31  Bruno Haible  <bruno@clisp.org>
49253
49254         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
49255         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
49256         projects that don't keep autogenerated files in CVS. Put into
49257         actioncmd only the specified modules, not the transitive closure.
49258
49259 2005-08-31  Bruno Haible  <bruno@clisp.org>
49260
49261         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
49262         Create directories that shall be filled.
49263         (import): Don't look for gl_* macros in configure.ac. Recurse across
49264         all directories containing a gnulib-cache.m4 files, if meaningful.
49265
49266 2005-08-31  Bruno Haible  <bruno@clisp.org>
49267
49268         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
49269         (import): Set seen_libtool when we see gl_LIBTOOL.
49270
49271 2005-08-31  Bruno Haible  <bruno@clisp.org>
49272
49273         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
49274         declaration macro definitions from generated gnulib.m4.
49275
49276 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
49277
49278         * lib/iconvme.h: Add prototype for iconv_alloc.
49279
49280 2005-08-29  Simon Josefsson  <jas@extundo.com>
49281
49282         * lib/iconvme.c: Fix errno.
49283
49284 2005-08-29  Bruno Haible  <bruno@clisp.org>
49285
49286         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
49287         that it works when the directory contains spaces.
49288
49289 2005-08-29  Bruno Haible  <bruno@clisp.org>
49290
49291         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
49292
49293 2005-08-29  Bruno Haible  <bruno@clisp.org>
49294
49295         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
49296         Emit more advice.
49297
49298 2005-08-29  Bruno Haible  <bruno@clisp.org>
49299         and Stepan Kasal  <kasal@ucw.cz>
49300
49301         * check-module: If more parameters are given, check each of them
49302         separately; add more exceptions, as noted by Jim Meyering.
49303         (check_module): New procedure.
49304         (%exempt_header): Now contains all exceptions.
49305
49306 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
49307
49308         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
49309
49310 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
49311
49312         * lib/iconvme.c: Split iconv_string into iconv_alloc.
49313
49314 2005-08-28  Bruno Haible  <bruno@clisp.org>
49315
49316         * m4/gnulib-tool.m4: New file.
49317
49318 2005-08-27  Jim Meyering  <jim@meyering.net>
49319
49320         * modules/unistd-safer (Files): Add pipe-safer.c.
49321         * modules/fcntl-safer (Files): Add creat-safer.c.
49322
49323 2005-08-27  Jim Meyering  <jim@meyering.net>
49324
49325         * m4/stdlib-safer.m4: New file.  From coreutils.
49326         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
49327         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
49328         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
49329         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
49330         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
49331
49332 2005-08-27  Jim Meyering  <jim@meyering.net>
49333
49334         * lib/fopen-safer.c: Merge minor changes from coreutils.
49335         * lib/dup-safer.c: Likewise.
49336         * lib/fd-safer.c: Likewise.
49337
49338         Merge from coreutils.
49339         * lib/stdio--.h: New file.
49340         * lib/stdlib--.h: New file.
49341         * lib/mkstemp-safer.c: New file.
49342
49343         GNU tar needs these.
49344         * lib/pipe-safer.c: New file.
49345         * lib/creat-safer.c: New file.
49346         * lib/fcntl--.h (creat): Define to creat_safer.
49347         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
49348         * lib/unistd--.h (pipe): Define to pipe_safer.
49349         * lib/unistd-safer.h: Declare pipe_safer.
49350
49351 2005-08-26  Simon Josefsson  <jas@extundo.com>
49352
49353         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
49354         Haible <bruno@clisp.org>.
49355
49356 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
49357
49358         * lib/regex_internal.h: Remove all references to
49359         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
49360         or better.
49361         (bitset_not, bitset_merge, bitset_not_merge):
49362         (bitset_mask, re_string_allocate, re_string_construct):
49363         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
49364         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
49365         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
49366         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
49367         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49368         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49369         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
49370         (re_acquire_state_context):
49371         Remove unnecessary forward decls.
49372         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
49373         Put __attribute at function definition,
49374         now that the function decl has been removed.
49375         * lib/regex_internal.c (re_string_peek_byte_case):
49376         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
49377         Likewise.
49378
49379 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
49380
49381         * m4/regex.m4: Add AC_PREREQ(2.50).
49382         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
49383
49384 2005-08-25  Simon Josefsson  <jas@extundo.com>
49385
49386         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
49387         __fsetlocking.
49388
49389 2005-08-25  Simon Josefsson  <jas@extundo.com>
49390
49391         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
49392         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
49393         GLIBC specific code.
49394
49395 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49396
49397         Make regex safe for g++.  This fixes one real bug (an "err"
49398         that should have been "*err").  g++ problem reported by
49399         Sam Steingold.
49400         * lib/regex_internal.h (re_calloc): New macro, consistent with
49401         re_malloc etc.  All callers of calloc changed to use re_calloc.
49402         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
49403         not int.  All callers changed.
49404         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
49405         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
49406         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
49407         (find_recover_state): Change "err" to "*err"; this fixes what
49408         appears to be a real bug.
49409         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
49410         versus int.
49411
49412 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49413
49414         * modules/regex (Depends-on): Add malloc, since the code
49415         assumes that !malloc(0) means failure.
49416
49417 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49418
49419         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
49420
49421         alloca modernization/simplification for regex.
49422         * lib/regex.c: Remove portability cruft for alloca.  This no longer
49423         needs to be at the start of the file, and can be moved into
49424         regex_internal.h and simplified.
49425         * lib/regex_internal.h: Include <alloca.h>.
49426         (__libc_use_alloca) [!defined _LIBC]: New macro.
49427         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
49428         now works outside glibc.
49429
49430 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
49431
49432         * config/srclist.txt: Add glibc bugs 1241, 1245.
49433
49434 2005-08-25  Jim Meyering  <jim@meyering.net>
49435
49436         * lib/open-safer.c: Include <config.h>.
49437         Otherwise, we'd lose LARGEFILE support in any file using
49438         e.g. "fcntl--.h"
49439
49440 2005-08-25  Bruno Haible  <bruno@clisp.org>
49441
49442         * m4/minmax.m4: Require autoconf 2.52.
49443         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
49444         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
49445         alternatives of translit over the alphabet.
49446         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
49447
49448 2005-08-24  Simon Josefsson  <jas@extundo.com>
49449
49450         * tests/test-getpass.c: New file.
49451
49452 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
49453
49454         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
49455         for GNU regex features.
49456
49457 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
49458
49459         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
49460         * lib/regex.h (regerror): Likewise.
49461
49462         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
49463         requires this.  (The code never needed it.)
49464
49465         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
49466         All uses of recently-renamed identifiers changed to use the new,
49467         POSIX-compliant names.  The code will build and run just fine
49468         without these changes, but it's better to eat our own dog food
49469         and use the standard-conforming names.
49470
49471         * lib/regex.h: Fix a multitude of POSIX name space violations.
49472         These changes have an effect only for programs that define
49473         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
49474         do not change anything for programs compiled in the normal way.
49475         Also, there is no effect on the ABI.
49476
49477         (_REGEX_SOURCE): New macro.
49478         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
49479         defined and _GNU_SOURCE is not; this fixes a name space violation.
49480
49481         Rename the following macros to obey POSIX requirements.
49482         The old names are still visible as macros if _REGEX_SOURCE is defined.
49483         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
49484         RE_BACKSLASH_ESCAPE_IN_LISTS.
49485         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
49486         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
49487         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
49488         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
49489         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
49490         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
49491         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
49492         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
49493         (REG_INTERVALS): renamed from RE_INTERVALS.
49494         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
49495         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
49496         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
49497         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
49498         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
49499         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
49500         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
49501         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
49502         RE_UNMATCHED_RIGHT_PAREN_ORD.
49503         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
49504         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
49505         (REG_DEBUG): renamed from RE_DEBUG.
49506         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
49507         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
49508         unusual, since we can't clash with the POSIX REG_ICASE.
49509         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
49510         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
49511         (REG_NO_SUB): renamed from RE_NO_SUB.
49512         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
49513         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
49514         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
49515         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
49516         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
49517         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
49518         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
49519         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
49520         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
49521         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
49522         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
49523         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
49524         RE_SYNTAX_POSIX_MINIMAL_BASIC.
49525         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
49526         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
49527         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
49528         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
49529         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
49530         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
49531         (REG_FIXED): Renamed from REGS_FIXED.
49532         (REG_NREGS): Renamed from RE_NREGS.
49533
49534         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
49535         of other REG_* macros, since POSIX says the user is allowed to
49536         #undef these macros selectively.
49537
49538         (reg_errcode_t): Update comment stating what other tables need
49539         to be consistent.
49540
49541         Rename the following enum values to obey POSIX requirements.
49542         The old names are still visible as macros.
49543         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
49544         is not defined, since GNU is supposed to be a superset of POSIX as
49545         much as possible, and since we want reg_errcode_t to be a signed
49546         type for implementation consistency.
49547         (_REG_NOERROR): Renamed from REG_NOERROR.
49548         (_REG_NOMATCH): Renamed from REG_NOMATCH.
49549         (_REG_BADPAT): Renamed from REG_BADPAT.
49550         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
49551         (_REG_ECTYPE): Renamed from REG_ECTYPE.
49552         (_REG_EESCAPE): Renamed from REG_EESCAPE.
49553         (_REG_ESUBREG): Renamed from REG_ESUBREG.
49554         (_REG_EBRACK): Renamed from REG_EBRACK.
49555         (_REG_EPAREN): Renamed from REG_EPAREN.
49556         (_REG_EBRACE): Renamed from REG_EBRACE.
49557         (_REG_BADBR): Renamed from REG_BADBR.
49558         (_REG_ERANGE): Renamed from REG_ERANGE.
49559         (_REG_ESPACE): Renamed from REG_ESPACE.
49560         (_REG_BADRPT): Renamed from REG_BADRPT.
49561         (_REG_EEND): Renamed from REG_EEND.
49562         (_REG_ESIZE): Renamed from REG_ESIZE.
49563         (_REG_ERPAREN): Renamed from REG_ERPAREN.
49564         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
49565         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
49566         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
49567         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
49568
49569         (_REG_RE_NAME, _REG_RM_NAME): New macros.
49570         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
49571         changed.  But support the old name if the new one is not defined
49572         and if _REGEX_SOURCE.
49573
49574         Change the following member names in struct re_pattern_buffer.
49575         The old names are still supported if !_REGEX_SOURCE.
49576         The new names are always supported, regardless of _REGEX_SOURCE.
49577         (re_buffer): Renamed from buffer.
49578         (re_allocated): Renamed from allocated.
49579         (re_used): Renamed from used.
49580         (re_syntax): Renamed from syntax.
49581         (re_fastmap): Renamed from fastmap.
49582         (re_translate): Renamed from translate.
49583         (re_can_be_null): Renamed from can_be_null.
49584         (re_regs_allocated): Renamed from regs_allocated.
49585         (re_fastmap_accurate): Renamed from fastmap_accurate.
49586         (re_no_sub): Renamed from no_sub.
49587         (re_not_bol): Renamed from not_bol.
49588         (re_not_eol): Renamed from not_eol.
49589         (re_newline_anchor): Renamed from newline_anchor.
49590
49591         Change the following member names in struct re_registers.
49592         The old names are still supported if !_REGEX_SOURCE.
49593         The new names are always supported, regardless of _REGEX_SOURCE.
49594         (rm_num_regs): Renamed from num_regs.
49595         (rm_start): Renamed from start.
49596         (rm_end): Renamed from end.
49597
49598         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
49599         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
49600         Prepend __ to parameter names.
49601
49602         Undo yesterday's changes.
49603
49604 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
49605
49606         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
49607         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
49608         lib/regex.c.
49609
49610 2005-08-24  Jim Meyering  <jim@meyering.net>
49611
49612         Sync from coreutils.
49613         * m4/fcntl-safer.m4: New file.
49614
49615         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
49616         and object files for this module.
49617
49618 2005-08-24  Jim Meyering  <jim@meyering.net>
49619
49620         Sync from coreutils.
49621         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
49622
49623 2005-08-24  Jim Meyering  <jim@meyering.net>
49624
49625         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
49626         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
49627
49628 2005-08-24  Jim Meyering  <jim@meyering.net>
49629
49630         * modules/fcntl-safer: New module.
49631         * modules/fts (Depends-on): Add fcntl-safer.
49632         * MODULES.html.sh (File descriptor based Input/Output):
49633         Add fcntl-safer.
49634
49635 2005-08-24  Bruno Haible  <bruno@clisp.org>
49636
49637         Support for unit test modules.
49638         * modules/README: Mention tests modules.
49639         * modules/TEMPLATE-TESTS: New file.
49640         * gnulib-tool: New options --extract-tests-module, --with-tests and
49641         --tests-base (unused for the moment).
49642         (testsbase, inctests): New variables.
49643         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
49644         (func_verify_module): Exclude TEMPLATE-TESTS.
49645         (func_verify_nontests_module, func_verify_tests_module): New functions.
49646         (func_get_dependencies): Add implicit dependency for tests modules.
49647         (func_get_tests_module): New function.
49648         (func_modules_transitive_closure): When --with-tests was specified,
49649         include the unit tests as well, unless explicitly avoided.
49650         (func_emit_lib_Makefile_am): Ignore the tests modules here.
49651         (func_emit_tests_Makefile_am): New function.
49652         (func_create_testdir): When --with-tests was specified, emit a
49653         tests/ directory.
49654         * MODULES.html.sh (Future developments): Update.
49655
49656 2005-08-24  Bruno Haible  <bruno@clisp.org>
49657
49658         * modules/tls-tests: New file.
49659         * tests/test-tls.c: New file, from GNU gettext.
49660
49661 2005-08-24  Bruno Haible  <bruno@clisp.org>
49662
49663         * modules/lock-tests: New file.
49664         * tests/test-lock.c: New file, from GNU gettext.
49665
49666 2005-08-24  Bruno Haible  <bruno@clisp.org>
49667
49668         * lib/lock.h: Add multiple inclusion guard.
49669         * lib/tls.h: Add multiple inclusion guard.
49670
49671 2005-08-24  Bruno Haible  <bruno@clisp.org>
49672
49673         * gnulib-tool: Add support for the --aux-dir option to
49674         --create-testdir, --create-megatestdir, --test, --megatest.
49675         (func_create_testdir, func_create_megatestdir): Optionally emit a
49676         AC_CONFIG_AUX_DIR directive.
49677         (create-testdir, create-megatestdir, test, megatest): Provide a
49678         default value for $auxdir.
49679
49680 2005-08-24  Bruno Haible  <bruno@clisp.org>
49681
49682         * gnulib-tool (import): Use compound statement instead of subshell
49683         where possible.
49684
49685 2005-08-24  Bruno Haible  <bruno@clisp.org>
49686
49687         * gnulib-tool (import): Change --aux-dir default to "build-aux".
49688
49689 2005-08-24  Bruno Haible  <bruno@clisp.org>
49690
49691         * gnulib-tool (func_version): Update.
49692
49693 2005-08-24  Bruno Haible  <bruno@clisp.org>
49694
49695         * gnulib-tool (func_import, func_create_testdir,
49696         func_create_megatestdir): Quote all autoconf macro arguments.
49697
49698 2005-08-24  Bruno Haible  <bruno@clisp.org>
49699
49700         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
49701         option --force, because --force causes the aclocal.m4 of each
49702         subdirectory to be newer than the corresponding config.h.in.
49703
49704 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49705
49706         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
49707         All contents moved to gl_REGEX.
49708         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
49709         assume that it does.
49710
49711 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49712
49713         * lib/regex.h (REG_NOSYS)
49714         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
49715         Define, since POSIX requires it as of 2001.
49716         (_REG_ENOSYS)
49717         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
49718         New private symbol, used to keep the enum signed in all cases.
49719         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
49720         Youngman in
49721         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
49722
49723         * lib/regex_internal.c (re_string_skip_chars, register_state):
49724         (calc_state_hash):
49725         Remove forward decls; no longer needed now that we use prototypes.
49726         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
49727         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
49728         (clean_state_log_if_needed): Likewise.
49729
49730 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49731
49732         * config/srclist.txt: Add glibc bugs 1231-1233.
49733
49734 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49735
49736         Fix problems reported by Sam Steingold in
49737         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
49738         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
49739         assumed that reg_errcode_t is a signed type, which is not
49740         necessarily true if _XOPEN_SOURCE is not defined.
49741         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
49742         since some compilers warn about it otherwise.
49743
49744 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49745
49746         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
49747         (init_word_char, create_initial_state, duplicate_node_closure):
49748         (fetch_token, peek_token_bracket, build_range_exp):
49749         (build_collating_symbol): Remove forward decls; no longer needed
49750         now that we use prototypes.
49751
49752         * lib/regcomp.c:
49753         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
49754         (re_compile_fastmap_iter, regcomp, regerror, regfree):
49755         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
49756         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
49757         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
49758         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
49759         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
49760         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
49761         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
49762         (build_range_exp, build_collating_symbol, parse_bracket_exp):
49763         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
49764         (build_charclass, build_charclass_op, fetch_number, create_tree):
49765         (create_token_tree, mark_opt_subexp, duplicate_tree):
49766         Use prototypes rather than old-style definitions.
49767
49768         * lib/regex_internal.c:
49769         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
49770         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
49771         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
49772         (re_string_reconstruct, re_string_peek_byte_case):
49773         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
49774         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
49775         (re_node_set_init_copy, re_node_set_add_intersect):
49776         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49777         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49778         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
49779         (re_acquire_state, re_acquire_state_context, register_state):
49780         (create_ci_newstate, create_cd_newstate, free_state):
49781         Likewise.
49782         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
49783         re_search_2):
49784         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
49785         (re_search_internal, prune_impossible_nodes):
49786         (acquire_init_state_context, check_matching, static):
49787         (check_halt_node_context, check_halt_state_context, proceed_next_node):
49788         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
49789         (update_regs, sift_states_backward, build_sifted_states):
49790         (clean_state_log_if_needed, merge_state_array):
49791         (update_cur_sifted_state, add_epsilon_src_nodes):
49792         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
49793         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
49794         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
49795         (find_recover_state, check_subexp_matching_top, transit_state_mb):
49796         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
49797         (check_arrival, check_arrival_add_next_nodes):
49798         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
49799         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49800         (check_node_accept_bytes, check_node_accept, extend_buffers):
49801         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
49802         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
49803         (sift_ctx_init):
49804         Likewise.
49805
49806         * lib/regex_internal.h:
49807         (re_string_allocate, re_string_construct, re_string_reconstruct):
49808         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
49809         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
49810         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
49811         (re_string_context_at, re_string_peek_byte_case):
49812         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
49813         is defined, since we now use prototypes always.
49814
49815         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
49816         C89 or better.  All uses removed.
49817
49818 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49819
49820         * config/srclist.txt: Add glibc bugs 1220-1227.
49821
49822 2005-08-20  Jim Meyering  <jim@meyering.net>
49823
49824         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
49825         of unused local, dfa.
49826
49827 2005-08-20  Bruno Haible  <bruno@clisp.org>
49828
49829         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
49830
49831 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49832
49833         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
49834         (re_node_set_insert_last, re_dfa_add_node):
49835         Rename local variables to avoid GCC shadowing warnings.
49836
49837 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49838
49839         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
49840         [defined lint]: Suppress bogus uninitialized-variable warnings.
49841
49842         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
49843         and let the caller return REG_ESPACE if out of space.  This
49844         removes an uninitialied-variable warning with GCC 4.0.1, and also
49845         avoids taking the address of a local variable.  All callers
49846         changed.
49847
49848 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49849
49850         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
49851         $LIBCSRC/posix/regexec.c.
49852         Add glibc bug 1217 for regcomp.c.
49853
49854 2005-08-19  Jim Meyering  <jim@meyering.net>
49855
49856         * lib/regexec.c (proceed_next_node): Redo local variables to
49857         avoid GCC shadowing warnings.
49858
49859 2005-08-18  Bruno Haible  <bruno@clisp.org>
49860
49861         * lib/strstr.c (strstr): Fix return value in multibyte case.
49862         * lib/strcasestr.c (strcasestr): Likewise.
49863
49864 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49865
49866         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
49867
49868 2005-08-17  Jim Meyering  <jim@meyering.net>
49869
49870         Make the %s format (seconds since the epoch) work for a negative
49871         number and when used with a zero-padded field width, e.g. %015s.
49872
49873         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
49874         label so that it precedes the code to set `digits'.  Otherwise,
49875         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
49876         print `00-22'.  Now, it prints `-0022', as it should.
49877
49878 2005-08-17  Bruno Haible  <bruno@clisp.org>
49879
49880         * modules/strstr (Files): Add m4/mbrtowc.m4.
49881         (Depends-on): Add mbuiter.
49882
49883 2005-08-17  Bruno Haible  <bruno@clisp.org>
49884
49885         * modules/strcasestr: New file.
49886         * MODULES.html.sh (String handling, based on ANSI C 89): Add
49887         strcasestr.
49888
49889 2005-08-17  Bruno Haible  <bruno@clisp.org>
49890
49891         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
49892
49893 2005-08-17  Bruno Haible  <bruno@clisp.org>
49894
49895         * modules/mbuiter: New file.
49896         * MODULES.html.sh (Extended multibyte and wide character utilities):
49897         Add mbuiter.
49898
49899 2005-08-17  Bruno Haible  <bruno@clisp.org>
49900
49901         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
49902         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
49903
49904 2005-08-17  Bruno Haible  <bruno@clisp.org>
49905
49906         * m4/strcasestr.m4: New file.
49907
49908 2005-08-17  Bruno Haible  <bruno@clisp.org>
49909
49910         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
49911         * lib/strstr.c: Completely rewritten, with multibyte locale support.
49912
49913 2005-08-17  Bruno Haible  <bruno@clisp.org>
49914
49915         * lib/strcasestr.h: New file.
49916         * lib/strcasestr.c: New file.
49917
49918 2005-08-17  Bruno Haible  <bruno@clisp.org>
49919
49920         * lib/strcasecmp.c: Use mbuiter.h.
49921
49922 2005-08-17  Bruno Haible  <bruno@clisp.org>
49923
49924         * lib/mbuiter.h: New file.
49925
49926 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
49927
49928         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
49929         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
49930         and gl_GETOPT are both invoked via different paths (as happens
49931         with GNU tar CVS because it uses both argp and getopt), the former
49932         wins.
49933
49934 2005-08-16  Bruno Haible  <bruno@clisp.org>
49935
49936         * modules/tls: New file.
49937         * MODULES.html.sh (Multithreading): Add tls.
49938
49939 2005-08-16  Bruno Haible  <bruno@clisp.org>
49940
49941         * modules/strnlen1: New file.
49942         * MODULES.html.sh (String handling): Add strnlen1.
49943
49944 2005-08-16  Bruno Haible  <bruno@clisp.org>
49945
49946         * modules/strcase (Files): Add m4/mbrtowc.m4.
49947         (Depends-on): Add strnlen1, mbchar.
49948
49949 2005-08-16  Bruno Haible  <bruno@clisp.org>
49950
49951         * modules/mbiter: New file.
49952         * MODULES.html.sh (Extended multibyte and wide character utilities):
49953         Add mbiter.
49954
49955 2005-08-16  Bruno Haible  <bruno@clisp.org>
49956
49957         * modules/mbfile: New file.
49958         * MODULES.html.sh (Extended multibyte and wide character utilities):
49959         Add mbfile.
49960
49961 2005-08-16  Bruno Haible  <bruno@clisp.org>
49962
49963         * modules/mbchar: New file.
49964         * MODULES.html.sh (Extended multibyte and wide character utilities):
49965         New section.
49966
49967 2005-08-16  Bruno Haible  <bruno@clisp.org>
49968
49969         * m4/tls.m4: New file, from GNU gettext.
49970
49971 2005-08-16  Bruno Haible  <bruno@clisp.org>
49972
49973         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
49974         always.
49975         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
49976
49977 2005-08-16  Bruno Haible  <bruno@clisp.org>
49978
49979         * m4/mbiter.m4: New file.
49980
49981 2005-08-16  Bruno Haible  <bruno@clisp.org>
49982
49983         * m4/mbfile.m4: New file.
49984
49985 2005-08-16  Bruno Haible  <bruno@clisp.org>
49986
49987         * m4/mbchar.m4: New file.
49988
49989 2005-08-16  Bruno Haible  <bruno@clisp.org>
49990
49991         * lib/tls.h: New file, from GNU gettext.
49992         * lib/tls.c: New file, from GNU gettext.
49993
49994 2005-08-16  Bruno Haible  <bruno@clisp.org>
49995
49996         * lib/strnlen1.h: New file.
49997         * lib/strnlen1.c: New file.
49998
49999 2005-08-16  Bruno Haible  <bruno@clisp.org>
50000
50001         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
50002         (mbi_init): Update.
50003         (mbi_avail, mbi_advance): Let the iteration end before the terminating
50004         NUL byte, not after it.
50005
50006 2005-08-16  Bruno Haible  <bruno@clisp.org>
50007
50008         * lib/strcase.h (strcasecmp): Add note in comments.
50009         * lib/strncasecmp.c: Use code from strcasecmp.c.
50010         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
50011         (strcasecmp): Work correctly in multibyte locales.
50012
50013 2005-08-16  Bruno Haible  <bruno@clisp.org>
50014
50015         * lib/mbiter.h: New file.
50016
50017 2005-08-16  Bruno Haible  <bruno@clisp.org>
50018
50019         * lib/mbfile.h: New file.
50020
50021 2005-08-16  Bruno Haible  <bruno@clisp.org>
50022
50023         * lib/mbchar.h: New file.
50024         * lib/mbchar.c: New file.
50025
50026 2005-08-16  Bruno Haible  <bruno@clisp.org>
50027
50028         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
50029         the valid ones. Makes the comparison operations transitive:
50030         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
50031         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
50032
50033 2005-08-15  Simon Josefsson  <jas@extundo.com>
50034
50035         * modules/ssize_t (License): Change to 'unlimited'.
50036
50037         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
50038
50039 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
50040
50041         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
50042         Add comments for each pending glibc patch.
50043
50044 2005-08-15  Bruno Haible  <bruno@clisp.org>
50045
50046         * lib/regex.h (__restrict_arr): Don't define to __restrict if
50047         __cplusplus is defined.
50048
50049 2005-08-14  Jim Meyering  <jim@meyering.net>
50050
50051         Sync from coreutils.
50052
50053         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
50054         Use the hash-table-based cycle-detection code not just when
50055         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
50056         Reported by James Youngman in
50057         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
50058         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
50059         FTS_TIGHT_CYCLE_CHECK.
50060         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
50061         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
50062         once again.
50063         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
50064         * lib/fts.c (fd_safer): Remove decl.
50065         Include fcntl--.h rather than unistd-safer.h
50066         (fts_safe_changedir): Don't call fd_safer; no longer needed
50067         now that we include fcntl--.h.
50068
50069 2005-08-12  Simon Josefsson  <jas@extundo.com>
50070
50071         * modules/getndelim2: Use ssize_t module.
50072         * modules/getnline: Likewise.
50073         * modules/safe-read: Likewise.
50074         * modules/xreadlink: Likewise.
50075
50076         * modules/ssize_t: New file.
50077
50078 2005-08-12  Simon Josefsson  <jas@extundo.com>
50079
50080         * m4/readline.m4: Look for termcap, curses or ncurses if required.
50081
50082 2005-08-12  Simon Josefsson  <jas@extundo.com>
50083
50084         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50085         ssize_t.
50086
50087 2005-08-12  Simon Josefsson  <jas@extundo.com>
50088
50089         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
50090         readline, getdelim and check_version.
50091         (Support for systems lacking ISO C 99: Sizes of integer types):
50092         Add size_max.
50093
50094 2005-08-12  Bruno Haible  <bruno@clisp.org>
50095
50096         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
50097
50098 2005-08-11  Simon Josefsson  <jas@extundo.com>
50099
50100         * modules/readline: New file.
50101
50102         * modules/strnlen (Files): Add strnlen.h.
50103
50104 2005-08-11  Simon Josefsson  <jas@extundo.com>
50105
50106         * m4/readline.m4: New file.
50107
50108 2005-08-11  Simon Josefsson  <jas@extundo.com>
50109
50110         * lib/readline.h, readline.c: New file.
50111
50112 2005-08-11  Simon Josefsson  <jas@extundo.com>
50113
50114         * doc/gnulib.texi (Initial import, Finishing touches): Mention
50115         gl_AVOID.
50116
50117 2005-08-11  Bruno Haible  <bruno@clisp.org>
50118
50119         * lib/strnlen.h (strnlen): Change parameter name to match comment.
50120
50121 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
50122
50123         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
50124
50125 2005-08-10  Simon Josefsson  <jas@extundo.com>
50126
50127         * tests/test-iconvme.c: New file.
50128
50129 2005-08-10  Simon Josefsson  <jas@extundo.com>
50130
50131         * m4/strnlen.m4: New file.
50132
50133         * m4/strndup.m4: Don't check for strnlen declaration, done in
50134         strnlen.m4.
50135
50136 2005-08-10  Simon Josefsson  <jas@extundo.com>
50137
50138         * lib/strndup.c: Use strnlen.h.
50139
50140         * lib/strnlen.h: New file.
50141
50142 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50143
50144         * README: Typos.
50145
50146 2005-08-02  Simon Josefsson  <jas@extundo.com>
50147
50148         * modules/readline: New file.
50149
50150 2005-08-02  Simon Josefsson  <jas@extundo.com>
50151
50152         * modules/getdelim: New file.
50153
50154         * modules/getline: Rewrite, don't use getndelim2.
50155
50156 2005-08-02  Simon Josefsson  <jas@extundo.com>
50157
50158         * m4/getline.m4: Separate out getdelim stuff into separate module.
50159
50160         * m4/getdelim.m4: New file.
50161
50162 2005-08-02  Simon Josefsson  <jas@extundo.com>
50163
50164         * lib/getline.h, getline.c: Rewrite.
50165
50166         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
50167
50168 2005-07-31  Bruno Haible  <bruno@clisp.org>
50169
50170         * lib/lock.h (gl_lock_initializer): New macro.
50171         (gl_lock_define_initialized): Use it.
50172         (gl_rwlock_initializer): New macro.
50173         (gl_rwlock_define_initialized): Use it.
50174         (gl_recursive_lock_initializer): New macro.
50175         (gl_recursive_lock_define_initialized): Use it.
50176
50177 2005-07-30  Karl Berry  <karl@gnu.org>
50178
50179         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
50180         Report from Ben Pfaff, regarding getopt.
50181
50182 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
50183
50184         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
50185         normal way.
50186         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
50187         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
50188         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
50189         (gl_GETOPT): Use the new macros.  Most of the implementation
50190         is moved to the new macros.  This is for programs like Emacs
50191         that don't want all the functionality of gl_GETOPT.
50192
50193 2005-07-26  Bruno Haible  <bruno@clisp.org>
50194
50195         * m4/lock.m4: Update from GNU gettext.
50196
50197 2005-07-26  Bruno Haible  <bruno@clisp.org>
50198
50199         * lib/lock.h: Update from GNU gettext.
50200         * lib/lock.c: Update from GNU gettext.
50201
50202 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
50203
50204         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
50205         obsolescent AC_TRY_RUN.  Include the default includes files, for
50206         'exit'.
50207
50208 2005-07-24  Bruno Haible  <bruno@clisp.org>
50209
50210         * modules/visibility: New file.
50211         * MODULES.html.sh (Misc): Add visibility.
50212
50213 2005-07-24  Bruno Haible  <bruno@clisp.org>
50214
50215         * m4/visibility.m4: New file.
50216
50217 2005-07-24  Bruno Haible  <bruno@clisp.org>
50218
50219         * doc/visibility.texi: New file.
50220
50221 2005-07-22  Bruno Haible  <bruno@clisp.org>
50222
50223         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
50224         $(ALLOCA_H), redundant through BUILT_SOURCES.
50225         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
50226         redundant through BUILT_SOURCES.
50227         * modules/byteswap (Makefile.am): Remove explicit dependency on
50228         $(BYTESWAP_H), redundant through BUILT_SOURCES.
50229         * modules/fnmatch (Makefile.am): Remove explicit dependency on
50230         $(FNMATCH_H), redundant through BUILT_SOURCES.
50231         * modules/getopt (Makefile.am): Remove explicit dependency on
50232         $(GETOPT_H), redundant through BUILT_SOURCES.
50233         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
50234         redundant through BUILT_SOURCES.
50235         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
50236         redundant through BUILT_SOURCES.
50237         * modules/stdbool (Makefile.am): Remove explicit dependency on
50238         $(STDBOOL_H), redundant through BUILT_SOURCES.
50239         * modules/stdint (Makefile.am): Remove explicit dependency on
50240         $(STDINT_H), redundant through BUILT_SOURCES.
50241         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
50242         Remove explicit dependency on $(SYSEXITS_H).
50243         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
50244
50245 2005-07-18  Simon Josefsson  <jas@extundo.com>
50246
50247         * lib/check-version.c (check_version): Accept identical versions too.
50248
50249 2005-07-18  Bruno Haible  <bruno@clisp.org>
50250
50251         * modules/lock: New file.
50252         * MODULES.html.sh (Multithreading): New section.
50253
50254 2005-07-18  Bruno Haible  <bruno@clisp.org>
50255
50256         * m4/lock.m4: New file, from GNU gettext.
50257
50258 2005-07-18  Bruno Haible  <bruno@clisp.org>
50259
50260         * lib/lock.h: New file, from GNU gettext.
50261         * lib/lock.c: New file, from GNU gettext.
50262
50263 2005-07-18  Bruno Haible  <bruno@clisp.org>
50264
50265         * lib/lock.h (gl_once_t): New type.
50266         (gl_once_define, gl_once): New macros.
50267         * lib/lock.c (fresh_once): New variable.
50268         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
50269         functions.
50270
50271 2005-07-16  Simon Josefsson  <jas@extundo.com>
50272
50273         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
50274         workaround, suggested by Bruno.
50275
50276 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
50277
50278         * modules/xalloc (Depends-on): Add xalloc-die.
50279         * modules/xvasprintf (Depends-on): Add xalloc-die.
50280
50281 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
50282
50283         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
50284         with a minor change.
50285
50286 2005-07-15  Bruno Haible  <bruno@clisp.org>
50287
50288         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
50289         When using lib/poll.c, define poll as rpl_poll.
50290
50291 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
50292
50293         * modules/argp (Depends-on): Remove unlocked-io.
50294
50295 2005-07-14  Derek Price  <derek@ximbiot.com>
50296
50297         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
50298         for glob symlink bug.
50299
50300 2005-07-14  Bruno Haible  <bruno@clisp.org>
50301
50302         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
50303         Instead, test for *_unlocked function declarations directly.
50304
50305 2005-07-11  Simon Josefsson  <jas@extundo.com>
50306
50307         * modules/size_max: New file.
50308
50309         * modules/xsize: Depend on size_max module for size_max.m4.
50310
50311 2005-07-11  Simon Josefsson  <jas@extundo.com>
50312
50313         * lib/size_max.h: New file.
50314
50315 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
50316
50317         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
50318         copyright symbol and the year.
50319         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
50320         (version_etc_va): Use parameterized copyright notice.
50321         Reword to conform to the current GNU coding standards.
50322
50323 2005-07-11  Karl Berry  <karl@gnu.org>
50324
50325         * doc/gnulib.texi (Quoting): new node.
50326         (Initial import): more info, from Patrice.
50327
50328 2005-07-11  Bruno Haible  <bruno@clisp.org>
50329
50330         * gnulib-tool (func_usage): Document option --avoid.
50331         (Command line options): Handle --avoid.
50332         (func_acceptable): New function.
50333         (func_modules_transitive_closure): Use it.
50334
50335 2005-07-11  Bruno Haible  <bruno@clisp.org>
50336
50337         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
50338         Reported by Jim Meyering.
50339
50340 2005-07-10  Bruno Haible  <bruno@clisp.org>
50341
50342         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
50343         Needed when size_t is smaller than 'unsigned int'.
50344         Reported by Paul Eggert.
50345
50346 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50347
50348         * modules/argp (Depends-on): Add unlocked-io
50349
50350 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50351
50352         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
50353         block of defines.
50354
50355 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
50356
50357         * config/srclist.txt: Comment out regcomp.c, since we have a porting
50358         fix now.
50359
50360 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
50361         and Paul Eggert  <eggert@cs.ucla.edu>
50362
50363         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
50364         in wint_t, not wchar_t.  Remove now-unnecessary cast.
50365
50366 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50367
50368         * modules/regex (Files): Add lib/regex_internal.c,
50369         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
50370         (Depends-on): Add extensions.
50371         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
50372
50373 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50374
50375         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
50376         pathconf.
50377         * m4/same.m4 (gl_SAME): Likewise.
50378         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
50379
50380         * m4/regex.m4: Adjust to new libc regex implementation.
50381         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
50382         all the .c and .h parts of (the new) regex.
50383         Quote the m4 stuff better.
50384         Check for RE_ICASE bug of old gnulib.
50385         Check for REG_STARTEND of recent libc.
50386         Rename local variables from jm_* to gl_*.
50387         Quote operand of "test -f".
50388         Say "recent enough" version of libc, not "version 2".
50389         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
50390         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
50391         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
50392         Remove check for btowc, isascii.
50393         Require AM_LANGINFO_CODESET.
50394
50395 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50396
50397         * lib/regex.c, regex.h: Sync from libc.
50398         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
50399         * lib/regexec.c:
50400         New files, synced from libc, except that regex_internal.h
50401         currently has a small porting fix.
50402
50403 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
50404
50405         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
50406         regex_internal.c, regexec.c.
50407         Add regex_internal.h too, but as a comment, since the libc version
50408         is currently broken in gnulib mode.
50409
50410 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
50411
50412         Support programs like Emacs that use gnulib but not gettext.
50413         * MODULES.html.sh (Internationalization functions): Add gettext-h.
50414         * modules/gettext-h: New file.
50415         * modules/gettext (Files): Remove lib/gettext.h.
50416         (Depends-on): Add gettext-h.
50417         (Makefile.am): Remove lib_SOURCES.
50418         * modules/argmatch, modules/c-stack, modules/closeout:
50419         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
50420         * modules/execute, modules/file-type, modules/getaddrinfo:
50421         * modules/getopt, modules/human, modules/javacomp:
50422         * modules/javaexec, modules/mkdir-p, modules/obstack:
50423         * modules/openat, modules/pagealign_alloc, modules/pipe:
50424         * modules/quotearg, modules/regex, modules/rpmatch:
50425         * modules/unicodeio, modules/userspec, modules/version-etc:
50426         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
50427         * modules/xsetenv:
50428         Depend on gettext-h, not gettext.
50429
50430 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
50431
50432         * gnulib-tool (func_import): Add support for 'public domain' license.
50433         * modules/alloca, modules/atexit, modules/memmove:
50434         Now public domain, not GPL.
50435         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
50436         * modules/realloc, modules/strerror, modules/strtod:
50437         Now LGPL, not GPL.
50438
50439 2005-07-05  Bruno Haible  <bruno@clisp.org>
50440
50441         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
50442         autoconf CVS. Needed for mingw.
50443
50444 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
50445
50446         Remove the dependency of the strftime module on the tzset module.
50447         * modules/strftime (Depends-on): Remove dependency on tzset.
50448
50449 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
50450
50451         Remove the dependency of the strftime module on the tzset module.
50452         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
50453         gl_FUNC_TZSET_CLOBBER.
50454
50455 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
50456
50457         Remove the dependency of the strftime module on the tzset module.
50458         * lib/strftime.c (my_strftime)
50459         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
50460         Copy the input structure, to work around some of the bug with
50461         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
50462         Solaris releases, you should also use the tzset module, but we won't
50463         require it as a dependency any more since we don't want LGPLed code
50464         to depend on GPLed code.
50465
50466 2005-07-02  Jim Meyering  <jim@meyering.net>
50467
50468         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
50469         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
50470         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
50471         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
50472
50473 2005-07-02  Jim Meyering  <jim@meyering.net>
50474
50475         * lib/backupfile.c (backup_args): Change a `0' to NULL.
50476
50477 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
50478
50479         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
50480         declares only 'struct timespec;' (!).
50481
50482 2005-07-01  Jim Meyering  <jim@meyering.net>
50483
50484         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
50485         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
50486         * lib/save-cwd.c, tempname.c:
50487         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50488         and don't include <sys/file.h>).
50489
50490 2005-06-29  Jim Meyering  <jim@meyering.net>
50491
50492         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
50493         type name.  Use the variable name instead.
50494         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
50495         Likewise.
50496
50497 2005-06-28  Simon Josefsson  <jas@extundo.com>
50498
50499         * modules/check-version (Files): Add check-version.m4.
50500
50501 2005-06-28  Simon Josefsson  <jas@extundo.com>
50502
50503         * m4/check-version.m4: New file, suggested by Jim Meyering
50504         <jim@meyering.net>.
50505
50506 2005-06-28  Simon Josefsson  <jas@extundo.com>
50507
50508         * lib/check-version.h, lib/check-version.c: New files.
50509
50510 2005-06-28  Simon Josefsson  <jas@extundo.com>
50511
50512         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
50513         collision with global variable.  Better indentation.  Don't
50514         increment buffer pointer beyond buffer end.  Based on comments
50515         from Paul Eggert <eggert@cs.ucla.edu>.
50516
50517         * lib/base64.h: Indent.
50518
50519 2005-06-28  Simon Josefsson  <jas@extundo.com>
50520
50521         * doc/gnulib.texi (Library version handling): New section.
50522
50523 2005-06-28  Jim Meyering  <jim@meyering.net>
50524
50525         * check-module (find_included_lib_files): Hard-code another
50526         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
50527         but modules/fts-lgpl (correctly) does not list those files.
50528
50529         * modules/canonicalize (Files): Add lib/pathmax.h.
50530
50531 2005-06-25  Simon Josefsson  <jas@extundo.com>
50532
50533         * modules/check-version: New file.
50534
50535 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
50536
50537         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
50538         initializer of struct addrinfo, as an indication that we don't
50539         care how many members the structure has.
50540
50541 2005-06-24  Derek Price  <derek@ximbiot.com>
50542         and Bruno Haible  <bruno@clisp.org>
50543
50544         Remove stat module & update lstat.
50545         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
50546         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50547         * m4/stat.m4: Remove this file.
50548
50549 2005-06-24  Derek Price  <derek@ximbiot.com>
50550         and Bruno Haible  <bruno@clisp.org>
50551
50552         Remove stat module & update lstat.
50553         * lib/stat.c: Remove this file...
50554         (slash_aware_lstat): ...moving this content and its support...
50555         * lib/lstat.c (rpl_lstat): ...into here.
50556         * lib/lstat.h: New file.
50557
50558 2005-06-24  Derek Price  <derek@ximbiot.com>
50559         and Bruno Haible  <bruno@clisp.org>
50560
50561         Remove stat module & update lstat.
50562         * config/srclist.txt (libc sources): Remove stat.
50563
50564 2005-06-24  Derek Price  <derek@ximbiot.com>
50565         and Bruno Haible  <bruno@clisp.org>
50566
50567         Remove stat module & update lstat.
50568         * MODULES.html.sh (stat): Remove.
50569         * MODULES.html: Regenerated.
50570         * modules/lstat (Description): Correct function name.
50571         (Files): Add "lstat.h".
50572         (Depends-on): Remove stat, add xalloc, stat-macros.
50573         * modules/stat: Remove this file.
50574         (Include): Add "lstat.h", remove <sys/stat.h>.
50575
50576 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
50577
50578         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
50579         (ranged_convert): Don't save conversion in a temporary struct.
50580         This causes a warning with GCC 4.0.0, and anyway in the typical
50581         case it's not worth the extra 100 bytes or so of code.
50582         (ranged_convert, __mktime_internal): When calling a function via a
50583         pointer P, use P () rather than (*P) (), as we now assume C89 or
50584         better.
50585
50586 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50587
50588         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
50589         "who -r" failed to give output.  Problem reported by Tim Waugh.
50590
50591         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
50592         (xcalloc): Use it to avoid needless tests.
50593         Problem reported by Jim Meyering.
50594
50595 2005-06-20  Derek Price  <derek@ximbiot.com>
50596
50597         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
50598         unnecessary for Autoconfs > 2.59c.
50599
50600 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50601
50602         * lib/argp.h (__option_is_short): Check upper limit of
50603         __key. Isprint() requires its argument to have the value
50604         of an unsigned char or EOF.
50605
50606 2005-06-16  Jim Meyering  <jim@meyering.net>
50607
50608         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
50609         when either N or S is zero.
50610
50611 2005-06-16  Derek Price  <derek@ximbiot.com>
50612
50613         * m4/bison.m4: Declare YACC & YFLAGS precious.
50614
50615 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
50616
50617         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
50618         multibyte string or pattern, fall back on unibyte matching.
50619         Problem reported by James Youngman.
50620
50621 2005-06-08  Bruno Haible  <bruno@clisp.org>
50622
50623         * modules/csharpcomp: New file.
50624         * MODULES.html.sh (C#): Add csharpcomp.
50625
50626 2005-06-08  Bruno Haible  <bruno@clisp.org>
50627
50628         * m4/csharpcomp.m4: New file, from GNU gettext.
50629
50630 2005-06-08  Bruno Haible  <bruno@clisp.org>
50631
50632         * lib/csharpcomp.h: New file, from GNU gettext.
50633         * lib/csharpcomp.c: New file, from GNU gettext.
50634         * lib/csharpcomp.sh.in: New file, from GNU gettext.
50635
50636 2005-06-08  Bruno Haible  <bruno@clisp.org>
50637
50638         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
50639         warning on mingw.
50640
50641 2005-06-07  Derek Price  <derek@ximbiot.com>
50642
50643         Sync from CVS.
50644         * lib/glob_.h: Indent nested #ifdef.
50645
50646 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50647
50648         Sync from coreutils.
50649         Use "file name" when talking about file names, instead of "filename"
50650         or "path", as per the GNU coding standards.
50651         * lib/mkdir-p.c: Renamed from makepath.c.
50652         (make_dir_parents): Renamed from make_path.  All callers changed.
50653         * lib/mkdir-p.h: Likewise.  All includers changed.
50654         * lib/filenamecat.c: Renamed from path-concat.c.
50655         (file_name_concat): Renamed from path_concat.  All callers changed.
50656         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
50657         * lib/filenamecat.h: Likewise.  All includers changed.
50658         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
50659         in comments or local variable names.
50660         * lib/basename.c: Likewise.
50661         * lib/canonicalize.c, canonicalize.h: Likewise.
50662         * lib/dirname.c, dirname.h: Likewise.
50663         * lib/euidaccess.c: Likewise.
50664         * lib/exclude.c: Likewise
50665         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
50666         * lib/fsusage.c, fsuage.h: Likewise.
50667         * lib/fts.c, fts_.h: Likewise.
50668         * lib/getcwd.c: Likewise.
50669         * lib/getloadavg.c: Likewise.
50670         * lib/mkstemp.c: Likewise.
50671         * lib/mountlist.c, mountlist.h: Likewise.
50672         * lib/openat.c, openat.h: Likewise.
50673         * lib/readlink-stub.c: Likewise.
50674         * lib/readutmp.c, readutmp.h: Likewise.
50675         * lib/rename.c: Likewise.
50676         * lib/rmdir.c: Likewise.
50677         * lib/same.c: Likewise.
50678         * lib/savedir.c: Likewise.
50679         * lib/stripslash.c: Likewise.
50680         * lib/tempname.c: Likewise.
50681         * lib/xreadlink.c: Likewise.
50682         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
50683         All uses changed.
50684         * lib/exclude.h: Likewise.
50685
50686         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
50687         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50688         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
50689         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50690         * lib/pathmax.h: Include <limits.h> unconditionally, since other
50691         files have been getting away with it for years (MORE/BSD 4.3
50692         is extinct now).
50693         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
50694         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50695
50696         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
50697         Define to 256, not 255, as per modern POSIX.
50698
50699 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50700
50701         Sync from coreutils.
50702         Use "file name" when talking about file names, instead of "filename"
50703         or "path", as per the GNU coding standards.
50704         * MODULES.html.sh: mkdir-p renamed from makepath.
50705         filenamecat renamed from path-concat.
50706         * modules/filenamecat: Renamed from modules/path-concat.
50707         (Files): filenamecat.h and filenamecat.c renamed from
50708         path-concat.h and path-concat.c.
50709         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
50710         (Include): filenamecat.h, not path-concat.h.
50711         * modules/mkdir-p: Renamed from modules/makepath.
50712         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
50713         makepath.c.
50714         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
50715         (Include): mkdir-p.h, not makepath.h.
50716
50717 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50718
50719         Sync from coreutils.
50720         * m4/mkdir-p.m4: Renamed from makepath.m4.
50721         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
50722         Rename files from makepath.c to mkdir-p.c, and from
50723         makepath.h to mkdir-p.h.
50724         * m4/filenamecat.m4: Renamed from path-concat.m4.
50725         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
50726         Rename files from path-concat.c to filenamecat.c,
50727         and from path-concat.h to filenamecat.h.
50728         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
50729         "file name" in local variables or comments.
50730         * m4/rename.m4: Likewise.
50731
50732 2005-06-01  Bruno Haible  <bruno@clisp.org>
50733
50734         * modules/csharpexec: New file.
50735         * MODULES.html.sh (C#): New section.
50736
50737 2005-06-01  Bruno Haible  <bruno@clisp.org>
50738
50739         * m4/csharp.m4: New file, from GNU gettext.
50740         * m4/csharpexec.m4: New file, from GNU gettext.
50741
50742 2005-06-01  Bruno Haible  <bruno@clisp.org>
50743
50744         * lib/csharpexec.h: New file, from GNU gettext.
50745         * lib/csharpexec.c: New file, from GNU gettext.
50746         * lib/csharpexec.sh.in: New file, from GNU gettext.
50747
50748 2005-05-31  Derek Price  <derek@ximbiot.com>
50749             Paul Eggert  <eggert@cs.ucla.edu>
50750
50751         Sync from cvs.
50752         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50753
50754 2005-05-31  Derek Price  <derek@ximbiot.com>
50755             Paul Eggert  <eggert@cs.ucla.edu>
50756
50757         Sync from cvs.
50758         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50759
50760 2005-05-29  Derek Price  <derek@ximbiot.com>
50761
50762         * config/srclist.txt (glob_.h, glob.c): Add these files.
50763
50764 2005-05-29  Derek Price  <derek@ximbiot.com>
50765
50766         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
50767         * modules/glob: New file.
50768         * modules/getlogin_r: Add link to POSIX spec in description.
50769
50770 2005-05-29  Derek Price  <derek@ximbiot.com>
50771             Paul Eggert  <eggert@cs.ucla.edu>
50772
50773         * m4/glob.m4: New file.
50774
50775 2005-05-29  Derek Price  <derek@ximbiot.com>
50776             Paul Eggert  <eggert@cs.ucla.edu>
50777
50778         * lib/glob_.h, lib/glob.c: New files.
50779
50780 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50781
50782         * modules/fts (Files): Remove m4/inttypes-pri.m4.
50783         * modules/fts-lgpl (Depends-on): Remove gettext.
50784
50785 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50786
50787         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
50788         and don't require gt_INTTYPES_PRI.
50789
50790 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50791
50792         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
50793
50794         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
50795         the configuration hassle isn't worth it.
50796         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
50797         (LONGEST_MODIFIER, PRIuMAX): Remove.
50798
50799 2005-05-27  Bruno Haible  <bruno@clisp.org>
50800
50801         * lib/getlogin_r.h: Remove second include of <stddef.h>.
50802
50803 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
50804
50805         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
50806         _POSIX_PTHREAD_SEMANTICS for Solaris.
50807
50808 2005-05-25  Derek Price  <derek@ximbiot.com>
50809
50810         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
50811
50812 2005-05-25  Derek Price  <derek@ximbiot.com>
50813             Paul Eggert  <eggert@cs.ucla.edu>
50814
50815         * modules/getlogin_r, m4/getlogin_r.m4: New files.
50816         * lib/getlogin_r.c, getlogin_r.h: New files.
50817
50818 2005-05-25  Bruno Haible  <bruno@clisp.org>
50819             Derek Price  <derek@ximbiot.com>
50820
50821         * lib/getlogin_r.h: Simplify API documentation.
50822
50823 2005-05-23  Derek Price  <derek@ximbiot.com>
50824
50825         * modules/minmax (Files): Add m4/minmax.m4.
50826         (configure.ac): Add gl_MINMAX.
50827
50828 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
50829
50830         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
50831         so that unistd-safer.h (GPL'ed code) need not be included.
50832
50833 2005-05-22  Bruno Haible  <bruno@clisp.org>
50834
50835         * m4/minmax.m4: New file.
50836         Based on a patch by Derek Price <derek@ximbiot.com>.
50837
50838 2005-05-22  Bruno Haible  <bruno@clisp.org>
50839
50840         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
50841         (INT64_MIN): Fix definition.
50842         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
50843
50844         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
50845         NEED_SIGNED_INT_TYPES.
50846
50847         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
50848         HAVE_SYSTEM_INTTYPES.
50849
50850 2005-05-22  Bruno Haible  <bruno@clisp.org>
50851
50852         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
50853         Also include <sys/param.h> if it defines MIN, MAX.
50854         Based on a patch by Derek Price <derek@ximbiot.com>.
50855
50856 2005-05-21  Jim Meyering  <jim@meyering.net>
50857
50858         * modules/fts (Files): Add m4/inttypes-pri.m4.
50859         (Depends-on): Add lstat and remove gettext.  Alphabetize.
50860
50861 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50862
50863         New fts module.
50864         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
50865         (setup_dir, free_dir): New functions.
50866         (enter_dir, leave_dir): Define trivial
50867         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
50868         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
50869         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
50870         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
50871         Move to fts-cycle.c.
50872         (fts_open): Use setup_dir.
50873         (fts_close): Use free_dir.
50874         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
50875         This adds a label and some gotos, but the alternatives were messier.
50876         Check for memory allocation failure when entering a dir.
50877         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
50878         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
50879         (FTS): New member fts_cycle, that is a union that contains the
50880         old active_dir_ht and cycle_state.  All uses changed to mention
50881         fts_cycle.ht and fts_cycle.state.
50882         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
50883         fts.c, with the following changes:
50884         (setup_dir, free_dir): New functions.
50885         (enter_dir): Now returns bool.  Return true if successful, false
50886         if memory exhausted.  All callers changed.
50887         Do not bother partly cleaning up on
50888         memory allocation failure; that is free_dir's job.
50889         However, free ad if hash_insert fails, to avoid memory leak.
50890         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
50891         fts->fts_options to see which union member to use.
50892
50893 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50894
50895         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
50896         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
50897
50898 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50899
50900         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
50901
50902 2005-05-20  Jim Meyering  <jim@meyering.net>
50903
50904         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
50905         Now a macro, to pacify GCC.
50906
50907 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50908
50909         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
50910         of -1.
50911
50912 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50913
50914         * lib/chown.c (rpl_chown): Return -1 on failure.
50915
50916 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50917
50918         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
50919         Don't check for stddef.h.
50920         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
50921         don't use its results.
50922         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
50923         since we include them unconditionally.  Don't require
50924         AM_STDBOOL_H, since stdbool is a prerequisite.
50925         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
50926         since we assume C89 or better.
50927         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
50928         as we don't use their results.
50929         Don't check for fchdir, memmove, memset, strrchr, as we use
50930         them unconditionally.
50931         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
50932         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
50933
50934 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50935
50936         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
50937         Include <stddef.h> unconditionally, since we assume C89 now.
50938         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
50939         * lib/fts.c: Include fts_.h first, to check interface.
50940         Do not include intprops.h; no longer needed.
50941         Include cycle-check.h and hash.h, since fts_.h no longer does.
50942         Remove unnecessary casts of closedir to void.
50943         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
50944         decide whether to decrement nlinks.
50945         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
50946         (FTS): Use struct hash_table * instead of Hash_table, so that
50947         we no longer need to include hash.h here.
50948
50949 2005-05-18  Jim Meyering  <jim@meyering.net>
50950
50951         * modules/dirfd (License): Change to LGPL.  Most of the code
50952         is already in the public domain.
50953
50954 2005-05-18  Jim Meyering  <jim@meyering.net>
50955
50956         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
50957         Reported by Yoann Vandoorselaere.
50958
50959 2005-05-17  Jim Meyering  <jim@meyering.net>
50960
50961         * m4/fts.m4: New file, from coreutils.
50962
50963 2005-05-17  Jim Meyering  <jim@meyering.net>
50964
50965         * lib/fts.c, lib/fts_.h: New files, from coreutils.
50966
50967 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50968
50969         Sync from coreutils.
50970         * m4/unlinkdir.m4: New file.
50971
50972 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50973
50974         Sync from coreutils.
50975         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
50976         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
50977         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
50978         White space changes only.
50979         * lib/makepath.c (make_path): Port to hosts where leading "//" is
50980         special.
50981         * lib/yesno.c: Include getline.h, not ctype.h.
50982         (yesno): Don't remove leading white space; POSIX doesn't allow it.
50983         Use getline to remove arbitrary restriction on response length.
50984
50985 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50986
50987         * config/srclist-update: Spell out "Street" in FSF postal
50988         mail address; this is the style the FSF seems to prefer.
50989
50990         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
50991         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
50992         this updates FSF postal mail address.
50993
50994         Sync from coreutils.
50995         * modules/unlinkdir: New file.
50996         * modules/yesno (Depends-on): Add getline.
50997         * MODULES.html.sh (File system functions): Add unlinkdir.
50998
50999 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51000
51001         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
51002         lib/strsep.h:
51003         Change the initial comment to refer to GPL, not LGPL.
51004         gnulib-tool will change it to LGPL as needed.
51005
51006         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
51007         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
51008         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
51009         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
51010         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
51011         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
51012         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
51013         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
51014         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
51015         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
51016         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
51017         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
51018         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
51019         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
51020         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
51021         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
51022         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
51023         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
51024         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
51025         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
51026         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
51027         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
51028         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
51029         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
51030         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
51031         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
51032         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
51033         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
51034         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
51035         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
51036         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
51037         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
51038         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
51039         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
51040         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
51041         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
51042         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
51043         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
51044         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
51045         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
51046         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
51047         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
51048         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
51049         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
51050         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
51051         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
51052         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
51053         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
51054         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
51055         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
51056         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51057         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
51058         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
51059         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
51060         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
51061         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
51062         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
51063         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
51064         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
51065         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
51066         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
51067         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
51068         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
51069         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
51070         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
51071         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
51072         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
51073         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
51074         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
51075         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
51076         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
51077         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
51078         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
51079         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
51080         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
51081         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
51082         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
51083         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
51084         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
51085         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
51086         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
51087         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
51088         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
51089         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
51090         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
51091         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
51092         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
51093         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
51094         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
51095         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
51096         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
51097         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
51098         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
51099         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
51100         lib/yesno.c, lib/yesno.h:
51101         Update FSF postal mail address.
51102
51103 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51104
51105         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
51106         tests/test-memmem.c, tests/test-stpncpy.c:
51107         Update FSF postal mail address.
51108
51109 2005-05-13  Bruno Haible  <bruno@clisp.org>
51110
51111         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
51112         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
51113         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
51114         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
51115         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
51116         Add support for 64-bit integers in the MSVC compiler.
51117
51118 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51119
51120         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
51121
51122 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
51123
51124         * gnulib-tool (func_import): Sort and uniquify recommended includes.
51125
51126 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
51127
51128         * doc/getdate.texi (General date syntax): Don't say that date
51129         date --iso-8601=ns generates acceptable dates; it doesn't yet.
51130         Problem reported by Nic Ferrier.
51131
51132 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51133
51134         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
51135         specified in ai_socktype. Fix invalid ai_protocol
51136         check. ai_protocol is usually set to 0 or depending on
51137         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
51138         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
51139         ai_socktype / ai_protocol in the returned addrinfo structure.
51140
51141 2005-05-10  Simon Josefsson  <jas@extundo.com>
51142
51143         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
51144         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51145
51146 2005-05-10  Karl Berry  <karl@gnu.org>
51147
51148         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
51149         (from http://www.gnu.org/licenses).
51150         * doc/COPYING.LIB: also rename to COPYING.LESSER.
51151         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
51152         fdl.texi suffices.
51153
51154 2005-05-10  Karl Berry  <karl@gnu.org>
51155
51156         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
51157         (COPYING.DOC): remove.
51158
51159         * config/srclist-update: new FSF address.
51160
51161 2005-05-10  Derek Price  <derek@ximbiot.com>
51162
51163         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
51164         possible.
51165
51166 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51167             Bruno Haible  <bruno@clisp.org>
51168
51169         * modules/inet_ntop: New file.
51170         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51171         inet_ntop.
51172
51173 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51174             Bruno Haible  <bruno@clisp.org>
51175
51176         * m4/inet_ntop.m4: New file.
51177
51178 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
51179             Bruno Haible  <bruno@clisp.org>
51180
51181         * lib/inet_ntop.h: New file.
51182         * lib/inet_ntop.c: New file, from glibc with modifications.
51183
51184 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
51185
51186         * modules/time_r (License): Change to LGPL.
51187         * modules/extensions (License): Change to LGPL.  Actually,
51188         the license is more permissive than that, but currently gnulib-tool
51189         doesn't know how to handle more-permissive licenses.
51190
51191         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
51192         Problem reported by Dave Love.
51193
51194 2005-05-08  Jim Meyering  <jim@meyering.net>
51195
51196         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
51197         blank.
51198
51199 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51200
51201         * modules/argmatch (Depends-on): Add stdbool.
51202         * modules/backupfile (Depends-on): Likewise.
51203         * modules/chdir-long (Depends-on): Likewise.
51204         * modules/closeout (Depends-on): Likewise.
51205         * modules/cycle-check (Depends-on): Likewise.
51206         * modules/dirname (Depends-on): Likewise.
51207         * modules/fnmatch (Depends-on): Likewise.
51208         * modules/fsusage (Depends-on): Likewise.
51209         * modules/fwriteerror (Depends-on): Likewise.
51210         * modules/getcwd (Depends-on): Likewise.
51211         * modules/getloadavg (Depends-on): Likewise.
51212         * modules/hard-locale (Depends-on): Likewise.
51213         * modules/makepath (Depends-on): Likewise.
51214         * modules/mountlist (Depends-on): Likewise.
51215         * modules/nanosleep (Depends-on): Likewise.
51216         * modules/posixtm (Depends-on): Likewise.
51217         * modules/quotearg (Depends-on): Likewise.
51218         * modules/readtokens (Depends-on): Likewise.
51219         * modules/readtokens0 (Depends-on): Likewise.
51220         * modules/readutmp (Depends-on): Likewise.
51221         * modules/save-cwd (Depends-on): Likewise.
51222         * modules/strftime (Depends-on): Likewise.
51223         * modules/userspec (Depends-on): Likewise.
51224         * modules/utimecmp (Depends-on): Likewise.
51225         * modules/xgetcwd (Depends-on): Likewise.
51226         * modules/xnanosleep (Depends-on): Likewise.
51227         * modules/xstrtod (Depends-on): Likewise.
51228         * modules/yesno (Depends-on): Likewise.
51229
51230 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
51231
51232         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
51233         needless checks.
51234
51235 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51236
51237         Merge from coreutils.  Among other things,
51238         add bulletproofing for cases where stdin, stdout, or stderr are closed.
51239         * lib/fd-safer.c: New file.
51240         * lib/fcntl-safer.h, open-safer.c: Remove.
51241         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
51242         * lib/dup-safer.c: Include unistd-safer.h first.
51243         Don't include errno.h.
51244         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
51245         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
51246         * lib/file-type.c: Rely on file-type.h change.
51247         * lib/getloadavg.c: Include unistd-safer.h.
51248         (getloadavg): Use safer open.
51249         * lib/getusershell.c: Include "stdio-safer.h".
51250         (getusershell): Use safer fopen.
51251         * lib/long-options.c (long_options): Use NULL rather than 0.
51252         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
51253         'free'.
51254         * lib/modechange.c: Likewise.
51255         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
51256         (MODE_DONE): New constant.
51257         (struct mode_change): Remove 'next' member.
51258         (make_node_op_equals): New function; like the old one of the
51259         same name, except it allocates an array.
51260         (mode_compile, mode_create_from_ref): Use it.
51261         (mode_compile): Allocate result as an array, not a linked list.
51262         Parse octal string ourself, so that we catch mistakes like "+0".
51263         (mode_adjust): Arg is an array, not a linked list.
51264         * lib/modechange.c: Include stat-macros.h, xalloc.h.
51265         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
51266         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
51267         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
51268         Remove.  This is now stat-macros.h's job.
51269         (talloc): Remove.  All callers replaced by xalloc, so that
51270         our invokers don't have to worry about reporting memory failures.
51271         (make_node_op_equals): Remove.
51272         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
51273         New constants.
51274         (struct mode_change): Moved here from modechange.h.
51275         (mode_append_entry): Remove.
51276         (mode_compile): Remove MASKED_OPS arg, since it encouraged
51277         apps to have incorrect behavior.  Use simpler algorithm for head
51278         and tail.  Don't futz with umask; that's now the job of mode_adjust.
51279         Detect more invalid usages rather than having somewhat-random behavior.
51280         Don't insert an "a=" action, as that leads to incorrect behavior.
51281         (mode_compile, mode_create_from_ref): Return NULL on error instead
51282         of an enum, since now there's only one way to have an error.  All
51283         callers changed.
51284         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
51285         at the correct time.  Simplify calculation of "+u" and its ilk.
51286         Don't mishandle "+X".
51287         (mode_free): Remove "register" and localize decls.
51288         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
51289         (struct mode_change): Move to modechange.c; callers don't
51290         need to see this stuff.
51291         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
51292         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
51293         (mode_change, mode_adjust): Reflect the new signatures noted above.
51294         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
51295         that might redefine system include files.
51296         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
51297         (my_usleep): Use NULL rather than (void *) 0.
51298         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
51299         Use siginterrupt to specify that system calls should be interrupted.
51300         (rpl_nanosleep): Move initialization of suspended closer to call of
51301         my_usleep.
51302         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
51303         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
51304         (desirable_utmp_entry): New function.
51305         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
51306         using x2nrealloc, to simplify logic.
51307         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
51308         size calculation.  Do not assume utmp file is a regular file.
51309         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
51310         (READ_UTMP_CHECK_PIDS): New constant.
51311         * lib/save-cwd.c: Include unistd-safer.h.
51312         (save_cwd): Use fd_safer.
51313         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
51314         [!_LIBC] Include "stat-macros.h" instead.
51315         * lib/unistd-safer.h (fd_safer): New decl.
51316
51317 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51318
51319         * modules/getloadavg (Depends-on): Add unistd-safer.
51320         * modules/getusershell (Depends-on): Add stdio-safer.
51321         * modules/lstat (Depends-on): Remove xalloc.
51322         * modules/mkstemp (Depends-on): Add stat-macros.
51323         * modules/modechange (Depends-on): Remove xstrtol.
51324         Add stat-macros, xalloc.
51325         * modules/save-cwd (Depends-on): Add unistd-safer.
51326         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
51327         * modules/unistd-safer (Files): Add lib/fd-safer.c
51328         (Makefile.am): Remove lib_SOURCES.
51329
51330         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
51331         Remove fcntl-safer; unistd-safer supersedes it.
51332
51333 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51334
51335         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
51336         AC_HEADER_STAT.
51337         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
51338         (gl_PREREQ_CHOWN): Remove.
51339         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
51340         it.  Don't require AC_HEADER_STAT.
51341         (gl_PREREQ_LSTAT): Remove.
51342         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
51343         Don't require AC_HEADER_STAT.
51344         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
51345         (gl_PREREQ_RMDIR): Remove.
51346         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
51347         mention stat-macros.h or AC_HEADER_STAT, since we'll make
51348         the stat-macros module a prerequisite.
51349         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
51350         * m4/filemode.m4 (gl_FILEMODE): Likewise.
51351         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
51352         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
51353         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
51354         variable names.
51355         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
51356         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
51357         variable prefixes.
51358         * m4/fcntl-safer.m4: Remove.
51359         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
51360         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
51361         Invoke gl_PREREQ_FD_SAFER.
51362         (gl_PREREQ_FD_SAFER): New macro.
51363         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
51364         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
51365         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
51366         Remove duplicate call to AC_LIBOBJ(readutmp).
51367         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
51368
51369         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
51370         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
51371
51372 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
51373
51374         * MODULES.html.sh (Misc): Add byteswap.
51375
51376 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51377
51378         * modules/getcwd (Depends-on): Add extensions.
51379         * modules/openat (Depends-on): Likewise.
51380
51381 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51382
51383         * modules/byteswap: New file.
51384
51385 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51386
51387         * m4/byteswap.m4: New file.
51388
51389 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
51390
51391         * lib/byteswap_.h: New file.
51392
51393 2005-04-25  Karl Berry  <karl@gnu.org>
51394
51395         * m4/gettext.m4: Update from GNU gettext 0.14.4.
51396
51397 2005-04-25  Albert Chin  <china@thewrittenword.com>
51398
51399         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
51400         Toolkit C bug.
51401
51402 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
51403
51404         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
51405         (func_ln_if_changed) Remove forcibly for no error message
51406         in case file does not exist.
51407
51408 2005-04-19  Simon Josefsson  <jas@extundo.com>
51409
51410         * gnulib-tool (Options): Make --symlink mean --symbolic.
51411
51412 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
51413
51414         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
51415
51416 2005-04-16  Simon Josefsson  <jas@extundo.com>
51417
51418         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
51419
51420 2005-04-15  Simon Josefsson  <jas@extundo.com>
51421
51422         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
51423
51424 2005-04-15  Simon Josefsson  <jas@extundo.com>
51425
51426         * gnulib-tool: Rename --symlink to --symbolic.
51427
51428 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
51429
51430         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
51431         symbolic links to files instead of copying/moving.  Add --aux-dir,
51432         specifying directory relative --dir where auxiliary build tools
51433         are placed.
51434
51435 2005-04-14  Bruno Haible  <bruno@clisp.org>
51436
51437         * modules/allocsa (License): Change to LGPL.
51438         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
51439
51440 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
51441
51442         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
51443         that "UTC +1 second" continues to work.  Problem reported
51444         by Dmitry V. Levin.
51445         (relunit_snumber): New rule.
51446         (relunit): Use it.
51447
51448 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
51449
51450         * lib/getdate.y (universal_time_zone_table): New constant.
51451         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
51452         universal_time_zone_table.
51453         (lookup_zone): Prefer universal_time_zone_table to
51454         local_time_zone_table, so that "GMT" time stamps are allowed in
51455         London during the summer.  Problem reported by Ian Abbott.
51456
51457 2005-04-12  Jim Meyering  <jim@meyering.net>
51458
51459         * lib/human.c (humblock): Set *options even when returning due to
51460         xstrtoumax conversion failure.  Thanks to a used-uninitialized
51461         warning from gcc-4.
51462
51463 2005-04-09  Jim Meyering  <jim@meyering.net>
51464
51465         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
51466         -Wuninitialized: initialize tm0.tm_year.
51467
51468 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
51469
51470         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
51471         count, since there's no maximum.  All uses changed.
51472         Add member dsts_seen.
51473         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
51474         not being INT_MAX.
51475         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
51476         Use pc_rels_seen to decide whther a date is absolute.
51477
51478         * lib/getdate.y (number): Don't overwrite year.
51479         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
51480         check.
51481
51482 2005-04-02  Simon Josefsson  <jas@extundo.com>
51483
51484         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
51485         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
51486
51487 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
51488
51489         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
51490         where no absolute path name can be longer than PATH_MAX.
51491
51492 2005-03-27  Jim Meyering  <jim@meyering.net>
51493
51494         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
51495
51496 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
51497
51498         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
51499         "one's complement" -> "ones' complement" in comment, as per Knuth.
51500         "value of type" -> "type or expression" in comment.
51501         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
51502
51503 2005-03-26  Jim Meyering  <jim@meyering.net>
51504
51505         Comment nits.
51506         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
51507         Correct typos: s/or/of/.
51508
51509 2005-03-26  Jim Meyering  <jim@meyering.net>
51510
51511         * modules/check-include-files: Move to ../ and rename to...
51512         * check-module: ...this.
51513
51514 2005-03-25  Jim Meyering  <jim@meyering.net>
51515
51516         * modules/xvasprintf (Files): Add xalloc.h.
51517
51518 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
51519
51520         * modules/gettext (Files): config/config.rpath ->
51521         build-aux/config.rpath
51522         * modules/iconv (Files): Likewise.
51523         Problem reported by Oskar Liljeblad.
51524
51525 2005-03-23  Jim Meyering  <jim@meyering.net>
51526
51527         * modules/check-include-files: New script to check for
51528         missing dependencies, multiple includes, etc.
51529
51530         * modules/c-strtold (Depends-on): Add xalloc.
51531         * modules/c-strtod (Depends-on): Add xalloc.
51532         * modules/hash (Depends-on): Add xalloc.
51533         (Files): Remove lib/xalloc.h.
51534
51535         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
51536         * modules/userspec (Files): Add lib/inttostr.h.
51537
51538 2005-03-23  Jim Meyering  <jim@meyering.net>
51539
51540         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
51541
51542 2005-03-22  Jim Meyering  <jim@meyering.net>
51543
51544         * modules/stat-macros: New module.
51545         * modules/canonicalize, modules/euidaccess, modules/file-type,
51546         * modules/filemode, modules/lchown, modules/makepath,
51547         * modules/rmdir, modules/stat: Depend on new stat-macros module
51548         rather than listing lib/stat-macros.h manually.
51549         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
51550
51551 2005-03-22  Jim Meyering  <jim@meyering.net>
51552
51553         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
51554
51555 2005-03-22  Bruno Haible  <bruno@clisp.org>
51556
51557         * config/srclist.txt: Replace target directory 'config' with
51558         'build-aux'.
51559         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
51560         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
51561         ../build-aux/.
51562
51563 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
51564
51565         * modules/chdir-long (Depends-on): Add mempcpy.
51566
51567         * modules/acl, modules/backupfile, modules/c-strtod,
51568         modules/c-strtold, modules/canon-host, modules/canonicalize,
51569         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
51570         modules/exclude, modules/exitfail, modules/file-type,
51571         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
51572         modules/getdate, modules/getline, modules/getpagesize,
51573         modules/getpass, modules/getugroups, modules/group-member,
51574         modules/hard-locale, modules/hash, modules/human, modules/idcache,
51575         modules/inttostr, modules/long-options, modules/makepath,
51576         modules/md5, modules/memcasecmp, modules/memcoll,
51577         modules/modechange, modules/mountlist, modules/path-concat,
51578         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
51579         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
51580         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
51581         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
51582         modules/strftime, modules/strndup, modules/strverscmp,
51583         modules/timespec, modules/unlocked-io, modules/userspec,
51584         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
51585         modules/yesno:
51586         Remove lib_SOURCES line from Makefile.am section, as this is now
51587         done automatically by the corresponding Autoconf macro.
51588
51589 2005-03-21  Jim Meyering  <jim@meyering.net>
51590
51591         Changes imported from coreutils.
51592
51593         * lib/cycle-check.c: Don't include xalloc.h.
51594
51595         * lib/path-concat.c: Don't include assert.h.
51596         (path_concat): Remove assertion that would have triggered
51597         for ABASE starting with more than one slash.
51598         Reported by Andreas Schwab.
51599
51600         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
51601         properly when ABASE is an absolute file name.
51602         Correct the description of this function.
51603         Include <assert.h>.
51604         Add an assertion and a test driver.
51605         This fixes a bug introduced on 2004-07-02.
51606         Andreas Schwab reported the resulting failure of cp --parents:
51607         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
51608
51609 2005-03-21  Jim Meyering  <jim@meyering.net>
51610
51611         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
51612         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
51613
51614 2005-03-21  Jim Meyering  <jim@meyering.net>
51615         and  Paul Eggert  <eggert@cs.ucla.edu>
51616
51617         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
51618         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
51619         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
51620         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
51621         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
51622         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
51623         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
51624         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
51625         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
51626         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
51627         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
51628         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
51629         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
51630         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
51631         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
51632         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
51633         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
51634         for these modules.
51635
51636 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
51637
51638         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
51639         (which shouldn't happen), generate nothing instead of returning 0
51640         immediately, so that nstrftime (NULL, ...) doesn't return 0.
51641
51642 2005-03-16  Bruno Haible  <bruno@clisp.org>
51643
51644         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
51645         HAVE_LONGLONG_64BIT.
51646
51647 2005-03-16  Bruno Haible  <bruno@clisp.org>
51648
51649         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
51650         HAVE_LONGLONG_64BIT.
51651
51652 2005-03-16  Bruno Haible  <bruno@clisp.org>
51653
51654         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
51655         HAVE_LONGLONG_64BIT.
51656
51657 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51658
51659         * lib/strftime.c (my_strftime): Prepend space to format so that we can
51660         reliably distinguish strftime failure from empty output on POSIX
51661         hosts.
51662
51663 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51664
51665         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
51666         (iconv_string): Don't guess a size-zero buffer, as that might cause
51667         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
51668         result would be 'too large', where 'too large' is (heuristically)
51669         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
51670         overflow concerns.  This will prevent some unwanted malloc failures
51671         when the inputs are very large.
51672
51673 2005-03-15  Karl Berry  <karl@gnu.org>
51674
51675         * config/srclist.txt (config.rpath): from gettext.
51676         * config/config.rpath: update.
51677
51678 2005-03-15  Bruno Haible  <bruno@clisp.org>
51679
51680         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
51681         to 'negate'.
51682
51683         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
51684         variable.
51685
51686         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
51687         results.
51688
51689 2005-03-14  Simon Josefsson  <jas@extundo.com>
51690
51691         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
51692         <fx@gnu.org>.
51693
51694 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
51695
51696         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
51697         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
51698         intprops.h.
51699         * lib/strtol.c: Likewise.
51700
51701 2005-03-14  Jim Meyering  <jim@meyering.net>
51702
51703         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
51704         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
51705         to be nonzero so that we (and caller) can detect the difference
51706         between a valid zero-length expansion and an error return, even
51707         when the underlying strftime fails before writing anything into
51708         that location.
51709
51710 2005-03-14  Bruno Haible  <bruno@clisp.org>
51711
51712         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
51713         Update from GNU gettext 0.14.3.
51714
51715 2005-03-10  Jim Meyering  <jim@meyering.net>
51716
51717         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
51718
51719 2005-03-10  Jim Meyering  <jim@meyering.net>
51720
51721         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
51722         so that this module works on systems without fchdir.
51723
51724 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
51725
51726         Factor int-properties macros into a single file, except for
51727         glibc-related files.
51728         * lib/intprops.h: New file.
51729         * lib/getloadavg.c: Include it instead of limits.h.
51730         (INT_STRLEN_BOUND): Remove.
51731         * lib/human.c: Include intprops.h.
51732         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
51733         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
51734         302/1000.
51735         * lib/inttostr.h: Include intprops.h instead of limits.h.
51736         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
51737         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
51738         for consistency with intprops.h.
51739         (time_t_is_integer, twos_complement_arithmetic): Use them.
51740         * lib/sig2str.h: Include <signal.h>, intprops.h.
51741         (INT_STRLEN_BOUND): Remove.
51742         * lib/strftime.c (TYPE_SIGNED): Remove.
51743         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
51744         * lib/strtol.c: Adjust comments to match intprops.h.
51745         * lib/userspec.c: Include intprops.h.
51746         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
51747         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
51748         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
51749         instead of rolling our own expressions.
51750         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
51751
51752         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
51753         instead of int.
51754         (my_strftime): Do not mishandle years close to INT_MAX, by doing
51755         the right thing even if adding 1900 would overflow.  Similarly
51756         for tm_mon + 1 and tm_yday + 1.
51757         Make %Y always equivalent to %C%y, and similarly for %G and %g.
51758         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
51759         (DO_SIGNED_NUMBER): New macro.
51760         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
51761
51762 2005-03-07  Bruno Haible  <bruno@clisp.org>
51763
51764         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
51765
51766 2005-03-07  Bruno Haible  <bruno@clisp.org>
51767
51768         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
51769
51770 2005-03-04  Derek R. Price  <derek@ximbiot.com>
51771
51772         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
51773         (func_import): Only replace files via --import when they have actually
51774         changed.
51775
51776 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51777
51778         * m4/mmap-anon.m4: New file.
51779         * m4/pagealign_alloc.m4: New file.
51780
51781 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51782             Bruno Haible  <bruno@clisp.org>
51783
51784         * modules/pagealign_alloc: New file.
51785         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
51786
51787 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51788             Bruno Haible  <bruno@clisp.org>
51789
51790         * lib/pagealign_alloc.h: New file.
51791         * lib/pagealign_alloc.c: New file.
51792
51793 2005-03-03  Bruno Haible  <bruno@clisp.org>
51794
51795         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
51796         Use an all-permissive copyright notice, recommended by RMS.
51797
51798 2005-03-02  Bruno Haible  <bruno@clisp.org>
51799
51800         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
51801         of AIX, the replacement has to be done only after <string.h> is
51802         included, therefore not in config.h. stpncpy.h does the replacement,
51803         and stpncpy.c uses it.
51804
51805 2005-03-02  Bruno Haible  <bruno@clisp.org>
51806
51807         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
51808         stpncpy.c uses it.
51809
51810 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51811
51812         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
51813         The workaround isn't strictly needed for POSIX conformance, and
51814         it's too much of a pain to configure and maintain.  We'll ask
51815         people to fix their kernels instead.
51816         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
51817         (NANOSLEEP_BUG_WORKAROUND): Remove.
51818         (xnanosleep): Remove the workaround.
51819
51820 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51821
51822         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
51823         Reported by Derek Price.
51824         (Include): Add "timespec.h".
51825
51826         * modules/xnanosleep (Depends-on): Remove gethrxtime.
51827
51828 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51829
51830         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
51831         to detect nanosleep bug.
51832
51833 2005-03-01  Bruno Haible  <bruno@clisp.org>
51834
51835         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
51836
51837 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
51838
51839         * modules/gethrxtime: New file.
51840         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
51841         (Depends-on): Add gethrxtime.
51842         (configure.ac): Add gl_XNANOSLEEP.
51843         (Makefile.am): Remove lib_SOURCES line.
51844
51845 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51846
51847         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
51848         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
51849
51850 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51851
51852         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
51853         * lib/timespec.h (gettime): Return void, since it always
51854         succeeds now.  All uses changed.
51855         * lib/gettime.c (gettime) Likewise.
51856         [HAVE_NANOTIME]: Prefer nanotime.
51857         Assume gettimeofday succeeds, as POSIX requires.
51858         Assime time () succeeds, since other code already does.
51859         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
51860         (timespec_subtract): Remove.
51861         (NANOSLEEP_BUG_WORKAROUND): New constant.
51862         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
51863         things considerably.  Use it only on GNU/Linux hosts, since the
51864         workaround shouldn't be needed elsewhere.
51865
51866 2005-02-24  Bruno Haible  <bruno@clisp.org>
51867
51868         * modules/gettext (Files): Add m4/glibc2.m4.
51869
51870 2005-02-24  Bruno Haible  <bruno@clisp.org>
51871
51872         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
51873         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
51874         * m4/progtest.m4:
51875         Update from GNU gettext 0.14.2.
51876         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
51877
51878 2005-02-24  Bruno Haible  <bruno@clisp.org>
51879
51880         * lib/localcharset.c: Update from GNU gettext 0.14.2.
51881         * lib/config.charset: Update from GNU gettext 0.14.2.
51882
51883 2005-02-24  Bruno Haible  <bruno@clisp.org>
51884
51885         * lib/gettext.h: Update from GNU gettext 0.14.2.
51886
51887 2005-02-23  Simon Josefsson  <jas@extundo.com>
51888
51889         * m4/iconvme.m4: New file.
51890
51891 2005-02-23  Jim Meyering  <jim@meyering.net>
51892
51893         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
51894         change.
51895         Thanks to Bruno Haible for catching it.
51896
51897 2005-02-22  Simon Josefsson  <jas@extundo.com>
51898
51899         * modules/iconvme: New file.
51900
51901         * MODULES.html.sh: Add iconvme.
51902
51903 2005-02-22  Simon Josefsson  <jas@extundo.com>
51904
51905         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
51906
51907 2005-02-22  Simon Josefsson  <jas@extundo.com>
51908
51909         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
51910
51911 2005-02-22  Jim Meyering  <jim@meyering.net>
51912
51913         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
51914         s/ifndef/ifdef/.
51915
51916 2005-02-20  Neil Conway  <neilc@samurai.com>
51917
51918         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
51919         returned by OSX/Darwin if the specified buffer is not large
51920         enough for the hostname.
51921
51922 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51923
51924         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
51925         pass it to _help, otherwise the latter coredumps trying to
51926         dereference state.root_argp.
51927
51928 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51929
51930         * modules/chdir-long (Depends-on): Add memrchr.
51931         * modules/memrchr (Files): Add lib/memrchr.h.
51932         (Include): "memrchr.h".
51933
51934 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51935
51936         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
51937
51938 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51939
51940         * lib/memrchr.h: New file.
51941         * lib/chdir-long.c: Include it.
51942         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
51943         Don't bother including stddef.h.
51944
51945 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
51946
51947         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
51948         inclusion.
51949         Include <sys/types.h>, for dev_t.
51950         (ME_DUMMY, ME_REMOTE): Move from here....
51951         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
51952         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
51953         Dmitry V. Levin.
51954         Include mountlist.h first, to test the interface.
51955
51956 2005-01-29  Bruno Haible  <bruno@clisp.org>
51957
51958         * lib/progname.c (program_name): Initialize.
51959         Needed when linking statically on MacOS X.
51960
51961 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51962
51963         Sync from coreutils.
51964         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
51965         (Depends-on): Add c-strtod.
51966         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
51967
51968 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51969
51970         Sync from coreutils.
51971         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
51972
51973         Remove files that are specific to coreutils.
51974         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
51975
51976 2005-01-28  Bruno Haible  <bruno@clisp.org>
51977
51978         * modules/javacomp: New file.
51979         * MODULES.html.sh (Java): Add javacomp.
51980
51981 2005-01-28  Bruno Haible  <bruno@clisp.org>
51982
51983         * m4/javacomp.m4: New file, from GNU gettext.
51984
51985 2005-01-28  Bruno Haible  <bruno@clisp.org>
51986
51987         * lib/javacomp.sh.in: New file, from GNU gettext.
51988         * lib/javacomp.h: New file, from GNU gettext.
51989         * lib/javacomp.c: New file, from GNU gettext.
51990
51991 2005-01-26  Simon Josefsson  <jas@extundo.com>
51992
51993         * lib/gai_strerror.c: Use GPL in header.
51994
51995 2005-01-26  Bruno Haible  <bruno@clisp.org>
51996
51997         * modules/javaexec: New file.
51998         * MODULES.html.sh (Java): Add javaexec.
51999
52000 2005-01-26  Bruno Haible  <bruno@clisp.org>
52001
52002         * m4/javaexec.m4: New file, from GNU gettext.
52003
52004 2005-01-26  Bruno Haible  <bruno@clisp.org>
52005
52006         * lib/javaexec.sh.in: New file, from GNU gettext.
52007         * lib/javaexec.h: New file, from GNU gettext.
52008         * lib/javaexec.c: New file, from GNU gettext.
52009
52010 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52011
52012         * modules/lchown (Depends-on): Remove lchown.h
52013
52014 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52015
52016         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
52017         must be defined if the header file was not found, in order
52018         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
52019
52020 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52021
52022         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
52023         initializers for struct pentry_state.
52024         (__argp_error): Check return value of __asprintf
52025         (__argp_failure): Translate error message
52026
52027         * lib/argp-parse.c: Removed braces around the expansion of N_()
52028
52029 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
52030
52031         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
52032         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
52033         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
52034         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
52035         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
52036         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
52037         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
52038         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
52039         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
52040         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
52041         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
52042         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
52043         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
52044         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
52045         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
52046         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
52047         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
52048         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
52049         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
52050         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
52051         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
52052         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
52053         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
52054         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
52055         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
52056         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
52057         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
52058         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
52059         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
52060         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
52061         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
52062         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
52063         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
52064         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
52065         xstrtol.m4, xstrtoumax.m4, yesno.m4:
52066         Use an all-permissive copyright notice, recommended by RMS.
52067
52068 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
52069
52070         * modules/chdir-long (Depends-on): Remove mempcpy.
52071
52072 2005-01-21  Jim Meyering  <jim@meyering.net>
52073
52074         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
52075         same value as for Solaris 9.
52076
52077         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
52078         component length.  This included changing the parameter to be
52079         of type `char *' rather than `char const *'.
52080         * lib/chdir-long.h (chdir_long): Update prototype.
52081
52082         * lib/openat.c (fdopendir, fstatat): New functions.
52083         * lib/openat.h: Include headers required for use of DIR and struct
52084         stat.
52085         [AT_SYMLINK_NOFOLLOW]: Define.
52086         (fdopendir, fstatat): Add prototypes.
52087
52088 2005-01-21  Bruno Haible  <bruno@clisp.org>
52089
52090         * modules/classpath: New file.
52091         * MODULES.html.sh (Java): Add classpath.
52092
52093 2005-01-21  Bruno Haible  <bruno@clisp.org>
52094
52095         * lib/classpath.h: New file, from GNU gettext.
52096         * lib/classpath.c: New file, from GNU gettext.
52097
52098 2005-01-20  Simon Josefsson  <jas@extundo.com>
52099
52100         * modules/version-etc-fsf: New file.
52101
52102 2005-01-20  Simon Josefsson  <jas@extundo.com>
52103
52104         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
52105         * lib/version-etc.c: Remove version_etc_copyright.
52106         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
52107         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
52108
52109 2005-01-20  Simon Josefsson  <jas@extundo.com>
52110
52111         * lib/base64.h (isbase64): Add.
52112
52113         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
52114         using a unsigned prototype, don't inline.
52115         (base64_decode): Use it.
52116
52117 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
52118
52119         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
52120         it.
52121
52122 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
52123
52124         * lib/save-cwd.c (save_cwd): Remove code to support the case
52125         where fchdir is missing or flaky.
52126
52127 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
52128
52129         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
52130
52131 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
52132
52133         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
52134         AC_LIBSOURCES now does this.
52135         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
52136         with new ullong_max module.
52137
52138 2005-01-19  Bruno Haible  <bruno@clisp.org>
52139
52140         * modules/sh-quote: New file.
52141         * MODULES.html.sh (Executing programs): Add sh-quote.
52142
52143 2005-01-19  Bruno Haible  <bruno@clisp.org>
52144
52145         * lib/sh-quote.h: New file, from GNU gettext.
52146         * lib/sh-quote.c: New file, from GNU gettext.
52147
52148 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
52149
52150         Merge from coreutils.
52151         * m4/ullong_max.m4: New file.
52152         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
52153         (gl_MACROS): Assume localeconv exists.
52154
52155 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
52156
52157         Merge changes from coreutils, as described below in several
52158         changelogs dated today.
52159
52160         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
52161         (O_DIRECTORY): Remove; not needed here, since "." must be
52162         a directory.  All uses removed.
52163         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
52164         universal on Suns, and we also need to test for IRIX.
52165         Revamp code to use 'if' rather than '#if'.
52166         Avoid unnecessary comparison of cwd->desc to 0.
52167
52168         * lib/utimens.c (futimens): Robustify the previous patch, by checking
52169         for known valid error numbers rather than observed invalid ones.
52170
52171 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
52172
52173         * modules/ullong_max: New file.
52174
52175         * modules/chdir-long, modules/openat: New files.
52176         * modules/save-cwd (Depends-on): Depend on chdir-long.
52177         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
52178
52179 2005-01-18  Jim Meyering  <jim@meyering.net>
52180
52181         Merge from coreutils.
52182         * m4/chdir-long.m4, m4/openat.m4: New files.
52183         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
52184         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
52185         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
52186         is sane and DOES follow symlinks.  Besides, testing 20 different
52187         systems found no broken chown implementations.
52188         Prompted by a change in rsync's copy of this macro.
52189         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
52190
52191         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
52192
52193         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
52194         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
52195         NULL-means-set-to-current-time semantics.
52196         Remove temporary file immediately, rather than waiting
52197         for configure's at-exit trap code to do it.
52198
52199 2005-01-18  Jim Meyering  <jim@meyering.net>
52200
52201         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52202
52203         * lib/utimens.c (futimens): Account for the fact that futimes
52204         can also fail with errno == ENOSYS or errno == ENOENT.
52205         Patch from Dmitry V. Levin.
52206
52207         Change the name of the robust chdir function from chdir to chdir_long.
52208         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
52209         (restore_cwd): Use chdir_long, not chdir.
52210         * lib/chdir-long.c: Renamed from chdir.c.
52211         * lib/chdir-long.h: Renamed from chdir.h.
52212         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
52213         Hurd.
52214
52215 2005-01-18  Bruno Haible  <bruno@clisp.org>
52216
52217         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
52218         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
52219         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
52220         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
52221         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
52222         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
52223         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
52224         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
52225         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
52226         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
52227         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
52228         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
52229         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
52230         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
52231         Use an all-permissive copyright notice, recommended by RMS.
52232
52233 2005-01-18  Bob Proulx  <bob@proulx.com>
52234
52235         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
52236         simplify offsetof() macro construct to avoid compile failure with
52237         native HP-UX 11.0 ANSI C compiler.
52238
52239 2005-01-17  Bruno Haible  <bruno@clisp.org>
52240
52241         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
52242         redundant because stpncpy.m4 takes care of it.
52243
52244 2005-01-17  Bruno Haible  <bruno@clisp.org>
52245
52246         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
52247
52248 2005-01-17  Bruno Haible  <bruno@clisp.org>
52249
52250         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
52251         used.
52252
52253 2005-01-17  Bruno Haible  <bruno@clisp.org>
52254
52255         * lib/fwriteerror.h (fwriteerror): Change specification to include
52256         fclose.
52257         * lib/fwriteerror.c: Include <stdbool.h>.
52258         (fwriteerror): At the end, close the file stream. Record whether
52259         stdout was already closed.
52260
52261 2005-01-17  Bruno Haible  <bruno@clisp.org>
52262
52263         * lib/execute.c (environ): Declare if needed.
52264         * lib/pipe.c (environ): Likewise.
52265         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
52266
52267 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52268
52269         * modules/argp: Depend on vsnprintf
52270
52271 2005-01-10  Jim Meyering  <jim@meyering.net>
52272
52273         * modules/closeout (Depends-on): Add atexit.
52274
52275 2005-01-06  Bruno Haible  <bruno@clisp.org>
52276
52277         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
52278
52279 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
52280
52281         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
52282         definitions to be after all include files, to avoid collisions.
52283         Problem reported by Bob Proulx.
52284
52285 2005-01-04  Jim Meyering  <jim@meyering.net>
52286
52287         Changes imported from coreutils.
52288         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
52289         as the mkstemp template, use a temporary directory and an
52290         8.3-friendly template to avoid trouble on systems like DJGPP.
52291         Reported by Juan M. Guerrero via Stepan Kasal.
52292         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
52293         close. Remove the temporary directory right away, rather than waiting
52294         for configure's at-exit trap code to do it.
52295         Suggestion from Stepan Kasal.
52296
52297 2005-01-01  Simon Josefsson  <jas@extundo.com>
52298
52299         * gnulib-tool: Print #include directives when --import'ing.
52300
52301 2004-12-28  Simon Josefsson  <jas@extundo.com>
52302
52303         * tests/test-base64.c: Include required header files.  Remove
52304         unused variables.
52305
52306 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
52307
52308         * modules/error (Depends-on): Remove gettext.
52309
52310 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
52311
52312         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
52313         not needed.  This removes a dependency on the gettext module.
52314         [defined _LIBC]: Do not include <libintl.h>; not needed.
52315
52316 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
52317
52318         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
52319         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
52320
52321 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
52322
52323         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
52324         HAVE_DECL_STRTOLD.
52325
52326 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
52327
52328         * modules/getdate (Depends-on): Remove alloca-opt.
52329
52330 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
52331
52332         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
52333
52334 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
52335
52336         * lib/argp-parse.c: Include <stddef.h>.
52337         (alignof, alignto): New macros.
52338         (parser_init): Don't assume that void * is aligned sufficiently
52339         for struct option.
52340
52341         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
52342         need to extend the stack.
52343         (YYINITDEPTH): New macro, so that the initial stack isn't overly
52344         large.
52345
52346 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52347
52348         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
52349
52350 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
52351
52352         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
52353         (2004-10-24) change.  Apparently this was a false alarm.
52354
52355         * modules/getdate: Depend on alloca-opt, not alloca.
52356
52357 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
52358
52359         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
52360         Remove now-obsolete comment about AIX.
52361         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
52362         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
52363         (YYMAXDEPTH): New macro.
52364
52365 2004-12-18  Simon Josefsson  <jas@extundo.com>
52366
52367         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
52368
52369 2004-12-18  Bruno Haible  <bruno@clisp.org>
52370
52371         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
52372
52373 2004-12-18  Bruno Haible  <bruno@clisp.org>
52374
52375         * lib/fatal-signal.c (fatal_signals): Make non-const.
52376         (init_fatal_signals): New function.
52377         (uninstall_handlers, install_handlers): Ignore signals that were set to
52378         SIG_IGN.
52379         (at_fatal_signal): Call init_fatal_signals.
52380         (init_fatal_signal_set): Likewise. Ignore signals that were set to
52381         SIG_IGN.
52382         Reported by Paul Eggert.
52383
52384 2004-12-18  Bruno Haible  <bruno@clisp.org>
52385
52386         * doc/alloca.texi: New file.
52387         * doc/alloca-opt.texi: New file.
52388
52389 2004-12-17  Jim Meyering  <jim@meyering.net>
52390
52391         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
52392         Otherwise, install-sh could exit with improper exit status when
52393         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
52394
52395 2004-12-16  Simon Josefsson  <jas@extundo.com>
52396
52397         * tests/test-base64.c: Add license.
52398
52399 2004-12-15  Stepan Kasal  <address@hidden>
52400
52401         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
52402
52403 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
52404
52405         * modules/getcwd (Files): Add m4/d-ino.m4.
52406         Suggested by Mark D. Baushke.
52407
52408 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
52409
52410         * lib/getdate.y (textint): New member "negative".
52411         (time_zone_hhmm): New function.
52412         Expect 14 shift-reduce conflicts, not 13.
52413         (o_colon_minutes): New rule.
52414         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
52415         (yylex): Set the "negative" member of signed numbers.
52416
52417 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
52418
52419         * doc/getdate.texi (Time of day items, Time zone items):
52420         Describe new formats +00:00, UTC+00:00.
52421
52422 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
52423
52424         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
52425         spurious "-l"s.  Problem reported by Stepan Kasal.
52426
52427 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
52428
52429         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
52430         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
52431
52432 2004-12-04  Simon Josefsson  <jas@extundo.com>
52433
52434         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
52435         Vandoorselaere <yoann@prelude-ids.org>.
52436
52437 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
52438
52439         Changes imported from coreutils.
52440         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
52441         exist.
52442         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
52443
52444 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
52445
52446         Changes imported from coreutils.
52447         * lib/hard-locale.c: Assume <locale.h> exists.
52448         Include "strdup.h".
52449         (GLIBC_VERSION): New macro.
52450         (hard_locale): Assume setlocale exists.
52451         Rewrite to avoid #ifdef.
52452         Use strdup rather than malloc + strcpy.
52453         * lib/human.c: Assume <locale.h> exists.
52454         (human_readable): Assume localeconv exists.
52455
52456 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
52457
52458         * modules/hard-locale (Depends-on): Add strdup.
52459
52460 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
52461
52462         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
52463         convert T2, not T.  (Imported from libc.)
52464
52465 2004-11-30  Simon Josefsson  <jas@extundo.com>
52466
52467         * modules/restrict (License): Change to LGPL.
52468
52469 2004-11-30  Simon Josefsson  <jas@extundo.com>
52470
52471         * m4/restrict.m4: Add copyright and copying conditions.
52472
52473 2004-11-30  Simon Josefsson  <jas@extundo.com>
52474
52475         * m4/base64.m4: New file.
52476
52477 2004-11-30  Simon Josefsson  <jas@extundo.com>
52478
52479         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
52480         base64.
52481
52482         * tests/test-base64.c: New file.
52483
52484         * modules/base64: New file.
52485
52486 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
52487
52488         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
52489         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
52490
52491         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
52492
52493 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
52494
52495         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
52496         (__getcwd.c): Don't restore errno; glibc doesn't.
52497         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
52498         first, falling back to our code only if its results look suspicious.
52499         Ensure that the resulting buffer is only as large as necessary.
52500
52501         * lib/readutmp.c: Include readutmp.h first.
52502         Include <errno.h>, since readutmp.h no longer does that.
52503         * lib/readutmp.h: Don't include <errno.h>,
52504         <sys/param.h>, <time.h>; not needed to establish interface.
52505         (errno): Remove decl.
52506         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
52507         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
52508         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
52509
52510 2004-11-28  Simon Josefsson  <jas@extundo.com>
52511
52512         * lib/base64.h, base64.c: New file.
52513
52514 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
52515
52516         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
52517
52518 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
52519
52520         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
52521         (Depends-on): Remove pathmax, same.  Add mempcpy.
52522         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
52523         (Makefile.am): Append getcwd.h to lib_SOURCES.
52524         (Include): Add getcwd.h.
52525         (Maintainer): Change from Jim Meyering to "all, glibc",
52526         since getdate now uses intended-for-glibc code.
52527         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
52528         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
52529
52530 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
52531
52532         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
52533         HP's ANSI C compiler.
52534         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
52535         Declaring int functions causes warnings on some modern systems and
52536         shouldn't be needed to compile on ancient ones.
52537         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
52538         defined.
52539
52540         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
52541         with the following changes.
52542         (__set_errno): Parenthesize properly.
52543         Include <stdbool.h>.
52544         (MIN, MAX, MATCHING_INO): New macros.
52545         (__getcwd): Define with prototype, not K&R form.
52546         Use heuristics to allocate default buffer on stack if possible.
52547         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
52548         behavior, and to avoid the PATH_MAX limit when computing
52549         ../../../../...
52550         Use MATCHING_INO to compare inode number to file.
52551         Check for arithmetic overflow in size calculations.
52552         Fix bug in reallocation of dot array that caused getcwd to fail
52553         on directories nested deeper than 75.
52554         Be more careful about saving errno on error.
52555         Do not use realloc; use only free+malloc, as this is a bit
52556         more flexible and avoids a needless copy operation.
52557         Do not inspect st_dev and st_ino for symbolic links; POSIX
52558         doesn't specify the latter.
52559         Check for closedir errors.
52560         Avoid needless casts.
52561         Use "#ifdef weak_alias" around weak_alias, to be like other
52562         glibc code.
52563         The following changes to getcwd.c have effect only when used in
52564         gnulib; they have no effect inside glibc proper.
52565         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
52566         as alloca isn't used.
52567         (alloca, __alloca): Likewise.
52568         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
52569         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
52570         unconditionally, as gnulib assumes C89 or better.
52571         Do not include <sys/param.h>.
52572         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
52573         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
52574         better.
52575         (NULL) [!defined NULL]: Remove; we assume C89 or better.
52576         Include <dirent.h> in a way that is compatible with modern Autoconf.
52577         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
52578         New macros, if not already defined.
52579         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
52580         Use "_LIBC", not "defined _LIBC", for consistency.
52581         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
52582         a mempcpy module.
52583         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
52584         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
52585         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
52586         credit only to Jim Meyering and adjust the copyright dates.
52587         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
52588         <stdlib.h>, <unistd.h>, "pathmax.h".
52589         Instead, include "xgetcwd.h" (first) and "getcwd.h".
52590         (INITIAL_BUFFER_SIZE): Remove.
52591         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
52592
52593 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
52594
52595         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
52596         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
52597         Use the _ONCE methods, for efficiency.
52598         Check for fcntl.h.  In test program, include <errno.h>
52599         and <fcntl.h> if available.  Remove old K&R cruft from
52600         test program.  Check for common errors in GNU/Linux,
52601         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
52602         don't do AC_LIBOBJ, as that's getcwd.m4's job.
52603         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
52604         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
52605         name accordingly.
52606         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
52607         accommodate new getcwd.c.
52608         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
52609         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
52610         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
52611         that's all we need now.
52612
52613 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52614
52615         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
52616         argp-parse.c depends on getopt internals, that means we should
52617         always use our getopt, to be on the safe side.
52618         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
52619         order not to spoil the result of an eventual previous invocation
52620         of gl_GETOPT_SUBSTITUTE.
52621
52622 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52623
52624         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
52625         redefinition warnings. To avoid them, include the defines
52626         in `#if !defined __need_getopt ... #endif'. The only place
52627         where __getopt_argv_const is used is in definitions
52628         of getopt_long and getopt_long_only below, which are as well
52629         protected by `#ifndef __need_getopt'.
52630         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
52631         __need_getopt after including <stdio.h> and <unistd.h> These
52632         headers might have defined it.
52633
52634 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
52635
52636         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
52637
52638 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
52639
52640         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
52641         (futimens): New function, which uses futimes if available.
52642         (futimens, utimens): Support timespec==NULL, with same semantics
52643         as utime and utimens.
52644         * lib/utimens.h (futimens): New decl.
52645
52646 2004-11-23  Jim Meyering  <jim@meyering.net>
52647
52648         * lib/getopt_.h: Remove trailing blanks.
52649
52650 2004-11-23  Jim Meyering  <jim@meyering.net>
52651
52652         * lib/__fpending.c: Add comment.
52653
52654 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
52655
52656         * modules/canonicalize (Depends-on): Add xreadlink.
52657         Problem reported by James Youngman.
52658
52659 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
52660
52661         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
52662         New macros.
52663         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
52664         optopt): Use them instead of invoking ## directly; otherwise, the
52665         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
52666
52667 2004-11-19  Bruno Haible  <bruno@clisp.org>
52668
52669         * lib/strtok_r.c: Move comments from here...
52670         * lib/strtok_r.h: ... to here.
52671
52672 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52673
52674         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
52675         implementations that mishandle size_t overflow.
52676
52677 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52678
52679         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
52680         might fail.  Problem reported by Yoann Vandoorselaere.
52681         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
52682         implementations that mishandle size_t overflow.
52683
52684 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52685
52686         * modules/canon-host (Depends-on): Add strdup.
52687
52688 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52689
52690         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
52691
52692 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52693
52694         * lib/canon-host.c: Include "strdup.h".
52695         (canon_host): Use getaddrinfo if available, so that IPv6 works.
52696         Use strdup instead of malloc/strcpy to duplicate strings.
52697
52698         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
52699         (human_space_before_unit): New constant.
52700         * lib/human.c (human_readable): Support it.
52701
52702         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
52703         (xgetcwd): Set errno correctly when failing.
52704         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
52705         the failure is actually due to a PATH_MAX problem.
52706
52707         Further getopt changes to make it more likely that glibc will
52708         buy the changes back.
52709         * lib/getopt.c (POSIXLY_CORRECT): New constant.
52710         (getopt): Use it, so to preserve glibc semantic
52711         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
52712         when compiling for libc.
52713         * lib/getopt_.h (__getopt_argv_const): Bring it back.
52714         (getopt_long, getopt_long_only): Use it.
52715
52716         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52717         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
52718         (getopt): Argv is now char * const *, as per standard.
52719         (_getopt_internal_r, _getopt_internal): Argv is now char **,
52720         not char *__getopt_argv_const *.
52721         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52722         _getopt_long_only_r): Likewise.
52723         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
52724         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52725         _getopt_long_r, _getopt_long_only_r): Likewise.
52726         * lib/getopt_.h (__getopt_argv_const): Remove.
52727         (getopt): Argv is now char * const *, as per standard.
52728
52729         * lib/getdate.y (tORDINAL): New token.
52730         (day, relunit): Allow it for relative times.
52731         (relative_time_table): Use tORDINAL for ordinals.
52732
52733 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52734
52735         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
52736         Document that "second" isn't allowed as an ordinal number.
52737
52738 2004-11-16  Jim Meyering  <jim@meyering.net>
52739
52740         * modules/closeout (Depends-on): Add fpending.
52741
52742 2004-11-15  Jim Meyering  <jim@meyering.net>
52743
52744         * lib/closeout.c: Include "__fpending.h" once again.
52745         Include <stdbool.h>.
52746         (close_stdout): Don't fail just because stdout was closed initially,
52747         since some programs don't write to stdout in the normal course of
52748         operation (other than --version and --help), and we don't want this
52749         function to make e.g. `touch file >&-' fail.
52750         But do fail if it was closed and someone has tried to write to it.
52751         E.g., `printf foo >&-' must fail.
52752
52753 2004-11-13  Jim Meyering  <jim@meyering.net>
52754
52755         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
52756
52757 2004-11-12  Simon Josefsson  <jas@extundo.com>
52758
52759         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
52760         small doc fix is still pending.
52761
52762 2004-11-11  Simon Josefsson  <jas@extundo.com>
52763
52764         * modules/strtok_r: New file.
52765
52766         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52767         strtok_r.
52768
52769 2004-11-11  Simon Josefsson  <jas@extundo.com>
52770
52771         * m4/strtok_r.m4: New file.
52772
52773         * m4/getopt.m4: Replace opterr.
52774
52775 2004-11-11  Simon Josefsson  <jas@extundo.com>
52776
52777         * lib/strtok_r.h, strtok_r.c: New file.
52778
52779 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52780
52781         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
52782         of replacing opterr, getopt, etc.  This should handle the
52783         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
52784
52785 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52786
52787         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
52788         we can stop lying to compilers about the constness of argv when we
52789         are compiled outside glibc.
52790         (getopt, getopt_long, getopt_long_only): Use it.
52791         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52792         _getopt_internal, getopt): Likewise.
52793         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52794         _getopt_long_only_r): Likewise.
52795         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52796         _getopt_long_r, _getopt_long_only_r): Likewise.
52797
52798         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
52799         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
52800         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
52801         the other external symbols.
52802         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
52803         declaration, since the above renaming now works around collisions.
52804
52805 2004-11-11  Jim Meyering  <jim@meyering.net>
52806
52807         * lib/linebreak.c: Remove trailing blanks.
52808         * lib/alloca_.h: Likewise.
52809         * lib/acosl.c: Likewise.
52810         * lib/euidaccess.c: Likewise.
52811         * lib/allocsa.h: Likewise.
52812
52813 2004-11-10  Simon Josefsson  <jas@extundo.com>
52814
52815         * m4/getaddrinfo.m4: New file.
52816
52817 2004-11-10  Simon Josefsson  <jas@extundo.com>
52818
52819         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
52820
52821 2004-11-10  Simon Josefsson  <jas@extundo.com>
52822
52823         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52824         getaddrinfo.
52825
52826         * modules/getaddrinfo: New file.
52827
52828 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
52831
52832 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52833
52834         * lib/mktime.c (SHR): New macro, which is a portable
52835         substitute for >> that should work even on Crays.
52836         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
52837         Problem reported by Mark D. Baushke in
52838         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
52839         * lib/getdate.y (SHR): Likewise.
52840         (tm_diff): Use it.
52841         * lib/strftime.c (SHR): Likewise.
52842         (tm_diff): Use it.
52843         * lib/quotearg.c (struct quoting_options): Use unsigned int for
52844         quote_these_too, so that right shifts are well defined.  All uses
52845         changed.
52846
52847 2004-11-10  Jim Meyering  <jim@meyering.net>
52848
52849         Ensure that no close failure goes unreported.
52850         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
52851         return early when it seems there's nothing to flush.
52852         Don't include __fpending.h.
52853
52854 2004-11-10  Jim Meyering  <jim@meyering.net>
52855
52856         * modules/closeout (Depends-on): Remove fpending.
52857
52858 2004-11-10  Jim Meyering  <jim@meyering.net>
52859
52860         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
52861
52862 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52863
52864         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
52865         gl_FUNC_STRFTIME.
52866         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
52867         and AC_REQUIRE when possible, to avoid duplicate checks.
52868         Check for <wchar.h>.
52869
52870 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52871
52872         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
52873
52874 2004-11-09  Bruno Haible  <bruno@clisp.org>
52875
52876         * m4/sockpfaf.m4: New file.
52877
52878 2004-11-05  Bruno Haible  <bruno@clisp.org>
52879
52880         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
52881         Reported by Mark D. Baushke <mdb@cvshome.org>.
52882
52883 2004-11-04  Bruno Haible  <bruno@clisp.org>
52884
52885         2004-09-11  Bruno Haible  <bruno@clisp.org>
52886                 * allocsa.valgrind: New file.
52887         2004-02-06  Bruno Haible  <bruno@clisp.org>
52888                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
52889                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
52890                 Reported by Christopher Seip <chris.seip@hp.com>.
52891
52892 2004-11-04  Bruno Haible  <bruno@clisp.org>
52893
52894         * modules/allocsa (Files): Add lib/allocsa.valgrind.
52895         (Makefile.am): Distribute it.
52896
52897 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
52898
52899         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
52900         with errno == ERANGE if the buffer is too small.
52901         Problem reported by Mark D. Baushke.
52902
52903 2004-11-03  Albert Chin  <china@thewrittenword.com>
52904             Paul Eggert  <eggert@cs.ucla.edu>
52905
52906         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
52907         equivalent, substitute $ac_type for equivalent type rather than
52908         blindly using uint32_t *always* which won't work if uint32_t is not
52909         available.  Define _UINT32_T to work around typedef of uint32_t if
52910         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
52911         2.5.1.
52912
52913 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52914
52915         * m4/jm-macros.m4: Sync from coreutils.
52916         (gl_MACROS): Check for mbrlen, for pathchk.
52917         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
52918
52919 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52920
52921         * lib/xreadlink.c (MAXSIZE): New macro.
52922         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
52923         size does not exceed MAXSIZE.  Avoid cast.
52924         As suggested by Mark D. Baushke in
52925         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
52926         if readlink fails with buffer size just under MAXSIZE, try again
52927         with MAXSIZE.
52928
52929 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52930
52931         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
52932
52933 2004-11-02  Derek R. Price  <derek@ximbiot.com>
52934         and  Paul Eggert  <eggert@cs.ucla.edu>
52935
52936         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
52937         (get_date): Overparenthesize to avoid GCC warning.
52938
52939 2004-11-02  Bruno Haible  <bruno@clisp.org>
52940
52941         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
52942         returns void.
52943
52944 2004-11-02  Bruno Haible  <bruno@clisp.org>
52945
52946         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
52947         function returns void.
52948
52949 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52950
52951         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
52952         fflush_unlocked, flockfile, funlockfile, funlockfile,
52953         fputs_unlocked, putc_unlocked.
52954
52955 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52956
52957         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52958         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
52959         already declared.
52960
52961 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52962
52963         * modules/getdate (Files): Add doc/getdate.texi.
52964         (Depends-on): Add setenv, xalloc.
52965
52966 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52967
52968         * lib/getdate.y: Add support for TZ="foo" within a date string.
52969         Fix some bugs near time_t boundaries.  Reject dates with
52970         out-of-range components, e.g., "Sept 31".
52971         Include <stdlib.h>, "setenv.h", "xalloc.h".
52972         (ISDIGIT_LOCALE): Remove; unused.
52973         Note that the TZ and time functions used here are not reentrant.
52974         (mktime_ok, get_tz): New functions.
52975         (TZBUFSIZE): New constant.
52976         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
52977         This requires that we sometimes generate our own TZ="XXX..." setting.
52978
52979 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52980
52981         * doc/getdate.texi: New file, from coreutils with modifications for
52982         the new TZ parsing.
52983
52984 2004-10-27  Derek R. Price  <derek@ximbiot.com>
52985
52986         * lib/mktime.c (not_equal_tm): Remove redundant check.
52987
52988 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52989
52990         * modules/regex (lib_SOURCES): Add regex.c.
52991         Reported by James Youngman in
52992         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
52993
52994 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52995
52996         * lib/getdate.y: Use Bison 1.875 features, and some minor
52997         code cleanups.  This change does not affect semantics.
52998         Don't include <stdlib.h>; no longer needed.
52999         Don't include unlocked-io.h; only the "#if TEST" code uses
53000         stdio, and performance isn't crucial there.
53001         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
53002         Bison 1.875 features as described below.
53003         All uses of "PC." replaced by "pc->".
53004         (YYSTYPE): Add a forward declaration.
53005         (yylex, yyerror): Use full prototypes in forward decls.
53006         Use "%pure-parser" rather than obsolescent "%pure_parser".
53007         Use %parse-param and %lex-param instead of obsolescent
53008         YYPARSE_PARAM and YYLEX_PARAM.
53009         (meridian_table, month_and_day_table, time_units_table,
53010         relative_time_table, time_zone_table, military_table,
53011         lookup_zone, lookup_word, get_date):
53012         Use NULL instead of 0 where appropriate.
53013         (to_hour): Avoid abort (), to avoid a dependency on
53014         stdlib.h.
53015         (yyerror, yylex): Now accepts parser_control * arg.
53016         (main) [TEST]: Use '\0' rather than 0 for char.
53017
53018 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
53019
53020         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
53021
53022 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
53023
53024         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
53025         It's now the caller's responsibility to handle the case where
53026         !HAVE_GETPAGESIZE && !defined getpagesize.
53027
53028         * lib/mktime.c (leapyear): Arg is long int, not int.
53029
53030 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
53031
53032         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
53033
53034 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
53035
53036         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
53037         missing.  Problem reported by James Youngman.
53038
53039 2004-10-16  Simon Josefsson  <jas@extundo.com>
53040
53041         * gnulib-tool: Fix comments.  Fix parse problem.
53042         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
53043
53044 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
53045
53046         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
53047         implementation of getopt_long.  Problem reported by Alexander Taler in:
53048         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
53049
53050 2004-10-15  Bruno Haible  <bruno@clisp.org>
53051
53052         * gnulib-tool: Untabify. Initialize supplied_libname.
53053         (func_usage): More homogenous output.
53054         (func_modules_transitive_closure, func_modules_to_filelist,
53055         func_emit_lib_Makefile_am): New functions.
53056         (func_import): New function, extracted from big case statement. Use
53057         func_get_license, func_modules_transitive_closure,
53058         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
53059         opt_lgpl. Don't use test -a, as it's not portable.
53060         (func_create_testdir): Use func_modules_transitive_closure,
53061         func_modules_to_filelist, func_emit_lib_Makefile_am.
53062
53063 2004-10-15  Bruno Haible  <bruno@clisp.org>
53064
53065         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
53066
53067 2004-10-15  Bruno Haible  <bruno@clisp.org>
53068
53069         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
53070         the portions belonging to each module.
53071         Suggested by Derek Robert Price <derek@ximbiot.com>.
53072
53073 2004-10-12  Simon Josefsson  <jas@extundo.com>
53074
53075         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
53076         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
53077         to real functions.
53078
53079 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53080
53081         * modules/vsnprintf: New file.
53082
53083 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53084
53085         * m4/vsnprintf.m4: New file.
53086
53087 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53088
53089         * lib/vsnprintf.h: New file.
53090         * lib/vsnprintf.c: New file.
53091
53092 2004-10-11  Bruno Haible  <bruno@clisp.org>
53093
53094         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
53095         vsnprintf.
53096
53097 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
53098
53099         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
53100
53101 2004-10-07  Bruno Haible  <bruno@clisp.org>
53102
53103         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
53104         fits into the provided buffer.
53105
53106 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
53107
53108         * lib/diacrit.c, diacrit.h: Add GPL notice.
53109
53110         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
53111         notice.
53112         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
53113         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
53114         This avoids a potential constant-folding bug.
53115
53116 2004-10-05  Bruno Haible  <bruno@clisp.org>
53117
53118         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
53119         for the declaration of strsep.
53120
53121 2004-10-05  Bruno Haible  <bruno@clisp.org>
53122
53123         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
53124
53125 2004-10-04  Simon Josefsson  <jas@extundo.com>
53126
53127         * modules/memmem: New file.
53128         * tests/test-memmem.c: New file.
53129         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
53130
53131 2004-10-04  Simon Josefsson  <jas@extundo.com>
53132
53133         * m4/memmem.m4: New file.
53134
53135 2004-10-04  Simon Josefsson  <jas@extundo.com>
53136
53137         * lib/memmem.h: New file.
53138         * lib/memmem.c: New file, taken from glibc.
53139
53140 2004-10-04  Simon Josefsson  <jas@extundo.com>
53141
53142         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
53143         '#ifdef USE_UNLOCKED_IO'.
53144
53145 2004-10-04  Simon Josefsson  <jas@extundo.com>
53146
53147         * config/srclist.txt: Add memmem from glibc.
53148
53149 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53150
53151         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
53152
53153         * modules/argmatch, modules/argp, modules/closeout, modules/error,
53154         modules/exclude, modules/getdate, modules/getline,
53155         modules/getndelim2, modules/getpass, modules/getpass-gnu,
53156         modules/getusershell, modules/linebuffer, modules/md5,
53157         modules/mountlist, modules/posixtm, modules/readtokens,
53158         modules/readutmp, modules/regex, modules/sha1,
53159         modules/version-etc, modules/yesno:
53160         Remove dependency on unlocked-io.
53161
53162 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53163
53164         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
53165
53166         * m4/unlocked-io.m4: Add copyright notice.
53167         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
53168
53169 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53170
53171         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
53172         * lib/xmalloc.c (xmemdup): Likewise.
53173         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
53174         XFREE): Remove these long-obsolescent macros.
53175         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
53176         * lib/xstrdup.c: Remove.
53177
53178         * lib/regex.c (re_comp): Cast gettext return value to char *,
53179         Problem reported by Martin Neitzel via Mark D. Baushke.
53180
53181 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
53182
53183         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
53184         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
53185         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
53186         regex.c, sha1.c, version-etc.c, yesno.c:
53187         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
53188         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
53189         the includer's responsibility.
53190
53191         Sync from coreutils.
53192
53193         * lib/modechange.c (mode_compile): Don't decrement a pointer that
53194         points to the start of a string, as the C Standard says the
53195         resulting behavior is undefined.
53196
53197         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
53198         simple -> simple_backups, numbered_existing ->
53199         numbered_existing_backups, numbered -> numbered_backups
53200         to avoid shadowing problems.  All uses changed.
53201         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
53202         * lib/backupfile.c (check_extension, numbered_backup):
53203         Rename locals to avoid shadowing 'basename'.
53204         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
53205         once.
53206
53207         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
53208         * lib/.cvsignore: Add getopt.h.
53209
53210 2004-10-04  Bruno Haible  <bruno@clisp.org>
53211
53212         * modules/README: New file.
53213         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
53214         not a module.
53215
53216 2004-10-02  Jim Meyering  <jim@meyering.net>
53217
53218         * lib/dirfd.h, getpagesize.h: Add copyright notice.
53219
53220 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53221
53222         * modules/strsep: New file.
53223
53224 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53225
53226         * m4/strsep.m4: New file.
53227
53228 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53229
53230         * lib/strsep.h: New file.
53231         * lib/strsep.c: New file.
53232
53233 2004-10-01  Simon Josefsson  <jas@extundo.com>
53234
53235         * lib/snprintf.c (snprintf): Handle size==0.
53236
53237 2004-10-01  Simon Josefsson  <jas@extundo.com>
53238             Bruno Haible  <bruno@clisp.org>
53239
53240         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
53241         (snprintf): Declare 'args'.
53242
53243 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
53244
53245         * lib/snprintf.c: Remove comments as to why each header is needed.
53246
53247 2004-10-01  Bruno Haible  <bruno@clisp.org>
53248
53249         * MODULES.html.sh: Add strsep.
53250
53251 2004-09-30  Simon Josefsson  <jas@extundo.com>
53252
53253         * modules/snprintf: New file.
53254
53255 2004-09-30  Simon Josefsson  <jas@extundo.com>
53256
53257         * m4/snprintf.m4: New file.
53258
53259 2004-09-30  Simon Josefsson  <jas@extundo.com>
53260
53261         * lib/snprintf.h, lib/snprintf.c: New files.
53262
53263 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53264
53265         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
53266         (hol_entry_help): Never translate an empty string.
53267         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
53268         * lib/argp.h (OPTION_NO_TRANS): New option.
53269
53270 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53271
53272         * modules/argp (Maintainer): Replace Simon Josefsson
53273         by Sergey Poznyakoff.
53274
53275 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53276
53277         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
53278         changes merged back into glibc.
53279
53280 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
53281
53282         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
53283
53284 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
53285
53286         * lib/xvasprintf.c: Include xalloc.h.
53287         (xvasprintf): Use xalloc_die, not xmalloc_die.
53288
53289 2004-09-29  Bruno Haible  <bruno@clisp.org>
53290
53291         * modules/alloca-opt: New file, derived from modules/alloca.
53292         * modules/allocsa: Depend on alloca-opt instead of alloca.
53293         * modules/setenv: Likewise.
53294         * modules/vasnprintf: Likewise.
53295         * MODULES.html.sh: Add alloca-opt.
53296
53297 2004-09-28  Simon Josefsson  <jas@extundo.com>
53298
53299         * gnulib-tool: New parameter --lgpl, to asseert that modules are
53300         LGPL, and to replace license template from GPL to LGPL.
53301
53302 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
53303
53304         * modules/dummy: Change license to LGPL.
53305
53306 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
53307
53308         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
53309
53310 2004-09-24  Simon Josefsson  <jas@extundo.com>
53311
53312         * modules/minmax (License): Change from GPL to LGPL.
53313
53314 2004-09-23  Simon Josefsson  <jas@extundo.com>
53315
53316         * gnulib-tool (--import): Typo.
53317
53318 2004-09-23  Simon Josefsson  <jas@extundo.com>
53319
53320         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
53321
53322 2004-09-22  Bruno Haible  <bruno@clisp.org>
53323
53324         * modules/*: Add 'License' field.
53325         * gnulib-tool: Accept --extract-license option.
53326         (func_get_license): New function.
53327
53328 2004-09-21  Bruno Haible  <bruno@clisp.org>
53329
53330         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
53331         Reported by Simon Josefsson.
53332
53333 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
53334
53335         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
53336         gl_AC_TYPE_LONG_LONG.
53337
53338 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
53339
53340         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
53341
53342 2004-09-18  Simon Josefsson  <jas@extundo.com>
53343         and  Paul Eggert  <eggert@cs.ucla.edu>
53344
53345         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
53346         calls with autoreconf.  Define GL_LIB.
53347
53348 2004-09-14  Karl Berry  <karl@gnu.org>
53349
53350         * config/srclist.txt: unsync setenv.c, sigh.
53351
53352 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
53353
53354         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
53355         Problem reported by Bruno Haible in:
53356         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
53357
53358 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
53359
53360         * config/srclist.txt: Comment out argp-pvh.c.
53361
53362 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
53363
53364         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
53365         in case some system header has #define'd it.  Problem reported by
53366         Soeren D. Schulze in
53367         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
53368
53369 2004-09-09  Karl Berry  <karl@gnu.org>
53370
53371         * regex.[ch]: delete from the root.  These were supposed to be
53372                 synced with emacs cvs, but this has not happened for about
53373                 a year, and anyway nothing else uses emacs regex.[ch].
53374                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
53375                 lib/regex[.ch] is untouched.
53376
53377 2004-09-09  Bruno Haible  <bruno@clisp.org>
53378
53379         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
53380
53381 2004-09-09  Bruno Haible  <bruno@clisp.org>
53382
53383         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
53384         modifications.
53385         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
53386
53387 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
53388
53389         * modules/xvasprintf: New file.
53390         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
53391
53392 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
53393
53394         * lib/xvasprintf.h: New file.
53395         * lib/xvasprintf.c: New file.
53396         * lib/xasprintf.c: New file.
53397
53398 2004-09-08  Bruno Haible  <bruno@clisp.org>
53399
53400         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
53401
53402 2004-09-08  Bruno Haible  <bruno@clisp.org>
53403
53404         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
53405         length is > INT_MAX.
53406         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
53407         more.
53408
53409 2004-09-08  Bruno Haible  <bruno@clisp.org>
53410
53411         * lib/stdint_.h: New file, taken from GNU clisp.
53412
53413 2004-09-08  Bruno Haible  <bruno@clisp.org>
53414             Oskar Liljeblad  <oskar@osk.mine.nu>
53415
53416         * modules/stdint: New file.
53417         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
53418
53419 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
53420
53421         Import from coreutils.
53422         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
53423         strings on unbounded length.  alloca's performance benefits aren't
53424         that important here.
53425         (V_STRDUP): Remove.
53426         (parse_with_separator): New function, with most of the internals
53427         of the old parse_user_spec.  Allow user to omit both user and group,
53428         for compatibility with FreeBSD.
53429         Clone only the user name, not the entire spec.
53430         Do not set *uid, *gid unless entirely successful.
53431         Avoid memory leak in some failing cases.
53432         Fix regression for USER.GROUP reported by Dmitry V. Levin in
53433         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
53434         (parse_user_spec): Rewrite to use parse_with_separator.
53435
53436 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
53437
53438         * modules/userspec: Don't depend on alloca.
53439
53440 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
53441
53442         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
53443
53444 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
53445
53446         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
53447         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
53448         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
53449
53450 2004-08-16  Simon Josefsson  <jas@extundo.com>
53451
53452         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
53453         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
53454         Add --dry-run for --import.
53455         Let user provided command line parameters override configure.ac
53456         settings.
53457
53458 2004-08-12  Simon Josefsson  <jas@extundo.com>
53459
53460         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
53461         as discussed with Paul Eggert in threads rooted at
53462         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
53463         and
53464         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
53465         Before, the test was empty, and relied on ELIDE_CODE in source
53466         code.)
53467         (gl_PREREQ_GETOPT): New macro.
53468         (gl_GETOPT): Use them.
53469
53470 2004-08-12  Simon Josefsson  <jas@extundo.com>
53471
53472         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
53473         * lib/getopt_.h: Renamed from getopt.h.
53474
53475 2004-08-12  Simon Josefsson  <jas@extundo.com>
53476
53477         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
53478         Change default library name from libfoo to libgnu.
53479         Now, if you have a configure.ac that says:
53480                 gl_SOURCE_BASE(gl)
53481                 gl_M4_BASE(gl/m4)
53482                 gl_MODULES(error getopt etcetera)
53483                 gl_INIT
53484         you can import all you need by running:
53485                 ../gnulib/gnulib-tool --import
53486
53487         * modules/getopt (Files): Rename getopt.h to getopt_.h.
53488         (Makefile.am): Rewrite, use logic from argz.
53489         (Include): Use <getopt.h> instead of "getopt.h".
53490
53491 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53492
53493         * modules/argp (Files): Add m4/unlocked-io.m4.
53494         (Depends-on): Add extensions.
53495
53496 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53497
53498         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
53499         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
53500         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
53501         Check for program_invocation_name, program_invocation_short_name,
53502         flockfile, funlockfile, features.h, _getopt_long_only_r.
53503
53504 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53505
53506         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
53507         its complicated substitute.
53508         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
53509         and program_invocation_name.
53510         (__argp_basename) [!_LIBC]: Remove; the only use was
53511         replaced by its body.
53512         (__argp_short_program_name): Change condition from
53513         !defined __argp_short_program_name to
53514         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
53515         to match argp-namefrob.h.
53516         (__argp_failure): Don't assume strerror_r returns char *.
53517         * lib/argp-parse.c (N_): Define unconditionally.
53518         (argp_default_options): Fill out initializers with 0 to avoid
53519         gcc warnings.
53520
53521 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
53522
53523         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
53524         getopt1.c.
53525
53526 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
53527
53528         Merge from coreutils.
53529
53530         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
53531
53532         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
53533         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
53534
53535 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
53536
53537         Merge from coreutils.
53538
53539         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
53540         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
53541         for Reliant Unix 5.43.
53542
53543         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
53544         (union fooround): Use uintmax_t, not long int.
53545         The rest is a merge from libc:
53546         [defined _LIBC]: Include <shlib-compat.h>.
53547         (_obstack) [defined _LIBC]: Remove after 2.3.4.
53548
53549         * lib/settime.c (settime): Recode to avoid warning with
53550         Sun Forte C 6U2.
53551
53552         * lib/strverscmp.c: Convert to UTF-8.
53553
53554 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
53555
53556         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
53557         m4/uintmax_t.m4.
53558
53559 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
53560
53561         * modules/xalloc-die: New file.
53562         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
53563
53564         * modules/md5 (Files): Add m4/uint32_t.m4.
53565         * modules/sha1: Renamed from modules/sha.
53566         (Files):
53567         Rename lib/sha.h to lib/sha1.h.
53568         Rename lib/sha.c to lib/sha1.c.
53569         Rename m4/sha.m4 to m4/sha1.m4.
53570         (lib_SOURCES): Likewise.
53571         (configure.ac): Rename gl_SHA to gl_SHA1.
53572         (Include): sha.h -> sha1.h.
53573
53574 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
53575
53576         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
53577         * m4/sha1.m4: Renamed from sha.m4.
53578         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
53579
53580 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
53581
53582         * lib/obstack.h (obstack_empty_p):
53583         Don't assume that chunk->contents is suitably aligned.
53584         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
53585         Likewise. Problem reported by Benno in
53586         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
53587
53588         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
53589         readable.  This could be improved further but it'd take some work.
53590
53591 2004-08-08  Simon Josefsson  <jas@extundo.com>
53592
53593         * modules/xgethostname (Depends-on): Remove exit and error (not
53594         used).
53595
53596         * modules/getpass-gnu: Add getpass.h.
53597         (Depends-on): Add stdbool.
53598         * modules/getpass: Add getpass.h.
53599
53600 2004-08-08  Simon Josefsson  <jas@extundo.com>
53601
53602         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
53603         Check getpass declaration.
53604
53605 2004-08-08  Simon Josefsson  <jas@extundo.com>
53606
53607         * lib/xgethostname.c: Don't include error.h (not used).
53608
53609         * lib/getpass.h: Add.
53610         * lib/getpass.c: Include getpass.h first.
53611
53612 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
53613
53614         * lib/xalloc-die.c: New file.
53615         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
53616         All uses removed.
53617         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
53618         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
53619         xalloc-die.c.
53620         (_, N_, xalloc_die): Move to xalloc-die.c.
53621         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
53622         so that we needn't mess with xalloc_msg_memory_exhausted.
53623
53624         * lib/sha1.h: Renamed from sha.h.
53625         (SHA1_H): Renamed from _SHA_H.
53626         (sha1_ctx): Renamed from sha_ctx.
53627         (sha1_init_ctx): Renamed from sha_init_ctx.
53628         (sha1_process_block): Renamed from sha_process_block.
53629         (sha1_process_bytes): Renamed from sha_process_bytes.
53630         (sha1_finish_ctx): Renamed from sha_finish_ctx.
53631         (sha1_read_ctx): Renamed from sha_read_ctx.
53632         (sha1_stream): Renamed from sha_stream.
53633         (sha1_buffer): Renamed from sha_buffer.
53634         * lib/sha1.c: Likewise; renamed from sha.c.
53635         Do not include <sys/types.h>.
53636         Include <stddef.h> rather than <stdlib.h>.
53637
53638 2004-08-08  Bruno Haible  <bruno@clisp.org>
53639
53640         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
53641         FILESYSTEM_PREFIX_LEN.
53642         * lib/progreloc.c: Likewise.
53643         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
53644
53645 2004-08-06  Simon Josefsson  <jas@extundo.com>
53646
53647         * modules/progname (Depends-on): Don't depend on stdbool.
53648
53649 2004-08-06  Simon Josefsson  <jas@extundo.com>
53650
53651         * modules/getsubopt: New file.
53652         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53653         getsubopt.
53654
53655 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53656
53657         More merge from coreutils.
53658
53659         * m4/utimens.m4, m4/utimecmp.m4: New files.
53660         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
53661         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
53662         prereq.m4, sha.m4: Import changes from coreutils.
53663
53664 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53665
53666         More merge from coreutils.
53667         * modules/raise, modules/readtokens0, modules/utimens:
53668         * modules/utimecmp, module/xnanosleep: New files.
53669         * modules/strftime: Add lib/strftime.h.
53670         Change include from <time.h> to "strftime.h".
53671         * modules/yesno: Add lib/yesno.h.
53672         * modules/backupfile: Remove lib/addext.c.
53673         * modules/euidaccess: Add stat-macros.h.
53674         * modules/canonicalize, modules/euidaccess,
53675         modules/filemode, modules/lchown, modules/makepath,
53676         modules/rmdir, modules/stat: Likewise.
53677
53678 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53679
53680         Merge from tar.
53681         * lib/argp-help.c (make_hol, hol_append): Don't assume that
53682         SIZE_MAX is a valid preprocessor constant.
53683         (__argp_basename): Change from "#ifndef _LIBC"
53684         to "#ifndef __argp_short_program_name", so that
53685         we don't compile these functions for tar.
53686
53687         More merges from coreutils.
53688         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
53689         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
53690         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
53691         * lib/addext.c: Remove; no longer needed.
53692         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
53693         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
53694         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
53695         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
53696         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
53697         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
53698         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
53699         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
53700         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
53701         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53702         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
53703         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
53704         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
53705         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
53706         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
53707         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
53708         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
53709         Import changes from coreutils.
53710
53711 2004-08-05  Simon Josefsson  <jas@extundo.com>
53712
53713         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
53714
53715 2004-08-05  Simon Josefsson  <jas@extundo.com>
53716
53717         * m4/getsubopt.m4: New file.
53718
53719 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53720
53721         Merge from coreutils.
53722
53723         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
53724         * m4/getcwd-path-max.m4: New files.
53725
53726         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
53727         FILESYSTEM_PREFIX_LEN ->
53728         FILE_SYSTEM_PREFIX_LEN.
53729         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
53730         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
53731         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
53732         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
53733
53734         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
53735         prerequisite modules now handle the DOS stuff.
53736         Don't check for unistd.h.
53737
53738 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53739
53740         Merge from coreutils.
53741
53742         * lib/.gdb-history: Remove; this doesn't belong here.
53743
53744         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
53745         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
53746         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
53747         * lib/getcwd.c: New files.
53748
53749         * lib/dirname.h: Include <stdbool.h>.
53750         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
53751         for consistency with POSIX terminology.  All uses changed.
53752         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
53753         (strip_trailing_slashes): Use bool for booleans.
53754         * lib/stripslash.c (strip_trailing_slashes): Likewise.
53755
53756         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
53757         sometimes returns a positive errno value even when it succeeds.
53758         (print_errno_message) [!LIBC]: Fall back on strerror if
53759         __strerror_r fails.
53760
53761         * lib/path-concat.c (mempcpy): Don't define if a system header defines
53762         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
53763         (longest_relative_suffix): New function.
53764         (path_concat): Use it.  Assume first argument is not NULL.
53765         Port to DOS.  Omit redundant separators.
53766         Report an error instead of returning NULL.
53767         Use mempcpy instead of memcpy.
53768         (xpath_concat): Remove: not declared or used.
53769
53770         * lib/same.h: Include <stdbool.h>
53771         (same_name): Return bool, not int.
53772         * lib/same.c (same_name): Likewise.
53773         (errno): Don't declare; we assume C89 or better now.
53774
53775         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
53776         if not already defined.
53777
53778         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
53779         * lib/dup-safer.c (errno): Likewise.
53780
53781 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53782
53783         Merge from coreutils.
53784         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
53785         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
53786         * modules/path-concat: Don't depend on strdup.
53787
53788 2004-08-03  Simon Josefsson  <jas@extundo.com>
53789
53790         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
53791         * lib/progname.h: Don't include stdbool.h.
53792
53793 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53794
53795         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
53796         * MODULES.html.sh (func_all_modules): Remove fatal.
53797
53798 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53799
53800         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
53801
53802 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53803
53804         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
53805         working.
53806
53807 2004-08-02  Simon Josefsson  <jas@extundo.com>
53808
53809         * lib/getsubopt.h: New file, with comments from Bruno Haible.
53810         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
53811         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
53812
53813 2004-08-01  Simon Josefsson  <jas@extundo.com>
53814
53815         * lib/xgetdomainname.c: Include stdlib.h, for free().
53816
53817 2004-07-19  Bruno Haible  <bruno@clisp.org>
53818
53819         * MODULES.html.sh (func_all_modules): Add dummy.
53820
53821 2004-07-16  Simon Josefsson  <jas@extundo.com>
53822
53823         * modules/dummy: New file.
53824
53825 2004-07-16  Simon Josefsson  <jas@extundo.com>
53826
53827         * lib/dummy.c: New file.
53828
53829 2004-07-16  Bruno Haible  <bruno@clisp.org>
53830
53831         * lib/backupfile.h: Add extern "C" for C++.
53832         * lib/closeout.h: Likewise.
53833         * lib/copy-file.h: Likewise.
53834         * lib/findprog.h: Likewise.
53835         * lib/full-write.h: Likewise.
53836         * lib/pathname.h: Likewise.
53837         * lib/progname.h: Likewise.
53838         * lib/stpcpy.h: Likewise.
53839         * lib/stpncpy.h: Likewise.
53840         * lib/strcase.h: Likewise.
53841         * lib/strstr.h: Likewise.
53842         * lib/xalloc.h: Likewise.
53843
53844         * lib/mbswidth.h: Add extern "C" for C++.
53845         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
53846
53847 2004-07-13  Robert Millan  <robertmh@gnu.org>
53848
53849         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
53850
53851 2004-07-09  Simon Josefsson  <jas@extundo.com>
53852
53853         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
53854         failed without this.)
53855
53856 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53857
53858         * modules/chown (Files): Add lib/fchown-stub.c, since
53859         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
53860
53861 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53862
53863         * lib/fchown-stub.c: New file.
53864
53865 2004-06-24  Jim Meyering  <jim@meyering.net>
53866
53867         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
53868
53869 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53870
53871         * modules/argz: Omit "#include".
53872
53873         * MODULES.html.sh (func_all_modules): Add calloc, to match
53874         2004-06-01 addition of calloc module.
53875
53876 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53877
53878         * m4/argz.m4: New file, which is autoupdated from libtool.
53879
53880 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53881
53882         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
53883         libtool.
53884
53885 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53886
53887         * config/srclist-update: Don't insist on "USA." before the
53888         close-comment, as libtool omits the period and puts the */ on a
53889         separate line.
53890         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
53891         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
53892
53893 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
53894
53895         * modules/argz: New file.
53896         * MODULES.html.sh (func_all_modules): Add argz.
53897
53898 2004-06-12  Jim Meyering  <jim@meyering.net>
53899         and  Paul Eggert  <eggert@cs.ucla.edu>
53900
53901         * modules/hash (Files): Add lib/xalloc.h.
53902         * modules/pipe (Depends-on): Add wait-process.
53903         * modules/stat (Depends-on): Add xalloc.
53904         * modules/userspec (Files): Add lib/userspec.h.
53905         * modules/xstrto
53906
53907         Upgrade from gettext-0.13.
53908         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
53909         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
53910         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
53911
53912 2004-06-10  Jim Meyering  <jim@meyering.net>
53913
53914         * lib/calloc.c: New file.
53915
53916 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
53917
53918         * lib/getdate.y (yylex): Allow space between sign and number.
53919         Problem reported by Dan Jacobson.
53920
53921 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53922
53923         Merge from coreutils CVS.
53924
53925         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
53926         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
53927         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
53928         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
53929         xstrtol.m4: Fix copyright date and/or serial number.
53930
53931         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
53932         See if we need an fchown replacement.
53933         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
53934         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
53935         and use the replacement function if we detect either defect.
53936
53937         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
53938         gl_UTIMECMP.
53939
53940 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53941         and  Jim Meyering  <jim@meyering.net>
53942
53943         Merge from coreutils CVS.
53944
53945         * lib/stat-macros.h: New file, with contents from file-type.h
53946         and coreutils' system.h.
53947         * lib/file-type.c: Include "stat-macros.h".
53948         * lib/file-type.h (file_type): Move all macro definitions to new file,
53949         stat-macros.h.
53950
53951         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
53952         Wrap old code with this conditional.
53953         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
53954         function that does not dereference symlinks.
53955         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
53956
53957         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
53958         dependency problems.
53959         (xreadlink): Accept new arg SIZE, for efficiency.
53960         All decls and uses changed.
53961         * lib/xreadlink.h: Include <stddef.h>, for size_t.
53962
53963         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
53964         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
53965
53966         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
53967         sysexits.h.
53968
53969 2004-06-01  Jim Meyering  <jim@meyering.net>
53970
53971         * m4/calloc.m4: New file.
53972
53973 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
53974
53975         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
53976         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
53977         Also, fix a typo in a diagnostic.
53978
53979 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53980
53981         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
53982         or AC_FUNC_REALLOC.
53983
53984 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53985
53986         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
53987         macros to be defined.
53988         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
53989         the allocator returns NULL because the requested size is zero.
53990
53991 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53992
53993         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
53994         var.  Add comment explaining why libc still defines it.  This
53995         merges the following patch from glibc:
53996         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
53997
53998 2004-05-20  Andreas Schwab  <schwab@suse.de>
53999
54000         * m4/free.m4: Replace free if it not known to work, not the other
54001         way round.
54002
54003 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
54004
54005         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
54006         present in glibc since revision 1.1 of this file.
54007         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
54008         obstack_alignment_mask, obstack_alloc, obstack_base,
54009         obstack_blank, obstack_blank_fast, obstack_chunk_size,
54010         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
54011         obstack_grow0, obstack_init, obstack_int_grow,
54012         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
54013         obstack_next_free, obstack_object_size, obstack_ptr_grow,
54014         obstack_ptr_grow_fast, obstack_room): Remove declarations of
54015         nonexistent functions.
54016
54017 2004-05-18  Karl Berry  <karl@gnu.org>
54018
54019         * config/srclist.txt: break link for vasnprintf.c.
54020
54021 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
54022
54023         Port obstack to the AS/400, where pointers are 16 bytes wide and
54024         you cannot cast an integer to a valid pointer.  This patch is
54025         currently waiting to be integrated into glibc; see
54026         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
54027
54028         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
54029         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
54030         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
54031         (struct obstack): temp member is now a union of a pointer and
54032         an integer, instead of an integer.  All integer uses changed.
54033         This does not affect the physical layout of struct obstack,
54034         except on hosts (like the AS/400) where the size or alignment of
54035         void * is greater than that of ptrdiff_t.
54036         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
54037         __STDC__)]: Store temporary in pointer member of union, not
54038         integer member.
54039         * lib/obstack.c: Include <stddef.h>, for offsetof.
54040         (struct fooalign): Remove; it doesn't need a name.
54041         (union fooround): Change double to long double, and add void *.
54042         (DEFAULT_ALIGNMENT): Use offsetof to compute.
54043         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
54044         not a macro.  Hence the values are always int; so remove all
54045         casts-to-int in uses.
54046
54047 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
54048
54049         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
54050         we can get this patch merged into glibc.
54051
54052 2004-05-17  Derek R. Price  <derek@ximbiot.com>
54053             Paul Eggert  <eggert@cs.ucla.edu>
54054
54055         * m4/argp: Depend on alloca.
54056
54057 2004-05-17  Derek R. Price  <derek@ximbiot.com>
54058             Paul Eggert  <eggert@cs.ucla.edu>
54059
54060         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
54061         freecoding.
54062
54063 2004-05-17  Bruno Haible  <bruno@clisp.org>
54064
54065         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
54066         precision that consists of a '.' followed by an empty digit string.
54067         Patch by Tor Lillqvist <tml@iki.fi>.
54068
54069 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
54070
54071         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
54072         for backward compatibility with older code.  We need our own
54073         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
54074         it under some other name, and our alloca.h will define it.
54075
54076 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
54077             Derek Price  <derek@ximbiot.com>
54078
54079         * lib/alloca.c: Include <alloca.h>, to get our interface.
54080         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
54081         include <alloca.h> first.  Use C89 prototype for alloca; this
54082         requires including <stddef.h> for size_t.  Use extern "C" if C++.
54083         Use #elif for simplicity, since we can assume C89 now.
54084         Don't try to source the system alloca.h since it will not be found
54085         and to prevent recursively including its replacement.
54086         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
54087         * lib/regex.c: Likewise.
54088
54089 2004-05-16  Derek Price  <derek@ximbiot.com>
54090             Paul Eggert  <eggert@cs.ucla.edu>
54091
54092         getline cleanup.  This changes the getndelim2 API: both order of
54093         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
54094         no delimiter).
54095
54096         * lib/getline.c: Don't include stddef.h or stdio.h, since our
54097         interface does that.
54098         (getline): Always use getdelim, so that we don't have two
54099         copies of this code.
54100         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
54101         if available.
54102         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
54103         (GETNDELIM2_MAXIMUM): New macro.
54104         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
54105         instead of the old practice of delim2==0.  All callers changed.
54106         Return -1 on overflow, instead of returning junk.
54107         Do not set *linesize unless allocation succeeds.
54108         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
54109         that we include sys/types.h.
54110         * lib/getnline.h: Likewise.
54111         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
54112         (getndelim2): Reorder arguments.
54113         * lib/getnline.c (getnline, getndelim):
54114         Don't discard the NMAX argument.
54115         (getnline): Invoke getndelim, to avoid code duplication.
54116         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
54117         of (size_t) -1 by callers of the getnline family.
54118
54119 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
54120
54121         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
54122         Check for gettimeofday.
54123         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
54124         Check for settimeofday, stime.
54125
54126 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
54127
54128         * lib/nanosleep.c (suspended): Change its type from int to
54129         sig_atomic_t volatile.
54130         (first_call): Make it private to rpl_nanosleep, and have it
54131         be zero initially as that's a bit faster.
54132         (my_usleep): Round up fractional times instead of truncating them,
54133         as this is the usual meaning for 'sleep'.
54134
54135         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
54136         doesn't work.
54137         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
54138         (ENOSYS): Define if not defined.
54139         (settime): Fall back on stime if it exists and settimeofday fails.
54140         But don't bother with fallbacks if a method fails with errno == EPERM.
54141
54142 2004-05-11  Jim Meyering  <jim@meyering.net>
54143
54144         Prior to this change, the save_cwd caller required read access to the
54145         current directory on most systems (ones with the fchdir function).
54146
54147         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
54148         fails, try write-only, and finally, resort to using xgetcwd.
54149
54150 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
54151
54152         * lib/obstack.c, obstack.h: Import changes from libc.
54153
54154 2004-04-28  Bruno Haible  <bruno@clisp.org>
54155
54156         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
54157         also implicitly appends .exe to executables.
54158         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
54159         accepts Windows pathnames.
54160         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
54161         Treat Cygwin like Windows, since it now accepts Windows pathnames.
54162         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
54163         Treat Cygwin like Windows, since it now accepts Windows pathnames.
54164         Reported by Derek Robert Price <derek@ximbiot.com>.
54165
54166 2004-04-21  Karl Berry  <karl@gnu.org>
54167
54168         * config/srclist.txt (localcharset.c): break sync.
54169
54170 2004-04-20  Paul Eggert  <eggert@twinsun.com>
54171
54172         * m4/host-os.m4: Add a copyright notice.
54173
54174 2004-04-20  Jim Meyering  <jim@meyering.net>
54175
54176         Change UTILS_ to gl_ in AC_DEFINE'd names.
54177         Change utils_- and jm_-prefixed variables, too.
54178         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
54179         UTILS_FUNC_MKDIR_TRAILING_SLASH.
54180         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
54181
54182         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
54183         Don't emit trailing blanks.
54184         Also rename jm_-prefixed variables to have gl_ prefix.
54185
54186         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
54187         Also rename jm_-prefixed variables to have gl_ prefix.
54188
54189         * m4/jm-macros.m4: Reflect the renamings.
54190         * m4/prereq.m4: Likewise.
54191
54192 2004-04-20  Jim Meyering  <jim@meyering.net>
54193
54194         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
54195         memory.
54196
54197 2004-04-20  Jim Meyering  <jim@meyering.net>
54198             Bruno Haible  <bruno@clisp.org>
54199
54200         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
54201         memory when realloc fails.
54202
54203 2004-04-19  Jim Meyering  <jim@meyering.net>
54204
54205         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
54206         now that readutmp.c may call `free (0)'.
54207
54208 2004-04-19  Bruno Haible  <bruno@clisp.org>
54209
54210         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
54211         * m4/inttypes_h.m4: Likewise.
54212         * m4/stdint_h.m4: Likewise.
54213         * m4/intmax_t.m4: Likewise.
54214         * m4/uintmax_t.m4: Likewise.
54215
54216 2004-04-18  Jim Meyering  <jim@meyering.net>
54217
54218         * m4/prereq.m4: Don't forbid jm_ prefix.
54219
54220         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
54221         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
54222         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
54223         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
54224         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
54225         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
54226         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
54227         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
54228         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
54229         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
54230         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
54231         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
54232         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
54233         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
54234         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
54235         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
54236         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
54237         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
54238         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
54239
54240 2004-04-18  Jim Meyering  <jim@meyering.net>
54241
54242         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
54243         failure, don't leak memory and do call END_UTMP_ENT.
54244
54245 2004-04-16  Jim Meyering  <jim@meyering.net>
54246
54247         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
54248         coreutils' stat program.
54249         (gl_PREREQ): Don't require jm_PREREQ_STAT.
54250
54251 2004-04-11  Paul Eggert  <eggert@twinsun.com>
54252
54253         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
54254         C89.
54255         (CHAR_BIT): Remove, since we assume C89.
54256         Include <stdint.h> if available, as per current Autoconf CVS advice.
54257
54258 2004-03-31  Jim Meyering  <jim@meyering.net>
54259
54260         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
54261         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
54262         * m4/xalloc.m4: Likewise.
54263
54264 2004-03-30  Paul Eggert  <eggert@twinsun.com>
54265
54266         Merge from coreutils.
54267
54268         * m4/inttostr.m4: New file.
54269         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
54270         Require AM_STDBOOL_H and gl_TIMESPEC instead.
54271         Require gl_CLOCK_TIME.
54272         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
54273
54274 2004-03-30  Paul Eggert  <eggert@twinsun.com>
54275
54276         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
54277         not bool, to be more consistent with Unix conventions.
54278         Suggested by Bruno Haible.
54279
54280         Merge from coreutils.
54281
54282         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
54283         * lib/umaxtostr.c: New files.
54284
54285         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
54286         the usual <time.h> dance.
54287         (get_date): Change signature to support fractional time stamps.
54288         All callers changed.
54289         * lib/getdate.y: Include "getdate.h" first, as we can now
54290         assume C89 and don't need to worry about 'const'.
54291         Similarly, include "unlocked-io.h" near start, not in middle.
54292         Include <limits.h>.
54293         (textint.value): Use long int rather than int.
54294         (textint.digits): Use size_t rather than int.
54295         (BILLION, LOG10_BILLION): New constants.
54296         (parser_control): New member rel_ns.  Members day_ordinal,
54297         time_zone, month, day, hour, minutes, rel_year, rel_month,
54298         rel_day, rel_hour, rel_minutes, rel_seconds
54299         are now long int, not int.  Member seconds is now struct timespec,
54300         not int.  New member timespec_seen.  Members dates_seen, days_seen,
54301         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
54302         not int.
54303         (%union.intval): Now long int, not int.
54304         New member timespec.
54305         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
54306         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
54307         (spec): Now is a timespec or an item list.
54308         (timespec, items): New nonterminals.
54309         (time, rel, relunit, number, get_date):
54310         Add support for fractional seconds.
54311         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
54312         (gmtime, localtime, mktime): Remove decls; not needed with C89.
54313         (to_hour): First arg is now long int, not int.
54314         (to_year): Returns long int, not int.
54315         Don't treat year -70 like 70.
54316         (tm_diff): Returns long int, not int.
54317         (lookup_word): Use bool instead of int when appropriate.
54318         (yylex): Use size_t for count, not int.
54319         Detect overflow when parsing large integer constants.
54320         Add support for fractions.
54321         (get_date): Make pointers 'const' if possible.
54322         Use more-portable code to detect integer overflow.
54323         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
54324         Don't use ctime; it's not reliable if the year has >4 digits.
54325
54326         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
54327         This is for compatibility with BSD.
54328
54329         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
54330         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
54331         From coreutils' system.h.
54332
54333         * lib/userspec.c: Don't include "posixver.h".
54334         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
54335         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
54336         compatible extension.  Simplify code by removing a boolean int
54337         that was always nonzero if a string was nonnull.
54338
54339 2004-03-30  Jim Meyering  <jim@meyering.net>
54340
54341         Merge from coreutils.
54342
54343         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
54344         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
54345         on some systems one must include <grp.h> before it.
54346         Reported by Christian Krackowizer.
54347
54348 2004-03-30  Jim Meyering  <jim@meyering.net>
54349
54350         Merge from coreutils.
54351
54352         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
54353
54354         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
54355         an empty input stream.
54356
54357         * lib/readtokens.c: Include <stdbool.h>.
54358         (readtoken): Use `size_t' rather than int/long.
54359         All callers adjusted.
54360         Use `bool' rather than `int' where appropriate.
54361         Use memset rather than an explicit loop.
54362         Use x2nrealloc rather than xrealloc.
54363         Allow the use of `\0' as a delimiter.
54364         (readtokens): Likewise.
54365         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
54366
54367 2004-03-30  Jim Meyering  <jim@meyering.net>
54368
54369         * m4/realloc.m4: Remove file, since now it does no more than
54370         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
54371         the `configure.ac' section of module/realloc.
54372         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
54373
54374 2004-03-30  Bruno Haible  <bruno@clisp.org>
54375
54376         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
54377         nonnull.
54378
54379 2004-03-29  Paul Eggert  <eggert@twinsun.com>
54380
54381         Merge changes to getloadavg.c from coreutils and Emacs.
54382
54383         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
54384         Define to an expression, not to the empty string.
54385         Include cloexec.h and xalloc.h.
54386         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
54387         Use set_cloexec_flag rather than rolling our own.
54388         * lib/cloexec.c, lib/cloexec.h: New files.
54389
54390 2004-03-29  Paul Eggert  <eggert@twinsun.com>
54391
54392         * m4/cloexec.m4: New file.
54393
54394 2004-03-18  Paul Eggert  <eggert@twinsun.com>
54395
54396         * lib/getopt.h: Sync with libc CVS.
54397
54398 2004-03-18  Paul Eggert  <eggert@twinsun.com>
54399             Bruno Haible  <bruno@clisp.org>
54400
54401         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
54402         mbswidth.
54403
54404 2004-03-18  Paul Eggert  <eggert@twinsun.com>
54405             Bruno Haible  <bruno@clisp.org>
54406
54407         * lib/mbswidth.h: Include <wchar.h> only if
54408         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
54409         <wchar.h>.
54410         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
54411
54412 2004-03-09  Paul Eggert  <eggert@twinsun.com>
54413
54414         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
54415         Sync with libc CVS.
54416         * lib/getopt_int.h: New file, also synced from libc.
54417
54418 2004-03-09  Paul Eggert  <eggert@twinsun.com>
54419
54420         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
54421         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
54422         Bring back getopt.c, getopt.h, getopt1.c.
54423
54424 2004-03-07  Paul Eggert  <eggert@twinsun.com>
54425
54426         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
54427         All uses changed.  Check for sa_sigaction member; this fixes
54428         a bug first reported by Jason Andrade in
54429         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
54430
54431 2004-03-07  Paul Eggert  <eggert@twinsun.com>
54432
54433         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
54434         '#if' expressions.  Unlike the code it replaces, it does not
54435         depend on (defined _SC_PAGESIZE).  However, it does depend on
54436         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
54437         first reported by Jason Andrade in
54438         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
54439
54440 2004-02-25  Simon Josefsson  <jas@extundo.com>
54441
54442         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
54443
54444 2004-02-25  Simon Josefsson  <jas@extundo.com>
54445
54446         * lib/strdup.h: New file.
54447         * lib/strdup.c: Include it.
54448         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
54449         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
54450
54451 2004-02-23  Karl Berry  <karl@gnu.org>
54452
54453         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
54454         (from fencepost.gnu.org:/gd/gnuorg).
54455
54456 2004-02-23  Karl Berry  <karl@gnu.org>
54457
54458         * config/srclistvars.sh (GNUORG) [karl]: redefine.
54459         * config/srclist.txt: add maintain/standards documents.
54460
54461 2004-02-18  Bruno Haible  <bruno@clisp.org>
54462
54463         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
54464         Reported by Derek Robert Price <derek@ximbiot.com>.
54465
54466 2004-02-16  Karl Berry  <karl@gnu.org>
54467
54468         * config/mkinstalldirs, install-sh: update from automake.
54469
54470 2004-02-06  Karl Berry  <karl@gnu.org>
54471
54472         * m4/po.m4: update from gettext 0.14.1.
54473
54474 2004-02-06  Karl Berry  <karl@gnu.org>
54475
54476         * lib/config.charset: update from gettext 0.14.1.
54477
54478 2004-02-05  Paul Eggert  <eggert@twinsun.com>
54479
54480         Add comments and code, prompted by suggestions from Bruno Haible
54481         for sh-quote.
54482         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
54483         describing the enum quoting_style values.
54484         * lib/quotearg.c (quotearg_alloc): New function.
54485         (quotearg_buffer_restyled): Treat lone { and } as special.
54486         Treat = as special.  Work around bug with older shells
54487         that "see" a '\' that is really the 2nd byte of a multibyte char.
54488         Quote empty string with shell_quoting_style.
54489
54490 2004-02-03  Bruno Haible  <bruno@clisp.org>
54491
54492         * m4/pipe.m4: New file, from GNU gettext.
54493
54494 2004-02-03  Bruno Haible  <bruno@clisp.org>
54495
54496         * lib/pipe.h: New file, from GNU gettext.
54497         * lib/pipe.c: New file, from GNU gettext.
54498
54499 2004-01-27  Bruno Haible  <bruno@clisp.org>
54500
54501         * m4/execute.m4: New file, from GNU gettext.
54502
54503 2004-01-27  Bruno Haible  <bruno@clisp.org>
54504
54505         * lib/execute.h: New file, from GNU gettext.
54506         * lib/execute.c: New file, from GNU gettext.
54507         * lib/w32spawn.h: New file, from GNU gettext.
54508
54509 2004-01-24  Paul Eggert  <eggert@twinsun.com>
54510
54511         Merge from diffutils.
54512
54513         * lib/file-type.c (file_type): Add typed memory objects.
54514         * lib/file-type.h (S_TYPEISTMO): New macro.
54515
54516         * lib/c-stack.h (c_stack_action): Remove argv argument.
54517         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
54518         (die): Don't calculate message unless segv_action returns.
54519         (get_stack_location, min_address_from_argv, max_address_from_argv,
54520         volatile stack_base, volatile_stack_size): Remove.
54521         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
54522         that every segmentation violation is a stack overflow.  (Ouch!)
54523         See Debian bug 136249 (still outstanding) for more info about why
54524         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
54525
54526 2004-01-24  Paul Eggert  <eggert@twinsun.com>
54527
54528         Exit-status fix from coreutils.
54529
54530         Use exit_failure consistently in place of EXIT_FAILURE,
54531         so that program exit statuses are consistent on failure.
54532
54533         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
54534         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
54535         * lib/argmatch.h: Comment fix to match the above.
54536         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
54537         Now a macro referring to exit_failure, instead of a separate
54538         variable.  Include "exitfail.h" to get it.
54539         * lib/xstrtol.h: Include "exitfail.h".
54540         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
54541
54542         * lib/long-options.c (parse_long_options): Use prototype
54543         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
54544         for clarity.
54545
54546 2004-01-21  Jim Meyering  <jim@meyering.net>
54547
54548         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
54549         so as not to conflict with a different-sized __mktime_internal
54550         function in GNU libc.
54551         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
54552         Problem building statically-linked `ls' reported by Michael Brunnbauer.
54553
54554 2004-01-20  Karl Berry  <karl@gnu.org>
54555
54556         * config/config.guess: update from config.
54557
54558         * config/srclistvars.sh: GNUWWWLICENSES for karl.
54559
54560 2004-01-20  Bruno Haible  <bruno@clisp.org>
54561
54562         Safer stack allocation.
54563         * lib/setenv.c: Include allocsa.h.
54564         (alloca): Remove fallback definition.
54565         (freea): Remove macro.
54566         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
54567         instead of freea.
54568
54569 2004-01-20  Bruno Haible  <bruno@clisp.org>
54570
54571         * m4/eealloc.m4: New file, from GNU gettext.
54572
54573 2004-01-20  Bruno Haible  <bruno@clisp.org>
54574
54575         * m4/allocsa.m4: New file, from GNU gettext.
54576
54577 2004-01-20  Bruno Haible  <bruno@clisp.org>
54578
54579         * lib/xallocsa.h: New file, from GNU gettext.
54580         * lib/xallocsa.c: New file, from GNU gettext.
54581
54582 2004-01-20  Bruno Haible  <bruno@clisp.org>
54583
54584         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
54585
54586 2004-01-20  Bruno Haible  <bruno@clisp.org>
54587
54588         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
54589         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
54590         specially.
54591
54592 2004-01-20  Bruno Haible  <bruno@clisp.org>
54593
54594         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
54595         patch.
54596
54597 2004-01-20  Bruno Haible  <bruno@clisp.org>
54598
54599         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
54600
54601 2004-01-20  Bruno Haible  <bruno@clisp.org>
54602
54603         * lib/eealloc.h: New file.
54604
54605 2004-01-20  Bruno Haible  <bruno@clisp.org>
54606
54607         * lib/binary-io.h: Avoid warnings on Cygwin.
54608
54609 2004-01-20  Bruno Haible  <bruno@clisp.org>
54610
54611         * lib/allocsa.h: New file, from GNU gettext.
54612         * lib/allocsa.c: New file, from GNU gettext.
54613
54614 2004-01-18  Karl Berry  <karl@gnu.org>
54615
54616         * doc/gpl.texi, doc/lgpl.texi: new files.
54617
54618 2004-01-18  Karl Berry  <karl@gnu.org>
54619
54620         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
54621         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
54622
54623 2004-01-15  Paul Eggert  <eggert@twinsun.com>
54624
54625         Merge from coreutils.
54626
54627         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
54628         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
54629         (gl_DEFAULT_POSIX2_VERSION): Move
54630         the documentation from 'configure' into 'config.hin',
54631         so that 'configure --help' isn't burdened by it and
54632         we don't have to worry about its formatting there.
54633         Reword the documentation so that it's more succinct
54634         and can be run together into a single paragraph.
54635         * m4/same.m4 (gl_SAME): Check for pathconf.
54636
54637 2004-01-15  Paul Eggert  <eggert@twinsun.com>
54638
54639         Merge from coreutils.
54640
54641         * lib/posixver.c: Include posixver.h.
54642
54643         * lib/same.c: Include <stdbool.h>, <limits.h>.
54644         (_POSIX_NAME_MAX): Define if not defined.
54645         (MIN): New macro.
54646         (same_name): If file names are silently truncated, report
54647         that the file names are the same if they are the same after
54648         the silent truncation.
54649
54650         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
54651         conversion function.
54652         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
54653         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
54654         longer needed.
54655
54656 2004-01-15  Jim Meyering  <jim@meyering.net>
54657
54658         Merge from coreutils.
54659
54660         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
54661         if no library is required.
54662         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
54663         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
54664         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
54665         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
54666         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
54667         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
54668         value, $ac_cv_search_crypt, if it's "none required".
54669         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
54670         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
54671         not gl_FUNC_GETLOADAVG.
54672         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
54673         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
54674
54675 2004-01-15  Jim Meyering  <jim@meyering.net>
54676
54677         Merge from coreutils.
54678
54679         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
54680         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
54681         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
54682
54683         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
54684         optional configure-time default.
54685
54686         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54687
54688         * lib/xreadlink.c (xreadlink): Correct outdated comment.
54689
54690 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
54691
54692         Merge from coreutils.
54693
54694         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
54695         value, $ac_cv_search_nanosleep, if it's "none required".
54696
54697 2004-01-14  Paul Eggert  <eggert@twinsun.com>
54698
54699         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
54700         with like-named macro in fnmatch.c.
54701         (EXT): Use an internal constant instead.
54702
54703         Merge fnmatch patches from glibc.
54704         * lib/fnmatch.c (mbsinit): Remove define.
54705         Add libc_hidden_ver (__fnmatch, fnmatch).
54706         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
54707         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
54708
54709 2004-01-14  Karl Berry  <karl@gnu.org>
54710
54711         * config/install-sh: update from automake.
54712
54713 2004-01-13  Karl Berry  <karl@gnu.org>
54714
54715         * config/install-sh: update from automake.
54716
54717 2004-01-09  Karl Berry  <karl@gnu.org>
54718
54719         * config/install-sh: update from automake.
54720
54721 2004-01-05  Karl Berry  <karl@gnu.org>
54722
54723         * config/config.{sub,guess}: update from config.
54724
54725 2003-12-31  Karl Berry  <karl@gnu.org>
54726
54727         * config/depcomp: update from automake.
54728
54729 2003-12-14  Karl Berry  <karl@gnu.org>
54730
54731         * lib/config.charset: update from gettext-runtime.
54732
54733 2003-12-03  Paul Eggert  <eggert@twinsun.com>
54734
54735         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
54736         Bug reported by Alfred M. Szmidt.
54737
54738 2003-12-03  Bruno Haible  <bruno@clisp.org>
54739
54740         * m4/gettext.m4: Upgrade from gettext-0.13.
54741         * m4/po.m4: Upgrade from gettext-0.13.
54742         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
54743         * m4/intmax.m4: New file, from gettext-0.13.
54744         * m4/printf-posix.m4: New file, from gettext-0.13.
54745
54746 2003-11-29  Karl Berry  <karl@gnu.org>
54747
54748         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
54749
54750 2003-11-25  Paul Eggert  <eggert@twinsun.com>
54751             Bruno Haible  <bruno@clisp.org>
54752
54753         * lib/printf-parse.h: Don't include sys/types.h.
54754         (ARG_NONE): New macro.
54755         (char_directive): Change type of *arg_index fields to size_t.
54756         * lib/printf-parse.c: Don't include sys/types.h.
54757         (SSIZE_MAX): Remove macro.
54758         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
54759         Remove unnecessary overflow check.
54760         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
54761         fields.
54762
54763 2003-11-25  Bruno Haible  <bruno@clisp.org>
54764
54765         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
54766
54767 2003-11-25  Bruno Haible  <bruno@clisp.org>
54768
54769         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
54770         gt_TYPE_SSIZE_T.
54771
54772 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54773
54774         * modules/alloca: Remove dependency on xalloc.
54775
54776 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54777
54778         * lib/alloca.c: Remove dependency on xalloc module.
54779         (xalloc_die): Remove.
54780         (memory_full) [!defined emacs]: New macro.
54781         [!defined emacs]: Don't include xalloc.h.
54782         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
54783         address arithmetic overflows.  Change datatypes a bit to avoid
54784         unnecessary casts.
54785
54786 2003-11-22  Jim Meyering  <jim@meyering.net>
54787
54788         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
54789         s/size/size_t/.
54790
54791 2003-11-21  Karl Berry  <karl@gnu.org>
54792
54793         * config/config.{sub,guess}: update from config.
54794
54795 2003-11-18  Karl Berry  <karl@gnu.org>
54796
54797         * config/config.{sub,guess}: update from config.
54798
54799         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
54800
54801 2003-11-17  Paul Eggert  <eggert@twinsun.com>
54802
54803         * README: Mention that S+T cannot overflow if S is the size of
54804         an existing object and T is sufficiently small.
54805
54806 2003-11-17  Jim Meyering  <jim@meyering.net>
54807
54808         On systems without utime and without a utimes function capable of
54809         dealing with a NULL struct utimbuf* argument, this utime replacement
54810         could -- in unusual circumstances -- leak a file descriptor.
54811         * lib/utime.c: Include <unistd.h> and <errno.h>.
54812         (utime_null): Be sure to close `fd' and to preserve errno.
54813         Reported by Geoff Collyer via Arnold Robbins.
54814
54815 2003-11-17  Bruno Haible  <bruno@clisp.org>
54816
54817         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
54818         (Depends-on): Add xsize.
54819
54820 2003-11-17  Bruno Haible  <bruno@clisp.org>
54821
54822         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
54823
54824 2003-11-17  Bruno Haible  <bruno@clisp.org>
54825
54826         * lib/vasnprintf.c (alloca): Remove fallback definition.
54827         (freea): Remove definition.
54828         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
54829         Reported by Paul Eggert.
54830
54831 2003-11-16  Paul Eggert  <eggert@twinsun.com>
54832             Bruno Haible  <bruno@clisp.org>
54833
54834         Protect against address arithmetic overflow.
54835         * lib/printf-args.h: Include stddef.h.
54836         (arguments): Change type of field 'count' to size_t.
54837         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
54838         'unsigned int' where appropriate.
54839         * lib/printf-parse.h: Include sys/types.h.
54840         (char_directive): Change type of *arg_index fields to ssize_t.
54841         (char_directives): Change type of fields 'count', max_*_length to
54842         size_t.
54843         * lib/printf-parse.c: Include sys/types.h and xsize.h.
54844         (SSIZE_MAX): Define fallback value.
54845         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
54846         instead of 'int' where appropriate. Check a_allocated, d_allocated
54847         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
54848         * lib/vasnprintf.c: Include xsize.h.
54849         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
54850         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
54851         overflow. Avoid wraparound when converting a width or precision from
54852         decimal to binary.
54853
54854 2003-11-16  Bruno Haible  <bruno@clisp.org>
54855
54856         Update from GNU gettext.
54857         * lib/printf-parse.c: Generalize to it can be compiled for wide
54858         strings.
54859         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
54860         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
54861         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
54862         SNPRINTF): New macros.
54863         Don't include <alloca.h> if the file is used inside libintl.
54864         (local_wcslen): New function, for Solaris 2.5.1.
54865         (VASNPRINTF): Use it instead of wcslen.
54866
54867 2003-11-16  Bruno Haible  <bruno@clisp.org>
54868
54869         * lib/xsize.h (xmax): New function.
54870         (xsum, xsum3, xsum4): Declare as "pure" functions.
54871
54872 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54873
54874         * modules/xalloc (Files): Undo latest change, since xalloc.h
54875         no longer needs SIZE_MAX or PTRDIFF_MAX.
54876
54877 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54878
54879         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
54880         gl_PTRDIFF_MAX.
54881
54882 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54883
54884         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
54885         "return", to pacify some unknown compiler.  Problem reported
54886         by Joerg Schilling.
54887
54888 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54889
54890         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
54891         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
54892         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
54893         heuristic is just as accurate as far as we know, and it removes a
54894         dependency on size_max.m4 and ptrdiff_max.m4.
54895
54896 2003-11-11  Bruno Haible  <bruno@clisp.org>
54897
54898         * modules/xsize (Files): Add m4/size_max.m4.
54899         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
54900
54901 2003-11-11  Bruno Haible  <bruno@clisp.org>
54902
54903         * m4/size_max.m4: New file.
54904         * m4/ptrdiff_max.m4: New file.
54905         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
54906         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
54907         (gl_XALLOC): Invoke it.
54908
54909 2003-11-11  Bruno Haible  <bruno@clisp.org>
54910
54911         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
54912         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
54913         defined.
54914
54915 2003-11-10  Paul Eggert  <eggert@twinsun.com>
54916
54917         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
54918         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
54919         rejected some allocations of exactly SIZE_MAX - 2 bytes.
54920         From Bruno Haible.
54921         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
54922         not (size_t) -1, since it's defined here.
54923
54924 2003-11-09  Karl Berry  <karl@gnu.org>
54925
54926         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
54927
54928 2003-11-06  Paul Eggert  <eggert@twinsun.com>
54929
54930         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
54931         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
54932         Reject sizes of exactly SIZE_MAX bytes.
54933         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
54934         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
54935
54936 2003-11-05  Bruno Haible  <bruno@clisp.org>
54937
54938         * lib/xsize.h: Include limits.h, to avoid a possible collision with
54939         SIZE_MAX defined in <limits.h> on Solaris.
54940
54941 2003-11-04  Jim Meyering  <jim@meyering.net>
54942
54943         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
54944         variable names, rather than @VAR@.
54945         * modules/poll: Likewise.
54946
54947 2003-11-04  Bruno Haible  <bruno@clisp.org>
54948
54949         * modules/xsize: New file.
54950         * modules/linebreak: Depend on xsize.
54951         * MODULES.html.sh (func_all_modules): Add xsize.
54952
54953 2003-11-04  Bruno Haible  <bruno@clisp.org>
54954
54955         * m4/xsize.m4: New file.
54956
54957 2003-11-04  Bruno Haible  <bruno@clisp.org>
54958
54959         * lib/xsize.h: New file.
54960         * lib/linebreak.c: Include xsize.h.
54961         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
54962         argument for overflow.
54963         Suggested by Paul Eggert.
54964
54965 2003-11-03  Karl Berry  <karl@gnu.org>
54966
54967         * config/config.{guess,sub}: update from config.
54968
54969 2003-11-03  Jim Meyering  <jim@meyering.net>
54970
54971         * modules/userspec (lib_SOURCES): Add userspec.h.
54972         (Include): Add "userspec.h".
54973         Improve description.
54974
54975 2003-11-03  Jim Meyering  <jim@meyering.net>
54976
54977         * lib/userspec.c: Include "userspec.h".
54978         * lib/userspec.h: New file.
54979
54980 2003-11-03  Bruno Haible  <bruno@clisp.org>
54981
54982         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
54983
54984 2003-11-03  Bruno Haible  <bruno@clisp.org>
54985
54986         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
54987         available, to avoid (extremely rare) race condition.
54988         Suggested by Paul Eggert.
54989
54990 2003-11-02  Karl Berry  <karl@gnu.org>
54991
54992         * config/srclist.txt (vasprintf.c): sync broken, sigh.
54993
54994 2003-10-31  Paul Eggert  <eggert@twinsun.com>
54995
54996         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
54997         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
54998         (read_filesystem_list): Set and use me_type_malloced.
54999         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
55000         whatever the type happens to be), for brevity and consistency.
55001         Check for size calculation overflow on Alphas running OSF/1.
55002
55003 2003-10-31  Jim Meyering  <jim@meyering.net>
55004
55005         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
55006
55007         * lib/linebuffer.c: Include <string.h> for declaration of memset.
55008
55009 2003-10-30  Paul Eggert  <eggert@twinsun.com>
55010             Bruno Haible  <bruno@clisp.org>
55011
55012         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
55013         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
55014
55015 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
55016
55017         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
55018         netbsd*-gnu*.  Suggested by Robert Millan.
55019
55020 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55021
55022         * modules/group-member: Depend on stdbool.
55023
55024 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55025
55026         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
55027
55028 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55029
55030         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
55031         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
55032         after the 'gnu' in these cases.  This fixes some bugs in the
55033         previous change, and is based on suggestions by Robert Millan.
55034
55035 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55036
55037         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
55038         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
55039         no longer needed.
55040         * lib/quotearg.c (quotearg_n_options): Use it.
55041         * lib/group-member.c: Include <stdbool.h>.
55042         (free_group_info): Arg is now const *; don't free arg.
55043         (get_group_info): Now returns bool and accepts struct group_info *,
55044         rather than returning a malloc'ed struct group_info *.
55045         All uses changed.  Check for overflow in internal size calculation.
55046
55047         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
55048         rather than xmalloc/xrealloc.
55049         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
55050         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
55051         conformance bug: the old code used a pointer after freeing the
55052         storage that it addressed.
55053         * lib/hash.c (hash_initialize): Simplify the code by using
55054         xalloc_oversized rather than doing it by hand.
55055         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
55056         the buffer preserved.  Use free and xmalloc instead.
55057         * lib/quotearg.c (quotearg_n_options): Likewise.
55058         Use a simpler test for size overflow.  Don't use xalloc_oversized
55059         because unsigned int might be wider than size_t (!); this suggests
55060         that we should switch from unsigned int to size_t for slot numbers.
55061
55062 2003-10-28  Paul Eggert  <eggert@twinsun.com>
55063
55064         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
55065         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
55066         NetBSD kernels.  Requested by Richard Stallman.
55067
55068 2003-10-27  Paul Eggert  <eggert@twinsun.com>
55069
55070         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
55071         to allocate the returned structure.  Do not allocate a subarray,
55072         as x2nrealloc will do that.
55073         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
55074         instead of xnrealloc.
55075         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
55076
55077 2003-10-27  Bruno Haible  <bruno@clisp.org>
55078
55079         * lib/stdbool_.h: Better support for BeOS.
55080
55081 2003-10-26  Paul Eggert  <eggert@twinsun.com>
55082
55083         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
55084         now uses inline.
55085
55086 2003-10-26  Paul Eggert  <eggert@twinsun.com>
55087
55088         * lib/xalloc.h (xalloc_oversized): New static inline function, for
55089         callers that want to do their own size-overflow checking.  Include
55090         <stdbool.h>, since xalloc_oversized returns bool.
55091         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
55092         to use xalloc_oversized.
55093
55094         Add two functions x2realloc, x2nrealloc, for programs that grow
55095         arrays dynamically by doubling their sizes.
55096         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
55097         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
55098         New functions.
55099
55100         Port to C99 semantics for 'inline' of external functions.
55101         Bug reported by Bruno Haible.
55102         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
55103         with the old contents of xnmalloc.
55104         (xnmalloc, xmalloc): Use it.
55105         (xnrealloc_inline): New static inline function,
55106         with the old contents of xnrealloc.
55107         (xnrealloc, xrealloc): Use it.
55108
55109         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
55110         that.
55111
55112 2003-10-26  Karl Berry  <karl@gnu.org>
55113
55114         * config/srclist.txt (COPYING.DOC): no longer available from
55115         /gd/gnuorg; don't know where the ultimate source is.
55116
55117 2003-10-25  Paul Eggert  <eggert@twinsun.com>
55118
55119         Fix several address-calculation bugs in the hash modules,
55120         plus some minor code cleanup.
55121
55122         * lib/hash.h: Include <stdbool.h>, for bool.
55123         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
55124         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
55125         hash_get_n_entries, hash_get_max_bucket_length,
55126         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
55127         hash_rehash): Use size_t rather than unsigned.
55128         * lib/hash.c (struct hash_table, hash_get_n_buckets,
55129         hash_get_n_buckets_used, hash_get_n_entries,
55130         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
55131         hash_get_entries, hash_do_for_each, hash_string, is_prime,
55132         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
55133         Likewise.
55134         (SIZE_MAX): Define if not defined.
55135         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
55136         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
55137         hash_print):
55138         Use const * when possible.
55139         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
55140         (check_tuning): Fix bug: if tuning parameters were very close to
55141         0 or 1, rounding errors could have caused subscript violations.
55142         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
55143         (hash_initialize): Add 'fail:' label
55144         to free table and return NULL, and use it to simplify code.
55145         Use calloc rather than clearing the storage ourself.
55146         (hash_initialize, hash_rehash): Check for arithmetic overflow in
55147         buffer size calculations.
55148         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
55149         Include <stddef.h>, for size_t.
55150         * lib/hash-pjw.c (hash_pjw): Likewise.
55151         Switch to method described by Bruno Haible.
55152         Include <limits.h>, for CHAR_BIT.
55153         (SIZE_BITS): New macro.
55154
55155 2003-10-23  Paul Eggert  <eggert@twinsun.com>
55156
55157         * m4/getline.m4 (AM_FUNC_GETLINE):
55158         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
55159         hosts.  Problem reported by Derek Robert Price in
55160         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
55161         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
55162         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
55163
55164 2003-10-21  Paul Eggert  <eggert@twinsun.com>
55165
55166         * lib/getndelim2.c (getndelim2): When size calculation overflows,
55167         ceiling the allocation at NMAX bytes rather than silently
55168         discarding input bytes before NMAX is reached.  This makes
55169         a difference only if NMAX exceeds SIZE_MAX / 2.
55170
55171         * lib/obstack.c: Merge from glibc.
55172         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
55173         Add libc_hidden_def (_obstack_newchunk).
55174         (_obstack_free) [! defined _LIBC]: Remove.
55175         [defined _LIBC]: Make a strong alias from obstack_free, rather than
55176         a clone of the function body.
55177         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
55178         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
55179
55180         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
55181         glibc.
55182         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
55183         arg to memcpy.
55184
55185         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
55186         (obstack_ptr_grow_fast, obstack_int_grow_fast):
55187         Don't use lvalue casts, as GCC plans to remove support for them
55188         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
55189         was also present in the non-GCC version, indicating that this
55190         code had always been buggy and had never been widely used.
55191         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
55192         Use the fast variant of each macro, rather than copying the
55193         definiens of the fast variant; that way, we'll be more likely to
55194         catch future bugs in the fast variants.
55195
55196 2003-10-20  Bruno Haible  <bruno@clisp.org>
55197
55198         * modules/wait-process: New file.
55199         * MODULES.html.sh (func_all_modules): Add wait-process.
55200
55201 2003-10-20  Bruno Haible  <bruno@clisp.org>
55202
55203         * m4/wait-process.m4: New file.
55204
55205 2003-10-20  Bruno Haible  <bruno@clisp.org>
55206
55207         * lib/wait-process.h: New file, from GNU gettext.
55208         * lib/wait-process.c: New file, from GNU gettext.
55209
55210 2003-10-19  Jim Meyering  <jim@meyering.net>
55211
55212         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
55213         HPUX 10.20.
55214
55215 2003-10-18  Karl Berry  <karl@gnu.org>
55216
55217         * config/config.guess: update from config.
55218
55219 2003-10-16  Paul Eggert  <eggert@twinsun.com>
55220
55221         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
55222         (getgroups): First arg is int, not size_t.
55223         Don't let 'free' mangle errno.
55224
55225 2003-10-16  Paul Eggert  <eggert@twinsun.com>
55226
55227         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
55228
55229 2003-10-16  Karl Berry  <karl@gnu.org>
55230
55231         * config/config.{guess,sub}: update from config.
55232
55233 2003-10-16  Jim Meyering  <jim@meyering.net>
55234
55235         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
55236         memcpy.
55237
55238 2003-10-15  Paul Eggert  <eggert@twinsun.com>
55239
55240         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
55241         (SIZE_MAX): Remove.
55242         (new_exclude, add_exclude_file): Initial size no longer needs to
55243         be a power of 2.
55244         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
55245         our own address arithmetic overflow checking.
55246
55247         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
55248         (fnmatch): Do not alloca more than 2000 wide characters;
55249         instead, use malloc for large buffers.
55250         Check for address arithmetic overflow, and return -1
55251         with errno set to ENOMEM in that case.
55252         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
55253         (NEW_PATTERN): Do not alloca more than 8000 bytes;
55254         instead, return -1.  Check for address arithmetic overflow.
55255
55256 2003-10-14  Paul Eggert  <eggert@twinsun.com>
55257
55258         Handle invalid suffixes and overflow independently, so that
55259         callers can treat them independently as needed.  Fix some bugs in
55260         suffix handling, e.g., "100k@" was not diagnosed as an invalid
55261         suffix for a human-readable blocksize.  The major caller-visible
55262         change is the addition of a new
55263         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
55264         that both overflow and suffix chars were found.
55265
55266         * lib/human.c (humblock): Don't check separately for invalid suffix
55267         char; that is xstrtoumax's job (now that its bug is fixed).
55268         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
55269         INTMAX_MAX]: New macros.
55270         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
55271         TYPE_MAXIMUM): New macros.
55272         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
55273         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
55274         if overflow occurs, as it's what __strtol does and it's more useful
55275         in practice.
55276         (__xstrtol): If __strtol reports some error other than ERANGE,
55277         reflect it to the caller as LONGINT_INVALID.  If it reports
55278         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
55279         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
55280         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
55281         value.
55282         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
55283         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
55284         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
55285         [defined UINTMAX_MAX]: New macros.
55286
55287 2003-10-14  Bruno Haible  <bruno@clisp.org>
55288
55289         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
55290
55291 2003-10-14  Bruno Haible  <bruno@clisp.org>
55292
55293         * m4/sig_atomic_t: New file, from GNU gettext.
55294         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
55295
55296 2003-10-14  Bruno Haible  <bruno@clisp.org>
55297
55298         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
55299         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
55300         Also use volatile where needed.
55301
55302 2003-10-12  Paul Eggert  <eggert@twinsun.com>
55303
55304         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
55305         Change maintainer from Bruno Haible to 'all'.
55306
55307 2003-10-12  Paul Eggert  <eggert@twinsun.com>
55308
55309         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
55310
55311 2003-10-12  Paul Eggert  <eggert@twinsun.com>
55312
55313         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
55314         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
55315         and define in terms of the other primitives.
55316         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
55317         (SIZE_MAX): Define if not already defined.
55318         (array_size_overflow): New function.
55319         (xalloc_die): Abort instead of exiting if 'error' returns.
55320         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
55321         (xmalloc, xrealloc): Use them.
55322         (xcalloc): Check for address arithmetic overflow.
55323         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
55324         a bit faster than strcpy.
55325
55326 2003-10-10  Simon Josefsson  <jas@extundo.com>
55327
55328         * modules/argp (Depends-on): Add restrict and strcase.
55329
55330 2003-10-10  Simon Josefsson  <jas@extundo.com>
55331
55332         * m4/argp.m4: Add AC_C_INLINE.
55333
55334 2003-10-08  Paul Eggert  <eggert@twinsun.com>
55335
55336         Merge getpass from libc, plus a few fixes.
55337
55338         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
55339         Include <stdbool.h>.
55340         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
55341         __fsetlocking to empty.
55342         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
55343         do include <bits/libc-lock.h>.
55344         Do not include <fcntl.h>; not needed.
55345         [_LIBC]: Include <wchar.h>.
55346         (NOTCANCEL_MODE): New macro.
55347         (flockfile, funlockfile) [_LIBC]: New macros.
55348         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
55349         [!_LIBC]: New macros.
55350         (call_fclose): New function.
55351         (getpass): Use it.  Save tty stream separately; this simplifies the
55352         code and makes it more reliable if stdin happens to equal stdout.
55353         Invoke __fsetlocking on tty.
55354         Handle thread cancellation if needed.
55355         Namespace cleanup (use __tcgetattr, __getline).
55356         Use bool for Booleans.
55357         [USE_IN_LIBIO]: Handle wide streams.
55358         [!_LIBC]: Unconditionally do the fseek, since we don't know what
55359         stream might go where.
55360
55361         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
55362         doesn't have to include <stdio.h> before us.
55363         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
55364         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
55365         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
55366         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
55367         if not declared, so that we can use getpass.c code from libc without
55368         rewriting it.
55369         (flockfile, ftrylockfile, funlockfile): New macros.
55370
55371 2003-10-08  Paul Eggert  <eggert@twinsun.com>
55372
55373         * modules/getpass: Depend on stdbool.
55374
55375 2003-10-08  Paul Eggert  <eggert@twinsun.com>
55376
55377         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
55378
55379 2003-10-07  Karl Berry  <karl@gnu.org>
55380
55381         * config/config.{guess,sub}: update from config.
55382
55383 2003-10-06  Jim Meyering  <jim@meyering.net>
55384             Bruno Haible  <bruno@clisp.org>
55385
55386         This lets translators provide better translations for the
55387         "Written by ..." part of --version output.
55388         * lib/version-etc.h: Include stdarg.h.
55389         (version_etc_copyright): Declare as readonly.
55390         (version_etc): Make this function variadic with a NULL-terminated list
55391         of author name strings.
55392         (version_etc_va): New declaration.
55393         * lib/version-etc.c: Include stdarg.h, stdlib.h.
55394         (version_etc_copyright): Declare as readonly.
55395         (version_etc_va): New function. Provide a different translatable string
55396         for each possible number of authors < 10. Abbreviate when there are 10
55397         authors or more.
55398         (version_etc): Make this function variadic. Call version_etc_va.
55399         Suggestion from Gary V. Vaughan.
55400
55401         * lib/long-options.h (parse_long_options): Change prototype: the
55402         authors string is moved to the end and becomes variadic.
55403         * lib/long-options.c: Include stdarg.h.
55404         (parse_long_options): Make this function variadic, too.
55405         Call version_etc_va, not version_etc.
55406
55407 2003-10-06  Bruno Haible  <bruno@clisp.org>
55408
55409         * modules/version-etc-2: Remove file.
55410         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
55411
55412 2003-10-06  Bruno Haible  <bruno@clisp.org>
55413
55414         * modules/fatal-signal: New file.
55415         * MODULES.html.sh (func_all_modules): Add fatal-signal.
55416
55417 2003-10-06  Bruno Haible  <bruno@clisp.org>
55418
55419         * m4/fatal-signal.m4: New file.
55420         * m4/signalblocking.m4: New file, from GNU gettext.
55421
55422 2003-10-06  Bruno Haible  <bruno@clisp.org>
55423
55424         * lib/version-etc-2.h: Remove file.
55425         * lib/version-etc-2.c: Remove file.
55426
55427 2003-10-06  Bruno Haible  <bruno@clisp.org>
55428
55429         * lib/fatal-signal.h: New file, from GNU gettext.
55430         * lib/fatal-signal.c: New file, from GNU gettext.
55431
55432 2003-10-05  Paul Eggert  <eggert@twinsun.com>
55433
55434         * README: Rework advice for preventing empty .o files.
55435         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
55436         not <sys/types.h>.
55437
55438 2003-10-04  Karl Berry  <karl@gnu.org>
55439
55440         * lib/argp*: update from libc.
55441
55442 2003-10-04  Karl Berry  <karl@gnu.org>
55443
55444         * config/config.{guess,sub}: update from config.
55445
55446 2003-10-02  Bruno Haible  <bruno@clisp.org>
55447
55448         * modules/lchown (Include): Add lchown.h.
55449         * modules/time_r (Include): Use "..." syntax.
55450         * modules/xgetdomainname (Include): Add xgetdomainname.h.
55451
55452 2003-10-01  Simon Josefsson  <jas@extundo.com>
55453
55454         * MODULES.html.sh (func_all_modules): Move gethostname from section
55455         'based on' to section 'lacking' POSIX:2001.
55456
55457 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
55458
55459         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
55460         to output mode on the same stream.
55461
55462 2003-09-29  Paul Eggert  <eggert@twinsun.com>
55463
55464         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
55465         Fix arg typo in previous patch.
55466
55467 2003-09-28  Jim Meyering  <jim@meyering.net>
55468
55469         * lib/error.c: Correct cpp indentation.
55470
55471 2003-09-27  Paul Eggert  <eggert@twinsun.com>
55472
55473         * modules/free: New file.
55474
55475 2003-09-27  Paul Eggert  <eggert@twinsun.com>
55476
55477         * m4/free.m4: New file.
55478
55479 2003-09-27  Paul Eggert  <eggert@twinsun.com>
55480
55481         * lib/minmax.h (MIN, MAX)
55482         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
55483         Omit the special code that used __typeof__, since we worry that
55484         it could be more trouble than it's worth.  See:
55485         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
55486         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
55487
55488         * lib/free.c: New file.
55489
55490 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
55491
55492         Trivial fixes to Makefile.am parts of module listings.
55493         * modules/strstr: Append strstr.h to lib_SOURCES.
55494         * modules/strcase: Likewise, for strcase.h.
55495
55496 2003-09-27  Karl Berry  <karl@gnu.org>
55497
55498         * config/mkinstalldirs: update from automake.
55499
55500 2003-09-26  Paul Eggert  <eggert@twinsun.com>
55501
55502         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
55503         (error_tail): Do not loop, reallocating temporary buffer, since
55504         the output cannot contain more wide characters than the input
55505         contains bytes, the size must be big enough already.  This avoids
55506         one potential size overflow calculation.  Check for size overflow
55507         when calculating temporary buffer size.  Free temporary buffer
55508         when done, if it was allocated with malloc; this plugs a memory
55509         leak.  Remove casts from void * to pointers, that are no longer
55510         needed now that we're assuming C89 or better.
55511
55512         Merge error changes from glibc.
55513
55514         * lib/error.c, error.h: Update copyright notice header to match glibc.
55515         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
55516         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
55517         Disable cancellation while printing error.
55518         * lib/error.h: Prepend __ to parameter names.
55519
55520 2003-09-26  Jim Meyering  <jim@meyering.net>
55521
55522         * lib/error.c (error_tail): Move some declarations
55523         into inner scope where the local variables are used.
55524
55525 2003-09-26  Bruno Haible  <bruno@clisp.org>
55526
55527         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
55528         stpncpy().
55529         Don't define stpncpy through config.h; it's now done through stpncpy.h.
55530
55531 2003-09-26  Bruno Haible  <bruno@clisp.org>
55532
55533         * lib/stpncpy.h (gnu_stpncpy): New declaration.
55534         (stpncpy): Define as alias for gnu_stpncpy.
55535         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
55536
55537 2003-09-25  Simon Josefsson  <jas@extundo.com>
55538
55539         * lib/xgetdomainname.h: New file.
55540         * lib/xgetdomainname.c: New file.
55541
55542 2003-09-25  Simon Josefsson  <jas@extundo.com>
55543             Bruno Haible  <bruno@clisp.org>
55544
55545         * modules/getdomainname: New file.
55546         * modules/xgetdomainname: New file.
55547         * MODULES.html.sh (func_all_modules): Add getdomainname,
55548         xgetdomainname.
55549
55550 2003-09-25  Simon Josefsson  <jas@extundo.com>
55551             Bruno Haible  <bruno@clisp.org>
55552
55553         * m4/getdomainname.m4: New file.
55554
55555 2003-09-25  Simon Josefsson  <jas@extundo.com>
55556             Bruno Haible  <bruno@clisp.org>
55557
55558         * lib/getdomainname.h: New file.
55559         * lib/getdomainname.c: New file.
55560
55561 2003-09-25  Karl Berry  <karl@gnu.org>
55562
55563         * lib/argp-fmtstream.c, argp-help.c: update from libc.
55564
55565 2003-09-25  Karl Berry  <karl@gnu.org>
55566
55567         * config/install-sh: update from automake.
55568
55569 2003-09-25  Bruno Haible  <bruno@clisp.org>
55570
55571         * modules/version-etc-2: New file, from modules/version-etc with
55572         modifications.
55573         * MODULES.html.sh (func_all_modules): Add version-etc-2.
55574
55575 2003-09-25  Bruno Haible  <bruno@clisp.org>
55576
55577         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
55578         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
55579
55580 2003-09-24  Simon Josefsson  <jas@extundo.com>
55581
55582         * modules/xgethostname: Add xgethostname.h.
55583
55584 2003-09-24  Paul Eggert  <eggert@twinsun.com>
55585
55586         * lib/linebuffer.c (freebuffer): Don't free the argument, just
55587         the buffer associated with the argument.  Bug reported by
55588         Simon Josefsson.
55589
55590 2003-09-24  Paul Eggert  <eggert@twinsun.com>
55591
55592         * README: Document assumptions that 'int' is at least 32 bits
55593         wide, that integer arithmetic is 2's complement without overflow,
55594         that there are no holes in integer values, that adding sizes of
55595         two nonoverlapping objects can't overflow, and that all-bits-zero
55596         yields scalar zero.  Fix spelling and capitalization typos.
55597
55598 2003-09-19  Karl Berry  <karl@gnu.org>
55599
55600         * lib/argp.h: update from libc.
55601
55602 2003-09-17  Paul Eggert  <eggert@twinsun.com>
55603
55604         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
55605         to avoid spurious warnings like "AC_RUN_IFELSE was called before
55606         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
55607
55608 2003-09-17  Paul Eggert  <eggert@twinsun.com>
55609
55610         * gnulib-tool: Use "test -h", not "test -L", for portability
55611         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
55612         (tags_regexp): Remove, since \| doesn't conform to POSIX.
55613         (sed_extract_prog): Issue s commands one-by-one, rather than
55614         using \| in one s command.
55615
55616 2003-09-16  Paul Eggert  <eggert@twinsun.com>
55617
55618         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
55619         input error, instead of returning NULL the next time we are called
55620         (and therefore losing track of errno).
55621
55622 2003-09-16  Bruno Haible  <bruno@clisp.org>
55623
55624         * gnulib-tool (func_create_testdir): Warn about duplicated
55625         dependencies.
55626
55627 2003-09-15  Paul Eggert  <eggert@twinsun.com>
55628
55629         * modules/argmatch, modules/fatal, modules/obstack,
55630         modules/xalloc, modules/xgethostname: Sort dependencies by
55631         importance, not alphabetically.
55632
55633 2003-09-15  Paul Eggert  <eggert@twinsun.com>
55634
55635         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
55636         fails, so that the caller gets the proper errno.
55637
55638         * lib/readutmp.c (read_utmp): Likewise.
55639         Check for fstat error.  Close stream and free storage
55640         when failing.
55641
55642 2003-09-14  Karl Berry  <karl@gnu.org>
55643
55644         * config/srclist.txt (strdup.c): disable for c89 changes.
55645
55646 2003-09-14  Jim Meyering  <jim@meyering.net>
55647
55648         * lib/getloadavg.c: Correct cpp indentation.
55649         * lib/strdup.c: Likewise.
55650         * lib/vasnprintf.c: Likewise.
55651
55652 2003-09-14  Bruno Haible  <bruno@clisp.org>
55653
55654         * modules/fwriteerror: New file.
55655         * MODULES.html.sh (func_all_modules): Add fwriteerror.
55656
55657 2003-09-14  Bruno Haible  <bruno@clisp.org>
55658
55659         * lib/fwriteerror.h: New file.
55660         * lib/fwriteerror.c: New file.
55661
55662 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55663
55664         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
55665         modules/xgethostname, modules/xalloc: Depend on exit.
55666
55667 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55668
55669         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
55670
55671         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
55672         and AC_MINIX, too, so that their extensions are available.
55673
55674         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
55675         This macro has been superseded by gl_BACKUPFILE.
55676
55677         More patches to assume C89 or better.
55678
55679         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
55680
55681         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
55682         unconditionally.
55683         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
55684         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
55685         Include <string.h>, <stdlib.h> unconditionally.
55686         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
55687         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
55688         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
55689         headers or for string.h.
55690         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
55691         or strtoul.
55692
55693         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
55694         headers.
55695         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
55696         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55697         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
55698         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
55699         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55700         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
55701         memcpy, memset.
55702         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
55703         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
55704         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
55705         strtol.
55706         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
55707         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
55708         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
55709         strtoul.
55710
55711 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55712
55713         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
55714         * lib/obstack.c [!defined _LIBC]: Likewise.
55715         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
55716         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
55717         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
55718
55719         More changes to assume C89 or better.
55720
55721         * lib/error.c (error_tail): Assume vprintf.
55722
55723         * lib/argmatch.c (getenv): Remove decl.
55724         * lib/progreloc.c (get_full_program_name): Define via prototype.
55725         * lib/setenv.c (clearenv): Likewise.
55726         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
55727         needed.
55728         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
55729         (malloc, memcpy): Remove decls.
55730         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
55731         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
55732         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55733         (memcpy): Remove macro.
55734         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
55735         (__P): Remove.  All uses removed.
55736         (PTR): Remove.  All uses changed to void *.
55737         (CHAR_BIT, NULL): Remove.
55738         (spaces, zeros, memset_space, memset_zero)
55739         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
55740         Remove.
55741         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
55742         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
55743         Define with prototype.
55744         Remove now-unnecessary prototype decl.
55745         (extra_args_spec): Assume ANSI C.  All uses changed.
55746         (extra_args_spec_iso): Remove.
55747         (my_strftime, emacs_strftimeu): Define via prototype.
55748         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
55749         unconditionally.
55750         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
55751         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
55752         (strtoul, strtol): Remove decls.
55753         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
55754         LONG_MAX): Remove.
55755         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55756         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
55757         (LOCALE_PARAM_PROTO): New macro.
55758         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
55759         (INTERNAL (strtol), strtol): Define with a prototype.
55760         (PARAMS): Remove.  All uses removed.
55761         * lib/tempname.c: Include <string.h> unconditionally.
55762         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
55763         * lib/xgethostname.c (main): Define with a prototype.
55764         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
55765         Include <stdlib.h> unconditionally.
55766         (calloc, malloc, realloc, free): Remove decls.
55767         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
55768         Include <stdlib.h> unconditionally.  Sort include file names.
55769         (strtod): Remove.
55770         (xstrtod): Define with a prototype.
55771         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
55772         (strtol, strtoul): Remove decls.
55773
55774 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55775
55776         More patches to assume C89 or better.
55777         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
55778         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
55779         string.h, memchr, STDC_HEADERS.
55780
55781 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55782
55783         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
55784         Include <stdlib.h>, <string.h> unconditionally.
55785         Remove now-unnecessary cast to char *.
55786         * lib/strnlen.c: Include <string.h> unconditionally.
55787         * lib/yesno.c (yesno): Define with a prototype.
55788
55789 2003-09-11  Bruno Haible  <bruno@clisp.org>
55790
55791         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
55792
55793 2003-09-10  Jim Meyering  <jim@meyering.net>
55794
55795         * lib/error.c: Correct indentation of cpp directives.
55796
55797 2003-09-10  Bruno Haible  <bruno@clisp.org>
55798
55799         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
55800         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
55801         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
55802         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
55803         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
55804         <stdlib.h> and <string.h> checks.
55805         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
55806         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
55807
55808 2003-09-10  Bruno Haible  <bruno@clisp.org>
55809
55810         * lib/strcspn.c: Include <string.h> unconditionally.
55811         * lib/strpbrk.c: Include <string.h> unconditionally.
55812         * lib/strstr.c: Include <string.h> unconditionally.
55813         * lib/unicodeio.c: Include <string.h> unconditionally.
55814         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
55815         * lib/unsetenv.c: Likewise.
55816         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
55817         * lib/yesno.c: Include <stdlib.h> unconditionally.
55818         (rpmatch): Add prototype.
55819
55820 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55821
55822         More patches to assume C89 or better.
55823         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
55824         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
55825         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
55826         or for string.h.
55827         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
55828         stdlib.h.
55829         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
55830         C headers.
55831         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
55832         string.h.
55833         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
55834         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
55835         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
55836         or for string.h.
55837         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
55838         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
55839         C headers.
55840         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
55841         memcpy.
55842         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
55843         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
55844         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
55845         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
55846         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
55847         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
55848         string.h, free.
55849         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
55850         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
55851         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
55852         C headers, or for string.h.
55853         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
55854         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
55855         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
55856         headers, memory.h, stdlib.h, string.h, strings.h.
55857         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
55858         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
55859         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
55860         strchr.
55861         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
55862         headers, memory.h, string.h.
55863         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
55864         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
55865         free.
55866         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
55867         headers.
55868         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
55869         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
55870         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
55871         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
55872         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
55873
55874 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55875
55876         More K&R removal.
55877
55878         * lib/acosl.c (main): Use a prototype.
55879         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
55880         tanl.c: Likewise.
55881
55882         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
55883
55884         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
55885         (getopt, etopt_long, getopt_long_only, _getopt_internal)
55886         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
55887         with a prototype.
55888         * lib/getopt.c (const): Remove macro.
55889         Include <string.h> unconditionally.
55890         (my_index): Remove; all uses changed to strchr.
55891         (strlen): Remove decl.
55892         (exchange): Remove forward decl; no longer needed.
55893         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
55894         Define with prototype.
55895         * lib/getopt1.c (const): Remove macro.
55896         (getopt_long, getopt_long_only, main): Define with prototype.
55897
55898         * lib/getugroups.c: Include <string.h> unconditionally.
55899
55900         * lib/getusershell.c: Include <stdlib.h> unconditionally.
55901         (getusershell, setusershell, endusershell, readname, main):
55902         Define with prototypes.
55903
55904         * lib/group-member.c: Include group-member.h first.
55905         Include <stdlib.h> unconditionally.
55906
55907         * lib/hard-locale.c: Include hard-locale.h first.
55908         Include <stdlib.h>, <string.h> unconditionally.
55909
55910         * lib/hash.c (free, malloc): Remove decls.
55911         Include <stdlib.h> unconditionally.
55912
55913         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
55914         (getenv): Do not declare.
55915
55916         * lib/idcache.c: Include <string.h> unconditionally.
55917
55918         * lib/long-options.c: Include long-options.h first, to test interface.
55919         Include <stdlib.h> unconditionally.
55920
55921         * lib/makepath.c: Include makepath.h first, to test interface.
55922         Include <stdlib.h> and <string.h> unconditionally.
55923
55924         * lib/linebuffer.c: Include <stdlib.h>.
55925         (free): Remove decl.
55926
55927         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
55928         stddef.h. rpl_malloc returns void *, not char *.
55929         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
55930         prototype.
55931
55932         * lib/md5.h: Include <limits.h> unconditionally.
55933         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
55934         (__P): Remove; all uses removed.
55935         * lib/md5.c: Include "md5.h" first.
55936         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
55937         md5_buffer, md5_process_bytes, md5_process_block):
55938         Define with prototypes.
55939         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
55940         * lib/sha.c: Include "sha.h" first.
55941         Include <stdlib.h>, <string.h> unconditionally.
55942
55943         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
55944         * lib/memcmp.c (__ptr_t): Likewise.
55945         * lib/memrchr.c (__ptr_t): Likewise.
55946         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
55947         Include <string.h> unconditionally.
55948         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
55949         * lib/memchr.c: Include <stdlib.h> unconditionally.
55950         * lib/memchr.c (LONG_MAX): Remove.
55951         * lib/memrchr.c (LONG_MAX): Likewise.
55952         * lib/memchr.c (__memchr): Define via a prototype.
55953         * lib/memrchr.c (__memrchr): Likewise.
55954         * lib/memcmp.c (__P): Remove, and remove all uses.
55955         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
55956         Remove forward decls; no longer needed.
55957         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
55958         Use types required by C89 in prototype.
55959
55960         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
55961         * lib/savedir.c: Likewise.
55962         * lib/mkdir.c (free): Remove decl.
55963         * lib/rmdir.c (rmdir): Define with a prototype.
55964         * lib/savedir.c: Include savedir.h first, to test interface.
55965
55966         * lib/mktime.c (STDC_HEADERS): Remove.
55967         Include <stdlib.h>, <string.h> unconditionally.
55968
55969         * lib/modechange.c: Include <stdlib.h> unconditionally.
55970         (malloc): Remove decl.
55971
55972         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
55973         (free): Remove decl.
55974
55975         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
55976         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
55977         (This type really should be intptr_t, but that's a C99ism.)
55978         (_obstack_memcpy): Remove: all uses changed to memcpy.
55979         Include <string.h> unconditionally.
55980         (struct obstack): Assume __STDC__ for types of members
55981         chunkfun, freefun, extra_arg.
55982         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
55983         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
55984         obstack_begin, obstack_specify_allocation,
55985         obstack_specify_allocation_with_arg, obstack_chunkfun,
55986         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
55987         Remove unprototyped decls and the macros that use them.
55988         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
55989         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
55990         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
55991         (defined __STDC__ && __STDC__)]:
55992         Remove nonprototyped code.
55993         Include <stdlib.h> unconditionally.
55994         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
55995         _obstack_allocated_p, _obstack_free, obstack_free,
55996         _obstack_memory_used, print_and_abort):
55997         Define using prototypes.
55998         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
55999         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
56000         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
56001         obstack_next_free, obstack_object_size, obstack_room) [0]:
56002         Remove unused, unprototyped code.
56003
56004         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
56005
56006         * lib/physmem.c (physmem_total, physmem_available, main): Define
56007         with prototypes.
56008
56009         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
56010         (main): Define with a prototype.
56011
56012         * lib/posixver.c (getenv): Remove decl.
56013
56014         * lib/putenv.c (malloc): Returns void *, not char *.
56015         Include <string.h> unconditionally.
56016         (strchr, memcpy, NULL): Do not define.
56017
56018         * lib/readtokens.c: Include readtokens.h first, to test interface.
56019         Include <stdlib.h>, <string.h> unconditionally.
56020         (init_tokenbuffer): Define with a prototype.
56021
56022         * lib/regex.c (PARAMS): Remove.  All uses removed.
56023         All uses of _RE_ARGS removed, too.
56024         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
56025         unconditionally.
56026         (bzero): Assume memset exists.
56027         (memcmp, memcpy, NULL): Remove.
56028         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
56029         char, or assignments to local vars of type signed char.
56030         (init_syntax_once, PREFIX(extract_number_and_incr),
56031         PREFIX(print_partial_compiled_pattern),
56032         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
56033         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
56034         PREFIX(regex_grow_registers), PREFIX(regex_compile),
56035         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
56036         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
56037         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
56038         wcs_compile_range, byte_compile_range, truncate_wchar,
56039         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
56040         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
56041         count_mbs_length, wcs_re_match_2_internal,
56042         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
56043         PREFIX(alt_match_null_string_p),
56044         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
56045         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
56046         regfree, PREFIX(extract_number)): Define with prototype.  Remove
56047         now-unnecessary declaration, if any.
56048         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
56049         regcomp, regexec):
56050         Remove now-unnecessary casts among pointer types.
56051         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
56052
56053         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
56054         (free): Remove decl.
56055
56056         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
56057
56058         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
56059         (free): Remove decl.
56060
56061         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
56062         * lib/xgetcwd.c: Likewise.
56063
56064         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
56065         (free): Remove decl.
56066
56067         * lib/strchrnul.c (strchrnul): Define with a prototype.
56068         Fix bug: c_in was not converted to char before searching.
56069
56070         The following changes are not K&R related:
56071
56072         * lib/group-member.h: Include <sys/types.h>, so that this file is
56073         self-contained.
56074         * lib/makepath.h: Likewise.
56075
56076         * lib/getusershell.c (readname, default_index, line_size, readname):
56077         Use size_t, not int, for sizes.
56078         (readname): If the size overflows, report an error instead of
56079         looping forever.
56080
56081 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56082
56083         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
56084         libc.
56085
56086 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56087
56088         * README: New section: portability guidelines.
56089
56090 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
56091
56092         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
56093         C89 spec.
56094
56095 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
56096
56097         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
56098
56099 2003-09-08  Paul Eggert  <eggert@twinsun.com>
56100
56101         Assume C89 or better; remove K&R cruft.
56102         A few of these changes were first proposed by Derek Robert Price
56103         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
56104
56105         * lib/addext.c: Include <string.h> unconditionally.
56106         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
56107         Don't declare getenv or malloc.
56108
56109         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
56110         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
56111         (NULL): Remove.
56112         (find_stack_direction, alloca): Use prototypes.
56113
56114         * lib/atexit.c (atexit): Define using a prototype.
56115
56116         * lib/basename.c, dirname.c, stripslash.c:
56117         Include <string.h> unconditionally.
56118
56119         * lib/bcopy.c: Include <stddef.h>.
56120         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
56121
56122         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
56123
56124         * lib/error.h (error, error_at_line, error_print_progname)
56125         [! (defined (__STDC__) && __STDC__)]: Remove decls.
56126         * lib/error.c: Include error.h first, to check interface.
56127         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
56128         (VA_START): Remove; all uses changeed to va_start.
56129         (exit, strerror): Remove decls.
56130         (error_print_progname): Prototype uncondionally.
56131         Don't include <errno.h>; no longer needed.
56132         (private_strerror): Remove.
56133         (error_tail): Always define.
56134         (error, error_at_line): Assume C89 or better; always use prototypes.
56135         * lib/fatal.c: Include "fatal.h" first, to test interface.
56136         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
56137         (VA_START): Remove; all uses changed to va_start.
56138         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
56139         this case.
56140         (exit): Remove decl.
56141         (fatal): Prototype unconditionally.  Assume va_start works.
56142         Abort at end, to pacify gcc.
56143
56144         * lib/euidaccess.c (main): Define with a prototype.
56145
56146         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
56147
56148         * lib/exitfail.c: Include <stdlib.h> unconditionally.
56149
56150         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
56151         prototypes.
56152         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
56153         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
56154         (getenv): Remove decl.
56155         (fnmatch): Define using a prototype.
56156         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
56157         (FCT): Define using a prototype.
56158
56159         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
56160
56161         * lib/gethostname.c: Include <stddef.h>.
56162         (gethostname): Define with prototype.  Length is size_t, not int.
56163
56164 2003-09-08  Paul Eggert  <eggert@twinsun.com>
56165
56166         Assume C89 or better; remove K&R cruft.
56167         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
56168         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
56169         string.h, getenv, malloc.
56170         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
56171         headers.
56172         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
56173         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
56174         do not check for strerror.
56175         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
56176         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
56177         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
56178         do not check for doprnt or vprintf.
56179         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
56180         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
56181
56182 2003-09-08  Paul Eggert  <eggert@twinsun.com>
56183
56184         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
56185         getversion.c should have been removed then, but was accidentally
56186         preserved.
56187
56188         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
56189         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
56190
56191 2003-09-08  Karl Berry  <karl@gnu.org>
56192
56193         * config/config.sub, config.guess, srclistvars.sh: update from savannah
56194                 config, forget about prep.
56195
56196         * config/depcomp, missing: update from automake.
56197
56198 2003-09-07  Paul Eggert  <eggert@twinsun.com>
56199
56200         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
56201         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
56202
56203 2003-09-07  Paul Eggert  <eggert@twinsun.com>
56204
56205         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
56206         copy_tm_result.  Bug reported by Simon Josefsson in
56207         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
56208
56209 2003-09-06  Paul Eggert  <eggert@twinsun.com>
56210
56211         * m4/time_r.m4: New file.
56212         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
56213         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
56214         is. Check for timegm declaration.
56215         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
56216         Do not check for gmtime_r.
56217         Replace mktime if __mktime_internal does not exist and if mktime
56218         hasn't been replaced already.
56219
56220 2003-09-06  Paul Eggert  <eggert@twinsun.com>
56221
56222         * lib/time_r.c, lib/time_r.h: New files.
56223
56224         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
56225         __localtime_r.
56226         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
56227         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
56228
56229         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
56230         __gmtime_r.
56231         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
56232         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
56233         Include <time_r.h>.
56234
56235         * lib/timegm.c: Switch to glibc implementation, with the following
56236         changes:
56237         [defined HAVE_CONFIG_H]: Include <config.h>.
56238         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
56239         (__mktime_internal) [!defined _LIBC]: New decl.
56240         (__gmtime_r) [!defined _LIBC]: New macro and function.
56241         (timegm): Use a prototype, since gnulib assumes C89.
56242         Do not bother declaring tmp to be const, as it's not really usefu.
56243         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
56244         (timegm): Declare only if HAVE_DECL_TIMEGM.
56245
56246 2003-09-06  Paul Eggert  <eggert@twinsun.com>
56247
56248         * MODULES.html.sh (func_all_modules): Add time_r.
56249         * modules/time_r: New file.
56250         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
56251         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
56252
56253 2003-09-03  Paul Eggert  <eggert@twinsun.com>
56254
56255         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
56256         Bug reported by Lute Kamstra in
56257         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
56258
56259         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
56260         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
56261         course with correspondingly smaller numbers for tomorrow and
56262         yesterday.  From Tadayoshi Funaba.  Originally installed into
56263         sh-utils on 1999-08-07, but the patch got lost (I guess during the
56264         coreutils merge?).
56265
56266 2003-08-31  Simon Josefsson  <jas@extundo.com>
56267
56268         * modules/timegm: New file.
56269         * MODULES.html.sh (func_all_modules): Add timegm.
56270
56271 2003-08-31  Simon Josefsson  <jas@extundo.com>
56272
56273         * m4/timegm.m4: New file.
56274
56275 2003-08-31  Simon Josefsson  <jas@extundo.com>
56276
56277         * lib/timegm.h: New file.
56278         * lib/timegm.c: New file.  Based on
56279         wget-1.8.2/src/http.c:mktime_from_utc.
56280
56281 2003-08-31  Karl Berry  <karl@gnu.org>
56282
56283         * lib/argp.h: update from libc.
56284
56285 2003-08-28  Bruno Haible  <bruno@clisp.org>
56286
56287         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
56288         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
56289         followed by '#define fnmatch fnmatch_posix' gives an error.
56290
56291 2003-08-28  Bruno Haible  <bruno@clisp.org>
56292
56293         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
56294         warning on QNX, which defines O_BINARY to 000000.
56295
56296 2003-08-27  Jim Meyering  <jim@meyering.net>
56297
56298         * m4/mkstemp.m4: Require that the system mkstemp be able to create
56299         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
56300         would fail after 32.  Reported by Danny Levinson.  Details here:
56301         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
56302
56303 2003-08-24  Bruno Haible  <bruno@clisp.org>
56304
56305         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
56306         MSVC7 <stdio.h> is included later.
56307
56308 2003-08-22  Simon Josefsson  <jas@extundo.com>
56309
56310         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
56311
56312 2003-08-20  Karl Berry  <karl@gnu.org>
56313
56314         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
56315
56316 2003-08-20  Bruno Haible  <bruno@clisp.org>
56317
56318         * modules/progname: New file.
56319         * MODULES.html.sh (func_all_modules): Add progname.
56320
56321 2003-08-20  Bruno Haible  <bruno@clisp.org>
56322
56323         * lib/progname.h: New file, from GNU gettext.
56324         * lib/progname.c: New file, from GNU gettext.
56325         * lib/progreloc.c: New file, from GNU gettext.
56326
56327 2003-08-19  Jim Meyering  <jim@meyering.net>
56328
56329         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
56330         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
56331
56332 2003-08-19  Bruno Haible  <bruno@clisp.org>
56333
56334         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
56335         more.
56336
56337 2003-08-19  Bruno Haible  <bruno@clisp.org>
56338
56339         * lib/xstrdup.c: Assume <string.h> exists.
56340
56341 2003-08-18  Paul Eggert  <eggert@twinsun.com>
56342
56343         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
56344         in makefile rules.
56345
56346 2003-08-18  Jim Meyering  <jim@meyering.net>
56347
56348         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
56349         * m4/lib-ld.m4: Likewise.
56350
56351 2003-08-18  Jim Meyering  <jim@meyering.net>
56352
56353         * lib/setenv.h: Indent nested cpp directive.
56354         * lib/vasnprintf.c: Remove trailing blanks.
56355
56356 2003-08-17  Simon Josefsson  <jas@extundo.com>
56357
56358         * modules/xstrndup: New file.
56359         * MODULES.html.sh (func_all_modules): Add xstrndup.
56360
56361 2003-08-17  Simon Josefsson  <jas@extundo.com>
56362
56363         * modules/argp: Fix autoconf macro name. Add more dependencies.
56364
56365 2003-08-17  Simon Josefsson  <jas@extundo.com>
56366
56367         * m4/xstrndup.m4: New file.
56368
56369 2003-08-17  Simon Josefsson  <jas@extundo.com>
56370
56371         * m4/argp.m4: New file.
56372
56373 2003-08-17  Simon Josefsson  <jas@extundo.com>
56374             Bruno Haible  <bruno@clisp.org>
56375
56376         * lib/xstrndup.h: New file.
56377         * lib/xstrndup.c: New file.
56378
56379 2003-08-17  Bruno Haible  <bruno@clisp.org>
56380
56381         * modules/strndup (Files, Include): Add lib/strndup.h.
56382
56383 2003-08-17  Bruno Haible  <bruno@clisp.org>
56384
56385         * modules/euidaccess (Files): Add lib/euidaccess.h.
56386
56387 2003-08-17  Bruno Haible  <bruno@clisp.org>
56388
56389         * lib/strndup.h: New file.
56390
56391 2003-08-17  Bruno Haible  <bruno@clisp.org>
56392
56393         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
56394         like AC_GNU_SOURCE.
56395         * modules/extensions (configure.ac): Comment out the invocation of
56396         gl_USE_SYSTEM_EXTENSIONS.
56397
56398 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56399
56400         Merges from coreutils, etc.
56401         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
56402         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
56403         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
56404         fixing a typo.
56405         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
56406         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
56407
56408 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56409
56410         Document merge from coreutils.
56411         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
56412         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
56413         * modules/utime: Add m4/utimes-null.m4.
56414
56415 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56416
56417         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
56418         space, undoing this 2003-08-12 change:
56419         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
56420
56421 2003-08-16  Paul Eggert  <eggert@twinsun.com>
56422
56423         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
56424         strtoul.c from libc, undoing this 2003-08-12 change:
56425         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
56426
56427 2003-08-16  Jim Meyering  <jim@meyering.net>
56428
56429         Merges from coreutils.
56430         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
56431         prefix.  Adjust cache variables similarly.  Create 500 rather than
56432         just 300 files, to exercise bug on Darwin6.5, too.
56433         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
56434         $missing_dir.
56435         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
56436         AM_SYS_POSIX_TERMIOS.
56437         Reported by mkc@mathdogs.com.
56438         Also change use of $am_cv_sys_posix_termios
56439         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
56440         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
56441         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
56442         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
56443         in /proc/mounts until it finds one with matching device number.  This
56444         is unnecessary when the FILE argument *is* a mount point.  No stat call
56445         is necessary in that case.  So, disable the statvfs-testing code on
56446         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
56447         as RedHat bug# 84846.
56448         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
56449         to 1MB, so as not to render systems with no stack size limit (e.g.,
56450         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
56451         Include <unistd.h>.  On some systems,
56452         it is required for the definition of _SC_PAGESIZE.
56453
56454 2003-08-16  Jim Meyering  <jim@meyering.net>
56455
56456         Merge from coreutils.
56457         * lib/xstrtoimax.c: #else #if -> #elif.
56458         * lib/xstrtoumax.c: Likewise.
56459
56460 2003-08-16  Jim Meyering  <jim@meyering.net>
56461
56462         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
56463         * m4/utimes.m4: Removed.
56464         * m4/utimes-null.m4: Renamed from utimes.m4.
56465
56466         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
56467         to 1MB, so as not to render systems with no stack size limit (e.g.,
56468         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
56469         Include <unistd.h>.  On some systems,
56470         it is required for the definition of _SC_PAGESIZE.
56471
56472 2003-08-16  Jim Meyering  <jim@meyering.net>
56473         and Paul Eggert  <eggert@cs.ucla.edu>
56474
56475         Merges from coreutils, etc.
56476
56477         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
56478         using the latest version from cvs.  This avoids problems with #line
56479         directives using a vendor (Sun) compiler.
56480         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
56481         Don't set GETGROUPS_LIB here; now it's
56482         done via getgroups.m4's wrapper function.
56483         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
56484         rather than just in sh-util/configure.in, so that the
56485         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
56486         same.
56487         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
56488         AC_FUNC_GETLOADAVG where to find getloadavg.c.
56489         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
56490         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
56491         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
56492         Remove code that is now done by the newly-required macros.
56493         Append $(EXEEXT) to DF_PROG.
56494         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
56495         Do not invoke or require the following here,
56496         since prereq.m4 or some gnulib .m4 now does this for us:
56497         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
56498         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
56499         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
56500         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
56501         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
56502         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
56503         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
56504         AC_FUNC_OBSTACK.
56505         Do not replace the following functions, as this is now the job
56506         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
56507         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
56508         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
56509         atexit getpass, strdup, getpagesize.
56510         Replace 'raise'.
56511         Do not check for the following functions, as this is now the job
56512         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
56513         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
56514         setregid.
56515         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
56516         Check for sys/sysctl.h.
56517         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
56518         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
56519         of checking for ssize_t ourselves.
56520
56521         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
56522         Require every macro that gnulib/modules/* suggests for us.
56523         (jm_PREREQ_ADDEXT): New macro.
56524         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
56525         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
56526
56527         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
56528         (gl_PHYSMEM): Use it.
56529         Also check for `table' function.
56530         Check for new headers and functions.
56531         Add check for sys/sysmp.h.
56532         With suggestions from Kaveh Ghazi.
56533         Ignore headers that are present but cannot be compiled.  This
56534         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
56535         C 5.4.
56536
56537 2003-08-15  Paul Eggert  <eggert@twinsun.com>
56538
56539         Document merge from coreutils.
56540         * modules/userspec: Depend on posixver.
56541         * modules/strftime: Depend on tzset.
56542
56543 2003-08-15  Paul Eggert  <eggert@twinsun.com>
56544
56545         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
56546         rather than tab, after '#' in shell-script copyright notices.
56547         Suggested by Bruno Haible.
56548
56549 2003-08-15  Paul Eggert  <eggert@twinsun.com>
56550
56551         * config/srclist-update: Use three spaces, rather than tab, after '#'
56552         in shell-script copyright notices.  Suggested by Bruno Haible.
56553         Remove unnecessary parenthesization in regular expression.
56554
56555 2003-08-15  Jim Meyering  <jim@meyering.net>
56556
56557         Merge from coreutils.
56558         * lib/xgethostname.c: Include <stdlib.h>.
56559         (xghostname): Don't exit for anything other than memory-related
56560         failure; just return NULL.
56561         * lib/userspec.c: Include "posixver.h".
56562         (parse_user_spec): Accept `.' as a separator only
56563         in pre-POSIX-200112 mode.
56564         * lib/strtoimax.c: Use #elif rather than #else #if.
56565         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
56566         Remove function, now that we can rely on a working tzset function.
56567         [!_LIBC]: Ensure that the required autoconf test has been run.
56568         [!defined _NL_CURRENT && HAVE_STRFTIME]:
56569         Use underlying_strftime for %r.
56570         * lib/sha.c: Merge in some clean-up and optimization changes from
56571         glibc.
56572         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
56573         Ensure that it is a multiple of 64.
56574         Rearrange loop exit tests so as to avoid performing an
56575         additional fread after encountering an error or EOF.
56576         * lib/realloc.c: Update copyright date.
56577
56578 2003-08-15  Jim Meyering  <jim@meyering.net>
56579         and Paul Eggert  <eggert@twinsun.com>
56580
56581         Merge from coreutils.
56582         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
56583         member but strut utmpx does not.  Needed for AIX 4.3.3.
56584         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
56585
56586 2003-08-15  Jim Meyering  <jim@meyering.net>
56587         and Paul Eggert  <eggert@cs.ucla.edu>
56588
56589         Merges from coreutils, etc.
56590         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
56591         Require gl_FUNC_TZSET_CLOBBER.
56592         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
56593         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
56594         members.
56595
56596 2003-08-14  Paul Eggert  <eggert@twinsun.com>
56597
56598         Help the merge from coreutils.
56599         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
56600         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
56601         * m4/tzset.m4: Use it too.
56602
56603 2003-08-14  Paul Eggert  <eggert@twinsun.com>
56604
56605         * modules/tzset: New file.
56606
56607 2003-08-14  Jim Meyering  <jim@meyering.net>
56608
56609         Merges from coreutils.
56610         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
56611         variable names, rather than @FNMATCH_H@.
56612         * modules/alloca: Likewise for $(ALLOCA_H).
56613
56614         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
56615         the three copies of the literal target, `fnmatch.h'.
56616         * modules/alloca (alloca.h): Likewise.
56617
56618 2003-08-14  Jim Meyering  <jim@meyering.net>
56619
56620         Merge from coreutils.
56621         * m4/tzset.m4: New file.
56622         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
56623         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
56624         otherwise, AIX 5.1 systems would end up using the latter.
56625         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
56626         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
56627         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
56628         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
56629
56630 2003-08-14  Jim Meyering  <jim@meyering.net>
56631
56632         Merge from coreutils.
56633         * lib/obstack.h: Whitespace changes.
56634         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
56635         and xcalloc return values.
56636         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
56637         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
56638         hang on OSF/1 5.1 for DIR on both local and remote file systems.
56639         Reported by (and fix confirmed by) Nelson H. F. Beebe.
56640         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
56641         error from mntctl.
56642         Use mntctl's return value to drive the entry-processing loop, since
56643         we can't rely on the value of the vmt_length member in the last
56644         entry.  On some systems doing so could result in exhausting
56645         virtual memory.  Based in part on a patch from Mike Jetzer.
56646
56647 2003-08-14  Jim Meyering  <jim@meyering.net>
56648         and Paul Eggert  <eggert@twinsun.com>
56649
56650         Merges from coreutils, plus other fixes.
56651         * lib/physmem.c: Merge in portability changes from gcc/libiberty
56652         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
56653         for credits and details.  Thanks to Kaveh Ghazi for helping
56654         to keep these files in sync.
56655         (ARRAY_SIZE): Define it.
56656         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
56657         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
56658         (memcasecmp): Don't assume size_t fits in unsigned int.
56659         Remove casts and duplicate code.
56660         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
56661         (memcpy): Remove definition.
56662         Merge in some clean-up and optimization changes from glibc.
56663         [BLOCKSIZE]: Move definition to top of file.
56664         Ensure that it is a multiple of 64.
56665         Rearrange loop exit tests so as to avoid performing an
56666         additional fread after encountering an error or EOF.
56667         * lib/md5.h (md5_uintptr): Define.
56668         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
56669         return to the initial working directory.  Preserve errno
56670         for caller.
56671         * lib/idcache.c: Include "xalloc.h".
56672         (xmalloc, xrealloc): Remove decls.
56673         (getuser): Remove casts no longer required in C89.
56674         * lib/human.c: Include stdio.h, for sprintf.
56675         * lib/group-member.c: Include "xalloc.h".
56676         (xmalloc, xrealloc): Remove decls.
56677         (get_group_info): Remove casts no longer required in C89.
56678         * lib/getusershell.c (readname): Remove casts no longer required in
56679         C89.
56680         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
56681         * lib/getline.c: Whitespace fix, from coreutils.
56682
56683 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56684
56685         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
56686         Check for isascii.
56687
56688         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56689         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56690         Undo previous (whitespace-only) change.
56691
56692 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56693
56694         * lib/exclude.c: Include <ctype.h>
56695         (IN_CTYPE_DOMAIN): New macro.
56696         (is_space): New fn.
56697         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
56698         and empty lines.
56699
56700         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56701         Undo previous (whitespace-only) change.
56702
56703 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56704
56705         * config/srclist-update: Change update back to the old behavior,
56706         leaving whitespace alone.  Use one 'sed' command rather than a
56707         pipeline.
56708         (fixlicense): Now a variable, not a function.
56709         (remove_trailing_blanks): Remove.
56710         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
56711         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56712         Undo previous (whitespace-only) change.
56713
56714 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56715
56716         Merge from coreutils.
56717         * modules/euidaccess: Add lib_SOURCES, include for new
56718         file euidaccess.h
56719
56720 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56721
56722         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56723         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56724         Normalize leading white space and remove trailing white space.
56725
56726         Merge from coreutils
56727         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
56728
56729         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
56730         0.12.1.  These files are now being upgraded automatically by
56731         ../config/srclist-update.
56732
56733 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56734
56735         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56736         Normalize leading white space and remove trailing white space.
56737         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
56738         notice, as per ../config/srclist-update.
56739
56740         Merge from coreutils.
56741         * lib/euidaccess.h: New file.
56742         * lib/euidaccess.c: Include it.
56743         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
56744         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
56745         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
56746
56747 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56748
56749         * config/srclist-update: Add copyright notice.
56750         (remove_id_lines, remove_trailing_blanks): New constants.
56751         (fixfile): Use them to normalize spacing a bit in copied files.
56752         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56753         Normalize leading white space and remove trailing white space.
56754
56755         * config/texinfo.tex: Sync with texinfo.
56756
56757         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
56758         strtoul.c from libc, to merge coreutils whitespace changes.
56759
56760         * config/srclist.txt: Get the following m4 files from gettext:
56761         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
56762         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
56763         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
56764         wint_t.m4.
56765
56766 2003-08-12  Karl Berry  <karl@gnu.org>
56767
56768         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
56769         been made.
56770
56771 2003-08-11  Paul Eggert  <eggert@twinsun.com>
56772
56773         * modules/gnu-source, m4/gnu-source.m4:
56774         Remove; we're assuming Autoconf 2.54 or later now.
56775         Suggested by Bruno Haible.
56776         * MODULES.html.sh (func_all_modules): Remove gnu-source.
56777
56778 2003-08-11  Bruno Haible  <bruno@clisp.org>
56779
56780         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
56781
56782 2003-08-11  Bruno Haible  <bruno@clisp.org>
56783
56784         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
56785         (vasnprintf): Use it instead of wcslen.
56786
56787 2003-08-11  Bruno Haible  <bruno@clisp.org>
56788
56789         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
56790         value to ensure that _Bool promotes to int. Use #define for _Bool when
56791         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
56792
56793 2003-08-10  Karl Berry  <karl@gnu.org>
56794
56795         * lib/regex.h: update from libc (whitespace fix).
56796
56797 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56798
56799         Merge some files from coreutils.  These changes were
56800         originally made by Jim Meyering.
56801         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
56802         many older Unixes require this.
56803         * lib/alloca.c (alloca): Remove cast to argument of free;
56804         no longer needed in C89.
56805         * lib/alloca_.h, regex.h: Fix white space to match
56806         what GNU indent does.
56807
56808 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56809
56810         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
56811         apparently Emacs's Unicode mode got confused before my 2003-08-05
56812         checkin.
56813
56814 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56815
56816         * m4/extensions.m4: New file.
56817         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
56818         Require gl_USE_SYSTEM_EXTENSIONS.
56819         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
56820         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
56821
56822 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56823
56824         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
56825         * modules/extensions, modules/gnu-source: New files.
56826         * modules/timespec, modules/unlocked-io: Depend on extensions.
56827
56828 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56829
56830         * modules/restrict: New file.
56831         * MODULES.html.sh (func_all_modules): Add restrict.
56832         * modules/regex: Depend on restrict.
56833
56834 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56835
56836         * m4/restrict.m4: New file.
56837         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
56838
56839 2003-08-07  Bruno Haible  <bruno@clisp.org>
56840
56841         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
56842         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
56843
56844 2003-08-07  Bruno Haible  <bruno@clisp.org>
56845
56846         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
56847         makes the module 'getndelim2' compatible with the module 'getline'.
56848
56849 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56850
56851         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
56852         byte with "\201" to avoid glitches when editing that source file
56853         with multi-gnome-terminal.
56854
56855 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56856
56857         * lib/bumpalloc.h: Remove.
56858
56859 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56860
56861         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
56862         * modules/bumpalloc: Remove.
56863
56864 2003-08-04  Paul Eggert  <eggert@twinsun.com>
56865
56866         * lib/getloadavg.c: Change copyright notice and spacing to conform to
56867         GNU coding style.
56868
56869         Merge from coreutils.
56870         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
56871         1. From glibc.
56872         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
56873         from Karl Berry, implemented by Jim Meyering.
56874         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
56875         from Dmitry V. Levin.
56876         Remove anachronistic cast of xrealloc.
56877         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
56878         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
56879         type. Otherwise, it wouldn't compile with at least /bin/cc on
56880         ymp-cray-unicos9.0.2.X.
56881         Combine two mostly-identical uses of alloca into one.
56882         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
56883
56884 2003-08-04  Dave Love  <d.love@dl.ac.uk>
56885
56886         [From Emacs.]
56887
56888         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
56889         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
56890         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
56891         obsolete NLIST_NAME_UNION.
56892         [__GNU__]: Undef BSD and FSCALE.
56893         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
56894
56895 2003-08-03  Paul Eggert  <eggert@twinsun.com>
56896
56897         * lib/stdbool_.h (_Bool): Make it signed char, instead of
56898         an enum type, so that it's guaranteed to promote to int.  See:
56899         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
56900
56901 2003-08-03  Karl Berry  <karl@gnu.org>
56902
56903         * config/depcomp: update from automake.
56904
56905 2003-07-31  Paul Eggert  <eggert@twinsun.com>
56906
56907         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
56908         (strerror): Don't assume that a printable int fits in 14 bytes.
56909
56910 2003-07-31  Bruno Haible  <bruno@clisp.org>
56911
56912         * modules/getpass-gnu: New file.
56913         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
56914
56915 2003-07-31  Bruno Haible  <bruno@clisp.org>
56916
56917         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
56918
56919 2003-07-24  Karl Berry  <karl@gnu.org>
56920
56921         * config/missing: update from automake.
56922
56923 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
56924             Bruno Haible  <bruno@clisp.org>
56925
56926         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
56927         * lib/getline.c (getline, getdelim): Likewise.
56928         Remove _GNU_SOURCE define; now it's defined in config.h through
56929         m4/getline.m4.
56930
56931 2003-07-23  Karl Berry  <karl@gnu.org>
56932
56933         * config/config.sub: update from prep.
56934
56935 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56936
56937         * modules/xalloc (Depends-on): Add exitfail.
56938         * modules/xmemcoll: Likewise.
56939
56940 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56941
56942         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
56943         over-parenthesization in macros.
56944
56945         Sync with coreutils.
56946
56947         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
56948         required by C99.
56949
56950         Use `exit_failure' for xalloc and xmemcoll instead of their own
56951         private exit-failure variables.
56952         * lib/xalloc.h (xalloc_exit_failure): Remove.
56953         * lib/xmalloc.c: Likewise.  Include exitfail.h.
56954         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
56955         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
56956         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
56957         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
56958
56959 2003-07-20  Jim Meyering  <jim@meyering.net>
56960
56961         * modules/closeout (Depends-on): Add exitfail.
56962         Suggestion from Bruno Haible.
56963
56964 2003-07-19  Karl Berry  <karl@gnu.org>
56965
56966         * config/config.sub: update from prep.
56967
56968 2003-07-18  Paul Eggert  <eggert@twinsun.com>
56969
56970         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
56971         Remove.
56972         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
56973         to test that it can stand by itself.  Include "exitfail.h".
56974         Clients should set exit_failure instead.
56975         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
56976
56977 2003-07-18  Bruno Haible  <bruno@clisp.org>
56978
56979         * modules/getndelim2: New file.
56980         * modules/getline: Share files with module getndelim2.
56981         * modules/getnline: Depend on getndelim2 instead of sharing files with
56982         it. Add getnline.c to lib_SOURCES.
56983         * MODULES.html.sh (func_all_modules): Add getndelim2.
56984
56985 2003-07-18  Bruno Haible  <bruno@clisp.org>
56986
56987         * m4/getndelim2.m4: New file.
56988         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
56989         invoke gl_PREREQ_GETNDELIM2.
56990         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
56991         gl_PREREQ_GETNDELIM2.
56992         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
56993         gl_GETNDELIM2.
56994
56995 2003-07-18  Bruno Haible  <bruno@clisp.org>
56996
56997         * lib/getndelim2.h: New file.
56998         * lib/getndelim2.c: Make into a module of its own. Include config.h,
56999         getndelim2.h.
57000         (getndelim2): Make non-static. Change return type to ssize_t.
57001         * lib/getline.h: Change argument names.
57002         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
57003         * lib/getnline.c: Include getndelim2.h.
57004
57005 2003-07-18  Andreas Schwab  <schwab@suse.de>
57006
57007         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
57008
57009 2003-07-17  Karl Berry  <karl@gnu.org>
57010
57011         * config/config.sub: update from prep.
57012
57013 2003-07-17  Bruno Haible  <bruno@clisp.org>
57014
57015         * modules/getnline: New file.
57016         * modules/getline: Add lib/getndelim2.c to source file list.
57017         * MODULES.html.sh (func_all_modules): Add getnline.
57018
57019 2003-07-17  Bruno Haible  <bruno@clisp.org>
57020
57021         * m4/getnline.m4: New file.
57022
57023 2003-07-17  Bruno Haible  <bruno@clisp.org>
57024
57025         * m4/Makefile.am.in: Remove file.
57026         * m4/Makefile.am: Remove file.
57027         * m4/Makefile.in: Remove file.
57028
57029 2003-07-17  Bruno Haible  <bruno@clisp.org>
57030
57031         * lib/getnline.h: New file.
57032         * lib/getnline.c: New file.
57033         * lib/getndelim2.c: New file, extracted from getline.c.
57034         (getndelim2): Renamed from getdelim2, with added nmax argument.
57035         * lib/getline.c: Include getndelim2.c.
57036         (getdelim2): Moved out to getndelim2.c.
57037         (getline, getdelim): Update.
57038
57039 2003-07-17  Bruno Haible  <bruno@clisp.org>
57040
57041         * lib/Makefile.am: Remove file.
57042         * lib/Makefile.in: Remove file.
57043
57044 2003-07-17  Bruno Haible  <bruno@clisp.org>
57045
57046         * configure.in: Remove file.
57047         * Makefile.in: Remove file.
57048
57049 2003-07-17  Bruno Haible  <bruno@clisp.org>
57050
57051         * MODULES.html.sh: Put the </BODY> right before </HTML>.
57052
57053 2003-07-16  Karl Berry  <karl@gnu.org>
57054
57055         * config/srclist-update: was running fixlicense twice, which caused
57056                 texinfo.tex to be nullified for some reason.  Simplify,
57057                 $gplsrc is no longer needed as far as I can see?
57058
57059 2003-07-16  Jim Meyering  <jim@meyering.net>
57060
57061         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
57062
57063 2003-07-15  Paul Eggert  <eggert@twinsun.com>
57064
57065         * config/srclist.txt: Get the following files from gettext-runtime/intl
57066         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
57067         ref-del.sin.  From Bruno Haible.
57068         * config/srclist-update (fixfile): Change grep pattern again, since the
57069         previous fix didn't work (there was another trailing $).  Use
57070         '[$]' to escape the $s.
57071
57072 2003-07-15  Karl Berry  <karl@gnu.org>
57073
57074         * lib/vasnprintf.c: update from gettext.
57075
57076 2003-07-15  Karl Berry  <karl@gnu.org>
57077
57078         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
57079         gets expanded when surrounded by '$'.
57080
57081 2003-07-15  Jim Meyering  <jim@meyering.net>
57082
57083         * modules/save-cwd: Don't depend on error.  From Derek Price.
57084
57085 2003-07-15  Jim Meyering  <jim@meyering.net>
57086
57087         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
57088
57089 2003-07-14  Simon Josefsson  <jas@extundo.com>
57090
57091         * modules/mempcpy: New file.
57092         * MODULES.html.sh (func_all_modules): Add mempcpy.
57093
57094 2003-07-14  Simon Josefsson  <jas@extundo.com>
57095
57096         * m4/mempcpy.m4: New file.
57097
57098 2003-07-14  Simon Josefsson  <jas@extundo.com>
57099
57100         * lib/mempcpy.h: New file.
57101         * lib/mempcpy.c: New file.
57102
57103 2003-07-14  Paul Eggert  <eggert@twinsun.com>
57104
57105         * modules/getdate, modules/posixtm: Depend on mktime.
57106
57107 2003-07-14  Paul Eggert  <eggert@twinsun.com>
57108
57109         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
57110         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
57111         unicodeio.c, unicodeio.h, unlocked-io.h:
57112         Switch from LGPL to GPL.
57113
57114 2003-07-14  Paul Eggert  <eggert@twinsun.com>
57115
57116         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
57117         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
57118         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
57119         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
57120         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
57121         updated automatically by ../config/srclist-update.  This changes
57122         their license from LPGL to GPL.
57123
57124 2003-07-14  Paul Eggert  <eggert@twinsun.com>
57125
57126         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
57127         assumed to refer to the root of the most recent stable gettext version.
57128         * config/srclistvars.sh: Add defaults for eggert.
57129         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
57130         Match "This program" as well as "The program".  This is needed
57131         for gettext.
57132
57133 2003-07-14  Jim Meyering  <jim@meyering.net>
57134
57135         Don't emit diagnostics.  Let callers do that.
57136         * lib/save-cwd.c: Don't include "error.h".
57137         (save_cwd): Don't call error.  Ensure that errno is valid
57138         when returning nonzero.
57139
57140         * lib/save-cwd.h (restore_cwd): Update prototype.
57141         * lib/save-cwd.c (restore_cwd): Remove two parameters.
57142         Simplify.  Don't call error upon failure.  Let callers do that.
57143         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
57144         when auditing is enabled.  But don't bother updating the #if.
57145
57146 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
57147
57148         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
57149         it breaks C++ compilation.
57150         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
57151
57152 2003-07-10  Simon Josefsson  <jas@extundo.com>
57153
57154         * modules/strchrnul (Makefile.am): Add strchrnul.h.
57155
57156 2003-07-10  Jim Meyering  <jim@meyering.net>
57157
57158         * m4/clock_time.m4: Remove trailing blank.
57159         * m4/intmax_t.m4: Likewise.
57160
57161 2003-07-10  Jim Meyering  <jim@meyering.net>
57162
57163         * lib/vasnprintf.c: Remove trailing blanks.
57164         Make cpp indentation consistent.
57165
57166 2003-07-09  Paul Eggert  <eggert@twinsun.com>
57167
57168         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
57169         posixver.c, strftime.c, strnlen.c, strverscmp.c:
57170         Switch from LGPL to GPL.
57171
57172 2003-07-09  Paul Eggert  <eggert@twinsun.com>
57173
57174         * config/srclist.txt: Sort sublists.  Add
57175         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
57176         that differ from gnulib for one reason or another; we'd like this list
57177         to be smaller but for now let's document what we have.
57178
57179 2003-07-08  Paul Eggert  <eggert@twinsun.com>
57180
57181         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
57182         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
57183         and sweeter "eval x=$x".
57184         * config/srclist.txt: Get lib/argp* from glibc.
57185
57186 2003-07-07  Paul Eggert  <eggert@twinsun.com>
57187
57188         * lib/mktime.c: Fix some boundary cases and remove need for floating
57189         point.
57190
57191         Issue a compile-time diagnostic if time_t is floating point, or if
57192         two's complement arithmetic is not in effect, or if arithmetic
57193         right shift does not propagate the sign.  These assumptions were
57194         all in the original code but they weren't checked.
57195
57196         (TIME_T_MIDPOINT, verify): New macros.
57197         (__isleap): Remove; it has integer overflow problems.
57198         (leapyear): New function, without those problems.
57199         (ydhms_tm_diff): Remove; splitting into two parts.
57200         (ydhms_diff): New function, containing the arithmetic part of
57201         the old ydhms_tm_diff function.  Issue a compile-time
57202         diagnostic if we are not using C99 integer division.
57203         Avoid casts when possible.
57204         (guess_time_tm): New function, containing the checking part of
57205         the old ydhms_tm_diff function.  Return the new value, rather than
57206         the difference between it and the old.  Accept a new argument T
57207         so that *T specifies the old value.  Check for overflow in the result.
57208
57209         (__mktime_internal): Use a time_t offset, not a long int offset.
57210         This undoes the 2003-06-04 change, which is no longer needed now
57211         that we have better overflow checking.
57212         (localtime_offset): Likewise.
57213
57214         (__mktime_internal): Avoid harmful overflow on hosts where time_t
57215         and long are 64-bit but int is only 32-bit.
57216         (ydhms_diff): Use long int to store year1 and yday1.
57217         Issue a compile-time diagnostic if long int is not wide enough.
57218
57219         (__mktime_internal): Use long int to store adjusted year and yday.
57220         Use plain C rather than preprocessor commands, if that doesn't
57221         affect efficiency.
57222         Check for overflow (and try to repair) after each probe
57223         rather than checking only at the very end.  This avoids some bugs
57224         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
57225         does not equal GMT offset at maximum time).
57226         Use integer to check for overflow rather than floating point; this
57227         is more portable to non-IEEE hosts, and is a tad faster.
57228         When we detect that we are oscillating between two values,
57229         don't check whether tm_isdst has the requested value, since
57230         we already know the answer.  When tm_isdst has the wrong value,
57231         use a different heuristic to find the right one, based on the
57232         extreme values actually observed in practice in tz2003a,
57233         rather than the (overly optimistic) "previous 3 calendar quarters".
57234
57235         (not_equal_tm, print_tm, check_result): Use "const T" rather than
57236         "T const" to accommodate glibc style.
57237         (check_result): Use less-confusing report format.  "long" -> "long int.
57238         (main): Likewise.
57239         Don't loop if the iteration overflows time_t.
57240         Allow a negative step in the iteration.
57241
57242 2003-07-06  Karl Berry  <karl@gnu.org>
57243
57244         * config/depcomp: update from automake.
57245         * config/config.sub: update from prep.
57246
57247 2003-07-03  Karl Berry  <karl@gnu.org>
57248
57249         * config/config.guess: update from prep.
57250
57251 2003-07-01  Paul Eggert  <eggert@twinsun.com>
57252
57253         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
57254         xreadlink.c now includes it unconditionally.
57255
57256 2003-07-01  Paul Eggert  <eggert@twinsun.com>
57257
57258         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
57259         having it depend on HAVE_SYS_TYPES_H.
57260
57261 2003-07-01  Bruno Haible  <bruno@clisp.org>
57262
57263         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
57264         <sys/types.h> should be sufficient.
57265         Reported by Paul Eggert.
57266
57267 2003-06-26  Karl Berry  <karl@gnu.org>
57268
57269         * config/depcomp: update from automake.
57270
57271 2003-06-26  Bruno Haible  <bruno@clisp.org>
57272
57273         * modules/human: Depend on module stdbool.
57274
57275 2003-06-25  Bruno Haible  <bruno@clisp.org>
57276
57277         * modules/readlink: New file.
57278         * modules/xreadlink: Depend on it.
57279         * MODULES.html.sh (func_all_modules): Add readlink.
57280
57281 2003-06-25  Bruno Haible  <bruno@clisp.org>
57282
57283         * m4/readlink.m4: New file.
57284
57285 2003-06-25  Bruno Haible  <bruno@clisp.org>
57286
57287         * lib/readlink.c: New file.
57288
57289 2003-06-22  Karl Berry  <karl@gnu.org>
57290
57291         * config/srclist.txt: update mkinstalldirs from automake.
57292         * config/mkinstalldirs: update.
57293
57294 2003-06-22  Bruno Haible  <bruno@clisp.org>
57295
57296         Portability to mingw32.
57297         * m4/ssize_t.m4: New file, from GNU gettext.
57298         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
57299         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
57300
57301 2003-06-22  Bruno Haible  <bruno@clisp.org>
57302
57303         * modules/safe-read: Add m4/ssize_t.m4.
57304         * modules/xreadlink: Add m4/ssize_t.m4.
57305
57306 2003-06-20  Bruno Haible  <bruno@clisp.org>
57307
57308         Assume C89, so PARAMS isn't needed.
57309         * lib/unicodeio.h (PARAMS): Remove.
57310         * lib/unicodeio.c: Don't use PARAMS.
57311
57312 2003-06-18  Karl Berry  <karl@gnu.org>
57313
57314         * config/config.{guess,sub}: update from prep.
57315
57316 2003-06-18  Jim Meyering  <jim@meyering.net>
57317
57318         Merge changes from coreutils.
57319         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
57320         Remove explicit declarations of xmalloc and realloc.
57321         Include xalloc.h.
57322         (read_utmp): Remove anachronistic cast of xmalloc.
57323
57324 2003-06-17  Paul Eggert  <eggert@twinsun.com>
57325
57326         Assume C89, so PARAMS isn't needed.
57327         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
57328         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
57329         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
57330         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
57331         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
57332         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
57333         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
57334         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
57335         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
57336         lib/xstrtod.h, lib/xstrtol.h: Likewise.
57337         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
57338         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
57339         no longer needed. Anyway, config.h should always be included before any
57340         other file.
57341
57342 2003-06-11  Simon Josefsson  <jas@extundo.com>
57343
57344         * modules/sysexits: New file.
57345         * MODULES.html.sh (func_all_modules): Add sysexits.
57346
57347 2003-06-11  Simon Josefsson  <jas@extundo.com>
57348
57349         * lib/sysexit_.h: New file.
57350
57351 2003-06-11  Derek Price  <derek@ximbiot.com>
57352
57353         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
57354         necessary.
57355
57356 2003-06-11  Bruno Haible  <bruno@clisp.org>
57357
57358         * m4/sysexits.m4: New file.
57359
57360 2003-06-10  Simon Josefsson  <jas@extundo.com>
57361
57362         * lib/argp.h: New file, from glibc.
57363         * lib/argp-ba.c: New file, from glibc.
57364         * lib/argp-eexst.c: New file, from glibc.
57365         * lib/argp-fmtstream.c: New file, from glibc.
57366         * lib/argp-fmtstream.h: New file, from glibc.
57367         * lib/argp-fs-xinl.c: New file, from glibc.
57368         * lib/argp-help.c: New file, from glibc.
57369         * lib/argp-namefrob.h: New file, from glibc.
57370         * lib/argp-parse.c: New file, from glibc.
57371         * lib/argp-pv.c: New file, from glibc.
57372         * lib/argp-pvh.c: New file, from glibc.
57373         * lib/argp-xinl.c: New file, from glibc.
57374
57375 2003-06-10  Simon Josefsson  <jas@extundo.com>
57376
57377         * modules/strchrnul: New file.
57378
57379 2003-06-10  Simon Josefsson  <jas@extundo.com>
57380
57381         * modules/argp: New file.
57382
57383 2003-06-10  Simon Josefsson  <jas@extundo.com>
57384
57385         * m4/strchrnul.m4: New file.
57386
57387 2003-06-10  Simon Josefsson  <jas@extundo.com>
57388
57389         * lib/strchrnul.h: New file.
57390         * lib/strchrnul.c: New file.
57391
57392 2003-06-10  Bruno Haible  <bruno@clisp.org>
57393
57394         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
57395
57396 2003-06-07  Karl Berry  <karl@gnu.org>
57397
57398         * config/config.{guess,sub}: update from prep.
57399
57400 2003-06-07  Jim Meyering  <jim@meyering.net>
57401
57402         * modules/strtod: Use $(...) notation, not @...@ for
57403         AC_REPLACE'd variables.
57404         * modules/localcharset: Likewise.
57405
57406 2003-06-07  Jim Meyering  <jim@meyering.net>
57407
57408         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
57409         in place of my name in the copyright comment.
57410         Remove definition and uses of __P.
57411
57412         From coreutils.
57413         * lib/stat.c: Don't declare xmalloc explicitly.
57414         Instead, include "xalloc.h".
57415         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
57416         xrealloc, and xcalloc return values.
57417         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
57418         Improve comment.
57419         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
57420
57421 2003-06-07  Bruno Haible  <bruno@clisp.org>
57422
57423         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
57424         avoid AC_CONFIG_LINKS.
57425         * modules/fnmatch (Makefile.am): Use explicit creation rule for
57426         fnmatch.h, to avoid AC_CONFIG_LINKS.
57427         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
57428
57429 2003-06-07  Bruno Haible  <bruno@clisp.org>
57430
57431         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
57432         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
57433         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
57434         directory.
57435         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
57436         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
57437         directory.
57438
57439 2003-06-06  Jim Meyering  <jim@meyering.net>
57440
57441         Merge from coreutils.
57442         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
57443         Consolidate declarations and initializations of *_base* locals.
57444
57445         Merge from coreutils.
57446         This avoids a core dump on systems without GNU putenv,
57447         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
57448         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
57449         (unsetenv): New static function, from GNU libc.
57450         (rpl_putenv): Use it.
57451
57452         * lib/modechange.c: Remove trailing blanks.
57453
57454         Merge from coreutils.
57455         * lib/fsusage.c: Remove declaration of statfs.
57456         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
57457
57458         * lib/posixtm.c: Include <stdbool.h> unconditionally.
57459
57460 2003-06-06  Jim Meyering  <jim@meyering.net>
57461
57462         * lib/stdbool_.h: Renamed from stdbool.h.in.
57463
57464 2003-06-06  Jim Meyering  <jim@meyering.net>
57465             Bruno Haible  <bruno@clisp.org>
57466
57467         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
57468         Adjust Makefile.am snippet not to redirect directly to target.
57469         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
57470
57471 2003-06-05  Paul Eggert  <eggert@twinsun.com>
57472
57473         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
57474         mismatch, look in future quarters as well as past.  This fixes a
57475         bug when processing fall-backwards gaps immediately after a long
57476         period of daylight-saving time.
57477
57478         * lib/mktime.c: Assume freestanding C89 or better.
57479         (HAVE_LIMITS_H): Remove.  Assume it's 1.
57480         (__P): Remove; not used.
57481         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
57482         (mktime, not_equal_tm, print_tm, check_result,
57483         main): Use prototypes.  Use const * where appropriate.
57484         (main): Fix typo in testing code that uncovered by above changes.
57485         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
57486
57487 2003-06-04  Paul Eggert  <eggert@twinsun.com>
57488
57489         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
57490         locale.h, localeconv.  This merges changes from coreutils.
57491
57492         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
57493         It can be removed after the next Autoconf is released.
57494         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
57495         needed.
57496
57497 2003-06-04  Paul Eggert  <eggert@twinsun.com>
57498
57499         * lib/mktime.c: Fix Debian bug 177940
57500         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
57501         (localtime_offset): Now long int, not time_t, because we want it
57502         to be guaranteed to be signed.  All uses changed.
57503         (__mktime_internal): If overflow would occur when adding offset,
57504         don't add it.
57505
57506         Merge 'human' changes from coreutils.  Rewrite to support
57507         locale-specific notations like thousands separators.
57508         * lib/human.c: Simplify authorship notice.
57509         Include human.h immediately after config.h.
57510         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
57511         <limits.h>: Do not include, since human.h does.
57512         (SIZE_MAX, UINTMAX_MAX): New macros.
57513         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
57514         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
57515         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
57516         (power_letter): Renamed from suffixes.
57517         (generate_suffix_backwards): Remove.
57518         (adjust_value): Now takes int style (because of human.h changes)
57519         and long double value (for greater precision on some platforms).
57520         (group_number): New function.
57521         (human_readable): Use it.  Use integer options, not enum.
57522         Put the options before the sizes in the arg list.
57523         Support all the new options.
57524         The old human_readable function has been removed;
57525         use inttostr.h instead.
57526         (human_readable, default_block_size, humblock):
57527         Use uintmax_t, not int, for block sizes.
57528         (human_readable_inexact, block_size_types): Remove.
57529         (block_size_opts): New constant.
57530         (human_options): Renamed from human_block_size, with new signature
57531         that allows block sizes up to UINTMAX_MAX.  All callers changed.
57532         * lib/human.h: Add copyright and authorship notice.
57533         Include <limits.h> and <stdbool.h> unconditionally.
57534         (PARAMS): Remove.  All uses removed.
57535         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
57536         (enum human_inexact_style): Remove tag; now a nameless enum.
57537         (human_floor, human_ceiling, human_round_to_even): Now have
57538         values 2, 0, 1 rather than -1, 1, 0.
57539         (human_group_digits, human_suppress_point_zero, human_autoscale,
57540         human_base_1024, human_SI, human_B): New constants.
57541         (human_readable_inexact, human_block_size): Remove.
57542         (human_readable): Size args are now uintmax_t, not int.
57543         (human_options): New decl.
57544
57545         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
57546         unnecessary now that we assume C89 or better.  This change
57547         imported from coreutils.
57548
57549         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57550         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
57551         in the 2003-05-30 sync from glibc.
57552
57553         .h files should stand alone, but we shouldn't include <sys/types.h>
57554         if we can get away with just <stddef.h>.
57555
57556         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
57557         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
57558         rather than <sys/types.h>, as we merely need size_t.
57559         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
57560         to get size_t.
57561         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
57562         Include <stdio.h>, to get FILE.
57563         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
57564         memcasecmp.h has included <stddef.h> and all we need is size_t.
57565         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
57566         our interface, instead of including <sys/types.h>
57567
57568 2003-06-04  Paul Eggert  <eggert@twinsun.com>
57569
57570         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
57571         now, as glibc mktime is buggy on non-glibc systems.
57572
57573 2003-06-03  Karl Berry  <karl@gnu.org>
57574
57575         * config/config.sub: update from prep.
57576
57577 2003-06-02  Paul Eggert  <eggert@twinsun.com>
57578
57579         [from coreutils]
57580         Fix some minor time-related bugs with POSIX time arguments.
57581         Some valid time stamps were being rejected (notably -1, and
57582         time stamps before 1900 on 64-bit hosts).  And some invalid
57583         time stamps were being accepted, e.g. September 31.
57584
57585         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
57586         that we can return (time_t) -1 successfully.
57587         * lib/posixtm.c: Likewise.
57588         [HAVE_STDBOOL_H]: Include <stdbool.h>.
57589         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
57590         (t): Remove static var.
57591         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
57592         of static var.  All uses changed.
57593         (year): Do not reject years before 1900; they can occur with
57594         64-bit time_t.
57595         (posix_time_parse): Do not check for out-of-range components;
57596         that is now the caller's responsibility, since our checks were
57597         only approximations.
57598         (posixtime): Use mktime to check for out-of-range components,
57599         since it knows them exactly.
57600         If mktime returns (time_t) -1, check whether an error actually occurred
57601         by invoking localtime on -1.
57602         (main) [TEST_POSIXTIME]: Check for input data errors, and report
57603         posixtime failures better.
57604         Improve the test data (in comments only).
57605
57606 2003-06-02  Karl Berry  <karl@gnu.org>
57607
57608         * config/mkinstalldirs (version): new variable.
57609         (--version): new option.
57610         (usage): improve message.
57611
57612 2003-05-30  Karl Berry  <karl@gnu.org>
57613
57614         * lib/mktime.c: update from libc.
57615
57616 2003-05-30  Bruno Haible  <bruno@clisp.org>
57617
57618         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
57619         * config/config.rpath: Upgrade to gettext-0.12.1.
57620
57621 2003-05-30  Bruno Haible  <bruno@clisp.org>
57622
57623         * m4/gettext.m4: Upgrade to gettext-0.12.1.
57624         * m4/nls.m4: New file, from gettext-0.12.1.
57625         * m4/po.m4: New file, from gettext-0.12.1.
57626         * m4/progtest.m4: Upgrade to gettext-0.12.1.
57627
57628 2003-05-30  Bruno Haible  <bruno@clisp.org>
57629
57630         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
57631         * lib/localcharset.h: Likewise.
57632         * lib/localcharset.c: Likewise.
57633
57634 2003-05-29  Karl Berry  <karl@gnu.org>
57635
57636         * config/config.rpath: update from gettext.
57637
57638 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57639
57640         Assume the headers required for C89 freestanding compilers.
57641         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
57642         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
57643         * m4/human.m4 (gl_HUMAN): Likewise.
57644         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
57645         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
57646         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57647         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
57648         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57649         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
57650
57651 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57652
57653         Assume the headers required for C89 freestanding compilers.
57654         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
57655         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
57656         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
57657         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
57658         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
57659         define, since <limits.h> is guaranteed to do that.
57660         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
57661         * lib/exclude.c: Include <stdbool.h> unconditionally.
57662         * lib/tempname.c: Include <stddef.h> unconditionally.
57663         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
57664         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
57665         <stddef.h> does that.
57666         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
57667         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
57668         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
57669         needed.
57670         * lib/xstrtol.c: Likewise.
57671         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
57672         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
57673
57674         * lib/addext.c (addext): Use assignment rather than cast, to avoid
57675         warnings on some platforms.
57676
57677         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57678         arbitrarily.
57679
57680 2003-05-26  Jim Meyering  <jim@meyering.net>
57681
57682         Merge in a change from coreutils:
57683         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
57684         that is guaranteed to be `no'.  Use `no_such_member' to indicate
57685         that condition, rather than `-1' which is slightly misleading.
57686         Change the name of the cache variable to have the gl_ prefix.
57687         Prompted by a patch from Richard Dawe for DJGPP.
57688
57689 2003-05-24  Karl Berry  <karl@gnu.org>
57690
57691         * config/config.guess: update from prep.
57692
57693 2003-05-22  Karl Berry  <karl@gnu.org>
57694
57695         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
57696
57697 2003-05-20  Karl Berry  <karl@gnu.org>
57698
57699         * config/config.guess: update from prep.
57700
57701 2003-05-18  Karl Berry  <karl@gnu.org>
57702
57703         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
57704         might actually be set by the user.
57705
57706         * config/depcomp, install-sh, mdate-sh: update from automake.
57707
57708 2003-05-17  Bruno Haible  <bruno@clisp.org>
57709
57710         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
57711         invalid expansion for AC_EGREP_CPP.
57712         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
57713         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
57714         Suggested by Akim Demaille <akim@epita.fr> in
57715         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
57716
57717 2003-05-12  Jim Meyering  <jim@meyering.net>
57718
57719         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
57720         the space-padded-by-default conversion specifiers, %e, %k, %l.
57721
57722 2003-05-12  Bruno Haible  <bruno@clisp.org>
57723
57724         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
57725         the string is longer than 4 KB.
57726
57727 2003-05-11  Karl Berry  <karl@gnu.org>
57728
57729         * config/config.{guess,sub}: update from prep.
57730
57731 2003-05-09  Bruno Haible  <bruno@clisp.org>
57732
57733         * modules/error: Add m4/strerror_r.m4 to file list.
57734
57735 2003-05-03  Bruno Haible  <bruno@clisp.org>
57736
57737         Upgrade to Unicode-4.0.
57738         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
57739         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
57740         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
57741         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
57742         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
57743         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
57744         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
57745         Change width of U+E0100..U+E01EF from 1 to 0.
57746
57747 2003-04-25  Jim Meyering  <jim@meyering.net>
57748
57749         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
57750         of type size_t, not int.
57751
57752 2003-04-25  Bruno Haible  <bruno@clisp.org>
57753
57754         * lib/copy-file.c: Include <stddef.h>, for size_t.
57755
57756 2003-04-21  Paul Eggert  <eggert@twinsun.com>
57757
57758         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
57759         code which expansion is under static control.  Patch imported from
57760         Akim Demaille's patch to Bison; see
57761         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
57762
57763 2003-04-14  Bruno Haible  <bruno@clisp.org>
57764
57765         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
57766
57767 2003-04-11  Jim Meyering  <jim@meyering.net>
57768
57769         Merge changes from Coreutils.
57770
57771         2003-03-22  Jim Meyering  <jim@meyering.net>
57772
57773         * lib/strftime.c (widen): Cast alloca return value to proper type.
57774
57775         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
57776
57777         From GNU libc.
57778         * lib/strftime.c (my_strftime): Handle very large width
57779         specifications for numeric values correctly.  Improve checks for
57780         overflow.
57781
57782         2003-01-19  Jim Meyering  <jim@meyering.net>
57783
57784         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
57785         definitions.
57786         (nl_get_alt_digit) [! defined my_strftime]: Define.
57787         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
57788         _nl_get_alt_digit and _nl_get_walt_digit.
57789
57790         * lib/strftime.c (my_strftime): Merge in locale-related changes from
57791         libc. These changes have no effect outside of _LIBC.
57792
57793 2003-04-10  Bruno Haible  <bruno@clisp.org>
57794
57795         * modules/findprog: New file.
57796         * MODULES.html.sh (func_all_modules): Add it.
57797
57798 2003-04-10  Bruno Haible  <bruno@clisp.org>
57799
57800         * m4/findprog.m4: New file.
57801         * m4/eaccess.m4: New file.
57802
57803 2003-04-10  Bruno Haible  <bruno@clisp.org>
57804
57805         * lib/findprog.h: New file, from GNU gettext.
57806         * lib/findprog.c: New file, from GNU gettext.
57807
57808 2003-04-05  Jim Meyering  <jim@meyering.net>
57809
57810         Merge changes from Coreutils.
57811
57812         * lib/exclude.h (PARAMS): Remove definition and uses.
57813         * lib/exclude.c: Remove uses of `PARAMS'.
57814
57815         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
57816         Add test-cases for DOS filenames. Declare program_name.
57817         (main): Set up program_name.  Patch by Rich Dawe.
57818
57819         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57820         error from mntctl.
57821         Use mntctl's return value to drive the entry-processing loop, since
57822         we can't rely on the value of the vmt_length member in the last
57823         entry.  On some systems doing so could result in exhausting
57824         virtual memory.  Based in part on a patch from Mike Jetzer.
57825
57826 2003-04-04  Bruno Haible  <bruno@clisp.org>
57827
57828         * modules/linebreak: New file.
57829         * MODULES.html.sh (func_all_modules): Add it.
57830
57831 2003-04-04  Bruno Haible  <bruno@clisp.org>
57832
57833         * m4/linebreak.m4: New file.
57834
57835 2003-04-04  Bruno Haible  <bruno@clisp.org>
57836
57837         * lib/linebreak.h: New file, from GNU gettext.
57838         * lib/linebreak.c: New file, from GNU gettext with slight
57839         modifications.
57840         * lib/lbrkprop.h: New file, from GNU gettext.
57841
57842 2003-04-03  Bruno Haible  <bruno@clisp.org>
57843
57844         * modules/utf8-ucs4: New file.
57845         * modules/utf16-ucs4: New file.
57846         * modules/ucs4-utf8: New file.
57847         * modules/ucs4-utf16: New file.
57848         * MODULES.html.sh (func_all_modules): Add them.
57849
57850 2003-04-03  Bruno Haible  <bruno@clisp.org>
57851
57852         * m4/utf-ucs4.m4: New file.
57853         * m4/ucs4-utf.m4: New file.
57854
57855 2003-04-03  Bruno Haible  <bruno@clisp.org>
57856
57857         * lib/utf8-ucs4.h: New file, from GNU gettext.
57858         * lib/utf16-ucs4.h: New file, from GNU gettext.
57859         * lib/ucs4-utf8.h: New file, from GNU gettext.
57860         * lib/ucs4-utf16.h: New file, from GNU gettext.
57861
57862 2003-04-02  Bruno Haible  <bruno@clisp.org>
57863
57864         * modules/binary-io: New file.
57865         * MODULES.html.sh (func_all_modules): Add it.
57866
57867 2003-04-02  Bruno Haible  <bruno@clisp.org>
57868
57869         * lib/binary-io.h: New file, from GNU gettext.
57870
57871 2003-04-01  Bruno Haible  <bruno@clisp.org>
57872
57873         * modules/pathname: New file.
57874         * MODULES.html.sh (func_all_modules): Add it.
57875
57876 2003-04-01  Bruno Haible  <bruno@clisp.org>
57877
57878         * lib/pathname.h: New file, from GNU gettext.
57879         * lib/concatpath.c: New file, from GNU gettext.
57880
57881 2003-03-30  Bruno Haible  <bruno@clisp.org>
57882
57883         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
57884
57885 2003-03-30  Bruno Haible  <bruno@clisp.org>
57886
57887         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
57888         function chown() doesn't exist.
57889
57890 2003-03-28  Bruno Haible  <bruno@clisp.org>
57891
57892         * modules/copy-file: New file.
57893         * MODULES.html.sh (func_all_modules): Add it.
57894
57895 2003-03-28  Bruno Haible  <bruno@clisp.org>
57896
57897         * m4/copy-file.m4: New file.
57898
57899 2003-03-28  Bruno Haible  <bruno@clisp.org>
57900
57901         * lib/copy-file.h: New file, from GNU gettext.
57902         * lib/copy-file.c: New file, from GNU gettext.
57903
57904 2003-03-18  Jim Meyering  <jim@meyering.net>
57905
57906         * lib/quote.c (quote_n): Fix typo in comment.
57907
57908 2003-03-18  Bruno Haible  <bruno@clisp.org>
57909
57910         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
57911         checking.
57912         * m4/onceonly_2_57.m4: Likewise.
57913
57914 2003-03-17  Bruno Haible  <bruno@clisp.org>
57915
57916         * m4/onceonly.m4: Require autoconf 2.54 or newer.
57917         (m4_quote): Remove macro.
57918         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
57919
57920 2003-03-14  Jim Meyering  <jim@meyering.net>
57921
57922         Merge changes from Coreutils.
57923         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
57924         to be const, in order to avoid warnings.
57925         (obstack_room): Likewise.
57926         (obstack_empty_p): Likewise.
57927
57928 2003-03-14  Bruno Haible  <bruno@clisp.org>
57929
57930         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
57931         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
57932
57933 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57934
57935         Merge changes from Bison.
57936         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
57937         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
57938         when compiling Bison 1.875's `bitset bset = obstack_alloc
57939         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
57940         * lib/hash.c: Include <stdbool.h> unconditionally.
57941
57942 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57943
57944         * m4/onceonly.m4 (m4_quote): New macro.
57945         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
57946         Quote AC_FOREACH variable-expansions properly.
57947
57948 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57949
57950         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
57951
57952 2003-03-09  Paul Eggert  <eggert@twinsun.com>
57953
57954         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
57955         Reported by Bruce Becker; see:
57956         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
57957
57958 2003-03-03  Paul Eggert  <eggert@twinsun.com>
57959             Bruno Haible  <bruno@clisp.org>
57960
57961         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
57962         Reported by John Hughes, see
57963         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
57964
57965 2003-02-20  Bruno Haible  <bruno@clisp.org>
57966
57967         * MODULES.html.sh (func_all_modules): Add poll.
57968
57969 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57970
57971         * modules/poll: New file.
57972
57973 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57974
57975         * lib/poll_.h: New file.
57976         * lib/poll.c: New file.
57977
57978 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57979
57980         * m4/poll.m4: New file.
57981
57982 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57983
57984         * modules/mathl: New file.
57985
57986 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57987
57988         * lib/mathl.h: New file.
57989         * lib/acosl.c: New file.
57990         * lib/asinl.c: New file.
57991         * lib/atanl.c: New file.
57992         * lib/ceill.c: New file.
57993         * lib/cosl.c: New file.
57994         * lib/expl.c: New file.
57995         * lib/floorl.c: New file.
57996         * lib/frexpl.c: New file.
57997         * lib/ldexpl.c: New file.
57998         * lib/logl.c: New file.
57999         * lib/sincosl.c: New file.
58000         * lib/sinl.c: New file.
58001         * lib/sqrtl.c: New file.
58002         * lib/tanl.c: New file.
58003         * lib/trigl.c: New file.
58004         * lib/trigl.h: New file.
58005
58006 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58007
58008         * m4/mathl.m4: New file.
58009
58010 2003-02-18  Bruno Haible  <bruno@clisp.org>
58011
58012         * MODULES.html.sh (func_all_modules): Add mathl.
58013
58014 2003-02-17  Bruno Haible  <bruno@clisp.org>
58015
58016         * modules/mkdtemp: New module.
58017         * MODULES.html.sh (func_all_modules): Add it.
58018
58019 2003-02-17  Bruno Haible  <bruno@clisp.org>
58020
58021         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
58022
58023 2003-02-17  Bruno Haible  <bruno@clisp.org>
58024
58025         * lib/mkdtemp.h: New file, from GNU gettext.
58026         * lib/mkdtemp.c: New file, from GNU gettext.
58027
58028 2003-02-02  Jim Meyering  <jim@meyering.net>
58029
58030         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
58031         e.g. glibc-2.2.93.
58032
58033 2003-01-31  Bruno Haible  <bruno@clisp.org>
58034
58035         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
58036         'rpl_rename'.
58037         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
58038         'rpl_strnlen'.
58039         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
58040         'rpl_strtod'.
58041         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
58042         'rpl_utime'.
58043
58044 2003-01-31  Bruno Haible  <bruno@clisp.org>
58045
58046         * lib/rename.c: #undef rename before defining rpl_rename.
58047         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
58048
58049 2003-01-30  Bruno Haible  <bruno@clisp.org>
58050
58051         * modules/vasnprintf, modules/vasprintf: New modules.
58052         * MODULES.html.sh (func_all_modules): Add them.
58053
58054 2003-01-30  Bruno Haible  <bruno@clisp.org>
58055
58056         * m4/signed.m4: New file, from GNU gettext.
58057         * m4/longdouble.m4: New file, from GNU gettext.
58058         * m4/wchar_t.m4: New file, from GNU gettext.
58059         * m4/wint_t.m4: New file, from GNU gettext.
58060         * m4/vasnprintf.m4: New file.
58061         * m4/vasprintf.m4: New file.
58062
58063 2003-01-30  Bruno Haible  <bruno@clisp.org>
58064
58065         * lib/printf-args.h: New file, from GNU gettext.
58066         * lib/printf-args.c: New file, from GNU gettext.
58067         * lib/printf-parse.h: New file, from GNU gettext.
58068         * lib/printf-parse.c: New file, from GNU gettext.
58069         * lib/vasnprintf.h: New file, from GNU gettext.
58070         * lib/vasnprintf.c: New file, from GNU gettext.
58071         * lib/asnprintf.c: New file, from GNU gettext.
58072         * lib/vasprintf.h: New file, from GNU gettext with modifications.
58073         * lib/vasprintf.c: New file, from GNU gettext.
58074         * lib/asprintf.c: New file, from GNU gettext.
58075
58076 2003-01-29  Bruno Haible  <bruno@clisp.org>
58077
58078         * modules/stpncpy: New module.
58079         * MODULES.html.sh (func_all_modules): Add it.
58080
58081 2003-01-29  Bruno Haible  <bruno@clisp.org>
58082
58083         * m4/stpncpy.m4: New file.
58084
58085 2003-01-29  Bruno Haible  <bruno@clisp.org>
58086
58087         * lib/stpncpy.h: New file, from GNU gettext with modifications.
58088         * lib/stpncpy.c: New file, from GNU gettext with modifications.
58089
58090 2003-01-28  Bruno Haible  <bruno@clisp.org>
58091
58092         * modules/c-ctype: New module.
58093         * MODULES.html.sh (func_all_modules): Add it.
58094
58095 2003-01-28  Bruno Haible  <bruno@clisp.org>
58096
58097         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
58098         Paul Eggert.
58099         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
58100         Paul Eggert.
58101
58102 2003-01-27  Bruno Haible  <bruno@clisp.org>
58103
58104         * modules/xsetenv: New module.
58105         * MODULES.html.sh (func_all_modules): Add it.
58106
58107 2003-01-27  Bruno Haible  <bruno@clisp.org>
58108
58109         * lib/xsetenv.h: New file, from GNU gettext.
58110         * lib/xsetenv.c: New file, from GNU gettext.
58111
58112 2003-01-23  Jim Meyering  <jim@meyering.net>
58113
58114         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
58115         from working on systems without dirfd (at least Irix and OSF1/Tru64).
58116
58117 2003-01-23  Bruno Haible  <bruno@clisp.org>
58118
58119         * modules/minmax: New module.
58120         * MODULES.html.sh (func_all_modules): Add it.
58121
58122 2003-01-23  Bruno Haible  <bruno@clisp.org>
58123
58124         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
58125         Eggert.
58126
58127 2003-01-22  Bruno Haible  <bruno@clisp.org>
58128
58129         * modules/exit: New module.
58130         * MODULES.html.sh (func_all_modules): Add it.
58131
58132 2003-01-22  Bruno Haible  <bruno@clisp.org>
58133
58134         * lib/exit.h: New file, from GNU gettext.
58135
58136 2003-01-19  Bruno Haible  <bruno@clisp.org>
58137
58138         * gnulib-tool: Recognize option --extract-maintainer.
58139         (func_get_maintainer): New function.
58140         * modules/*: Add Maintainer entry.
58141
58142 2003-01-16  Jim Meyering  <jim@meyering.net>
58143
58144         * m4/regex.m4: The `regex' struct is both input and output.
58145         Initialize it before each use.  Patch by Tim Waugh.
58146
58147 2003-01-16  Bruno Haible  <bruno@clisp.org>
58148
58149         * MODULES.html.sh: Add a table of contents. Add the module name as
58150         leftmost column. Add hyperlinks.
58151
58152 2003-01-15  Bruno Haible  <bruno@clisp.org>
58153
58154         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
58155
58156 2003-01-15  Bruno Haible  <bruno@clisp.org>
58157
58158         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
58159         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
58160         suffix.
58161
58162 2003-01-15  Bruno Haible  <bruno@clisp.org>
58163
58164         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
58165
58166 2003-01-15  Bruno Haible  <bruno@clisp.org>
58167
58168         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
58169         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
58170
58171 2003-01-14  Jim Meyering  <jim@meyering.net>
58172
58173         * lib/same.c (same_name): Tweak a comment.
58174
58175 2003-01-14  Bruno Haible  <bruno@clisp.org>
58176
58177         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
58178         when a string comparison is sufficient.
58179
58180 2003-01-14  Bruno Haible  <bruno@clisp.org>
58181
58182         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
58183         'unsigned int'.
58184
58185 2003-01-14  Bruno Haible  <bruno@clisp.org>
58186
58187         * lib/hash-pjw.c: Add comment about low quality of this function.
58188
58189 2003-01-13  Bruno Haible  <bruno@clisp.org>
58190
58191         * modules/stpcpy: Distribute lib/stpcpy.h.
58192         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
58193
58194 2003-01-13  Bruno Haible  <bruno@clisp.org>
58195
58196         * modules/*: Add a description.
58197         * modules/strpbrk: Fix Makefile.am snippet.
58198         * modules/strtoimax: Fix dependencies.
58199         * modules/strtoumax: Likewise.
58200
58201 2003-01-13  Bruno Haible  <bruno@clisp.org>
58202
58203         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
58204         * modules/alloca (Makefile.am): All object files depend on alloca.h.
58205         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
58206
58207 2003-01-13  Bruno Haible  <bruno@clisp.org>
58208
58209         * gnulib-tool (func_create_testdir): Store config/* files in the main
58210         directory.
58211         * config.rpath: Move to ...
58212         * config/config.rpath: ... here.
58213         * modules/gettext: Contains config/config.rpath, not config.rpath.
58214         * modules/iconv: Likewise.
58215
58216 2003-01-12  Paul Eggert  <eggert@twinsun.com>
58217
58218         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
58219         to avoid collisions with libcurses and libreadline.
58220
58221         * m4/getstr.m4: Remove.
58222         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
58223
58224 2003-01-12  Paul Eggert  <eggert@twinsun.com>
58225
58226         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
58227         to avoid collisions with libcurses and libreadline.
58228
58229         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
58230         * lib/getstr.h, getstr.c: Remove.
58231         * lib/getline.c: Include "getline.h", to check interface.
58232         Move body of old getstr.c here: this defines MIN_CHUNK and
58233         declares getdelim2, which is renamed from getstr.
58234         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
58235
58236         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
58237         All uses changed.
58238         * lib/linebuffer.h: Likewise.
58239         (readline): Remove backward-compatibility macro.
58240
58241 2003-01-12  Paul Eggert  <eggert@twinsun.com>
58242
58243         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
58244         to avoid collisions with libcurses and libreadline.
58245         * getstr: Remove.
58246         * MODULES.html.sh: Remove getstr.
58247         * modules/getline: Depend on unlocked-io, not getstr.
58248
58249 2003-01-12  Jim Meyering  <jim@meyering.net>
58250
58251         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
58252
58253 2003-01-10  Bruno Haible  <bruno@clisp.org>
58254
58255         * modules/alloca: Change Makefile.am requirements. Simplify Include
58256         requirements. Add lib/alloca_.h to file list.
58257
58258 2003-01-10  Bruno Haible  <bruno@clisp.org>
58259
58260         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
58261
58262 2003-01-10  Bruno Haible  <bruno@clisp.org>
58263
58264         * lib/alloca_.h: New file.
58265         * lib/getdate.y: Unconditionally include alloca.h.
58266         * lib/makepath.c: Likewise.
58267         * lib/setenv.c: Likewise.
58268         * lib/userspec.c: Likewise.
58269
58270 2003-01-09  Karl Berry  <karl@gnu.org>
58271
58272         * MODULES.html.sh: include `dirname $0` in PATH, to find
58273         gnulib-tool.
58274
58275 2003-01-09  Bruno Haible  <bruno@clisp.org>
58276
58277         * modules/stdbool: Change configure.ac, Makefile.am requirements.
58278         Simplify Include requirements. Add lib/stdbool.h.in to file list.
58279
58280 2003-01-09  Bruno Haible  <bruno@clisp.org>
58281
58282         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
58283
58284 2003-01-09  Bruno Haible  <bruno@clisp.org>
58285
58286         * lib/stdbool.h.in: New file.
58287
58288 2003-01-09  Bruno Haible  <bruno@clisp.org>
58289
58290         * gnulib-tool (func_all_modules): Ignore files ending in ~.
58291         * MODULES.html.sh: Likewise.
58292
58293 2003-01-08  Jim Meyering  <jim@meyering.net>
58294
58295         * lib/full-write.c: Undefine and define-away `const' after inclusion
58296         of errno.h, not before.  Suggestion from Bruno Haible.
58297
58298 2003-01-08  Bruno Haible  <bruno@clisp.org>
58299
58300         * modules/full-read: Depend on full-write.
58301
58302 2003-01-08  Bruno Haible  <bruno@clisp.org>
58303
58304         * lib/safe-read.c: Include specification header first, to ensure its
58305         selfcontainedness.
58306         * lib/full-write.c: Likewise.
58307
58308 2003-01-07  Jim Meyering  <jim@meyering.net>
58309
58310         * lib/full-write.c: Rework so that it may serve to define full_read,
58311         too.
58312         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
58313
58314 2003-01-07  Bruno Haible  <bruno@clisp.org>
58315
58316         * lib/strtoimax.c: Include <stdint.h> as an alternative to
58317         <inttypes.h>.
58318         * lib/xstrtol.h: Likewise.
58319         * lib/xstrtoimax.c: Likewise.
58320         * lib/xstrtoumax.c: Likewise.
58321         * lib/human.h: Likewise.
58322
58323         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
58324         on systems that have <inttypes.h> but not <stdint.h>.
58325
58326 2003-01-07  Bruno Haible  <bruno@clisp.org>
58327
58328         * MODULES.html.sh: Add copyright notice.
58329         (missed_files): Omit CVS directory entries.
58330         (func_module): Make it work with sed-3.02.
58331         * MODULES.txt: Remove file.
58332
58333 2003-01-06  Jim Meyering  <jim@meyering.net>
58334
58335         * lib/version-etc.c: Update year in translatable copyright string.
58336
58337 2003-01-03  Karl Berry  <karl@gnu.org>
58338
58339         * config/config.{guess,sub}: update from prep.
58340
58341 2003-01-02  Karl Berry  <karl@gnu.org>
58342
58343         * doc/COPYING.DOC: belatedly updated to 1.2.
58344
58345 2003-01-01  Karl Berry  <karl@gnu.org>
58346
58347         * gnulib-tool (func_verify_module): report module name $module in
58348         error message, not $1.
58349         * gnulib-tool (create-testdir): don't complain if destdir couldn't
58350         be created, only if it doesn't exist.
58351         * gnulib-tool (last_checkin_date): don't expand the $Date here.
58352
58353 2002-12-31  Paul Eggert  <eggert@twinsun.com>
58354
58355         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
58356
58357 2002-12-31  Paul Eggert  <eggert@twinsun.com>
58358
58359         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
58360         memcmp if strcoll doesn't work.
58361
58362 2002-12-31  Bruno Haible  <bruno@clisp.org>
58363
58364         * lib/utime.c (utime_null): No need to call ftruncate if the file was
58365         nonempty.
58366
58367 2002-12-31  Bruno Haible  <bruno@clisp.org>
58368
58369         * lib/memcoll.c (STRCOLL): New macro.
58370         (memcoll): Use it.
58371
58372 2002-12-31  Bruno Haible  <bruno@clisp.org>
58373
58374         * lib/localcharset.h: New file.
58375         * lib/localcharset.c: Include it.
58376         * lib/unicodeio.c: Likewise.
58377
58378 2002-12-31  Bruno Haible  <bruno@clisp.org>
58379
58380         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
58381         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
58382
58383 2002-12-31  Bruno Haible  <bruno@clisp.org>
58384
58385         * lib/getline.h: Include <stddef.h>, for size_t.
58386
58387         * lib/unicodeio.h: Include <stddef.h>, for size_t.
58388         * lib/unicodeio.c: Don't include <stddef.h>.
58389
58390 2002-12-31  Bruno Haible  <bruno@clisp.org>
58391
58392         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
58393         HAVE_TM_ZONE.
58394
58395 2002-12-24  Karl Berry  <karl@gnu.org>
58396
58397         * config/config.guess: update from prep.
58398
58399 2002-12-24  Bruno Haible  <bruno@clisp.org>
58400
58401         General infrasructure.
58402         * m4/README: Rewritten.
58403         * m4/onceonly.m4: New file.
58404         * m4/onceonly_2_57.m4: New file.
58405
58406         Module atexit.
58407         * m4/atexit.m4: New file.
58408
58409         Module strtod.
58410         * m4/strtod.m4: New file.
58411
58412         Module strtol.
58413         * m4/strtol.m4: New file.
58414
58415         Module strtoul.
58416         * m4/strtoul.m4: New file.
58417
58418         Module memchr.
58419         * m4/memchr.m4: New file.
58420
58421         Module memcmp.
58422         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
58423         (jm_FUNC_MEMCMP): Invoke it.
58424
58425         Module memcpy.
58426         * m4/memcpy.m4: New file.
58427
58428         Module memmove.
58429         * m4/memmove.m4: New file.
58430
58431         Module memset.
58432         * m4/memset.m4: New file.
58433
58434         Module strcspn.
58435         * m4/strcspn.m4: New file.
58436
58437         Module strpbrk.
58438         * m4/strpbrk.m4: New file.
58439
58440         Module strstr.
58441         * m4/strstr.m4: New file.
58442
58443         Module strerror.
58444         * m4/strerror.m4: New file.
58445
58446         Module mktime.
58447         * m4/mktime.m4: Renamed from jm-mktime.m4.
58448         (gl_PREREQ_MKTIME): New macro.
58449         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
58450
58451         Module malloc.
58452         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
58453         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
58454         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
58455
58456         Module realloc.
58457         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
58458         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
58459         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
58460
58461         Module strftime.
58462         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
58463         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
58464         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
58465         gl_TM_GMTOFF.
58466         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
58467
58468         Module xalloc.
58469         * m4/xalloc.m4: New file.
58470
58471         Module alloca.
58472         * m4/alloca.m4: New file.
58473
58474         Module putenv.
58475         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
58476         (jm_FUNC_PUTENV): Invoke it.
58477
58478         Module setenv.
58479         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
58480         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
58481         when invoked twice.
58482         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
58483         gt_FUNC_SETENV.
58484
58485         Module memrchr.
58486         * m4/memrchr.m4: New file.
58487
58488         Module stpcpy.
58489         * m4/stpcpy.m4: New file.
58490
58491         Module strcase.
58492         * m4/strcase.m4: New file.
58493
58494         Module strdup.
58495         * m4/strdup.m4: New file.
58496
58497         Module strnlen.
58498         * m4/strnlen.m4: New file.
58499
58500         Module strndup.
58501         * m4/strndup.m4: New file.
58502
58503         Module xstrtod.
58504         * m4/xstrtod.m4: New file.
58505
58506         Module xstrtol.
58507         * m4/xstrtol.m4: New file.
58508
58509         Module getdate.
58510         * m4/getdate.m4: New file.
58511
58512         Module unlocked-io.
58513         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
58514         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
58515         * m4/jm-glibc-io.m4n: Remove file.
58516
58517         Module long-options.
58518         * m4/long-options.m4: New file.
58519
58520         Module md5.
58521         * m4/md5.m4: New file.
58522
58523         Module sha.
58524         * m4/sha.m4: New file.
58525
58526         Module getstr.
58527         * m4/getstr.m4: New file.
58528
58529         Module getline.
58530         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
58531         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
58532         <sys/types.h>, for size_t. Use the function name gnu_getline, not
58533         simply getline. Infoke gl_PREREQ_GETLINE.
58534
58535         Module obstack.
58536         * m4/obstack.m4: New file.
58537
58538         Module hash.
58539         * m4/hash.m4: New file.
58540
58541         Module readtokens.
58542         * m4/readtokens.m4: New file.
58543
58544         Module strverscmp.
58545         * m4/strverscmp.m4: New file.
58546
58547         Module stdbool.
58548         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
58549         OSF/1.
58550
58551         Module strtoll.
58552         * m4/strtoll.m4: New file.
58553
58554         Module strtoull.
58555         * m4/strtoull.m4: New file.
58556
58557         Module strtoimax.
58558         * m4/strtoimax.m4: New file.
58559
58560         Module strtoumax.
58561         * m4/strtoumax.m4: New file.
58562
58563         Module xstrtoimax.
58564         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
58565         jm_AC_PREREQ_XSTRTOIMAX.
58566         Moved the strtol prerequisites to strtol.m4.
58567         Moved the strtoll prerequisites to strtoll.m4.
58568         Moved the strtoimax prerequisites to strtoimax.m4.
58569
58570         Module xstrtoumax.
58571         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
58572         jm_AC_PREREQ_XSTRTOUMAX.
58573         Moved the strtoul prerequisites to strtoul.m4.
58574         Moved the strtoull prerequisites to strtoull.m4.
58575         Moved the strtoumax prerequisites to strtoumax.m4.
58576
58577         Module chown.
58578         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
58579         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
58580
58581         Module dup2.
58582         * m4/dup2.m4: New file.
58583
58584         Module ftruncate.
58585         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
58586         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
58587
58588         Module getgroups.
58589         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
58590         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
58591
58592         Module gettimeofday.
58593         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
58594         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
58595         gl_PREREQ_GETTIMEOFDAY.
58596
58597         Module mkdir.
58598         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
58599         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
58600
58601         Module mkstemp.
58602         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
58603         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
58604         jm_AC_TYPE_UINTMAX_T.
58605         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
58606
58607         Module stat.
58608         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
58609         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
58610
58611         Module lstat.
58612         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
58613         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
58614
58615         Module timespec.
58616         * m4/timespec.m4 (gl_TIMESPEC): New macro.
58617         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
58618         * m4/st_mtim.m4: Indentation.
58619
58620         Module nanosleep.
58621         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
58622         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
58623         gl_PREREQ_NANOSLEEP.
58624
58625         Module regex.
58626         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
58627         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
58628         (gl_REGEX): New macro.
58629
58630         Module rename.
58631         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
58632         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
58633
58634         Module rmdir.
58635         * m4/rmdir.m4: New file.
58636
58637         Module utime.
58638         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
58639         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
58640         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
58641
58642         Module dirname.
58643         * m4/dirname.m4: New file.
58644
58645         Module getopt.
58646         * m4/getopt.m4: New file.
58647
58648         Module unistd-safer.
58649         * m4/unistd-safer.m4: New file.
58650
58651         Module fnmatch.
58652         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
58653         declaration.
58654         (gl_PREREQ_FNMATCH_EXTRA): New macro.
58655         (gl_FUNC_FNMATCH_POSIX): New macro.
58656         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
58657         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
58658         simply fnmatch.
58659
58660         Module exclude.
58661         * m4/exclude.m4: New file.
58662
58663         Module human.
58664         * m4/human.m4: New file.
58665
58666         Module acl.
58667         * m4/acl.m4: Nop.
58668
58669         Module backupfile.
58670         * m4/backupfile.m4: New file.
58671         * m4/d-ino.m4: Indentation.
58672
58673         Module fsusage.
58674         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
58675         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
58676         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
58677
58678         Module dirfd.
58679         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
58680         requirements.
58681
58682         Module euidaccess.
58683         * m4/euidaccess.m4: New file.
58684
58685         Module file-type.
58686         * m4/file-type.m4: New file.
58687
58688         Module fileblocks.
58689         * m4/fileblocks.m4: New file.
58690
58691         Module filemode.
58692         * m4/filemode.m4: New file.
58693
58694         Module isdir.
58695         * m4/isdir.m4: New file.
58696
58697         Module lchown.
58698         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
58699         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
58700
58701         Module makepath.
58702         * m4/makepath.m4: New file.
58703
58704         Module modechange.
58705         * m4/modechange.m4: New file.
58706
58707         Module mountlist.
58708         * m4/mountlist.m4: New file.
58709         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
58710         Indentation.
58711
58712         Module path-concat.
58713         * m4/path-concat.m4: New file.
58714
58715         Module pathmax.
58716         * m4/pathmax.m4: New file.
58717
58718         Module same.
58719         * m4/same.m4: New file.
58720
58721         Module save-cwd.
58722         * m4/save-cwd.m4: New file.
58723
58724         Module savedir.
58725         * m4/savedir.m4: New file.
58726
58727         Module xgetcwd.
58728         * m4/xgetcwd.m4: New file.
58729         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
58730
58731         Module xreadlink.
58732         * m4/xreadlink.m4: New file.
58733
58734         Module safe-read.
58735         * m4/safe-read.m4: New file.
58736
58737         Module safe-write.
58738         * m4/safe-write.m4: New file.
58739
58740         Module closeout.
58741         * m4/closeout.m4: New file.
58742
58743         Module stdio-safer.
58744         * m4/stdio-safer.m4: New file.
58745
58746         Module getpass.
58747         * m4/getpass.m4: New file.
58748
58749         Module getugroups.
58750         * m4/getugroups.m4: New file.
58751
58752         Module group-member.
58753         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
58754         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
58755
58756         Module idcache.
58757         * m4/idcache.m4: New file.
58758
58759         Module userspec.
58760         * m4/userspec.m4: New file.
58761
58762         Module gettime.
58763         * m4/clock_time.m4: New file.
58764         * m4/gettime.m4: New file.
58765
58766         Module settime.
58767         * m4/settime.m4: New file.
58768
58769         Module posixtm.
58770         * m4/posixtm.m4: New file.
58771
58772         Module gethostname.
58773         * m4/gethostname.m4: New file.
58774
58775         Module canon-host.
58776         * m4/canon-host.m4: New file.
58777
58778         Module gettext.
58779         * m4/codeset.m4: New file, from gettext-0.11.5.
58780         * m4/gettext.m4: New file, from gettext-0.11.5.
58781         * m4/glibc21.m4: New file, from gettext-0.11.5.
58782         * m4/iconv.m4: New file, from gettext-0.11.5.
58783         * m4/intdiv0.m4: New file, from gettext-0.11.5.
58784         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
58785         * m4/inttypes.m4: New file, from gettext-0.11.5.
58786         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
58787         * m4/isc-posix.m4: New file, from gettext-0.11.5.
58788         * m4/lcmessage.m4: New file, from gettext-0.11.5.
58789         * m4/lib-ld.m4: New file, from gettext-0.11.5.
58790         * m4/lib-link.m4: New file, from gettext-0.11.5.
58791         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
58792         * m4/progtest.m4: New file, from gettext-0.11.5.
58793         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
58794         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
58795         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
58796
58797         Module localcharset.
58798         * m4/localcharset.m4: New file.
58799
58800         Module hard-locale.
58801         * m4/hard-locale.m4: New file.
58802
58803         Module mbswidth.
58804         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
58805         onceonly macros.
58806         * m4/mbrtowc.m4: Add comment.
58807
58808         Module memcasecmp.
58809         * m4/memcasecmp.m4: New file.
58810
58811         Module memcoll.
58812         * m4/memcoll.m4: New file.
58813
58814         Module unicodeio.
58815         * m4/unicodeio.m4: New file.
58816
58817         Module rpmatch.
58818         * m4/rpmatch.m4: New file.
58819
58820         Module yesno.
58821         * m4/yesno.m4: New file.
58822
58823         Module exitfail.
58824         * m4/exitfail.m4: New file.
58825
58826         Module c-stack.
58827         * m4/c-stack.m4 (gl_C_STACK): New macro.
58828         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
58829
58830         Module error.
58831         * m4/error.m4 (gl_ERROR): New macro.
58832         (jm_PREREQ_ERROR): Use onceonly macros.
58833
58834         Module fatal.
58835         * m4/fatal.m4: New file.
58836
58837         Module getloadavg.
58838         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
58839         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
58840
58841         Module getpagesize.
58842         * m4/getpagesize.m4: New file.
58843
58844         Module getusershell.
58845         * m4/getusershell.m4: New file.
58846
58847         Module physmem.
58848         * m4/physmem.m4: New file.
58849
58850         Module posixver.
58851         * m4/posixver.m4: New file.
58852
58853         Module quotearg.
58854         * m4/quotearg.m4: New file.
58855
58856         Module quote.
58857         * m4/quote.m4: New file.
58858
58859         Module readutmp.
58860         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
58861
58862         Module sig2str.
58863         * m4/sig2str.m4: New file.
58864
58865         Other.
58866         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
58867         ulonglong.m4.
58868         * m4/intmax_t.m4: New file.
58869         * m4/d-type.m4: Indentation.
58870         * m4/jm-macros.m4: Update.
58871         * m4/prereq.m4 (jm_PREREQ): Update.
58872         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
58873         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
58874         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
58875         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
58876         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
58877         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
58878         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
58879         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
58880         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
58881         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
58882         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
58883         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
58884         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
58885         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
58886         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
58887         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
58888         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
58889         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
58890         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
58891
58892 2002-12-24  Bruno Haible  <bruno@clisp.org>
58893
58894         * MODULES.txt: Update according to m4/ changes.
58895
58896         Module gettext.
58897         * config.rpath: New file, from gettext-0.11.5.
58898
58899         * modules/*: New module descriptions.
58900         * gnulib-tool: New file.
58901         * MODULES.html.sh: New file.
58902
58903 2002-12-21  Karl Berry  <karl@gnu.org>
58904
58905         * doc/fdl.texi: update to version 1.2.
58906
58907 2002-12-19  Karl Berry  <karl@gnu.org>
58908
58909         * config/config.guess: update from prep.
58910
58911 2002-12-18  Bruno Haible  <bruno@clisp.org>
58912
58913         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
58914         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
58915
58916 2002-12-17  Bruno Haible  <bruno@clisp.org>
58917
58918         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
58919         stdlib.h, string.h.
58920
58921 2002-12-17  Bruno Haible  <bruno@clisp.org>
58922
58923         * lib/canon-host.c (strdup): Remove unused declaration.
58924
58925         * lib/fsusage.c: Include full_read.h.
58926         (get_fs_usage): Use full_read instead of safe_read.
58927
58928         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
58929
58930 2002-12-12  Karl Berry  <karl@gnu.org>
58931
58932         * config/config.guess: update from prep.
58933
58934 2002-12-11  Bruno Haible  <bruno@clisp.org>
58935
58936         * m4/setenv.m4: New file, from gettext-0.11.5.
58937
58938 2002-12-11  Bruno Haible  <bruno@clisp.org>
58939
58940         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
58941         not unsetenv().
58942         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
58943         modifications:
58944
58945         2002-12-11  Bruno Haible  <bruno@clisp.org>
58946
58947                 * setenv.c (alloca): Fall back to malloc.
58948                 (freea): New macro.
58949                 (setenv): Use freea() to free memory allocated with alloca().
58950
58951         2002-11-13  Bruno Haible  <bruno@clisp.org>
58952
58953                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
58954                 function declarations.
58955                 * unsetenv.c (unsetenv): Likewise.
58956
58957         2002-03-04  Bruno Haible  <bruno@clisp.org>
58958
58959                 Portability to AIX 4.3.3.
58960                 * unsetenv.c: New file, extracted from setenv.c.
58961                 * setenv.c: Move the unsetenv() function to unsetenv.c.
58962
58963         2001-12-20  Bruno Haible  <bruno@clisp.org>
58964
58965                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
58966                 use malloc instead. For SunOS 4.
58967
58968         2001-12-11  Bruno Haible  <bruno@clisp.org>
58969
58970                 * setenv.c: Declare alloca.
58971                 (compar_fn_t): New typedef.
58972                 (KNOWN_VALUE, STORE_VALUE): Use it.
58973
58974         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
58975         setenv.h.
58976
58977 2002-12-10  Paul Eggert  <eggert@twinsun.com>
58978
58979         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
58980         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
58981         Choose values that are less likely to collide with system fnmatch
58982         options.
58983         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
58984         defined (e.g., a pure POSIX system).
58985         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
58986         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
58987
58988 2002-12-06  Paul Eggert  <eggert@twinsun.com>
58989
58990         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
58991         a pain in practice to deal with generated m4 files.  This change
58992         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
58993
58994         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
58995         and jm-glibc-io.m4, as they are no longer a special case.
58996         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
58997         kludge and the auto-generation stuff.  Check only whether the
58998         functions are declared, not whether they exist, since older hosts
58999         that don't declare the functions can't use the optimization anyway.
59000
59001 2002-12-06  Jim Meyering  <jim@meyering.net>
59002
59003         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
59004
59005         Merge in changes from libc's misc/error.c, in preparation
59006         for the merge of gnulib's changes back into libc.
59007
59008         * lib/error.c (_): Define only if not already defined.
59009         Move definition to follow all #include directives.
59010         Include unlocked-io.h only if !_LIBC.
59011         [_LIBC]: Include <libio/libioP.h>.
59012         [USE_IN_LIBIO]: Include <libio/iolibio.h>
59013         (fflush): Tweak definition to use INTUSE.
59014         (putc): Define.
59015
59016 2002-12-05  Paul Eggert  <eggert@twinsun.com>
59017
59018         * lib/alloca.c [defined emacs]: Include "lisp.h".
59019         (xalloc_die) [defined emacs]: New macro.
59020         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
59021         [! defined emacs]: Include <xalloc.h>.
59022         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
59023         (pointer): Typedef to POINTER_TYPE *.
59024         (malloc): Remove decl; we now always use xmalloc.
59025         (alloca): Use old-style definition, since Emacs needs this.
59026         Check for arithmetic overflow when computing combined size.
59027
59028 2002-12-04  Paul Eggert  <eggert@twinsun.com>
59029
59030         Do not generate unlocked-io.h automatically, since it's easier to
59031         maintain it by hand.
59032
59033         * lib/unlocked-io.h: New file, from GNU diffutils,
59034         but with proper copyright notice and attribution.
59035         * lib/gen-uio: Remove.
59036         * lib/Makefile.am: Add copyright notice.
59037         (libfetish_a_SOURCES): Add unlocked-io.h.
59038         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
59039         (DISTCLEANFILES, io_functions): Remove macros.
59040         (EXTRA_DIST): Remove gen_uio.
59041         (unlocked-io.h): Remove rule.
59042
59043 2002-12-04  Jim Meyering  <jim@meyering.net>
59044
59045         Reflect the fact that stat.c and lstat.c are no longer generated.
59046         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
59047         (DISTCLEANFILES): Likewise.
59048         (EXTRA_DIST): Likewise.
59049         (all_local): Don't depend on stat.c or lstat.c.
59050         (stat.c, lstat.c): Remove rules.
59051         (EXTRA_DIST): Remove xstat.in.
59052
59053         * lib/xstat.in: Remove file.  Contents moved into stat.c.
59054         * lib/stat.c: New file.  Contents mostly from xstat.in.
59055         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
59056         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
59057
59058         * lib/safe-read.c: Rework so that it may serve to define safe_write,
59059         too.
59060         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
59061
59062 2002-12-03  Jim Meyering  <jim@meyering.net>
59063
59064         * lib/safe-read.c, safe-write.c: Change variable names and comments,
59065         but not semantics, to minimize the differences between these two files.
59066         (safe_read): Change comment to mention SAFE_READ_ERROR.
59067
59068         * lib/safe-read.c (IS_EINTR): Define.
59069         (safe_read): Use IS_EINTR in place of in-function cpp directives.
59070
59071 2002-12-02  Jim Meyering  <jim@meyering.net>
59072
59073         * lib/safe-read.c (EINTR): Define.
59074         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
59075         (INT_MAX): Provide fallback.
59076         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
59077
59078         * lib/safe-read.h (SAFE_READ_ERROR): Define.
59079
59080 2002-12-02  Bruno Haible  <bruno@clisp.org>
59081
59082         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
59083         Define, taken from safe-read.c.
59084         (INT_MAX): Provide fallback.
59085         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
59086         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
59087
59088         * lib/safe-read.c (EINTR): Remove definition.
59089         (safe_read): Don't use EINTR if it is absent.
59090
59091 2002-12-01  Jim Meyering  <jim@meyering.net>
59092
59093         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
59094         zero.
59095         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
59096
59097 2002-11-27  Paul Eggert  <eggert@twinsun.com>
59098
59099         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
59100         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
59101         with `if (! (value < limit)) abort ();', for readability.
59102
59103 2002-11-26  Karl Berry  <karl@gnu.org>
59104
59105         * lib/strdup.c: copy from libc again, with jim's ok.
59106         * lib/.cppi-disable: re-add strdup.c
59107
59108 2002-11-25  Karl Berry  <karl@gnu.org>
59109
59110         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
59111         instead of "strtol.c".
59112
59113 2002-11-25  Karl Berry  <karl@gnu.org>
59114
59115         * config/install-sh: update from automake for variable quoting, $0 in
59116         error msgs, etc.
59117
59118         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
59119         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
59120         entry.
59121
59122 2002-11-25  Jim Meyering  <jim@meyering.net>
59123
59124         * lib/mktime.c: Sync from libc, now that it has the latest fix.
59125
59126 2002-11-24  Karl Berry  <karl@gnu.org>
59127
59128         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
59129         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
59130
59131 2002-11-24  Jim Meyering  <jim@meyering.net>
59132
59133         Update from coreutils:
59134
59135         * lib/mktime.c: Merge in changes from libc.
59136
59137         Avoid a link-time failure on some Linux systems.
59138         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
59139         (otherwise).
59140         (__mon_yday): Declare with the STATIC attribute.
59141         (__mktime_internal): Likewise.
59142         Based on a report from Greg Schafer.
59143
59144 2002-11-23  Jim Meyering  <jim@meyering.net>
59145
59146         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
59147         Use `unsigned', not `int', as type of index.
59148
59149         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
59150
59151         * lib/fsusage.c: Remove unneeded parentheses around operands of
59152         `defined'.
59153
59154 2002-11-22  Paul Eggert  <eggert@twinsun.com>
59155
59156         * lib/quotearg.h: Allow multiple inclusion by surrounding with
59157         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
59158         so that we can be included first.
59159         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
59160         * lib/quotearg.c: Include quotearg.h immediately after config.h.
59161         No need to include stddef.h or sys/types.h any more.
59162         Surround local include files with "", not "<>".
59163         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
59164         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
59165         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
59166         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
59167         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
59168         (ISPRINT): Remove; no longer needed now that we assume C89.
59169
59170         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
59171         Preserve errno.
59172
59173         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
59174         quotearg_char): Use SIZE_MAX rather than
59175         (size_t) -1 when we are talking about "infinity".
59176
59177         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
59178
59179 2002-11-22  Paul Eggert  <eggert@twinsun.com>
59180
59181         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
59182         hint that one should use `if (! x) abort ();' rather than `assert
59183         (x);', and anyway it's one less thing to worry about configuring.
59184         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
59185         hash_rehash, hash_insert): Use abort rather than assert.
59186
59187 2002-11-22  Bruno Haible  <bruno@clisp.org>
59188
59189         * lib/safe-read.h: Assume C89. Add comments.
59190         (safe_read): Change return type to size_t.
59191         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
59192         byte counts > SSIZE_MAX correctly.
59193         * lib/safe-write.h: New file.
59194         * lib/safe-write.c: New file.
59195         * lib/full-read.h: New file.
59196         * lib/full-read.c: New file.
59197         * lib/full-write.h: Assume C89. Add comments.
59198         * lib/full-write.c: Include safe-write.h.
59199         (full_write): Rewritten to use safe_write.
59200         Suggested by Jim Meyering and Paul Eggert.
59201
59202 2002-11-21  Jim Meyering  <jim@meyering.net>
59203
59204         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
59205
59206         Merge in changes from the coreutils.
59207
59208         2002-09-25  Paul Eggert  <eggert@twinsun.com>
59209         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
59210         <stdint.h>.
59211         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
59212         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
59213         int.  Work more efficiently if X is the same width as uintmax_t.
59214         Do not compare X to -1, to avoid bogus compiler warning.
59215         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
59216         Don't assume that f_frsize and f_bsize are the same type.
59217
59218         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
59219         warning on FreeBSD.
59220
59221         * lib/makepath.c (make_path): Restore umask *before* creating the final
59222         component.
59223         (make_path): Minor reformatting.
59224
59225         * lib/xmalloc.c: Adjust to work with new autoconf macros,
59226         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
59227         HAVE_MALLOC/HAVE_REALLOC.
59228
59229         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
59230         dummy ones.  At least on GNU/Linux systems, `auto' means something
59231         else.
59232         From Michael Stone.
59233
59234 2002-11-21  Bruno Haible  <bruno@clisp.org>
59235
59236         Remove case insensitive option matching.
59237         * lib/argmatch.h (argcasematch): Remove declaration.
59238         (ARGCASEMATCH): Remove macro.
59239         (__xargmatch_internal): Remove case_sensitive argument.
59240         (XARGMATCH): Update.
59241         (XARGCASEMATCH): Remove macro.
59242         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
59243         case_sensitive argument.
59244         (argcasematch): Remove function.
59245         (__xargmatch_internal): Remove case_sensitive argument.
59246         (main): Use XARGMATCH instead of XARGCASEMATCH.
59247
59248         * lib/xmalloc.c: Change compile-time error message. Add comment about
59249         required autoconf version.
59250
59251 2002-11-20  Paul Eggert  <eggert@twinsun.com>
59252
59253         Merge argmatch cleanups from Bison.  Assume C89.
59254
59255         * lib/argmatch.c: Include config.h here, not in argmatch.h.
59256         Include stdlib.h, for EXIT_FAILURE.
59257         Always include <string.h>, since we assume C89.
59258         (EXIT_FAILURE): Remove pre-C89 bug workaround.
59259         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
59260         Include <stddef.h> instead, since it's all we need for size_t.
59261         (PARAMS): Remove.  All uses removed.
59262         (ARRAY_CARDINALITY): Do not bother to #undef.
59263         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
59264         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
59265         Remove unnecessary parentheses.
59266         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
59267         Insert necessary parentheses.
59268         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
59269         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
59270
59271 2002-11-19  Bruno Haible  <bruno@clisp.org>
59272
59273         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
59274         * lib/mbswidth.h: Include <stddef.h>, for size_t.
59275
59276         * lib/mbswidth.h (PARAMS): Remove macro.
59277         (mbswidth, mbsnwidth): Use ANSI C function declarations.
59278         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
59279
59280         * lib/gcd.h (PARAMS): Remove macro.
59281         (gcd): Use ANSI C function declarations.
59282         * lib/gcd.c (gcd): Likewise.
59283
59284 2002-11-15  Bruno Haible  <bruno@clisp.org>
59285
59286         * lib/strcspn.c: Include <stddef.h>.
59287         (strcspn): Use ANSI C function declaration. Change return type to
59288         size_t. Use NULL.
59289         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
59290         (strpbrk): Use NULL.
59291         * lib/strpbrk.h (PARAMS): Remove macro.
59292         (strpbrk): Use ANSI C function declaration.
59293         * lib/strstr.c: Don't include <sys/types.h>.
59294         * lib/strstr.h (PARAMS): Remove macro.
59295         (strstr): Use ANSI C function declarations.
59296
59297 2002-11-14  Karl Berry  <karl@gnu.org>
59298
59299         * config/mkinstalldirs: `do' on separate line, instead of
59300         `for var; do'.
59301
59302 2002-11-06  Bruno Haible  <bruno@clisp.org>
59303
59304         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
59305         * lib/gcd.c (gcd): Likewise.
59306
59307 2002-11-05  Bruno Haible  <bruno@clisp.org>
59308
59309         * lib/gcd.h: New file, from gettext-0.11.5.
59310         * lib/gcd.c: New file, from gettext-0.11.5.
59311
59312 2002-11-05  Bruno Haible  <bruno@clisp.org>
59313
59314         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59315         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59316         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59317         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
59318
59319         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
59320         <libintl.h>.
59321         * lib/makepath.c: Include gettext.h instead of <locale.h> and
59322         <libintl.h>.
59323
59324         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
59325         * lib/human.c: Include gettext.h instead of <libintl.h>.
59326         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
59327         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
59328         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
59329         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
59330         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
59331         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
59332         (textdomain): Remove definition.
59333         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
59334
59335         * lib/long-options.c: Remove include of <libintl.h> and definition of
59336         _.
59337         * lib/same.c: Remove include of <libintl.h> and definition of _.
59338
59339 2002-11-04  Owen Taylor  <otaylor@redhat.com>
59340
59341         * lib/config.charset: A few additions for Solaris.
59342
59343 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
59344
59345         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
59346         * lib/localcharset.c (locale_charset): Declare as extern "C".
59347
59348 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
59349
59350         * lib/config.charset: msdos in uk_UA uses CP1125.
59351
59352 2002-11-04  Bruno Haible  <bruno@clisp.org>
59353
59354         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
59355         * lib/strcase.h: New file, from GNU gettext-0.11.5.
59356         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
59357         * lib/strstr.h: New file, from GNU gettext-0.11.5.
59358         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
59359
59360 2002-11-04  Bruno Haible  <bruno@clisp.org>
59361
59362         * lib/localcharset.c (locale_charset): Don't return an empty string.
59363
59364 2002-11-04  Bruno Haible  <bruno@clisp.org>
59365
59366         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
59367         aliases.
59368
59369 2002-11-04  Bruno Haible  <bruno@clisp.org>
59370
59371         * lib/config.charset: Update for newest glibc. Add canonical names
59372         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
59373
59374 2002-11-04  Bruno Haible  <bruno@clisp.org>
59375
59376         * lib/config.charset: Add support for NetBSD.
59377
59378 2002-11-04  Bruno Haible  <bruno@clisp.org>
59379
59380         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
59381
59382 2002-11-01  Bruno Haible  <bruno@clisp.org>
59383
59384         * configure.in: Add AC_CONFIG_AUX_DIR call.
59385         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
59386         test/Makefile.
59387         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
59388
59389 2002-09-28  Karl Berry  <karl@gnu.org>
59390
59391         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
59392         installed automake until the next release, since changes have been
59393         made.
59394
59395 2002-09-25  Karl Berry  <karl@gnu.org>
59396
59397         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
59398         * lib/getopt*: copy from libc/posix.
59399         * lib/gettext.h: copy from gettext.
59400         * lib/.cppi-disable: add strdup.c, gettext.h.
59401
59402 2002-09-25  Karl Berry  <karl@gnu.org>
59403
59404         * config/srclist.txt: enable gettext.h check.
59405         * config/config.{guess,sub}: update from prep.
59406         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
59407                 from automake 1.6.3.
59408         See srclist*.
59409
59410 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
59411
59412         * regex.c (PATFETCH): Remove the translating fetch.
59413         (PATFETCH_RAW): Rename to PATFETCH.
59414         (set_image_of_range): New fun.
59415         (SET_RANGE_TABLE_WORK_AREA): Use it.
59416         (regex_compile): Don't translate the pattern chars so eagerly.
59417         Only do it when inserting an `exactn' bytecode or when handling
59418         a char-range.
59419         (mutually_exclusive_p): Avoid empty statement.
59420
59421 2002-07-06  Jim Meyering  <meyering@lucent.com>
59422
59423         * m4/README: Don't mention Makefile.am.in.
59424         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
59425
59426 2002-07-01  Jim Meyering  <meyering@lucent.com>
59427
59428         * lib/c-stack.c: Include sys/time.h.
59429         From Volker Borchert.
59430
59431 2002-06-26  Paul Eggert  <eggert@twinsun.com>
59432
59433         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
59434
59435 2002-06-26  Paul Eggert  <eggert@twinsun.com>
59436
59437         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
59438         New macro.  Use it uniformly instead of
59439         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
59440         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
59441         reported by Vin Shelton.
59442
59443 2002-06-22  Paul Eggert  <eggert@twinsun.com>
59444
59445         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
59446         Do not assume SA_SIGINFO behavior.
59447         Bug reported by Jim Meyering on NetBSD 1.5.2.
59448
59449 2002-06-22  Jim Meyering  <meyering@lucent.com>
59450
59451         * m4/c-stack.m4: New file, from diffutils-2.8.2.
59452         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
59453
59454         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
59455         now that configure.ac uses AC_GNU_SOURCE.
59456         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
59457         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
59458
59459         Update to latest tools.  Suggestions from Paul Eggert.
59460         * m4/stdbool.m4: New file, from diffutils-2.8.2.
59461         * m4/gnu-source.m4: Update from diffutils-2.8.2.
59462         * m4/fnmatch.m4: Likewise.
59463         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
59464         to AC_HEADER_STDBOOL
59465
59466 2002-06-22  Jim Meyering  <meyering@lucent.com>
59467
59468         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
59469         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
59470
59471 2002-06-22  Jim Meyering  <meyering@lucent.com>
59472
59473         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
59474
59475         * lib/exitfail.c, exitfail.h: Likewise.
59476         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
59477
59478         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
59479         of fnmatch.h.
59480         (EXTRA_DIST): Add fnmatch_loop.c.
59481         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
59482
59483         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
59484         * lib/fnmatch.c: Update from diffutils-2.8.2.
59485         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
59486         * lib/fnmatch.h: Remove file.
59487
59488 2002-06-21  Jim Meyering  <meyering@lucent.com>
59489
59490         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
59491         * m4/mbrtowc.m4: Likewise.
59492
59493         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
59494         * m4/mbswidth.m4: Reflect name change:
59495         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
59496         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
59497
59498         * m4/lib-link.m4: Update from gettext-0.11.2.
59499         * m4/gettext.m4: Likewise.
59500
59501         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
59502         From Alfred M. Szmidt.
59503
59504 2002-06-18  Paul Eggert  <eggert@twinsun.com>
59505
59506         * lib/file-type.h: Report an error if neither S_ISREG nor
59507         S_IFREG is defined, instead of using a test specific to glibc
59508         2.2.  This should be safe, since POSIX requires S_ISREG and
59509         Unix Version 7 had S_IFREG.  We don't need to check for
59510         <sys/types.h> since we don't use any symbols that it defines.
59511
59512 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
59513
59514         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
59515         $@-t, so that each temporary file name is unique and valid in the first
59516         8 characters, for operation under DOS.
59517
59518 2002-06-15  Paul Eggert  <eggert@twinsun.com>
59519
59520         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
59521
59522 2002-06-15  Jim Meyering  <meyering@lucent.com>
59523
59524         Work even with DJGPP 2.03, which lacks support for symlinks.
59525         From Richard Dawe.
59526         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
59527         is defined.
59528         * lib/lchown.c (S_ISLNK): Likewise.
59529
59530 2002-06-15  Jim Meyering  <meyering@lucent.com>
59531
59532         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
59533         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
59534         have been included before this file.
59535
59536 2002-06-14  Jim Meyering  <meyering@lucent.com>
59537
59538         * lib/file-type.h: Use the version from diffutils-2.8.2.
59539         * lib/file-type.c: Likewise.
59540
59541 2002-06-07  Jim Meyering  <meyering@lucent.com>
59542
59543         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
59544         They're needed at least for NetBSD 1.5.2.
59545         ($statxfs_includes): Include those same headers.
59546         ($statxfs_includes): Include sys/vfs.h if available.
59547         ($statxfs_includes): Likewise for sys/statvfs.h.
59548         Check for the following members in both structs statfs and statvfs:
59549         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
59550
59551 2002-06-01  Jim Meyering  <meyering@lucent.com>
59552
59553         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
59554         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
59555
59556 2002-05-28  Jim Meyering  <meyering@lucent.com>
59557
59558         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
59559         Reported by Volker Borchert.
59560
59561 2002-05-27  Jim Meyering  <meyering@lucent.com>
59562
59563         Fix a problem seen only on nonconforming systems whereby ls.c's
59564         use of localtime, and then of gettimeofday would cause trouble:
59565         the localtime call used to initialize rpl_gettimeofday's save
59566         mechanism would clobber ls's current local time information so
59567         that in any long listing the first file would always be listed
59568         with date 1970-01-01.  Analysis by Volker Borchert.
59569
59570         * lib/gettimeofday.c (localtime): Undefine.
59571         (rpl_localtime): New function.
59572
59573 2002-05-27  Jim Meyering  <meyering@lucent.com>
59574
59575         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
59576         localtime.
59577
59578         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
59579         use the replacement function; it wouldn't resolve at link time.
59580         Reported by Volker Borchert.
59581
59582 2002-05-22  Jim Meyering  <meyering@lucent.com>
59583
59584         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
59585         file-type.h.
59586         * lib/file-type.h: New file.
59587         * lib/file-type.c (file_type): New file/function.  Extracted from
59588         diffutils.
59589
59590 2002-04-30  Jim Meyering  <meyering@lucent.com>
59591
59592         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
59593
59594 2002-04-29  Paul Eggert  <eggert@twinsun.com>
59595
59596         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
59597
59598 2002-04-29  Paul Eggert  <eggert@twinsun.com>
59599
59600         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
59601         Do not check for alloca.h (no longer used) or stdbool.h (was never
59602         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
59603
59604 2002-04-29  Paul Eggert  <eggert@twinsun.com>
59605
59606         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
59607
59608 2002-04-29  Jim Meyering  <meyering@lucent.com>
59609
59610         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
59611         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
59612         Use AC_FUNC_STRNLEN here instead.
59613
59614         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
59615         With autoconf-2.53a, it's part of AC_PROG_CC.
59616
59617 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59618
59619         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
59620         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
59621
59622 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59623
59624         * lib/sig2str.h, lib/sig2str.c: New files.
59625         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
59626
59627 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59628
59629         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
59630         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
59631         of 127, since 64 is the largest conceivable number for ancient
59632         nonstandard hosts.
59633         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
59634
59635 2002-04-28  Jim Meyering  <meyering@lucent.com>
59636
59637         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
59638
59639 2002-04-24  Jim Meyering  <meyering@lucent.com>
59640
59641         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
59642         (jm_PREREQ): Use it.
59643
59644         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
59645         mach/mach.h fcntl.h.
59646         Check for this function: setlocale.
59647
59648 2002-04-24  Jim Meyering  <meyering@lucent.com>
59649
59650         * lib/gettext.h: New file, from Gettext.
59651         * lib/Makefile.am (INCLUDES): Remove -I../intl.
59652         (libfetish_a_SOURCES): Add gettext.h.
59653
59654 2002-04-16  Jim Meyering  <meyering@lucent.com>
59655
59656         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
59657         ut_pid, ut_id, ut_exit.
59658
59659 2002-04-16  Jim Meyering  <meyering@lucent.com>
59660
59661         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
59662         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
59663         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
59664
59665 2002-04-12  Jim Meyering  <meyering@lucent.com>
59666
59667         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
59668         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
59669         existence of the getmntinfo function.  Needed for Darwin 5.3.
59670
59671         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
59672         This is necessary at least on Darwin 5.3.
59673
59674         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
59675         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
59676         strnlen.o in the library, and that makes some versions of ranlib
59677         object.
59678
59679 2002-04-12  Jim Meyering  <meyering@lucent.com>
59680
59681         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
59682
59683 2002-04-09  Jim Meyering  <meyering@lucent.com>
59684
59685         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
59686         to be more precise.  Rather than saying we're checking whether the
59687         function `works', say what we're testing.
59688         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
59689         Reported by Bruno Haible.
59690
59691 2002-03-10  Jim Meyering  <meyering@lucent.com>
59692
59693         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
59694         Suggestion from Santiago Vila.
59695
59696 2002-03-08  Jim Meyering  <meyering@lucent.com>
59697
59698         * lib/rename.c: Mention that this wrapper is needed also on
59699         mips-dec-ultrix4.4 systems.
59700
59701 2002-03-02  Jim Meyering  <meyering@lucent.com>
59702
59703         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
59704         not HAVE_CLOCK_SETTIME.
59705
59706 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59707
59708         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
59709         Check for clock_settime.
59710
59711 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59712
59713         * lib/nanosleep.h: Rename to....
59714         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
59715
59716         * lib/gettime.c: New file.
59717         * lib/settime.c: New file.
59718         * lib/stime.c: Remove.
59719
59720         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
59721         timespec.h.  Remove nanosleep.h.
59722
59723 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59724
59725         * m4/acl.m4: New file.
59726         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
59727         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
59728
59729 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59730
59731         * lib/acl.c, lib/acl.h: New files.
59732         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
59733
59734 2002-02-24  Jim Meyering  <meyering@lucent.com>
59735
59736         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
59737         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
59738         cause trouble.  Reported by Nelson Beebe.
59739
59740 2002-02-23  Paul Eggert  <eggert@twinsun.com>
59741
59742         * lib/path-concat.c (xpath_concat): Reorder code to pacify
59743         compilers that don't know that xalloc_die never returns.
59744
59745 2002-02-20  Jim Meyering  <meyering@lucent.com>
59746
59747         * lib/getdate.c: Regenerate using bison-1.33.
59748
59749 2002-02-17  Jim Meyering  <meyering@lucent.com>
59750
59751         * config/config.guess (main): Don't use `head -1'; it's no longer
59752         portable. Use `sed 1q' instead.
59753
59754 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
59755
59756         * m4/codeset.m4: Upgrade to gettext-0.11.
59757         * m4/gettext.m4: Upgrade to gettext-0.11.
59758         * m4/glibc21.m4: Upgrade to gettext-0.11.
59759         * m4/iconv.m4: Upgrade to gettext-0.11.
59760         * m4/isc-posix.m4: Upgrade to gettext-0.11.
59761         * m4/lcmessage.m4: Upgrade to gettext-0.11.
59762         * m4/lib-ld.m4: New file, from gettext-0.11.
59763         * m4/lib-link.m4: New file, from gettext-0.11.
59764         * m4/lib-prefix.m4: New file, from gettext-0.11.
59765         * m4/progtest.m4: Upgrade to gettext-0.11.
59766
59767 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59768
59769         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
59770         (jm_PREREQ): Use it.
59771
59772 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59773
59774         * lib/posixver.c, lib/posixver.h: New files.
59775         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59776
59777 2002-02-02  Paul Eggert  <eggert@twinsun.com>
59778             Bruno Haible  <bruno@clisp.org>
59779
59780         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
59781         (fwrite_success_callback): New declaration.
59782         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
59783         print_unicode_char. Call failure callback instead of error.
59784         (fwrite_success_callback): New function.
59785         (exit_failure_callback): New function.
59786         (fallback_failure_callback): New function.
59787         (print_unicode_char): Call unicode_to_mb.
59788
59789 2002-01-26  Jim Meyering  <meyering@lucent.com>
59790
59791         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
59792         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
59793
59794 2002-01-26  Jim Meyering  <meyering@lucent.com>
59795
59796         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
59797
59798 2002-01-22  Paul Eggert  <eggert@twinsun.com>
59799
59800         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
59801
59802 2002-01-22  Jim Meyering  <meyering@lucent.com>
59803
59804         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
59805         Otherwise, some versions of automake would omit the rule that makes
59806         Makefile from Makefile.in.
59807
59808 2002-01-21  Paul Eggert  <eggert@twinsun.com>
59809
59810         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
59811         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59812         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
59813         (memcoll): Set errno to zero if there is no error.
59814
59815         * lib/quotearg.c (quotearg_buffer_restyled):
59816         Fix bug with quoting buffers containing NUL when backslashing escapes.
59817         This bug was exposed by the other changes in this patch.
59818         (quotearg_n_options): New arg ARGSIZE.
59819         All callers changed.
59820         (quoting_options_from_style): New function.
59821         (quotearg_n_style): Use it.
59822         (quotearg_n_style_mem): New function.
59823
59824         * lib/quotearg.h (quotearg_n_style_mem): New function.
59825
59826 2002-01-19  Jim Meyering  <meyering@lucent.com>
59827
59828         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
59829         Remove useless quotes: DF_PROG="df".
59830         * m4/strnlen.m4: New file.
59831
59832 2002-01-16  Paul Eggert  <eggert@twinsun.com>
59833
59834         * lib/backupfile.c (ISDIGIT): Comment fix.
59835         * lib/getdate.y (ISDIGIT): Likewise.
59836         * lib/posixtm.c (ISDIGIT, year): Likewise.
59837         * lib/strverscmp.c (ISDIGIT): Likewise.
59838         * lib/userspec.c (ISDIGIT): Likewise.
59839
59840 2002-01-16  Jim Meyering  <meyering@lucent.com>
59841
59842         * lib/getdate.y: Add three semicolons, each just before a closing
59843         brace. Bison (as of version 1.31) no longer papers over that mistake.
59844
59845 2002-01-05  Jim Meyering  <meyering@lucent.com>
59846
59847         * lib/version-etc.c (version_etc_copyright): Update copyright year.
59848
59849 2001-12-19  Paul Eggert  <eggert@twinsun.com>
59850
59851         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
59852         not silently exit merely because the output buffer happens to
59853         have nothing pending.
59854
59855 2001-12-18  Paul Eggert  <eggert@twinsun.com>
59856
59857         See the big note in ../ChangeLog.
59858         * lib/human.c (suffixes): Prefer K to k for 1024.
59859         (generate_suffix_backwards): New function.
59860         (human_readable_inexact): Use it.
59861         * lib/xstrtol.c (__xstrtol): If there is no number but there
59862         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
59863         Accept 'K' as well as 'k'.
59864
59865 2001-12-15  Jim Meyering  <meyering@lucent.com>
59866
59867         * lib/regex.h (__restrict_arr): Update from libc.
59868
59869         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
59870         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
59871         (STREQ): Define.
59872
59873 2001-12-14  Jim Meyering  <meyering@lucent.com>
59874
59875         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
59876         Suggestion from Bruno Haible.
59877
59878 2001-12-10  Jim Meyering  <meyering@lucent.com>
59879
59880         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
59881         xrealloc, Instead, include "xalloc.h".
59882         (initbuffer): Don't cast xmalloc return value to char*.
59883         (readline): Reword comment.
59884         Don't cast xrealloc return value to char*
59885         Return NULL, not 0.
59886
59887 2001-12-09  Jim Meyering  <meyering@lucent.com>
59888
59889         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
59890         about `signed and unsigned type in conditional expression'.
59891         * lib/posixtm.c (posix_time_parse): Likewise.
59892
59893         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
59894
59895         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
59896         to avoid a pedantic warning.
59897
59898         * lib/getstr.c: Don't include assert.h.
59899         (getstr): Remove warning-evoking assertions.
59900         Return -1 if offset parameter is out of bounds.
59901         Change the type of a local from int to size_t.
59902
59903         * lib/strftime.c (my_strftime_localtime_r): Include this function
59904         definition in the `#if ! HAVE_TM_GMTOFF' block.
59905
59906         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
59907         Include xalloc.h instead.
59908
59909 2001-12-02  Jim Meyering  <meyering@lucent.com>
59910
59911         * lib/tempname.c: Don't declare getenv, thus reverting the change of
59912         2001-11-18.  It's no longer necessary, now that stdlib.h is always
59913         included.
59914
59915         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
59916         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
59917
59918 2001-11-30  Akim Demaille  <akim@epita.fr>
59919
59920         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
59921         before being defined.
59922
59923 2001-11-27  Paul Eggert  <eggert@twinsun.com>
59924
59925         * lib/quotearg.h (quotearg_n, quotearg_n_style):
59926         First arg is int, not unsigned.
59927         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
59928         (SIZE_MAX, UINT_MAX): New macros.
59929         (quotearg_n_options): Abort if N is negative.
59930         Avoid overflow check on hosts where size_t is 64 bits and int
59931         is 32 bits, as overflow is impossible there.
59932         Fix off-by-one typo that caused unnecessary reallocation.
59933
59934 2001-11-27  Jim Meyering  <meyering@lucent.com>
59935
59936         * lib/tempname.c: Merge with version from libc.
59937         * lib/regex.c: Likewise.
59938
59939         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
59940         systems for which STDC_HEADERS is 0, it was not included, resulting in
59941         a warning about an integer-to-pointer conversion problem with getenv.
59942         Reported by Volker Borchert.
59943
59944 2001-11-26  Jim Meyering  <meyering@lucent.com>
59945
59946         * lib/gtod.h: Remove file.
59947         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
59948         * lib/gettimeofday.c: Don't include gtod.h.
59949         (GTOD_init): Remove function.
59950         (rpl_gettimeofday): Do its job here instead, rather than aborting.
59951         Suggestion from Volker Borchert.
59952
59953 2001-11-23  Jim Meyering  <meyering@lucent.com>
59954
59955         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
59956         it.
59957         * lib/hash.c (struct hash_table): Define it here instead.
59958
59959 2001-11-22  Jim Meyering  <meyering@lucent.com>
59960
59961         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
59962
59963 2001-11-20  Jim Meyering  <meyering@lucent.com>
59964
59965         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
59966         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
59967
59968 2001-11-19  Jim Meyering  <meyering@lucent.com>
59969
59970         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
59971         directory.  Use "conftestXXXXXX" as the template.
59972         Suggestion from Paul Eggert.
59973
59974         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
59975         immediately, so the test doesn't mistakenly hit the max-open-files
59976         limit.
59977
59978 2001-11-18  Paul Eggert  <eggert@twinsun.com>
59979
59980         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
59981         (TEMPORARIES): New macro.
59982         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
59983         removes an artificial limitation (e.g. HP-UX 10.20, where
59984         TMP_MAX is 17576).
59985
59986 2001-11-18  Jim Meyering  <meyering@lucent.com>
59987
59988         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
59989
59990 2001-11-18  Jim Meyering  <meyering@lucent.com>
59991
59992         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
59993         on SunOS 4.
59994
59995         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
59996         files will be created before anything else.
59997
59998 2001-11-17  Paul Eggert  <eggert@twinsun.com>
59999
60000         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
60001         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
60002
60003 2001-11-17  Jim Meyering  <meyering@lucent.com>
60004
60005         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
60006         Prompted by a report from Bob Proulx.
60007
60008         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
60009         Instead, require UTILS_FUNC_MKSTEMP.
60010
60011 2001-11-17  Jim Meyering  <meyering@lucent.com>
60012
60013         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
60014         Now, that's done as part of AC_FUNC_STRTOD.
60015
60016 2001-11-17  Jim Meyering  <meyering@lucent.com>
60017
60018         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
60019         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
60020         rather than group writable.  Patch by Juan F. Codagnone.
60021
60022         * lib/readtokens.c: Remove explicit declarations of xmalloc and
60023         xrealloc, Instead, include "xalloc.h".
60024
60025         * lib/mountlist.c: Include unlocked-io.h after all system headers.
60026         Remove explicit declarations of xmalloc, xrealloc,
60027         and xstrdup.  Instead, include "xalloc.h".
60028
60029         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
60030         unlocked-io.h.
60031         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
60032         Likewise.
60033         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
60034
60035         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
60036         Reported by Padraig Brady.
60037
60038         * lib/mkstemp.c: #undef mkstemp.
60039         Include config.h.
60040         (rpl_mkstemp): Rename from mkstemp.
60041         Protoize.
60042
60043 2001-11-16  Jim Meyering  <meyering@lucent.com>
60044
60045         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
60046         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
60047         determine the amount of total physical memory, use pstat_getstatic.
60048         HPUX-11 doesn't define _SC_PHYS_PAGES.
60049         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
60050         If sysconf couldn't be used to determine the amount of available
60051         physical memory, use both pstat_getstatic and pstat_getdynamic.
60052         Based on a patch from Bob Proulx.
60053
60054 2001-11-10  Jim Meyering  <meyering@lucent.com>
60055
60056         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
60057         (jm_PREREQ): Use it.
60058
60059 2001-11-09  Jim Meyering  <meyering@lucent.com>
60060
60061         * m4/jm-macros.m4: Require autoconf-2.52f.
60062         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
60063         Use these AC_-prefixed names, not the AM_-prefixed ones.
60064
60065         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
60066
60067 2001-11-05  Jim Meyering  <meyering@lucent.com>
60068
60069         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
60070
60071 2001-11-04  Jim Meyering  <meyering@lucent.com>
60072
60073         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
60074         $DEFS.
60075
60076 2001-11-03  Jim Meyering  <meyering@lucent.com>
60077
60078         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
60079         of AC_DEFUN.
60080
60081         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
60082         know the name of the variable in the macro definition.
60083
60084 2001-11-03  Jim Meyering  <meyering@lucent.com>
60085
60086         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
60087         in argmatch_to_argument call.
60088
60089         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
60090         argument.
60091
60092         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
60093         e.g., a fault due to an attempt to free a NULL pointer.
60094
60095 2001-11-01  Jim Meyering  <meyering@lucent.com>
60096
60097         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
60098         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
60099
60100 2001-11-01  Jim Meyering  <meyering@lucent.com>
60101
60102         * lib/dirfd.c, lib/dirfd.h: New files.
60103         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
60104
60105         * lib/hash.c (hash_print) [TESTING]: Clean up.
60106
60107 2001-10-22  Paul Eggert  <eggert@twinsun.com>
60108
60109         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
60110         to avoid a warning if -Wall.
60111
60112 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
60113
60114         * README: New file
60115         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
60116         (per RMS's instructions, this is now the canonical source)
60117         * lgpl/, gpl/: New directories.
60118
60119 2001-10-21  Paul Eggert  <eggert@twinsun.com>
60120
60121         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
60122
60123 2001-10-21  Jim Meyering  <meyering@lucent.com>
60124
60125         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
60126         this code would end up calling gettext even in packages built
60127         with --disable-nls.
60128         * lib/getopt.c (_): Likewise.
60129         * lib/regex.c (_): Likewise.
60130
60131 2001-10-20  Paul Eggert  <eggert@twinsun.com>
60132
60133         * m4/error.m4 (jm_PREREQ_ERROR):
60134         Do not invoke AC_CHECK_FUNCS with strerror_r, as
60135         AC_FUNC_STRERROR_R does that.
60136         Check for strerror declaration.
60137
60138         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
60139         are supposed to have them these days.
60140         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
60141         Merge changes from latest Autoconf CVS.
60142         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
60143         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
60144         POSIX decided to standardize on the int flavor of strerror_r.
60145
60146 2001-10-20  Paul Eggert  <eggert@twinsun.com>
60147
60148         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
60149         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
60150         Use strerror_r that is only a macro, even if it is not a function.
60151         (strerror): Check for HAVE_DECL_STRERROR before declaring.
60152         (private_strerror): Use prototypes, not old-style function definition.
60153         (print_errno_message): New function.
60154         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
60155         char*-flavored one.
60156         (error_tail, error, error_at_line): Use it.
60157
60158 2001-10-11  Jim Meyering  <meyering@lucent.com>
60159
60160         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
60161         and quote_n (1, ... to avoid clobbering a buffer.
60162
60163 2001-10-05  Jim Meyering  <meyering@lucent.com>
60164
60165         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
60166         hash-pjw.h.
60167         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
60168         * lib/hash-pjw.h: New file.
60169
60170 2001-09-30  Jim Meyering  <meyering@lucent.com>
60171
60172         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
60173         `struct fsstat' has the `f_fstypename' member.
60174         Use that to define FS_TYPE, which is now used to make
60175         the getfsstat link test tighter.
60176
60177 2001-09-30  Jim Meyering  <meyering@lucent.com>
60178
60179         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
60180         Include <sys/ucred.h>, for Apple Darwin.
60181         Include sys/mount.h and sys/fs_types.h only if available.
60182         (FS_TYPE): Define.
60183         (read_filesystem_list): Use FS_TYPE.
60184
60185 2001-09-29  Paul Eggert  <eggert@twinsun.com>
60186
60187         * lib/exclude.c (excluded_filename): 0 -> false, since it's
60188         a boolean context.
60189
60190 2001-09-29  Jim Meyering  <meyering@lucent.com>
60191
60192         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
60193         [one-argument getmntent function]): Include stdio.h before mntent.h.
60194         SunOS 4.1.x needs it for the declaration of `FILE'.
60195         Patch by Volker Borchert.
60196
60197         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
60198         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
60199         sys/fs_types.h, and make the link-test for getfsstat guard #include
60200         directives with appropriate #if HAVE_*_H tests so that we can
60201         detect getfsstat on Apple Darwin1.3.7 systems.
60202         Reported by Nelson Beebe.
60203         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
60204
60205 2001-09-28  Paul Eggert  <eggert@twinsun.com>
60206
60207         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
60208         #defines strtoimax.  Also treat the other strto* functions
60209         like strtoimax.
60210
60211         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
60212         Check for strtoul and strtoumax,
60213         as those declarations are made even in the signed case.
60214         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
60215         Likewise, for strtol and strtoimax.
60216
60217 2001-09-28  Paul Eggert  <eggert@twinsun.com>
60218
60219         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
60220         #defines strtoimax.  Also treat the other strto* functions
60221         like strtoimax.
60222
60223         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
60224         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
60225         (strtoimax, strtoumax): Do not declare if already defined as a macro.
60226
60227 2001-09-26  Jim Meyering  <meyering@lucent.com>
60228
60229         Most macros in unlocked-io.h had the wrong number of arguments.
60230         * lib/gen-uio: New script.
60231         (USE_UNLOCKED_IO): Define to 1 if not already defined.
60232         * lib/unlocked-io.hin: Remove file.
60233         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
60234         rather than trying to embed it here.
60235         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
60236         Reported by Padraig Brady.
60237
60238 2001-09-25  Volker Borchert  <bt@teknon.de>
60239
60240         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
60241         `result'.
60242
60243 2001-09-24  Jim Meyering  <meyering@lucent.com>
60244
60245         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
60246
60247 2001-09-23  Jim Meyering  <meyering@lucent.com>
60248
60249         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
60250         instead of the mere test for existence of mntent.h.  The latter
60251         would get a false-positive on AIX 3.4 systems.
60252         In the outer getmntent if-block, don't die if neither of the getmntent
60253         tests succeeds.  Instead, just fall through and continue with the
60254         remaining tests.
60255
60256 2001-09-23  Jim Meyering  <meyering@lucent.com>
60257
60258         * lib/mountlist.c: Remove useless parentheses in #if directives.
60259         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
60260         the deprecated MOUNTED symbol is no longer defined in mntent.h.
60261
60262 2001-09-22  Jim Meyering  <meyering@lucent.com>
60263
60264         * m4/gettext.m4: New file.  From gettext.
60265         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
60266         * m4/progtest.m4: Likewise
60267         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
60268         * m4/glibc21.m4: Likewise.
60269
60270         * m4/libintl.m4: Remove.  No longer used.
60271
60272 2001-09-22  Jim Meyering  <meyering@lucent.com>
60273
60274         * lib/localcharset.c: Update from latest gettext.
60275         * lib/config.charset: Likewise.
60276
60277 2001-09-20  Jim Meyering  <meyering@lucent.com>
60278
60279         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
60280         strtoimax.
60281         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
60282         strtoumax.
60283
60284 2001-09-20  Jim Meyering  <meyering@lucent.com>
60285
60286         * lib/xstrtol.c (strtoimax): Guard declaration with
60287         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
60288         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
60289         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
60290         (strtoumax): Likewise, for completeness (it wasn't necessary).
60291
60292 2001-09-17  Paul Eggert  <eggert@twinsun.com>
60293
60294         * lib/strtoimax.c (HAVE_LONG_LONG):
60295         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
60296         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
60297         to work around bug in IBM C compiler.
60298
60299 2001-09-17  Jim Meyering  <meyering@lucent.com>
60300
60301         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
60302         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
60303         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
60304         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
60305         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
60306         whenever the right hand side need not be expanded by the shell.
60307
60308 2001-09-16  Paul Eggert  <eggert@twinsun.com>
60309
60310         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
60311         library.  It's not correct, as some older glibcs are buggy.
60312         fnmatch wasn't fixed until glibc 2.2.
60313
60314         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
60315         special shell magic here.
60316
60317 2001-09-16  Jim Meyering  <meyering@lucent.com>
60318
60319         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
60320         * m4/jm-macros.m4: Require it.
60321
60322 2001-09-16  Jim Meyering  <meyering@lucent.com>
60323
60324         * lib/mkdir.c: New file.
60325
60326 2001-09-15  Jim Meyering  <meyering@lucent.com>
60327
60328         * m4/jm-macros.m4: Check for help2man.
60329
60330 2001-09-11  Jim Meyering  <meyering@lucent.com>
60331
60332         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
60333         The body, by Paul Eggert, was moved here from configure.in.
60334         * m4/jm-macros.m4: Require UTILS_HOST_OS.
60335
60336 2001-09-04  Paul Eggert  <eggert@twinsun.com>
60337
60338         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
60339         (jm_PREREQ): Use it.
60340
60341 2001-09-04  Paul Eggert  <eggert@twinsun.com>
60342
60343         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
60344         Use ssize_t, not int, to store result of readlink.
60345         Check for ssize_t overflow as well as size_t overflow,
60346         as POSIX says the result of readlink is implementation-defined
60347         when ssize_t overflows.
60348         Remove unnecessary cast to char*.
60349         Use free+malloc instead of realloc, as the storage doesn't need
60350         to be preserved and it's clearer and can be more efficient that way.
60351         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
60352         * lib/xreadlink.h (xreadlink): Update prototype.
60353
60354 2001-09-04  Paul Eggert  <eggert@twinsun.com>
60355
60356         * lib/xgetcwd.c: Revert some of the previous change; intead,
60357         fix the HAVE_GETCWD_NULL code to behave more like the
60358         !HAVE_GETCWD_NULL code used to.
60359
60360         Include "xalloc.h".
60361         (xgetcwd): Do not return NULL when memory is exhausted; instead,
60362         invoke xalloc_die.
60363
60364 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60365
60366         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
60367         sys/param.h, as pathmax.h includes them.
60368
60369 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60370
60371         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
60372         (jm_PREREQ_XGETCWD): New macro.
60373
60374         * m4/getcwd.m4: New file.
60375
60376 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60377
60378         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
60379         like the HAVE_GETCWD_NULL code.
60380         Include pathmax.h if not HAVE_GETCWD.
60381         Do not include xalloc.h.
60382         (INITIAL_BUFFER_SIZE): New symbol.
60383         Do not use xmalloc / xrealloc, since the caller is responsible for
60384         handling errors.  Preserve errno around `free' during failure.
60385         Do not overrun buffer when using getwd.
60386
60387 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60388
60389         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
60390         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
60391         getcwd (NULL, 0).
60392
60393 2001-09-03  Paul Eggert  <eggert@twinsun.com>
60394
60395         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
60396         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
60397         spotted by Jim Meyering.
60398
60399 2001-09-03  Jim Meyering  <meyering@lucent.com>
60400
60401         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
60402         failure.
60403
60404 2001-09-02  Jim Meyering  <meyering@lucent.com>
60405
60406         * lib/error.c: Update from GNU libc.
60407
60408 2001-09-01  Jim Meyering  <meyering@lucent.com>
60409
60410         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
60411         Used by df.
60412
60413 2001-09-01  Jim Meyering  <meyering@lucent.com>
60414
60415         * lib/xreadlink.c: New file.
60416         * lib/xreadlink.h: New file.
60417         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
60418         xreadlink.h.
60419
60420         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
60421         doesn't conflict with sparc Solaris 7's definition in
60422         /usr/include/sys/int_types.h.
60423
60424         * lib/exclude.c: Use `""', not `<>' to #include non-system header
60425         files.
60426         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
60427         and strncasecmp as r-values.  Unixware didn't have declarations.
60428
60429 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60430
60431         * lib/xstrtol.h: Add copyright notice.
60432         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
60433         LONGINT_INVALID_SUFFIX_CHAR.
60434
60435 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60436
60437         * lib/xstrtol.c (strtoimax): New decl.
60438
60439 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60440
60441         * lib/xgetcwd.c: Don't include pathmax.h.
60442         Include stdlib.h and unistd.h if available.
60443         Include xalloc.h.
60444         (xmalloc, xstrdup, free): Remove decls.
60445         (xgetcwd): Don't assume sizes fit in unsigned.
60446         Check for overflow when computing sizes.
60447         Simplify reallocation code.
60448
60449 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60450
60451         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
60452         a directory's st_size can have an arbitrary value, so the old
60453         usage could waste an arbitrary amount of memory.  All uses
60454         changed.
60455         * lib/savedir.h: Update prototype.
60456
60457 2001-08-31  Paul Eggert  <eggert@twinsun.com>
60458
60459         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
60460
60461         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
60462         old strtoimax.c.
60463
60464         Also, make the following further changes to make this file's
60465         configuration more similar to that of strtol.c:
60466         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
60467         (strtoumax, uintmax_t, strtoull, strtol): Remove.
60468         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
60469         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
60470         changed to signed values.
60471
60472         And make the following changes as well:
60473         Fix copyright notice, as 1999 was missing.
60474         (verify): New macro.
60475         (strtoimax): Check sizes at compile-time, not run-time.
60476         Prefer strtol to strtoll if both work.
60477         (main): Remove; it was not that useful and was a pain to maintain.
60478
60479         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
60480
60481 2001-08-31  Jim Meyering  <meyering@lucent.com>
60482
60483         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
60484         Use an initial, malloc'd, buffer of length 128 rather than
60485         a statically allocated one of length 1024.
60486
60487 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60488
60489         Simplify code, partly by assuming autoconf 2.52 semantics.
60490
60491         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
60492
60493         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
60494         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
60495         All uses removed.
60496         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
60497         Move AC_REQUIRE to next-to-top level, to avoid confusion.
60498         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
60499         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
60500         jm_AC_HEADER_INTTYPES_H.
60501         * m4/jm-macros.m4 (jm_MACROS): Likewise.
60502
60503         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
60504
60505         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
60506         Quote first arg of AC_DEFUN.
60507         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
60508         since they are needed to parse the include file even if we need
60509         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
60510         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
60511         but with opposite signedness.
60512
60513 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60514
60515         Merge 'exclude' changes from tar 1.13.22.
60516         This fixes one or two unlikely storage allocation overflow bugs,
60517         but doesn't change user-visible behavior otherwise.
60518
60519 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60520
60521         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
60522         (jm_PREREQ_EXCLUDE): New macro.
60523
60524 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60525
60526         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
60527         tm to be declared.
60528
60529 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60530
60531         * lib/hash.c: Remove '2001' from copyright notice.
60532
60533 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60534
60535         * lib/full-write.h: New file.
60536         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
60537         * lib/full-write.c: Correct credits, as cccp.c no longer
60538         exists and anyway it was so heavily changed from the old cccp
60539         code as to be unrecognizable.  Include full-write.h.
60540         (full_write) Return size_t, with short writes meaning failure.
60541         All callers changed.  This fixes a bug with large buffers
60542         on 64-bit hosts.
60543         * lib/utime.c: Include full-write.h.
60544
60545 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60546
60547         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
60548         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
60549         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
60550         Include if available.
60551         (<xalloc.h>): Include
60552         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
60553         (verify): New macro.  Use it to verify that EXCLUDE macros do not
60554         collide with FNM macros.
60555         (struct patopts): New struct.
60556         (struct exclude): Use it, as exclude patterns now come with options.
60557         (new_exclude): Support above changes.
60558         (new_exclude, add_exclude_file):
60559         Initial size must now be a power of two to simplify overflow checking.
60560         (free_exclude, fnmatch_no_wildcards): New function.
60561         (excluded_filename): No longer requires options arg, as the options
60562         are determined by add_exclude.  Now returns bool, not int.
60563         (excluded_filename, add_exclude):
60564         Add support for the fancy new exclusion options.
60565         (add_exclude, add_exclude_file): Now takes int options arg.
60566         Check for arithmetic overflow when computing sizes.
60567         (add_exclude_file): xrealloc might modify errno, so don't
60568         realloc until after errno might be used.
60569
60570         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
60571         New macros.
60572         (free_exclude): New decl.
60573         (add_exclude, add_exclude_file): Now takes int options arg.
60574         (excluded_filename): No longer requires options arg, as the options
60575         are determined by add_exclude.  Now returns bool, not int.
60576
60577 2001-08-30  Paul Eggert  <eggert@twinsun.com>
60578
60579         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
60580
60581 2001-08-27  Jim Meyering  <meyering@lucent.com>
60582
60583         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
60584
60585         * lib/version-etc.c (N_): Remove definition.
60586         Revert most of last change.
60587         Instead, simply don't mark the `Copyright...' string for translation.
60588         Based on advice from Paul Eggert.
60589
60590         * lib/strtoxmax.c: Tweak comment.
60591
60592 2001-08-26  Jim Meyering  <meyering@lucent.com>
60593
60594         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
60595
60596         * m4/xstrtoimax.m4: New file.
60597         * m4/xstrtoumax.m4: Add comments explaining why we
60598         AC_REPLACE_FUNCS(strtol).
60599
60600 2001-08-26  Jim Meyering  <meyering@lucent.com>
60601
60602         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
60603         of copyright with `%s' so translators don't get an untranslated
60604         message in 2002.
60605         (COPYRIGHT_YEAR): Define.
60606         (version_etc): Use fprintf rather than fputs.
60607         Suggestion from Ulrich Drepper.
60608
60609         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
60610
60611         * lib/strtoll.c: New file, from GNU libc.
60612         * lib/xstrtoimax.c: New file.
60613
60614         * lib/xstrtol.h: Add xstrtoimax.
60615         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
60616         * lib/strtoimax.c: New file.  Likewise, but first define
60617         STRTOUXMAX_SIGNED.
60618
60619         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
60620         ...
60621         * lib/strtoxmax.c: ... then renamed to this.
60622
60623 2001-08-18  Paul Eggert  <eggert@twinsun.com>
60624
60625         * m4/inttypes.m4: Add AC_PREREQ(2.13).
60626         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
60627         (jm_AC_TYPE_INTMAX_T): New macro.
60628         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
60629
60630         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
60631
60632         * m4/longlong.m4: Renamed from ulonglong.m4.
60633         * m4/inttypes.m4: Renamed from inttypes_h.m4.
60634         * m4/uintmax_t.m4: Removed.
60635
60636 2001-08-13  Paul Eggert  <eggert@twinsun.com>
60637
60638         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
60639         Port to Solaris 8, where 'sed' requires a space after the 'r'
60640         command, and where sh dislikes "$/".  Clean up the spacing a bit.
60641         Redirect output to $tmp just once.
60642
60643 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
60644
60645         * lib/addext.c (<errno.h>): Include.
60646         (errno): Declare if not defined.
60647         (addext): Work correctly when pathconf returns -1 and leaves
60648         errno alone because there is no limit.  Also, work even if
60649         pathconf returns a value greater than SIZE_MAX.
60650
60651 2001-08-12  Jim Meyering  <meyering@lucent.com>
60652
60653         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
60654         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
60655         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
60656         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
60657         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
60658         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
60659         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
60660         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
60661         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
60662         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
60663         utime.m4, utimes.m4, xstrtoumax.m4:
60664         Quote the first argument in each use of AC_DEFUN.
60665
60666 2001-08-12  Jim Meyering  <meyering@lucent.com>
60667
60668         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
60669         Simply `return getcwd (NULL, 0);'.
60670         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
60671         Use 1300 as initial value for length, not PATH_MAX.
60672
60673         * lib/pathmax.h: Clean up cpp syntax.
60674
60675 2001-08-12  Jim Meyering  <meyering@lucent.com>
60676
60677         * lib/gettimeofday.c: New file.
60678         * lib/gtod.h: New file.
60679         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
60680
60681 2001-08-05  Jim Meyering  <meyering@lucent.com>
60682
60683         * m4/jm-macros.m4: Require autoconf-2.52.
60684
60685 2001-08-04  Jim Meyering  <meyering@lucent.com>
60686
60687         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
60688         stmt, to get in sync with glibc.
60689
60690 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60691
60692         The following changes are from gettext 0.10.39 as maintained by
60693         Bruno Haible.
60694
60695         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
60696         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
60697         with inverted sense.  All uses changed.
60698
60699         * lib/mbswidth.c: Don't include <limits.h>.
60700         Include <stdlib.h> and <string.h> unconditionally.
60701         (iswcntrl, mbsinit, ISCNTRL): New macros.
60702         (mbsnwidth): Use K&R style function declarations.
60703         Don't bother checking for MB_LEN_MAX == 1, since the compiler
60704         can optimize it when MB_CUR_MAX == 1.
60705         The width of control characters is zero, not 1.
60706
60707 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60708
60709         The following changes are from gettext 0.10.39 as maintained by
60710         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
60711
60712         * m4/codeset.m4: Upgrade to serial AM1.
60713         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
60714         all uses changed.  Quote first arg of AC_DEFUN.
60715         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
60716
60717         * m4/iconv.m4: Upgrade to serial AM2.
60718         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
60719         Add --with-libconv-prefix.
60720         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
60721         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
60722         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
60723         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
60724         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
60725
60726         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
60727         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
60728         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
60729         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
60730         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
60731         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
60732         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
60733         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
60734         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
60735
60736         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
60737         string.h any more.
60738
60739         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
60740         not the default value.
60741
60742         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
60743         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
60744         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
60745         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
60746         Also check for iswcntrl, used for wcwidth fallback.
60747         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
60748         to Autoconf 2.13.
60749
60750 2001-08-03  Jim Meyering  <meyering@lucent.com>
60751
60752         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
60753         as it was in the original.  Reported by Paul Eggert.
60754
60755 2001-07-16  Jim Meyering  <meyering@lucent.com>
60756
60757         * m4/gettimeofday.m4: New file.
60758         Prompted by a report from Bernhard Baehr.
60759
60760 2001-07-15  Jim Meyering  <meyering@lucent.com>
60761
60762         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
60763         stuff. Now it's in ../Makefile.cfg.
60764
60765 2001-07-15  Jim Meyering  <meyering@lucent.com>
60766
60767         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
60768         (BUILT_SOURCES): Add unlocked-io.h.
60769         (io_functions): Define.
60770         (unlocked-io.h): New rule.
60771         (DISTCLEANFILES): Add unlocked-io.h.
60772         (all-local): Depend on unlocked-io.h, to ensure it is created.
60773
60774         * lib/unlocked-io.hin: New file
60775
60776         * lib/regex.c: Update from glibc.
60777
60778 2001-07-05  Jim Meyering  <meyering@lucent.com>
60779
60780         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
60781         recommendation.
60782         (libfetish_a_SOURCES): Put all .h files here instead.
60783         Remove a thus-exposed (better checks in automake) duplicate and
60784         two unnecessary .h files.
60785
60786 2001-07-04  Jim Meyering  <meyering@lucent.com>
60787
60788         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
60789         that generates jm-glibc-io.m4 so that it doesn't trigger any make
60790         distcheck failure.
60791
60792 2001-07-02  Jim Meyering  <meyering@lucent.com>
60793
60794         The following changes were prompted by suggestions from Bruno Haible.
60795
60796         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
60797         is now generated.
60798         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
60799         definition of EXTRA_DIST.
60800         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
60801         ensure that the generated file is created/updated whenever the list
60802         of $(unlocked_functions) is changed.
60803         (jm-glibc-io.m4): New rule.
60804         (unlocked-io.h): New rule -- currently unused.
60805
60806 2001-06-24  Jim Meyering  <meyering@lucent.com>
60807
60808         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
60809         unmatched right bracket, rather than kludging it with an extra,
60810         falsely-matching quote in a comment.  Patch by Akim Demaille.
60811
60812 2001-06-11  Jim Meyering  <meyering@lucent.com>
60813
60814         * lib/regex.c: Update from GNU libc.
60815
60816 2001-05-27  Jim Meyering  <meyering@lucent.com>
60817
60818         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
60819         Check for ut_type in struct utmp.
60820
60821 2001-05-27  Jim Meyering  <meyering@lucent.com>
60822
60823         * lib/readutmp.h (UT_TYPE): Define.
60824
60825 2001-05-24  Jim Meyering  <meyering@lucent.com>
60826
60827         * lib/argmatch.c: Include "quote.h".
60828         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
60829         quote function.  Reported by Göran Uddeborg.
60830
60831 2001-05-22  Jim Meyering  <meyering@lucent.com>
60832
60833         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
60834         now that we use the package-supplied version unconditionally.
60835         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
60836
60837 2001-05-21  Jim Meyering  <meyering@lucent.com>
60838
60839         * m4/regex.m4: Change a couple backticks to single quotes to avoid
60840         shell syntax errors.
60841
60842 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60843
60844         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
60845
60846 2001-05-20  Paul Eggert  <eggert@twinsun.com>
60847
60848         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
60849         Don't bother to check library strftime, since
60850         we'll be using our own my_strftime function anyway.
60851         Define my_strftime instead of strftime.
60852
60853 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
60854
60855         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
60856         which is not yet declared.
60857
60858 2001-05-15  Jim Meyering  <meyering@lucent.com>
60859
60860         * m4/regex.m4: Use proper quoting so brackets appear in the test
60861         program.
60862         Reported by, and with help from, Bruno Haible.
60863
60864 2001-05-13  Jim Meyering  <meyering@lucent.com>
60865
60866         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
60867         undefined.
60868
60869 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60870
60871         dirname code cleanup.  base_name now behaves more compatibly
60872         with POSIX basename when given file names that have trailing
60873         slashes, and similarly for dir_name.  Add new primitives
60874         base_len and dir_len.  Put the directory-name-related decls
60875         into dirname.h.
60876
60877         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
60878         * lib/backupfile.c (base_name): Likewise.
60879         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
60880         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
60881         * lib/makepath.c (strip_trailing_slashes): Likewise.
60882         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
60883         ISSLASH): Likewise.
60884         * lib/rename.c (strip_trailing_slashes): Likewise.
60885         * lib/same.c (base_name): Likewise.
60886         * lib/stripslash.c (ISSLASH): Likewise.
60887
60888         * lib/addext.c: Include <dirname.h> after size_t is defined.
60889         * lib/backupfile.c: Likewise.
60890
60891         * lib/addext.c (addext): Use base_len to trim redundant
60892         trailing slashes instead of doing it ourselves.
60893         But do not trim the last slash if it is not redundant.
60894
60895         * lib/backupfile.c (find_backup_file_name,
60896         max_backup_version): Use base_len instead of rolling it ourselves.
60897         Handle the case of "" and (on DOS) "C:" correctly.
60898
60899         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
60900         needed. Include <string.h>, <dirname.h>.
60901         (base_name): Allow file names ending in slashes, other than names
60902         that are all slashes.  In this case, return the basename followed
60903         by the slashes.  This is more general, and can be used in places
60904         where the original base_name purposely had an assertion failure.
60905         (base_len): New function.
60906
60907         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
60908         Do not include <assert.h>; no longer needed.
60909         Include xalloc.h.
60910         (memrchr): Remove decl.
60911         (dir_name_r): Remove.
60912         (dir_len): Renamed from dirlen.  All callers changed.
60913         Rewrite in terms of base_name, for simplicity and consistency.
60914         (dir_name): Never return NULL.  All callers changed.
60915         Do not include <stdlib.h> in test program; no longer needed.
60916         return 0; is fine for test program.
60917
60918         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
60919         New macros.
60920         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
60921
60922         * lib/path-concat.c (path_concat): Use base_len to compute
60923         base length, not strlen; this means we cannot rely on memcpy
60924         to null-terminate.
60925
60926         * lib/same.c (STREQ): Remove.
60927         (same_name): Handle the case where the basename ends in trailing '/'.
60928
60929         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
60930         a slash was stripped.  Do not strip the last slash after a
60931         file system prefix.
60932
60933 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60934
60935         * lib/Makefile.am (libfetish_a_SOURCES):
60936         Add strftime.c, since we now compile it on all hosts.
60937
60938         * lib/strftime.c (my_strftime):
60939         Define to nstrftime if emacs, but only if my_strftime is not defined.
60940         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
60941         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
60942         Add one more extra argument: a nanoseconds value.
60943         All uses changed.
60944         (ns): New macro.
60945         (my_strftime function): Add %N format.
60946         (emacs_strftimeu): Renamed from emacs_strftime,
60947         with extra ut argument.
60948
60949 2001-05-09  Paul Eggert  <eggert@twinsun.com>
60950
60951         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
60952
60953 2001-04-21  Jim Meyering  <meyering@lucent.com>
60954
60955         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
60956         doesn't interfere.
60957
60958 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60959
60960         * m4/ftruncate.m4: Check for chsize.
60961         Link with ftruncate.o unconditionally if ftruncate is missing.
60962         This was required when cross-compiling to i586-mingw32msvc.
60963
60964 2001-04-08  Jim Meyering  <meyering@lucent.com>
60965
60966         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
60967         recomputed; that's necessary when the offset spans a DST transition.
60968         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
60969
60970 2001-04-02  Jim Meyering  <meyering@lucent.com>
60971
60972         * lib/regex.h, regex.c: Update from GNU libc.
60973
60974 2001-03-24  Jim Meyering  <meyering@lucent.com>
60975
60976         * m4/jm-macros.m4: Require autoconf-2.49d.
60977
60978 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
60979
60980         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
60981
60982 2001-03-19  Paul Eggert  <eggert@twinsun.com>
60983
60984         * lib/version-etc.c (version_etc_copyright): Update to 2001.
60985
60986 2001-03-17  Jim Meyering  <meyering@lucent.com>
60987
60988         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
60989         now that the version in autoconf is equivalent.
60990         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
60991
60992         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
60993         Suggestion from Akim Demaille.
60994
60995         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
60996         (jm_PREREQ_TEMPNAME): New function.
60997
60998 2001-03-16  Paul Eggert  <eggert@twinsun.com>
60999
61000         * lib/tempname.c (uint64_t): Define to uintmax_t if
61001         not defined, and if UINT64_MAX is not defined.
61002         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
61003         Reported by John David Anglin.
61004
61005 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
61006
61007         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
61008         resolve alias if codeset is empty.
61009         * lib/config.charset (BeOS): Use wildcard syntax.
61010
61011 2001-03-13  Jim Meyering  <meyering@lucent.com>
61012
61013         * lib/path-concat.c (path_concat)
61014         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
61015         concatenating e.g., `C:' and `foo'.
61016         From Bruno Haible.
61017
61018 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
61019
61020         * lib/localcharset.c (locale_charset): Don't use
61021         setlocale(LC_CTYPE,NULL). Don't return NULL.
61022         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
61023
61024 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
61025
61026         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
61027         support for DOS/DJGPP.
61028
61029 2001-03-01  Paul Eggert  <eggert@twinsun.com>
61030
61031         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
61032         lacks mkstemp.  Compile our own tempname.c if we compile our own
61033         mkstemp.c, as mkstemp relies on tempname.
61034
61035 2001-03-01  Jim Meyering  <meyering@lucent.com>
61036
61037         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
61038         AH_VERBATIM really does output its argument verbatim.
61039
61040 2001-02-28  Paul Eggert  <eggert@twinsun.com>
61041
61042         * lib/Makefile.am (libfetish_a_SOURCES):
61043         Add dup-safer.c, fopen-safer.c.
61044         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
61045
61046         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
61047         * lib/unistd-safer.h: New files.
61048
61049 2001-02-25  Paul Eggert  <eggert@twinsun.com>
61050
61051         The mkstemp replacement is taken from glibc 2.2.2, with some
61052         portability fixes for use outside glibc, as follows:
61053
61054         * lib/tempname.c (struct_stat64): New macro.
61055         (direxists, __gen_tempname): Use it.
61056         This avoids a portability problem with Solaris 8.
61057
61058         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
61059         (<stddef.h>, <stdint.h>, <string.h>):
61060         Include only if STDC_HEADERS || _LIBC.
61061         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
61062         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
61063         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
61064         (__set_errno): Define this macro if <errno.h> doesn't.
61065         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
61066         Define these macros if <stdio.h> doesn't.
61067         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
61068         Define these macros if <sys/stat.h>
61069         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
61070         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
61071         __xstat64): Define if not _LIBC.
61072         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
61073         (__gen_tempname): Invoke gettimeofday only if
61074         HAVE_GETTIMEOFDAY || _LIBC;
61075         otherwise, fall back on plain "time".
61076         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
61077
61078         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
61079
61080         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
61081
61082 2001-02-18  Paul Eggert  <eggert@twinsun.com>
61083
61084         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
61085
61086 2001-02-17  Paul Eggert  <eggert@twinsun.com>
61087
61088         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
61089         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
61090         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
61091         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61092
61093 2001-02-17  Paul Eggert  <eggert@twinsun.com>
61094
61095         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
61096         Remove workaround macros for hosts that have mbrtowc but not
61097         mbstate_t, as we now insist on proper declarations for both
61098         before using mbrtowc.
61099
61100 2001-02-17  Jim Meyering  <meyering@lucent.com>
61101
61102         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
61103         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
61104         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
61105         UnixWare 7.1.1.
61106
61107         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
61108         rather than AC_CACHE_VAL.
61109
61110 2001-02-17  Jim Meyering  <meyering@lucent.com>
61111
61112         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
61113         around included file name.
61114
61115         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
61116
61117         * lib/strftime.c: Update from GNU libc (the only changes were to
61118         comments).
61119
61120 2001-02-17  Jim Meyering  <meyering@lucent.com>
61121
61122         * lib/regex.c: Update from libc.
61123
61124 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
61125
61126         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
61127         clash.
61128
61129 2001-02-16  Paul Eggert  <eggert@twinsun.com>
61130
61131         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
61132         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
61133         Reported by Mark Hounschell via Paul Eggert.
61134
61135 2001-02-07  Jim Meyering  <meyering@lucent.com>
61136
61137         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
61138
61139 2001-02-05  Jim Meyering  <meyering@lucent.com>
61140
61141         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
61142         it includes the patch required for `large file' support with at least
61143         HP-UX's 10.20 /bin/cc.
61144
61145 2001-02-03  Jim Meyering  <meyering@lucent.com>
61146
61147         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
61148         AS_IF, now that it works once again (mysteriously).
61149         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
61150
61151 2001-01-30  Jim Meyering  <meyering@lucent.com>
61152
61153         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
61154         * m4/chown.m4: Rename conftestchown to conftest.chown.
61155         * m4/rename.m4: s/conftestdir/conftest.d1/ and
61156         s/conftestdir2/conftest.d2/.
61157         * m4/utimes.m4: s/conftestdata/conftest.data/
61158         Inspired by Pavel Roskin's change in autoconf.
61159
61160 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
61161
61162         * lib/config.charset: Update for FreeBSD 4.2.
61163
61164 2001-01-27  Jim Meyering  <meyering@lucent.com>
61165
61166         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
61167         a use of AS_IF.
61168         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
61169
61170 2001-01-26  Jim Meyering  <meyering@lucent.com>
61171
61172         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
61173         quotearg.c includes it.
61174
61175 2001-01-26  Jim Meyering  <meyering@lucent.com>
61176
61177         * lib/quotearg.c: Include stddef.h.
61178         * lib/quote.c: Include stddef.h.
61179         Reported by Axel Kittenberger.
61180
61181         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
61182         line in double quotes so that it evokes a better diagnostic.
61183         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
61184         Reported by Axel Kittenberger.
61185
61186 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
61187
61188         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
61189         as if it was a `charset'.
61190
61191 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
61192
61193         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
61194         has const.
61195
61196 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
61197
61198         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
61199         to avoid a warning.  Add back 'const' to inptr.
61200
61201 2001-01-20  Jim Meyering  <meyering@lucent.com>
61202
61203         Be sure that headers are checked before used in code compiled
61204         for the type checks.
61205         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
61206         In place of that, invoke jm_CHECK_ALL_TYPES.
61207         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
61208         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
61209         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
61210         The check for ssize_t was mistakenly run before the test for unistd.h.
61211
61212         The configure-time check for stdbool.h was missing.
61213         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
61214         (jm_PREREQ_HASH): New function.
61215
61216 2001-01-17  Jim Meyering  <meyering@lucent.com>
61217
61218         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
61219         for autoconf-2.49c.
61220         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
61221
61222 2001-01-16  Jim Meyering  <meyering@lucent.com>
61223
61224         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
61225         From Bruno Haible.
61226
61227 2001-01-14  Jim Meyering  <meyering@lucent.com>
61228
61229         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
61230         foo and bar.  Create conftestdir/ in the script, not in the C code.
61231         Remove directories in the script, not in the C code.
61232         Remove conftestdir{,2} before trying to create the directory.
61233         Make the entire configure script fail if the mkdir fails.
61234
61235 2001-01-14  Jim Meyering  <meyering@lucent.com>
61236
61237         * lib/rename.c: New file.  From Volker Borchert.
61238         Include stdlib.h, string.h or strings.h, and xalloc.h.
61239         Use strip_trailing_slashes rather than open-coding it.
61240
61241 2001-01-03  Paul Eggert  <eggert@twinsun.com>
61242
61243         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
61244
61245 2001-01-03  Jim Meyering  <meyering@lucent.com>
61246
61247         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
61248         of local `inptr' to avoid warning with some system declarations of
61249         iconv.
61250
61251 2001-01-02  Volker Borchert  <bt@teknon.de>
61252
61253         * m4/rename.m4: New file.
61254         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
61255
61256 2001-01-01  Jim Meyering  <meyering@lucent.com>
61257
61258         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
61259         even on systems with utmpx.h.  It's necessary for the declaration of
61260         utmp's ut_user member.  Reported by Andreas Jaeger.
61261
61262         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
61263         available. They are required for the declarations of getgrgid and
61264         getpwuid resp.
61265         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
61266         Reported by Andreas Jaeger.
61267
61268 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
61269
61270         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
61271         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
61272         so `make install' also works in VPATH builds.
61273
61274 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
61275
61276         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
61277         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
61278         can be used in subdirectories.
61279
61280 2000-12-29  Paul Eggert  <eggert@twinsun.com>
61281
61282         * lib/modechange.c: Do not assume that mode_t uses the
61283         traditional octal encoding.  E.g. "chmod 1 FOO" should set
61284         the other-execute bit of FOO even if S_IXOTH != 1.
61285
61286         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
61287         WOTH, XOTH, ALLM): New macros.
61288         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
61289          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
61290         Use them.
61291         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
61292         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
61293         (mode_compile):
61294         No need to use uintmax_t; unsigned long is long enough.
61295         Don't bother to get suffix since we don't use it.
61296
61297 2000-12-26  Jim Meyering  <meyering@lucent.com>
61298
61299         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
61300         better with autoheader.
61301
61302 2000-12-24  Jim Meyering  <meyering@lucent.com>
61303
61304         * lib/hash.c (is_prime): Return explicit boolean values.
61305         (hash_get_first): Return NULL to appease Irix5.6's 89.
61306         Reported by Nelson Beebe.
61307
61308 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
61309
61310         * lib/localcharset.c (locale_charset): Add support for Win32.
61311
61312 2000-12-18  Paul Eggert  <eggert@twinsun.com>
61313
61314         * lib/physmem.h, lib/physmem.c: New files.
61315
61316         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
61317         (noinst_HEADERS): Add physmem.h.
61318
61319         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
61320         't' for compatibility with Solaris 8 sort.
61321
61322 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
61323
61324         * lib/config.charset: Add support for BeOS.
61325
61326 2000-12-17  Jim Meyering  <meyering@lucent.com>
61327
61328         * m4/dos.m4 (jm_AC_DOS): New file and macro.
61329         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
61330
61331 2000-12-16  Jim Meyering  <meyering@lucent.com>
61332
61333         This bug had a serious impact on chown: `chown N:M FILE' (for integer
61334         N and M) would have treated it like `chown N:N FILE'.
61335
61336         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
61337
61338 2000-12-16  Jim Meyering  <meyering@lucent.com>
61339
61340         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
61341         SHELLS_FILE to a file name that's useful on djgpp systems.
61342         Include stdlib.h.
61343         (ADDITIONAL_DEFAULT_SHELLS): Define.
61344         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
61345         Based mostly on a patch from Prashant TR.
61346
61347 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
61348
61349         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
61350         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
61351         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
61352
61353 2000-12-08  Andreas Schwab  <schwab@suse.de>
61354
61355         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
61356         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
61357
61358 2000-12-07  Jim Meyering  <meyering@lucent.com>
61359
61360         * lib/stripslash.c (ISSLASH): Define.
61361         (strip_trailing_slashes): Use ISSLASH rather than comparing against
61362         `/'.
61363         From Prashant TR.
61364
61365         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
61366         (dir_name_r): Declare this function as static.
61367         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
61368         manifest itself on a name containing a mix of slashes and
61369         backslashes.
61370         Make this function work with names starting with a DOS-style
61371         drive letter and colon prefix.
61372         (dir_name): Append `.' if necessary.
61373         Based mostly on patches from Prashant TR and Eli Zaretskii.
61374
61375         * lib/dirname.h (dir_name_r): Remove prototype.
61376
61377 2000-12-06  Paul Eggert  <eggert@twinsun.com>
61378
61379         * m4/off_t-format.m4: Remove this file.
61380         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
61381
61382 2000-12-06  Jim Meyering  <meyering@lucent.com>
61383
61384         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
61385         replacement strtoull, we may well need the replacement strtoul, too.
61386         Check for declarations of strtoul and strtoull.
61387         Check for strtol.  Mainly as a cue to cause automake to include
61388         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
61389         Check for limits.h -- strtol.c needs it.
61390
61391 2000-12-05  Jim Meyering  <meyering@lucent.com>
61392
61393         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
61394
61395 2000-12-04  Jim Meyering  <meyering@lucent.com>
61396
61397         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
61398         Also include memory.h, stdlib.h, unistd.h if appropriate.
61399         Reported by Andreas Jaeger (conflicting declaration of malloc).
61400
61401 2000-12-02  Jim Meyering  <meyering@lucent.com>
61402
61403         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
61404         * m4/jm-macros.m4 (jm_MACROS): require it.
61405
61406 2000-12-02  Jim Meyering  <meyering@lucent.com>
61407
61408         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
61409
61410 2000-12-01  Paul Eggert  <eggert@twinsun.com>
61411
61412         * lib/memrchr.c: Include <config.h> before any system include file.
61413
61414 2000-11-30  Jim Meyering  <meyering@lucent.com>
61415
61416         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
61417
61418 2000-11-30  Jim Meyering  <meyering@lucent.com>
61419
61420         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
61421
61422 2000-11-29  Paul Eggert  <eggert@twinsun.com>
61423
61424         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
61425
61426 2000-11-26  Jim Meyering  <meyering@lucent.com>
61427
61428         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
61429
61430 2000-11-22  Paul Eggert  <eggert@twinsun.com>
61431
61432         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
61433         size of (size_t) -1; it's not portable.
61434
61435 2000-11-17  Jim Meyering  <meyering@lucent.com>
61436
61437         * lib/strstr.c: Update from GNU libc.
61438
61439 2000-11-17  Akim Demaille  <akim@epita.fr>
61440
61441         * lib/obstack.h: Formatting changes.
61442         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
61443         prevent type checking.
61444         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
61445         cast the value to (void *): assigning a `foo *' to a `void *'
61446         variable is valid.
61447         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
61448
61449 2000-11-16  Jim Meyering  <meyering@lucent.com>
61450
61451         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
61452
61453 2000-11-11  Jim Meyering  <meyering@lucent.com>
61454
61455         * lib/error.c: Add a couple #includes, merging from GNU libc version.
61456
61457 2000-11-10  Jim Meyering  <meyering@lucent.com>
61458
61459         * lib/obstack.h: Update from GNU libc.
61460         * lib/obstack.c: Likewise.
61461
61462 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
61463
61464         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
61465
61466 2000-11-06  Paul Eggert  <eggert@twinsun.com>
61467
61468         * lib/getusershell.c (setusershell): Use rewind rather than
61469         fseek/fseeko, to avoid configuration hassles with fseeko.
61470         Don't bother opening SHELLS_FILE if shellstream is NULL;
61471         it's not necessary.
61472
61473 2000-11-05  Jim Meyering  <meyering@lucent.com>
61474
61475         * lib/makepath.h (make_dir): Declare.
61476         * lib/makepath.c (make_dir): Remove `static' attribute.
61477         Tweak a comment.
61478
61479 2000-11-04  Jim Meyering  <meyering@lucent.com>
61480
61481         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
61482
61483 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
61484
61485         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
61486         last one in a bucket, advance to the next bucket.
61487
61488 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
61489
61490         * lib/fnmatch.c: Do not comment out all the code if we are using
61491         the GNU C library, because in some cases we are replacing buggy
61492         code in the GNU C library itself.
61493
61494 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
61495
61496         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
61497         (regex_compile): Catch bogus \(\1\).
61498
61499 2000-10-30  Paul Eggert  <eggert@twinsun.com>
61500
61501         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
61502         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
61503         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
61504
61505 2000-10-30  Paul Eggert  <eggert@twinsun.com>
61506
61507         * lib/error.h, getline.h, modechange.h:
61508         Remove "2000" from Copyright line, as the file hasn't been
61509         changed this year other than in the copyright notice.
61510
61511         * lib/xalloc.h: Add "2000" to Copyright line, as this file
61512         was changed this year.
61513
61514 2000-10-29  Jim Meyering  <meyering@lucent.com>
61515
61516         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
61517         renaming.
61518         * m4/ls-mntd-fs.m4: Likewise
61519
61520 2000-10-29  Jim Meyering  <meyering@lucent.com>
61521
61522         * lib/xstat.in: Fix grammar in comment.
61523
61524 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
61525
61526         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
61527         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
61528         doesn't define __restrict_arr.
61529
61530 2000-10-28  Jim Meyering  <meyering@lucent.com>
61531
61532         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
61533         (jm_PREREQ_MEMCHR): New function.
61534
61535 2000-10-28  Jim Meyering  <meyering@lucent.com>
61536
61537         * lib/memchr.c: Update from libc.
61538         Adjust for portability:
61539         [HAVE_STDLIB_H]: Include stdlib.h.
61540         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
61541         Undef __memchr, too.
61542         [!weak_alias]: Define __memchr to memchr.
61543
61544         * lib/regex.c: Update from libc.
61545         * lib/regex.h: Likewise.
61546         * lib/getopt1.c: Likewise.
61547         * lib/memcmp.c: Likewise.
61548
61549         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
61550         Avoid using fseek, when possible -- it's broken by design.
61551         Patch by Ulrich Drepper.
61552
61553 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
61554
61555         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
61556         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
61557         Giving in to popular pressure to shut up the compiler with casts.
61558
61559 2000-10-26  Jim Meyering  <meyering@lucent.com>
61560
61561         * lib/strftime.c: Update from libc.
61562
61563 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
61564
61565         * regex.c: More `unsigned char' -> `re_char' changes.
61566         Also change several `int' into `re_wchar_t'.
61567         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
61568         (PUSH_FAILURE_POINTER): Don't cast any more.
61569         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
61570         We want GCC to complain, since this piece of code makes
61571         re_match non-reentrant, which *should* be fixed.
61572         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
61573         (EXTEND_BUFFER): Use RETALLOC.
61574         (SET_LIST_BIT): Don't cast.
61575         (re_wchar_t): New type.
61576         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
61577         that those two functions will always properly return.
61578         (IMMEDIATE_QUIT_CHECK): Cast to void.
61579         (analyse_first): Use recursion rather than an explicit stack.
61580         (re_compile_fastmap): Can't fail anymore.
61581         (re_search_2): Don't check re_compile_fastmap for failure.
61582         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
61583         Now also sets the new value (passed in a new argument).
61584         (re_match_2_internal): Use it.
61585         Also, use a new var `reg' of type size_t when looping through regs
61586         rather than reuse the inappropriate `mcnt'.
61587
61588 2000-10-25  Jim Meyering  <meyering@lucent.com>
61589
61590         * lib/obstack.c: Update from libc.
61591
61592 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
61593
61594         * regex.c (regex_compile): Change the way of handling a range from
61595         a char less than 256 to a char not less than 256.
61596
61597 2000-10-24  Andrew Innes  <andrewi@gnu.org>
61598
61599         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
61600         NT-Emacs only.
61601         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
61602         so that re_search functions only quit when callers expect them to.
61603
61604 2000-10-23  Jim Meyering  <meyering@lucent.com>
61605
61606         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
61607         wrong.  That set_locale call must not have any side effects.
61608         From Paul Eggert.
61609
61610 2000-10-22  Jim Meyering  <meyering@lucent.com>
61611
61612         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
61613         [CYCLIC]: Remove now-unused definition.
61614
61615         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
61616         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
61617         Suggestion from Ulrich Drepper.
61618
61619 2000-10-21  Jim Meyering  <meyering@lucent.com>
61620
61621         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
61622         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
61623         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
61624
61625 2000-10-21  Jim Meyering  <meyering@lucent.com>
61626
61627         * lib/dirname.c (memrchr): Declare if necessary.
61628         (dir_name): Remove the restriction that there be no
61629         trailing slashes.  Now, this code skips past them, effectively
61630         ignoring them.
61631         [TEST_DIRNAME] (main): New unit tests.
61632
61633         * lib/memrchr.c: New file from GNU libc.
61634         Undef __memrchr, too.
61635         [!weak_alias]: Define __memrchr to memrchr.
61636         Guard weak_alias use with `#ifdef weak_alias'.
61637
61638 2000-10-21  Jim Meyering  <meyering@lucent.com>
61639
61640         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
61641         (dir_name): Use dir_name_r.
61642         * lib/dirname.h (dir_name_r): Declare it.
61643
61644 2000-10-17  Jim Meyering  <meyering@lucent.com>
61645
61646         * lib/quote.h (PARAMS): Define and use.
61647         Reported by Akim Demaille.
61648
61649         * lib/getopt.c: Update from libc.
61650
61651 2000-10-16  Jim Meyering  <meyering@lucent.com>
61652
61653         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
61654         setlocale.
61655         From Jan Fedak.
61656
61657 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
61658
61659         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
61660
61661 2000-09-25  Jim Meyering  <meyering@lucent.com>
61662
61663         * lib/md5.h (rol): Define (from GnuPG).
61664
61665         * lib/sha.c: Give credit (GnuPG) where due.
61666         (M): Use rol rather than open-coding it.
61667         Add a FIXME comment.
61668
61669 2000-09-21  Jim Meyering  <meyering@lucent.com>
61670
61671         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
61672         Reported by Michael Stone.
61673
61674 2000-09-20  Jim Meyering  <meyering@lucent.com>
61675
61676         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
61677         (noinst_HEADERS): Add sha.h.
61678         Based on code from Scott G. Miller and from GnuPG.
61679
61680 2000-09-18  Jim Meyering  <meyering@lucent.com>
61681
61682         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
61683         LIBS. Otherwise, everyone ends up linking with -lelf for some
61684         configurations.
61685         Reported by Mike Stone.
61686
61687 2000-09-15  Jim Meyering  <meyering@lucent.com>
61688
61689         * lib/regex.c: Update from libc.
61690
61691 2000-09-10  Jim Meyering  <meyering@lucent.com>
61692
61693         * lib/getopt.c (_getopt_internal): Update from glibc.
61694
61695 2000-09-09  Jim Meyering  <meyering@lucent.com>
61696
61697         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
61698         think it should be used as a general replacement for isascii.
61699         * lib/fnmatch.c: Likewise.
61700         * lib/mbswidth.c: Likewise
61701         * lib/regex.c: Likewise.
61702
61703         Don't use atoi.
61704         * lib/userspec.c: Include sys/param.h and limits.h.
61705         Include xstrtol.h.
61706         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61707         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
61708         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
61709         UID, GID.  Check range.
61710
61711 2000-09-06  Jim Meyering  <meyering@lucent.com>
61712
61713         * lib/getopt.c (_getopt_internal): Update from glibc.
61714
61715 2000-08-30  Jim Meyering  <meyering@lucent.com>
61716
61717         * lib/strftime.c: Merge in changes from GNU libc.
61718
61719 2000-08-26  Jim Meyering  <meyering@lucent.com>
61720
61721         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
61722         * m4/fpending.m4: New file.
61723
61724 2000-08-26  Jim Meyering  <meyering@lucent.com>
61725
61726         * lib/closeout.c: Include "__fpending.h".
61727         (close_stdout_status): Return right away if there's nothing to flush.
61728
61729         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
61730         * lib/__fpending.c: New file.
61731         * lib/__fpending.h: New file.
61732
61733 2000-08-20  Jim Meyering  <meyering@lucent.com>
61734
61735         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
61736         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
61737         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
61738
61739 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
61740
61741         Improve fileutils installation on systems where running
61742         programs (like install) can't be unlinked.
61743         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
61744         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
61745
61746 2000-08-07  Paul Eggert  <eggert@twinsun.com>
61747
61748         Standardize on "memory exhausted" instead of "Memory exhausted"
61749         or "virtual memory exhausted".
61750         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
61751         "virtual memory exhausted".
61752         * lib/same.c (same_name): Invoke xalloc_die instead of printing
61753         our own message.
61754         * lib/userspec.c (parse_user_spec): Likewise.
61755         * lib/bumpalloc.h: comment fix
61756         * lib/same.c, userspec.c: Include xalloc.h.
61757
61758         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
61759         not char *const and pointing to a constant array.
61760         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
61761         (xrealloc): Comment fix.
61762
61763         * lib/userspec.c (parse_user_spec):
61764         Don't translate a message until just before returning,
61765         to avoid unnecessary translation.
61766
61767 2000-08-07  Jim Meyering  <meyering@lucent.com>
61768
61769         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
61770         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
61771         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
61772         getgroups.c, gethostname.c, getopt.h, group-member.c,
61773         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
61774         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
61775         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
61776         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
61777         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
61778         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
61779         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
61780         yesno.c: Back out Copyright date changes for each file with no change
61781         this year.  This eases coordination with other programs using the same
61782         source code modules.  From Paul Eggert.
61783
61784 2000-08-06  Paul Eggert  <eggert@twinsun.com>
61785
61786         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
61787         not char, for compatibility with glibc 2.1.3 strftime.c.
61788
61789 2000-08-03  Greg McGary  <greg@mcgary.org>
61790
61791         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
61792         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
61793         (EXTEND_BUFFER): Use them.
61794
61795 2000-08-01  Jim Meyering  <meyering@lucent.com>
61796
61797         * lib/dirname.c (ISSLASH): Define.
61798         (BACKSLASH_IS_PATH_SEPARATOR): Define.
61799         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
61800         both `\' and `/' may be use as path separators.
61801         Based on a patch from Prashant TR.
61802
61803 2000-07-31  Paul Eggert  <eggert@twinsun.com>
61804
61805         * lib/quotearg.c (quotearg_n_options): Don't make the initial
61806         slot vector a constant, since it might get modified.
61807
61808 2000-07-31  Jim Meyering  <meyering@lucent.com>
61809
61810         * lib/xmalloc.c: Use `virtual memory exhausted', not
61811         `Memory exhausted'.
61812         * lib/obstack.c (print_and_abort): Likewise.
61813
61814 2000-07-30  Paul Eggert  <eggert@twinsun.com>
61815
61816         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
61817         buffer, so that the caller can always quote one small
61818         component of a "memory exhausted" message in slot 0.
61819         From a suggestion by Jim Meyering.
61820
61821 2000-07-30  Jim Meyering  <meyering@lucent.com>
61822
61823         * lib/makepath.c (make_path): Quote the other instance, too.
61824
61825         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
61826         (STATIC_BUF_SIZE): Define.
61827         (quotearg_n_options): Use only statically allocated storage when
61828         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
61829         than STATIC_BUF_SIZE.
61830
61831 2000-07-29  Jim Meyering  <meyering@lucent.com>
61832
61833         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
61834         * lib/dirname.c (dir_name): Likewise.
61835
61836         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
61837         `/'.
61838
61839         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
61840         (dir_name): Assert that there are no trailing slashes.
61841
61842 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
61843
61844         * lib/mbswidth.h (mbswidth): Add a flags argument.
61845         (mbswidth): New declaration.
61846         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
61847         * lib/mbswidth.c (mbswidth): Add a flags argument.
61848         (mbsnwidth): New function.
61849
61850 2000-07-24  Jim Meyering  <meyering@lucent.com>
61851
61852         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
61853
61854 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61855
61856         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
61857
61858 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61859
61860         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
61861         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
61862         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
61863         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
61864         invoke multibyte primitives.
61865
61866 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61867
61868         * lib/quotearg.c:
61869         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
61870         so that mbstate_t is always defined.
61871
61872         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
61873         be 1 in at least one GCC installation, and this configuration
61874         error is likely to be common.  Ignoring MB_LEN_MAX hurts
61875         performance on hosts that have mbrtowc but have only unibyte
61876         locales, but I assume these hosts are rare.
61877
61878 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61879
61880         * lib/mbswidth.c (_XOPEN_SOURCE):
61881         Don't define; this causes problems on Solaris 7.
61882         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
61883
61884 2000-07-23  Jim Meyering  <meyering@lucent.com>
61885
61886         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
61887         too: getgrgid, getpwuid, getuid.
61888
61889 2000-07-23  Jim Meyering  <meyering@lucent.com>
61890
61891         * lib/basename.c (base_name): Add an assertion.
61892
61893 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
61894
61895         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
61896         shadow its mbsinit function.
61897
61898 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61899
61900         * lib/mbswidth.h: New file.
61901         * lib/mbswidth.c: New file.
61902         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
61903         (noinst_HEADERS): Add mbswidth.h.
61904
61905 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61906
61907         * lib/config.charset: Add support for FreeBSD. Improve support for
61908         HP-UX and IRIX 6.
61909
61910 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
61911
61912         * m4/mbswidth.m4: New file.
61913         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
61914
61915 2000-07-15  Jim Meyering  <meyering@lucent.com>
61916
61917         * lib/makepath.c: Include quote.h.
61918         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
61919         corresponding argument in a `quote (...)' call.
61920         Give better diagnostics.
61921
61922         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
61923         (noinst_HEADERS): Add quote.h.
61924
61925         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
61926         from tar's src/misc.c.
61927         * lib/quote.h: New file.  Prototypes for same.
61928
61929 2000-07-14  Paul Eggert  <eggert@twinsun.com>
61930
61931         From a suggestion by Bruno Haible.
61932         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
61933         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
61934         to decide whether to define the BeOS workaround macro;
61935         this adjusts to the change to AC_MBSTATE_T.
61936
61937 2000-07-14  Jim Meyering  <meyering@lucent.com>
61938
61939         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
61940         jm_AC_TYPE_UINTMAX_T.
61941
61942 2000-07-13  Paul Eggert  <eggert@twinsun.com>
61943
61944         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
61945
61946         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
61947         quotearg_buffer_restyled): Add support for
61948         clocale_quoting_style.  Undo previous change to
61949         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
61950         and "{RIGHT QUOTATION MARK}" msgids.
61951
61952 2000-07-10  Paul Eggert  <eggert@twinsun.com>
61953
61954         From a suggestion by Bruno Haible.
61955         * m4/mbstate_t.m4 (AC_MBSTATE_T):
61956         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
61957         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
61958         and mbstate_t, to a single-part test that simply defines mbstate_t.
61959         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
61960         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
61961
61962 2000-07-10  Jim Meyering  <meyering@lucent.com>
61963
61964         * m4/strerror_r.m4: Mirror the correction made in autoconf.
61965
61966         * m4/gnu-source.m4: Output to confdefs.h directly.
61967         Suggestion from Akim Demaille.
61968
61969 2000-07-09  Paul Eggert  <eggert@twinsun.com>
61970
61971         The old behavior of quoting `like this' doesn't look good with
61972         newer, ISO-style fonts.  See:
61973         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
61974
61975         Instead, quote "like this" by default.  Let the translator
61976         tailor the locale-specific quoting behavior by providing
61977         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
61978
61979         * lib/quotearg.c (N_): New macro.
61980         (gettext_default): New function.
61981         (quotearg_buffer_restyled): Use
61982         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
61983         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
61984
61985 2000-07-09  Jim Meyering  <meyering@lucent.com>
61986
61987         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
61988         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
61989
61990         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
61991         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
61992
61993 2000-07-09  Jim Meyering  <meyering@lucent.com>
61994
61995         * lib/Most files: Update copyright dates to include 2000.
61996
61997 2000-07-08  Jim Meyering  <meyering@lucent.com>
61998
61999         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
62000         if not defined.
62001         (xgethostname): Remove now-unnecessary #ifdef.
62002         Move declaration of `err' into loop where it's used.
62003
62004 2000-07-05  Paul Eggert  <eggert@twinsun.com>
62005         and Bruno Haible  <haible@clisp.cons.org>
62006
62007         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
62008         only if the test for an object-type mbstate_t fails.  This
62009         prevents us from mistakenly reporting that mbstate_t is a
62010         system object type after we "#define mbstate_t int" to work
62011         around its lack.
62012
62013 2000-07-05  Paul Eggert  <eggert@twinsun.com>
62014         and Bruno Haible  <haible@clisp.cons.org>
62015
62016         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
62017
62018 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
62019
62020         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
62021         to strerror_r.
62022         Include <ctype.h> for use of isalpha.
62023
62024 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
62025
62026         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
62027         by allocating a larger buffer. Test the gethostname return value for
62028         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
62029         returns an error and ENAMETOOLONG isn't defined.
62030
62031 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
62032
62033         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
62034         dimension.
62035
62036 2000-07-04  Jim Meyering  <meyering@lucent.com>
62037
62038         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
62039         of the deprecated AC_CHECKING.
62040
62041 2000-07-04  Jim Meyering  <meyering@lucent.com>
62042
62043         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
62044         Reported by Bruno Haible.
62045
62046 2000-07-04  Jim Meyering  <meyering@lucent.com>
62047
62048         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
62049         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
62050         lacks mbrtowc.
62051
62052 2000-07-03  Paul Eggert  <eggert@twinsun.com>
62053
62054         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
62055         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
62056
62057 2000-07-03  Paul Eggert  <eggert@twinsun.com>
62058         and Bruno Haible  <haible@clisp.cons.org>
62059
62060         * lib/quotearg.c (mbrtowc):
62061         Assign to *pwc, and return 1 only if result is nonzero.
62062         (iswprint): Use ISPRINT when substituting our own mbrtowc.
62063
62064 2000-07-03  Jim Meyering  <meyering@lucent.com>
62065
62066         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
62067
62068 2000-07-03  Jim Meyering  <meyering@lucent.com>
62069
62070         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
62071         This is necessary to get a definition of e.g., UTMP_FILE on
62072         HP-UX 10.20.
62073         From Bob Proulx.
62074
62075 2000-07-02  Jim Meyering  <meyering@lucent.com>
62076
62077         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
62078
62079         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
62080         AC_LIBOBJ(function_name).
62081         * m4/chown.m4: Likewise.
62082         * m4/fnmatch.m4: Likewise.
62083         * m4/ftruncate.m4: Likewise.
62084         * m4/getgroups.m4: Likewise.
62085         * m4/getline.m4: Likewise.
62086         * m4/group-member.m4: Likewise.
62087         * m4/jm-macros.m4: Likewise.
62088         * m4/lstat.m4: Likewise.
62089         * m4/malloc.m4: Likewise.
62090         * m4/memcmp.m4: Likewise.
62091         * m4/nanosleep.m4: Likewise.
62092         * m4/putenv.m4: Likewise.
62093         * m4/realloc.m4: Likewise.
62094         * m4/regex.m4: Likewise.
62095         * m4/stat.m4: Likewise.
62096         * m4/strftime.m4: Likewise.
62097
62098 2000-07-02  Jim Meyering  <meyering@lucent.com>
62099
62100         * lib/quotearg.c (mbstate_t): Don't define here.
62101
62102 2000-07-02  Jim Meyering  <meyering@lucent.com>
62103
62104         * lib/nanosleep.c (SIGCONT): Define if not already defined.
62105
62106 2000-07-01  Jim Meyering  <meyering@lucent.com>
62107
62108         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
62109
62110 2000-07-01  Jim Meyering  <meyering@lucent.com>
62111
62112         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
62113         problem.
62114
62115 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
62116
62117         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
62118         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
62119
62120 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
62121
62122         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
62123         per change in ../m4/ls-mntd-fs.m4.
62124         (read_filesystem_list): Ignore symbolic links.
62125
62126 2000-06-29  Jim Meyering  <meyering@lucent.com>
62127
62128         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
62129         for declaration of strcmp.
62130
62131         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
62132
62133         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
62134         Avoid warning by casting result to `char *' to remove `const'.
62135
62136 2000-06-28  Jim Meyering  <meyering@lucent.com>
62137
62138         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
62139         included by quotearg.c, for which we perform this test.  From
62140         Bruno Haible.
62141
62142 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
62143
62144         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
62145         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
62146         <utmpx.h> exists, put readutmp.o into LIBOBJS.
62147
62148 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
62149
62150         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
62151
62152 2000-06-26  Paul Eggert  <eggert@twinsun.com>
62153
62154         savedir now sets errno on failure and invokes xmalloc to get memory.
62155         Fix a couple of other minor bugs while we're at it.
62156
62157         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
62158         (NAMLEN): Remove macro.
62159         (malloc, realloc): Remove decls.
62160         (stpcpy): Likewise.
62161         ("xalloc.h"): Include.
62162         (NAME_SIZE_DEFAULT): New macro.
62163         (savedir): Use xmalloc / xrealloc to allocate memory.
62164         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
62165         Skip "" directory entries.
62166         Use strlen to calculate directory entry length, since the old method
62167         is rarely used these days and isn't worth supporting.
62168         Don't use a pointer after freeing it.
62169         Check for integer overflow when calculating allocation size.
62170         Use memcpy to copy entries, instead of stpcpy.
62171         Set errno properly when returning NULL.
62172         Check for readdir error.
62173
62174 2000-06-26  Jim Meyering  <meyering@lucent.com>
62175
62176         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
62177
62178 2000-06-25  Jim Meyering  <meyering@lucent.com>
62179
62180         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
62181         Linux header bug when _XOPEN_SOURCE is defined to 500.
62182
62183 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
62184
62185         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
62186         deficiency.
62187
62188 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
62189
62190         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
62191         Include xalloc.h.
62192         Don't include <stdlib.h>.  Don't declare malloc, realloc.
62193
62194 2000-06-24  Jim Meyering  <meyering@lucent.com>
62195
62196         * m4/strerror_r.m4: Revive this file -- to try out an experimental
62197         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
62198         for which strerror does return char*, but which lacks a conveniently
62199         accessible declaration of the function.  If the compile-test says
62200         strerror_r doesn't work, then resort to a `run'-test that works on
62201         BeOS and segfaults on DEC Unix.
62202
62203 2000-06-24  Jim Meyering  <meyering@lucent.com>
62204
62205         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
62206
62207 2000-06-23  Paul Eggert  <eggert@twinsun.com>
62208
62209         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
62210         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
62211
62212 2000-06-23  Paul Eggert  <eggert@twinsun.com>
62213
62214         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
62215         (mbrtowc, mbstate_t): Define substitutes if
62216         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
62217         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
62218         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
62219
62220 2000-06-23  Jim Meyering  <meyering@lucent.com>
62221
62222         * m4/afs.m4: Add missing AC_MSG_RESULT.
62223         Reported by Bruno Haible.
62224
62225         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
62226         Suggestion from Bruno Haible.
62227
62228 2000-06-23  Jim Meyering  <meyering@lucent.com>
62229
62230         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
62231
62232 2000-06-21  Jim Meyering  <meyering@lucent.com>
62233
62234         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
62235
62236 2000-06-21  Jim Meyering  <meyering@lucent.com>
62237
62238         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
62239         (noinst_HEADERS): Add getstr.h.
62240
62241         * lib/getline.c (getstr): Move into a separate file.
62242         * lib/getstr.c (getstr): New file, extracted from getline.c, with
62243         the following changes: new parameter, delim2; both delim[12]
62244         parameters have type `int', not `char'.  The latter would lose
62245         with 8-bit delimiters.
62246         * lib/getstr.h: New file.
62247
62248 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
62249
62250         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
62251         than 1024, return a memory chunk of least possible size, instead
62252         of size PATH_MAX + 2. In the loop, increment the size proportionally.
62253         Use free/xmalloc instead of xrealloc to avoid copying for very long
62254         paths.
62255
62256 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
62257
62258         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
62259         the empty string.
62260
62261 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
62262
62263         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
62264         address, not strdup.  Include <stdlib.h> and don't declare free().
62265
62266 2000-06-19  Jim Meyering  <meyering@lucent.com>
62267
62268         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
62269
62270 2000-06-18  Jim Meyering  <meyering@lucent.com>
62271
62272         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
62273
62274         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
62275         `checking whether...' message to be consistent with that of the
62276         lstat test.
62277
62278 2000-06-18  Jim Meyering  <meyering@lucent.com>
62279
62280         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
62281         Besides, these days every porting target provides a mkdir function.
62282
62283         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
62284         needed. (this snippet comes from src/system.h).
62285
62286 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
62287
62288         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
62289
62290 2000-06-15  Paul Eggert  <eggert@twinsun.com>
62291
62292         * lib/human.c (adjust_value): New function.
62293         (human_readable_inexact): Apply rounding style even when
62294         printing approximate values.
62295
62296 2000-06-14  Paul Eggert  <eggert@twinsun.com>
62297
62298         * lib/human.c (human_readable_inexact): Allow an input block
62299         size that is not a multiple of the output block size, and vice versa.
62300         Reported by Piergiorgio Sartor.
62301
62302 2000-06-14  Paul Eggert  <eggert@twinsun.com>
62303
62304         * lib/getdate.y (get_date): Apply relative times after time
62305         zone indicator, not before.  Reported by Todd A. Jacobs.
62306
62307 2000-06-13  Jim Meyering  <meyering@lucent.com>
62308
62309         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
62310
62311         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
62312
62313 2000-06-12  Paul Eggert  <eggert@twinsun.com>
62314
62315         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
62316
62317 2000-06-12  Jim Meyering  <meyering@lucent.com>
62318
62319         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
62320         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
62321         optional argument.
62322         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
62323         the optional argument, `lib'.
62324
62325 2000-06-08  Jim Meyering  <meyering@lucent.com>
62326
62327         * m4/largefile.m4: Remove file (now that it's part of autoconf).
62328
62329 2000-06-04  Paul Eggert  <eggert@twinsun.com>
62330
62331         Rewrite largefile configuration so that we don't need to run
62332         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
62333         AC_CANONICAL_HOST in configure.in -- jmm]
62334
62335         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
62336         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
62337         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
62338         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
62339         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
62340         All uses changed.
62341         Instead of inspecting the output of getconf, try to compile the
62342         test program without and with the macro definition.
62343         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
62344         for getconf.  Instead, check for the needed flags by compiling
62345         test programs.
62346
62347 2000-06-04  Paul Eggert  <eggert@twinsun.com>
62348
62349         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
62350
62351 2000-06-04  Jim Meyering  <meyering@lucent.com>
62352
62353         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
62354         SunOS 4.1.4 for which gid_t is an unsigned type.
62355
62356 2000-06-03  Jim Meyering  <meyering@lucent.com>
62357
62358         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
62359         now that autoconf requires that.
62360
62361         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
62362         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
62363         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
62364
62365 2000-06-03  Jim Meyering  <meyering@lucent.com>
62366
62367         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
62368
62369 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
62370
62371         * m4/glibc21.m4: New file.
62372         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
62373
62374 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
62375
62376         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
62377         newer, don't install charset.alias.
62378         * lib/config.charset: Change the Linux/glibc rules so they become empty
62379         on glibc-2.1 or newer.
62380
62381 2000-06-02  Jim Meyering  <meyering@lucent.com>
62382
62383         * lib/mountlist.c: Back out last change.  Instead, do this...
62384         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
62385         me_dummy member using the same `ignore'-testing code.
62386         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
62387         fs_type strings.
62388         From Mark D. Roth.
62389
62390 2000-05-29  Jim Meyering  <meyering@lucent.com>
62391
62392         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
62393         mounts with the `ignore' attribute.  Based on a patch from
62394         Mark D. Roth.
62395
62396 2000-05-28  Jim Meyering  <meyering@lucent.com>
62397
62398         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
62399         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62400         * m4/stat.m4: Likewise.
62401         * m4/lstat.m4: Likewise.
62402         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
62403
62404         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
62405         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
62406
62407 2000-05-26  Jim Meyering  <meyering@lucent.com>
62408
62409         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
62410
62411 2000-05-24  Jim Meyering  <meyering@lucent.com>
62412
62413         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
62414         autoconf requires that.
62415         * m4/lib-check.m4: Likewise.
62416         * m4/jm-macros.m4: Likewise.
62417         * m4/strftime.m4: Likewise.
62418
62419         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
62420         AC_CHECK_DECLS, now that autoconf requires that.
62421
62422 2000-05-22  Jim Meyering  <meyering@lucent.com>
62423
62424         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62425         * m4/lstat.m4: Likewise.
62426
62427 2000-05-22  Jim Meyering  <meyering@lucent.com>
62428
62429         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
62430
62431 2000-05-20  Jim Meyering  <meyering@lucent.com>
62432
62433         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
62434         (jm_PREREQ): Use it.
62435
62436 2000-05-18  Jim Meyering  <meyering@lucent.com>
62437
62438         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
62439         back, too, since it may have been modified by allocate_entry.
62440         (hash_delete): Rewrite to use neither the assignment operator
62441         nor the comma operator in an if-expression.
62442
62443 2000-05-15  Paul Eggert  <eggert@twinsun.com>
62444
62445         * lib/closeout.c:
62446         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
62447         Remove; no longer needed.
62448         "quotearg.h": Add include.
62449         (file_name): Do not bother to explicitly initialize to NULL; it's less
62450         efficient on some hosts.
62451         (close_stdout_status): Remove test as to whether stdout was already
62452         closed; it breaks for the case "echo x | sort >&-".
62453         Quote file name colons.
62454         Do not assume that _("write error") lacks format strings.
62455
62456 2000-05-15  Jim Meyering  <meyering@lucent.com>
62457
62458         * lib/version-etc.c (version_etc_copyright): Update the copyright
62459         string used in all --version output.
62460
62461 2000-05-14  Jim Meyering  <meyering@lucent.com>
62462
62463         * lib/closeout.c (close_stdout_set_file_name): New function.
62464         (close_stdout_status): Use new file-scoped global.
62465         Return right away if fstat says the stdout file descriptor is invalid.
62466         * lib/closeout.h (close_stdout_set_file_name): Declare.
62467
62468 2000-05-10  Jim Meyering  <meyering@lucent.com>
62469
62470         * lib/closeout.c [default_exit_status]: New file-scoped variable.
62471         (close_stdout_set_status): New function.
62472         * lib/closeout.h (close_stdout_set_status): Declare.
62473
62474 2000-05-09  Jim Meyering  <meyering@lucent.com>
62475
62476         * m4/gettext.m4: Rename this...
62477         * m4/libintl.m4: ...to this.
62478
62479 2000-05-08  Jim Meyering  <meyering@lucent.com>
62480
62481         * lib/long-options.c: Don't include closeout.h.
62482         (parse_long_options): Don't call close_stdout for --version.
62483
62484 2000-05-06  Paul Eggert  <eggert@twinsun.com>
62485
62486         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
62487         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
62488         2.1.3 bug.  This avoids a clash when files like regex.c define
62489         _GNU_SOURCE.
62490
62491 2000-05-06  Jim Meyering  <meyering@lucent.com>
62492
62493         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
62494         (AC_REPLACE_FUNCS): Add strnlen.
62495
62496         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
62497         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
62498
62499         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
62500         AC_SEARCH_LIBS call for nanosleep.
62501         (LIB_NANOSLEEP): Set and AC_SUBST.
62502
62503 2000-05-06  Jim Meyering  <meyering@lucent.com>
62504
62505         * lib/strnlen.c: Undefine __strnlen and strnlen.
62506         [!weak_alias]: Define __strnlen to strnlen.
62507
62508         * lib/atexit.c: New file, from libiberty.
62509
62510 2000-05-06  Jim Meyering  <meyering@lucent.com>
62511
62512         * lib/closeout.c (close_stdout_status): Also check for errors on the
62513         stderr stream.
62514
62515 2000-05-05  Jim Meyering  <meyering@lucent.com>
62516
62517         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
62518         AC_SEARCH_LIBS call for clock_gettime.
62519         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
62520
62521         * m4/search-libs.m4: Update from autoconf.
62522
62523         su doesn't work on Solaris 2.6.
62524         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
62525         <shadow.h>.  Reported by Dragos Harabor.
62526
62527 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
62528
62529         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
62530         memcpy instead of xmalloc, xrealloc, path_concat.
62531         (locale_charset): Treat empty environment variables as absent.
62532         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
62533
62534 2000-05-04  Jim Meyering  <meyering@lucent.com>
62535
62536         * lib/getopt.c: Update from glibc.
62537         * lib/obstack.c: Likewise.
62538         * lib/obstack.h: Likewise.
62539         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
62540         file
62541
62542         * lib/regex.h: Likewise.
62543         * lib/strndup.c: Likewise.
62544         * lib/strnlen.c: New file, from glibc.
62545
62546 2000-05-03  Jim Meyering  <meyering@lucent.com>
62547
62548         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
62549
62550 2000-05-02  Paul Eggert  <eggert@twinsun.com>
62551
62552         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
62553         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
62554         compile-time test, rather than inspecting host and OS, to
62555         decide whether to define _LARGEFILE_SOURCE.
62556
62557 2000-05-01  Jim Meyering  <meyering@lucent.com>
62558
62559         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
62560
62561         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
62562         Based on a patch from Bruno Haible.
62563
62564 2000-05-01  Jim Meyering  <meyering@lucent.com>
62565
62566         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
62567
62568 2000-04-29  Jim Meyering  <meyering@lucent.com>
62569
62570         * lib/path-concat.c: Declare strdup only if it's not defined.
62571         * lib/canon-host.c: Likewise.
62572
62573 2000-04-28  Jim Meyering  <meyering@lucent.com>
62574
62575         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
62576         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
62577         is included first, then limits.h is included by locale.h by libintl.h.
62578         From John David Anglin.
62579
62580 2000-04-25  Jim Meyering  <meyering@lucent.com>
62581
62582         * lib/makepath.c (S_IRWXUGO): Define.
62583         (make_path): Always perform explicit chmod if MODE specifies any
62584         of the `special' permission bits.  Prompted by a bug report against
62585         install from Mate Wierdl and Joost van Baal.
62586
62587 2000-04-18  Jim Meyering  <meyering@lucent.com>
62588
62589         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
62590         (jm_PREREQ): Use it.
62591
62592 2000-04-18  Jim Meyering  <meyering@lucent.com>
62593
62594         * lib/README: New file.
62595
62596         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
62597         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
62598
62599 2000-04-17  Jim Meyering  <meyering@lucent.com>
62600
62601         Get it right :-)
62602         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
62603         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
62604         Suggestion from Akim Demaille.
62605
62606 2000-04-17  Jim Meyering  <meyering@lucent.com>
62607
62608         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
62609         the definition of it to rpl_strftime also defined-away the system's
62610         declaration.
62611
62612 2000-04-15  Jim Meyering  <meyering@lucent.com>
62613
62614         Use `C' to denote so-called `contiguous' files, the same way
62615         that tar does.
62616         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
62617         (ftypelet): Use S_ISCTG.
62618         From Michael Deutschmann.
62619
62620 2000-04-14  Jim Meyering  <meyering@lucent.com>
62621
62622         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
62623         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
62624         clobbered.
62625
62626 2000-04-14  Jim Meyering  <meyering@lucent.com>
62627
62628         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
62629
62630 2000-04-13  Jim Meyering  <meyering@lucent.com>
62631
62632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
62633         AH_VERBATIM to insert required #ifndef into config.h.in.
62634         Suggestion from Akim Demaille.
62635
62636 2000-04-12  Jim Meyering  <meyering@lucent.com>
62637
62638         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
62639         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
62640         Christian Krackowizer.
62641
62642         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
62643         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
62644         (AC_SYS_LARGEFILE): Require.
62645         (AM_C_PROTOTYPES): Require.
62646
62647 2000-04-08  Jim Meyering  <meyering@lucent.com>
62648
62649         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
62650         names don't conflict.  Reported by Eli Zaretskii.
62651
62652 2000-04-07  Jim Meyering  <meyering@lucent.com>
62653
62654         * lib/putenv.c: Move inclusion of errno.h so it follows that of
62655         sys/types.h, to work around system header problems on AIX 3.2.5.
62656         From Bruno Haible.
62657
62658 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
62659
62660         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
62661         bug.  Deal with the different error behavior of Irix iconv.
62662
62663 2000-04-05  Paul Eggert  <eggert@twinsun.com>
62664
62665         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
62666         IRIX if the installer said otherwise.
62667
62668 2000-04-05  Jim Meyering  <meyering@lucent.com>
62669
62670         Portability tweaks required for ultrix4.3.
62671         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
62672         (jm_CHECK_DECLS): Add getutent to the list of functions.
62673         (_jm_DECL_HEADERS): Add utmpx.h.
62674         From John David Anglin.
62675
62676         * m4/strftime.m4: Back out the 2000-04-02 change.
62677         Instead of that change, simply undefine putenv in the test program.
62678
62679 2000-04-05  Jim Meyering  <meyering@lucent.com>
62680
62681         Portability tweaks required for ultrix4.3.
62682         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
62683         getutent.
62684         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
62685         * lib/canon-host.c: Declare strdup.
62686         * lib/path-concat.c: Likewise.
62687         From John David Anglin.
62688
62689 2000-04-04  Jim Meyering  <meyering@lucent.com>
62690
62691         Be more DOS 8.3-friendly.
62692         * lib/ref-add.sin: Renamed from ref-add.sed.in.
62693         * lib/ref-del.sin: Renamed from ref-del.sed.in.
62694         * lib/Makefile.am: Reflect renaming.
62695         Reported by Eli Zaretskii.
62696
62697         Use a temporary file name that won't clash with `charset.alias'
62698         in the DOS 8.3 name space.
62699         * lib/Makefile.am (charset_tmp): Define.
62700         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
62701         (uninstall-local): Likewise.
62702         Reported by Eli Zaretskii.
62703
62704 2000-04-03  Jim Meyering  <meyering@lucent.com>
62705
62706         * m4/gettext.m4: Fix typo in comment.
62707
62708         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
62709         textutils/configure.in).  Suggestion from Paul Eggert.
62710         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
62711
62712 2000-04-02  Paul Eggert  <eggert@twinsun.com>
62713
62714         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
62715         variable in the shell rather than using putenv, which isn't
62716         portable.  This avoids the configure-time inter-test dependency
62717         on the potentially-renamed putenv function.
62718
62719 2000-03-30  Paul Eggert  <eggert@twinsun.com>
62720
62721         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
62722         before checking struct stat.st_blksize, so that
62723         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
62724
62725 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62726
62727         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
62728         since strftime.c uses HAVE_STRFTIME to decide whether to use
62729         the underlying strftime.
62730
62731 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62732
62733         * lib/time/strftime.c (my_strftime): Make sure we call the system
62734         strftime, not ourselves, when invoking the underlying strftime.
62735
62736 2000-03-24  Jim Meyering  <meyering@lucent.com>
62737
62738         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
62739         (charset_alias): Define.
62740         (install-exec-local): Factor out common code.
62741         (uninstall-local): Split lines longer than 80.
62742         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
62743         (SUFFIXES): Define.
62744         (.sed.in.sed): New rule.  Don't redirect directly to $@.
62745         (CLEANFILES): Add ref-add.sed and ref-del.sed.
62746
62747 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
62748
62749         * lib/config.charset: Output a line containing "Packages using this
62750         file".
62751         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
62752         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
62753         ref-del.sed): New rules.
62754
62755 2000-03-17  Jim Meyering  <meyering@lucent.com>
62756
62757         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
62758         Otherwise, include <strings.h>
62759
62760 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
62761
62762         * lib/unicodeio.c (utf8_wctomb): New function.
62763         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
62764         format instead of in UCS-4 with platform dependent endianness.
62765
62766 2000-03-10  Jim Meyering  <meyering@lucent.com>
62767
62768         * m4/lib-check.m4: Look for getspnam in -lgen, too.
62769         From Marco Franzen.
62770
62771 2000-03-07  Paul Eggert  <eggert@twinsun.com>
62772
62773         * lib/savedir.c (savedir): Work even if directory size is
62774         negative; this can happen with some screwy NFS configurations.
62775
62776 2000-03-06  Jim Meyering  <meyering@lucent.com>
62777
62778         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
62779         if it's NULL (because we ran out of memory).  From Bruno Haible.
62780
62781 2000-03-05  Jim Meyering  <meyering@lucent.com>
62782
62783         * lib/localcharset.c ("path-concat.h"): Include.
62784         (get_charset_aliases): Use path_concat instead of ANSI string
62785         concatenation.
62786
62787         * lib/unicodeio.h (PARAMS): Define.
62788         Use it to guard prototype.
62789
62790 2000-03-04  Jim Meyering  <meyering@lucent.com>
62791
62792         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
62793         for lib/localcharset.c.
62794
62795 2000-03-04  Jim Meyering  <meyering@lucent.com>
62796
62797         * lib/Makefile.am (install-exec-local): Create $(libdir) before
62798         installing into it.
62799         (uninstall-local): Uncomment this rule so `make distcheck' works
62800         once again.
62801
62802         * lib/unicodeio.c (<errno.h>): Include it.
62803         (errno): Declare if not defined.
62804
62805         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
62806
62807         * lib/config.charset: New version, incorporating remarks from a linux
62808         i18n mailing list.  From Bruno Haible.
62809
62810 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
62811
62812         * m4/codeset.m4: New file.
62813         * m4/iconv.m4: New file.
62814         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
62815
62816 2000-03-03  Jim Meyering  <meyering@lucent.com>
62817
62818         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
62819
62820 2000-03-02  Jim Meyering  <meyering@lucent.com>
62821
62822         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
62823         the messages come out on separate lines.
62824
62825         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
62826         rather than jm_CHECK_DECLARATIONS.
62827         * m4/decl.m4: Remove now-unused file.
62828
62829         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
62830         geteuid.
62831
62832 2000-03-02  Jim Meyering  <meyering@lucent.com>
62833
62834         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
62835
62836 2000-03-01  Jim Meyering  <meyering@lucent.com>
62837
62838         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
62839         * lib/unicodeio.c: Likewise.
62840
62841 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
62842
62843         * lib/config.charset: New file.
62844         * lib/localcharset.c: New file.
62845         * lib/unicodeio.h, lib/unicodeio.c: New files.
62846         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
62847         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
62848         (noinst_HEADERS): Add unicodeio.h.
62849         (all-local, install-exec-local, charset.alias): New targets.
62850
62851 2000-02-28  Paul Eggert  <eggert@twinsun.com>
62852
62853         * lib/quotearg.c (ALERT_CHAR): New macro.
62854         (quotearg_buffer_restyled): Use it.
62855
62856 2000-02-27  Jim Meyering  <meyering@lucent.com>
62857
62858         * m4/check-decl.m4: Add getenv to the list.
62859
62860 2000-02-27  Jim Meyering  <meyering@lucent.com>
62861
62862         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
62863         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
62864
62865         * lib/backupfile.c: Guard inclusion of stdlib.h with
62866         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
62867         Declare malloc if needed.
62868
62869         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
62870         `#ifndef HAVE_DECL..'
62871         now that autoconf always defines the HAVE_DECL_ symbols.
62872         * lib/human.c: Likewise.
62873         * lib/same.c: Likewise.
62874         * lib/strtoumax.c: Likewise.
62875
62876         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
62877         declaration check was not run.
62878         * lib/hash.c: Likewise.
62879         * lib/human.c: Likewise.
62880         * lib/same.c: Likewise.
62881         * lib/strtoumax.c: Likewise.
62882
62883         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
62884         `.', then first look up the entire `.'-containing string as a login
62885         name.
62886
62887 2000-02-23  Jim Meyering  <meyering@lucent.com>
62888
62889         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
62890         in place of my hack.
62891
62892 2000-02-18  Paul Eggert  <eggert@twinsun.com>
62893
62894         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
62895         (textint): New typedef.
62896         (parser_control): Member year changed from int to textint.
62897         All uses changed.
62898         (YYSTYPE): Removed; replaced by %union with int and textint members.
62899         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
62900         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
62901         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
62902         (tSNUMBER, tUNUMBER): Now of type <textintval>.
62903         (date, number, to_year): Use width of number in digits, not its value,
62904         to determine whether it's a 2-digit year, or a 2-digit time.
62905         (yylex): Store number of digits of numeric tokens.
62906         Reported by John Kendall.
62907
62908         (parser_control): Changed from struct parser_control to typedef (for
62909         consistency).  All uses changed.
62910
62911         (tID): Removed; not used.
62912         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
62913
62914 2000-02-14  Paul Eggert  <eggert@twinsun.com>
62915
62916         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
62917         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
62918
62919 2000-02-12  Jim Meyering  <meyering@lucent.com>
62920
62921         * lib/userspec.c (ISDIGIT): Define it.
62922         (isdigit): Remove definition.
62923         (is_number): Use ISDIGIT, not isdigit.
62924         <libintl.h>: Include.
62925         (_ and N_): Define.
62926         (parse_user_spec): Mark translatable strings.
62927
62928 2000-02-10  Jim Meyering  <meyering@lucent.com>
62929
62930         With these changes, nanosleep.[ch] are finally enough like the other
62931         lib/* replacement files to compile on a few more losing systems.
62932
62933         * lib/nanosleep.h: Don't include config.h.
62934         Remove prototype from declaration of nanosleep.
62935         (PARAMS): Remove now-unneeded definition.
62936         * lib/nanosleep.c: #undef nanosleep.
62937         (rpl_nanosleep): Rename from nanosleep.
62938
62939 2000-02-10  Jim Meyering  <meyering@lucent.com>
62940
62941         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
62942         gnu_nanosleep to rpl_nanosleep.
62943
62944 2000-02-09  Jim Meyering  <meyering@lucent.com>
62945
62946         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
62947         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
62948
62949 2000-02-08  Akim Demaille  <akim@epita.fr>
62950
62951         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
62952         `[' and `]' and remove uses of `changequote'.
62953         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
62954         (AC_SYS_LARGEFILE): Likewise.
62955         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
62956         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
62957         of changequote.
62958         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
62959         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
62960         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
62961         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
62962
62963 2000-02-05  Jim Meyering  <meyering@lucent.com>
62964
62965         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
62966         Remove explicit use of AC_HEADER_TIME.  It is required by
62967         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
62968         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
62969         in autoconf whereby the expansion of the latter ended up preceding
62970         the expansion of its prerequisite, AC_HEADER_TIME.
62971         Reported by Volker Borchert.
62972
62973 2000-02-03  Jim Meyering  <meyering@lucent.com>
62974
62975         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
62976
62977 2000-02-03  Jim Meyering  <meyering@lucent.com>
62978
62979         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
62980         rather than with `#if HAVE_UTMPNAME'.
62981
62982 2000-02-02  Jim Meyering  <meyering@lucent.com>
62983
62984         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
62985         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
62986         Reported by Eli Zaretskii.
62987
62988 2000-02-01  Jim Meyering  <meyering@lucent.com>
62989
62990         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
62991
62992 2000-01-31  Jim Meyering  <meyering@lucent.com>
62993
62994         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
62995         functions.  Add the time.h and sys/time.h headers along with the
62996         AC_REQUIRE'ment of AC_HEADER_TIME.
62997
62998 2000-01-31  Jim Meyering  <meyering@lucent.com>
62999
63000         * lib/nanosleep.h (nanosleep): Guard declaration with
63001         `#if ! HAVE_DECL_NANOSLEEP'.
63002         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
63003         the declaration in that vendor's sys/timers.h.
63004         Reported by Christian Krackowizer.
63005
63006         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
63007         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
63008         (ISPRINT): Likewise.
63009         Reported by Tom Tromey.
63010
63011 2000-01-30  Jim Meyering  <meyering@lucent.com>
63012
63013         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
63014
63015         * m4/prereq.m4 (utmp_includes): Define.
63016         Check for ut_user and ut_name members in both struct utmpx
63017         and struct utmp.
63018
63019 2000-01-30  Jim Meyering  <meyering@lucent.com>
63020
63021         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
63022         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
63023         header files where only utmpx.ut_user is declared.
63024
63025         * lib/readutmp.h (UT_USER): Define.
63026
63027 2000-01-29  Jim Meyering  <meyering@lucent.com>
63028
63029         * m4/lib-check.m4: New file containing library-related checks from
63030         fileutils and sh-utils (textutils had none).
63031
63032 2000-01-28  Jim Meyering  <meyering@lucent.com>
63033
63034         * m4/perl.m4: Change format of warning message to look more like that
63035         from the missing script.  Suggestion from François Pinard.
63036
63037 2000-01-25  Jim Meyering  <meyering@lucent.com>
63038
63039         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
63040         well as time.h in the compile check.
63041         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
63042         Fix typo in cross-compiling case: s/yes/no/.
63043
63044 2000-01-23  Jim Meyering  <meyering@lucent.com>
63045
63046         * m4/jm-macros.m4: Move df-related tests here from
63047         fileutils/configure.in
63048
63049         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
63050         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
63051
63052         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
63053         s/space/ac_fsusage_space/.
63054         (jm_FILE_SYSTEM_USAGE): Take two parameters.
63055
63056         * m4/ftruncate.m4: New file (derived from part of
63057         fileutils/configure.in).
63058         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
63059         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
63060
63061         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
63062         AC_SUBST these here, rather than just in sh-util/configure.in, so
63063         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
63064         all the same.
63065         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
63066         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
63067         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
63068         (AC_SUBST(POW_LIBM)): Likewise.
63069         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
63070
63071 2000-01-23  Jim Meyering  <meyering@lucent.com>
63072
63073         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
63074         obstack.c.
63075
63076 2000-01-22  Jim Meyering  <meyering@lucent.com>
63077
63078         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
63079
63080         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
63081
63082         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
63083         configure.in
63084         (AC_CHECK_HEADERS): Likewise for sh-utils.
63085         (AC_CHECK_HEADERS): Likewise for textutils.
63086         Merge the three lists of headers.
63087
63088         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
63089         from fileutils' configure.in.
63090
63091         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
63092         code. Moved tests into their own function (_jm_DECL_HEADERS) in
63093         check-decl.m4.
63094
63095         * m4/check-decl.m4: Use #if rather than #ifdef.
63096         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
63097         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
63098         (_jm_DECL_HEADERS): Define new function.
63099         (jm_CHECK_DECLARATIONS): Require it.
63100
63101 2000-01-22  Jim Meyering  <meyering@lucent.com>
63102
63103         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
63104         [! HAVE_DECL_STRTOULL]: Declare strtoull.
63105         Required for some AIX systems.  Reported by Christian Krackowizer.
63106         [TESTING] (main): New function.
63107
63108         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
63109         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
63110         letters.
63111
63112         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
63113         iswprint.
63114
63115         * lib/strverscmp.c (ISDIGIT): Define.
63116         (strverscmp): Use ISDIGIT, not isdigit.
63117
63118 2000-01-19  Jim Meyering  <meyering@lucent.com>
63119
63120         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
63121         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
63122         defines `struct timespec' in <sys/time.h>
63123
63124         * m4/c-bs-a.m4: Remove uses of changequote altogether.
63125         Thanks to Akim for explaining.
63126
63127 2000-01-17  Paul Eggert  <eggert@twinsun.com>
63128
63129         * lib/nanosleep.c (nanosleep):
63130         Don't use SA_INTERRUPT to decide whether to call sigaction, as
63131         POSIX.1 doesn't require SA_INTERRUPT and some systems
63132         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
63133         it's been part of POSIX.1 since day 1 (in 1988).
63134
63135 2000-01-17  Jim Meyering  <meyering@lucent.com>
63136
63137         * lib/interlock: Remove unused file.  Reported by François Pinard.
63138
63139 2000-01-16  Paul Eggert  <eggert@twinsun.com>
63140
63141         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
63142         alert, backslash, formfeed, and vertical tab unnecessarily in
63143         shell quoting style.
63144
63145 2000-01-16  Jim Meyering  <meyering@lucent.com>
63146
63147         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
63148         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
63149         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
63150         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
63151
63152 2000-01-16  Jim Meyering  <meyering@lucent.com>
63153
63154         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
63155         because the latter didn't work.
63156
63157 2000-01-15  Jim Meyering  <meyering@lucent.com>
63158
63159         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
63160         (AC_REPLACE_FUNCS): Add memcpy and memset.
63161         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
63162         Add strpbrk.
63163         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
63164
63165 2000-01-12  Jim Meyering  <meyering@lucent.com>
63166
63167         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
63168         (jm_PREREQ): Use it.
63169         (jm_PREREQ_READUTMP): New macro.
63170         (jm_PREREQ): Use it.
63171
63172 2000-01-11  Paul Eggert  <eggert@twinsun.com>
63173
63174         Quote multibyte characters correctly.
63175         * m4/c-bs-a.m4: New file.
63176         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
63177         (jm_PREREQ): Use it.
63178
63179 2000-01-11  Paul Eggert  <eggert@twinsun.com>
63180
63181         * m4/uintmax_t.m4: Port to autoconf 2.13.
63182
63183 2000-01-08  Jim Meyering  <meyering@ascend.com>
63184
63185         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
63186         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
63187
63188 2000-01-04  Jim Meyering  <meyering@ascend.com>
63189
63190         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
63191         jm_STRUCT_DIRENT_D_TYPE.
63192         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
63193         jm_STRUCT_DIRENT_D_INO.
63194         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
63195         jm_STRUCT_UTIMBUF.
63196         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
63197         renamings.
63198         * m4/utime.m4: Likewise.
63199
63200         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
63201         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
63202
63203 2000-01-03  Paul Eggert  <eggert@twinsun.com>
63204
63205         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
63206         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
63207
63208 2000-01-02  Jim Meyering  <meyering@ascend.com>
63209
63210         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
63211         remember if this is necessary.
63212
63213 1999-12-26  Jim Meyering  <meyering@ascend.com>
63214
63215         * m4/jm-macros.m4: Use it here.
63216         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
63217
63218 1999-12-23  Jim Meyering  <meyering@ascend.com>
63219
63220         * m4/jm-macros.m4: Check for clock_gettime (moved from
63221         fileutils/configure.in)
63222         Check for gettimeofday.
63223
63224 1999-12-20  Jim Meyering  <meyering@ascend.com>
63225
63226         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
63227         autoconf-2.14a-1999-12-20.
63228
63229 1999-12-19  Jim Meyering  <meyering@ascend.com>
63230
63231         * m4/lstat-slash.m4: New file.
63232         * m4/jm-macros.m4: Use the new macro:
63233         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63234
63235 1999-12-07  Jim Meyering  <meyering@ascend.com>
63236
63237         * m4/perl.m4: Require that File::Compare be available, too.
63238         Too many systems seem to lack it.
63239
63240         * m4/strftime.m4: Add checks for most of the cpp macros tested in
63241         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
63242
63243 1999-11-18  Paul Eggert  <eggert@twinsun.com>
63244
63245         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
63246         problem with the QNX 4.25 shell, which doesn't propagate exit
63247         status of failed commands inside shell assignments.
63248
63249 1999-11-17  Jim Meyering  <meyering@ascend.com>
63250
63251         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
63252
63253 1999-11-07  Jim Meyering  <meyering@ascend.com>
63254
63255         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
63256
63257 1999-11-06  Jim Meyering  <meyering@ascend.com>
63258
63259         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
63260         * m4/jm-macros.m4 (jm_MACROS): Use it here.
63261
63262 1999-11-05  Jim Meyering  <meyering@ascend.com>
63263
63264         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
63265         configure.in of textutils, fileutils, and sh-utils into this one
63266         (shared between those packages) file.
63267         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
63268         AC_STRUCT_ST_BLKSIZE.
63269
63270 1999-11-03  Jim Meyering  <meyering@ascend.com>
63271
63272         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
63273         of AC_CHECK_TYPE checks includes unistd.h.
63274         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
63275         Suggestion from Akim Demaille.
63276
63277 1999-10-30  Jim Meyering  <meyering@ascend.com>
63278
63279         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
63280         m4-quoted string.
63281         * m4/ls-mntd-fs.m4: Likewise.
63282         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
63283         * m4/jm-winsz1.m4: Likewise.
63284
63285         * m4/const.m4: Remove file, since the fix made it into the experimental
63286         version of autoconf.
63287         * m4/mktime.m4: Likewise.
63288
63289         * m4/check-type.m4: Remove file, now that the latest version of
63290         AC_CHECK_TYPE takes a third arg to specify additional #includes.
63291
63292         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
63293         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
63294         AC_CHECK_TYPE.
63295
63296 1999-10-04  Jim Meyering  <meyering@ascend.com>
63297
63298         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
63299
63300 1999-09-22  Paul Eggert  <eggert@twinsun.com>
63301
63302         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
63303         2.95.1 bug with HP-UX 10.20.
63304
63305 1999-09-17  Jim Meyering  <meyering@ascend.com>
63306
63307         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
63308         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
63309         due to missing strdup (against sh-utils-2.0).
63310
63311 1999-08-29  Jim Meyering  <meyering@ascend.com>
63312
63313         * m4/jm-macros.m4: Require jm_BISON.
63314         * m4/bison.m4: New file.
63315
63316 1999-08-17  Paul Eggert  <eggert@twinsun.com>
63317
63318         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
63319         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
63320
63321 1999-08-05  Jim Meyering  <meyering@ascend.com>
63322
63323         * m4/getline.m4: Rename test file from conftestdata to conftest.data
63324         to avoid conflicts with `conftest' on 8+3 filesystems.
63325         Suggestion from Eli Zaretskii.
63326
63327 1999-08-04  Jim Meyering  <meyering@ascend.com>
63328
63329         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
63330         fileutils and sh-utils (textutils's getline test was inadequate).
63331         (AM_FUNC_GETLINE): Run this test.
63332         (AC_CHECK_FUNCS): Check for getdelim.
63333         Reported by Bob Proulx.
63334
63335 1999-08-02  Jim Meyering  <meyering@ascend.com>
63336
63337         * m4/jm-macros.m4: Add a comment.
63338
63339 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63340
63341         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
63342         <inttypes.h> defines strtoumax as a macro (and not as a
63343         function).
63344
63345 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63346
63347         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
63348         that we can shift, multiply and divide unsigned long long
63349         values; Ultrix cc can't do it.
63350
63351 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63352
63353         * m4/mktime.m4: New file, which is a preview of what should appear
63354         in the next public autoconf release.
63355
63356 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63357
63358         * m4/lfs.m4: Remove this file.
63359         * m4/largefile.m4: New file.  It contains the old contents of
63360         lfs.m4, except that all names with prefix AC_LFS have been
63361         changed to use the prefix AC_SYS_LARGEFILE instead, to be
63362         compatible with future autoconf versions.  Also, some minor m4
63363         quoting problems have been fixed.
63364
63365 1999-08-01  Paul Eggert  <eggert@twinsun.com>
63366
63367         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
63368         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
63369         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
63370         and simplify the shell code.
63371
63372 1999-08-01  Jim Meyering  <meyering@ascend.com>
63373
63374         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
63375         m4.
63376
63377 1999-07-20  Jim Meyering  <meyering@ascend.com>
63378
63379         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
63380
63381 1999-07-15  Jim Meyering  <meyering@ascend.com>
63382
63383         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
63384
63385 1999-05-22  Jim Meyering  <meyering@ascend.com>
63386
63387         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
63388
63389 1999-05-20  Jim Meyering  <meyering@ascend.com>
63390
63391         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
63392         Add a colon after each `then' in case $4 is empty.
63393
63394 1999-05-16  Jim Meyering  <meyering@ascend.com>
63395
63396         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
63397
63398 1999-05-10  Jim Meyering  <meyering@ascend.com>
63399
63400         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
63401
63402         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
63403         AC_FUNC_MKTIME.
63404
63405 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
63406
63407         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
63408
63409 1999-05-04  Paul Eggert  <eggert@twinsun.com>
63410
63411         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
63412         not CPPFLAGS, so that linking works correctly in IRIX.
63413
63414 1999-04-30  Paul Eggert  <eggert@twinsun.com>
63415
63416         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
63417
63418 1999-04-20  Paul Eggert  <eggert@twinsun.com>
63419
63420         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
63421         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
63422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
63423         jm_AC_TYPE_UNSIGNED_LONG_LONG.
63424         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
63425
63426         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
63427
63428 1999-04-20  Jim Meyering  <meyering@ascend.com>
63429
63430         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
63431         AC_REPLACE xstroull if necessary.  From Paul Eggert.
63432         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
63433
63434 1999-04-18  Jim Meyering  <meyering@ascend.com>
63435
63436         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
63437         * m4/jm-macros.m4: Use it.
63438
63439 1999-04-06  Jim Meyering  <meyering@ascend.com>
63440
63441         * m4/strftime.m4: Remove test for %f.
63442
63443 1999-03-29  Jim Meyering  <meyering@ascend.com>
63444
63445         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
63446         superset of the AC_TYPE_* checks in the textutils, fileutils,
63447         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
63448         AC_TYPE_PID_T.
63449
63450 1999-03-28  Jim Meyering  <meyering@ascend.com>
63451
63452         * m4/jm-macros.m4: Define GNU_PACKAGE here.
63453         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
63454         replaced e.g., in the *.sh files of the sh-utils.
63455
63456 1999-03-20  Jim Meyering  <meyering@ascend.com>
63457
63458         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
63459         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
63460         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
63461
63462 1999-03-19  Jim Meyering  <meyering@ascend.com>
63463
63464         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
63465
63466 1999-03-12  Jim Meyering  <meyering@ascend.com>
63467
63468         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
63469
63470 1999-03-07  Jim Meyering  <meyering@ascend.com>
63471
63472         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
63473         declared.
63474
63475 1999-02-17  Jim Meyering  <meyering@ascend.com>
63476
63477         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
63478         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
63479
63480 1999-02-07  Jim Meyering  <meyering@ascend.com>
63481
63482         * m4/group-member.m4: New file -- extracted from sh-utils'
63483         configure.in.
63484
63485         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
63486         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
63487
63488 1999-02-06  Jim Meyering  <meyering@ascend.com>
63489
63490         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
63491         * m4/fnmatch.m4: Likewise.
63492         * m4/getgroups.m4: Likewise.
63493         * m4/lstat.m4: Likewise.
63494         * m4/malloc.m4: Likewise.
63495         * m4/putenv.m4: Likewise.
63496         * m4/realloc.m4: Likewise.
63497         * m4/regex.m4: Likewise.
63498         * m4/stat.m4: Likewise.
63499         * m4/strftime.m4: Likewise.
63500         Suggestion from Alain Magloire.
63501
63502         * m4/chown.m4: Use `.$ac_objext', not `.o'.
63503         * m4/fnmatch.m4: Likewise.
63504         * m4/getgroups.m4: Likewise.
63505         * m4/getline.m4: Likewise.
63506         * m4/lstat.m4: Likewise.
63507         * m4/malloc.m4: Likewise.
63508         * m4/memcmp.m4: Likewise.
63509         * m4/putenv.m4: Likewise.
63510         * m4/realloc.m4: Likewise.
63511         * m4/regex.m4: Likewise.
63512         * m4/stat.m4: Likewise.
63513         * m4/strftime.m4: Likewise.
63514         Suggestion from Alain Magloire.
63515
63516         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
63517         an argument.
63518
63519         * m4/regex.m4: Add a run-time Test for proper operation of
63520         re_compile_pattern.
63521
63522 1999-01-31  Jim Meyering  <meyering@ascend.com>
63523
63524         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
63525
63526 1999-01-30  Jim Meyering  <meyering@ascend.com>
63527
63528         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
63529
63530         * m4/jm-mktime.m4: Make this a wrapper around the official
63531         AM_FUNC_MKTIME rather than my private copy, now that the official one
63532         is up to date.
63533         * m4/mktime.m4: Remove file.
63534
63535         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
63536         * m4/uptime.m4: Likewise.
63537         * m4/uintmax_t.m4: Likewise.
63538
63539 1999-01-28  Jim Meyering  <meyering@ascend.com>
63540
63541         * m4/jm-macros.m4: Use jm_AFS.
63542         * m4/afs.m4: New file (from fileutils' configure.in).
63543
63544         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
63545         * m4/chown.m4: Likewise.
63546         * m4/d-ino.m4: Likewise.
63547         * m4/d-type.m4: Likewise.
63548         * m4/fnmatch.m4: Likewise.
63549         * m4/getgroups.m4: Likewise.
63550         * m4/gettext.m4: Likewise.
63551         * m4/jm-mktime.m4: Likewise.
63552         * m4/jm-winsz2.m4: Likewise.
63553         * m4/lcmessage.m4: Likewise.
63554         * m4/ls-mntd-fs.m4: Likewise.
63555         * m4/malloc.m4: Likewise.
63556         * m4/memcmp.m4: Likewise.
63557         * m4/putenv.m4: Likewise.
63558         * m4/realloc.m4: Likewise.
63559         * m4/st_mtim.m4: Likewise.
63560         * m4/strftime.m4: Likewise.
63561
63562 1999-01-16  Jim Meyering  <meyering@ascend.com>
63563
63564         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
63565         (ARGMATCH_DIE_DECL): Define.
63566
63567 1999-01-12  Jim Meyering  <meyering@ascend.com>
63568
63569         * m4/Makefile.am.in: Rewrite to avoid using fmt.
63570         Reported by Lars Hecking.
63571
63572 1999-01-10  Jim Meyering  <meyering@ascend.com>
63573
63574         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
63575         gross kludge.
63576         * m4/inttypes_h.m4: Likewise.
63577         * m4/lstat.m4: Likewise.
63578         * m4/malloc.m4: Likewise.
63579         * m4/readdir.m4: Likewise.
63580         * m4/realloc.m4: Likewise.
63581         * m4/st_dm_mode.m4: Likewise.
63582         * m4/stat.m4: Likewise.
63583         * m4/utimbuf.m4: Likewise.
63584         * m4/utimes.m4: Likewise.
63585
63586         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
63587         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
63588         comments in config.h.in are meaningful.
63589
63590         * m4/jm-macros.m4: Require autoconf-2.13 here.
63591
63592         * m4/regex.m4: By default, don't use the included regex.c on systems
63593         with glibc 2.  Suggestion from Uli Drepper.
63594
63595 1999-01-02  Jim Meyering  <meyering@ascend.com>
63596
63597         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
63598
63599 1998-12-18  Jim Meyering  <meyering@ascend.com>
63600
63601         * m4/Makefile.am.in (Makefile.am): Simplify rule.
63602         Based on a suggestion from Lars Hecking.
63603
63604 1998-11-16  Paul Eggert  <eggert@twinsun.com>
63605
63606         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
63607
63608 1998-11-16  Jim Meyering  <meyering@ascend.com>
63609
63610         * m4/lfs.m4: Double-quote the `uname...` expression.
63611
63612 1998-11-14  Jim Meyering  <meyering@ascend.com>
63613
63614         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
63615         * m4/stat.m4: Likewise.
63616
63617 1998-11-03  Jim Meyering  <meyering@ascend.com>
63618
63619         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
63620         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
63621
63622 1998-10-18  Jim Meyering  <meyering@ascend.com>
63623
63624         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
63625
63626 1998-10-17  Jim Meyering  <meyering@ascend.com>
63627
63628         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
63629         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
63630         calls for those previously hard-coded headers.  Instead, take a new
63631         parameter.
63632         (jm_CHECK_DECLARATIONS): Reflect interface change.
63633         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
63634         (jm_CHECK_DECL_LOCALTIME_R): New macro.
63635
63636         * m4/mktime.m4: Test for spring-forward gap before long-running test.
63637
63638 1998-10-14  Jim Meyering  <meyering@ascend.com>
63639
63640         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
63641         instead of "TZ=America/Vancouver".  From Paul Eggert.
63642
63643 1998-10-11  Jim Meyering  <meyering@ascend.com>
63644
63645         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
63646         This adds a test for a recently added compatibility fix for mktime.c.
63647         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
63648
63649 1998-09-27  Jim Meyering  <meyering@ascend.com>
63650
63651         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
63652
63653         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
63654         ../configure.in, including a change from Gordon Matzigkeit to allow
63655         cross-compiling for the Hurd.
63656
63657         * m4/glibc.m4: New file/macro to test for the GNU C Library
63658         versions 1 and 2.  From Gordon Matzigkeit.
63659         Indent.
63660
63661 1998-09-21  Jim Meyering  <meyering@ascend.com>
63662
63663         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
63664
63665 1998-08-18  Paul Eggert  <eggert@twinsun.com>
63666
63667         Port nanosecond-resolution times to UnixWare 2.1.2 and
63668         pedantic Solaris 2.6.
63669
63670         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
63671         AC_STRUCT_ST_MTIM.
63672         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
63673         Generate name of ns member, instead of just 1 or undef.
63674         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
63675
63676 1998-08-15  Jim Meyering  <meyering@ascend.com>
63677
63678         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
63679         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
63680         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
63681         instead of jm_TYPE_SSIZE_T.
63682
63683 1998-08-12  Jim Meyering  <meyering@ascend.com>
63684
63685         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
63686
63687 1998-08-02  Jim Meyering  <meyering@ascend.com>
63688
63689         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
63690         in acconfig.h manually.
63691
63692 1998-07-31  Paul Eggert  <eggert@twinsun.com>
63693
63694         * m4/st_mtim.m4: New file.
63695
63696 1998-07-28  Jim Meyering  <meyering@ascend.com>
63697
63698         * m4/utimes.m4: Undef stat.
63699
63700 1998-07-25  Jim Meyering  <meyering@ascend.com>
63701
63702         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
63703         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
63704
63705 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
63706
63707         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
63708         uid and gid actually remain unchanged.
63709
63710 1998-07-07  Jim Meyering  <meyering@ascend.com>
63711
63712         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
63713
63714 1998-07-04  Jim Meyering  <meyering@ascend.com>
63715
63716         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
63717         to prove that this macro can be used in packages without regex.c.
63718
63719 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
63720
63721         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
63722         is to be used.
63723
63724 1998-07-03  Jim Meyering  <meyering@ascend.com>
63725
63726         * m4/gettext.m4: Add -lintl if it's found to be necessary.
63727
63728         * m4/gettext.m4: New file -- from gettext-0.10.35.
63729         * m4/lcmessage.m4: Likewise.
63730         * m4/progtest.m4: Likewise.
63731
63732         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
63733         * m4/jm-macros.m4: Require the new macro.
63734
63735 1998-06-29  Jim Meyering  <meyering@ascend.com>
63736
63737         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
63738         for the definition of NGROUPS (used in a system header included
63739         by sys/mount.h).
63740
63741 1998-06-28  Jim Meyering  <meyering@ascend.com>
63742
63743         * m4/ls-mntd-fs.m4: New file.
63744         * m4/fstypename.m4: New file.
63745
63746         * m4/jm-macros.m4: Require the new macro.
63747         * m4/jm-glibc-io.m4: New file.
63748
63749 1998-05-19  Jim Meyering  <meyering@ascend.com>
63750
63751         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
63752         * m4/lchown.m4: New file.
63753
63754         * m4/Makefile.am.in: New file.
63755         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
63756
63757 1998-05-14  Jim Meyering  <meyering@ascend.com>
63758
63759         * m4/Makefile.am (EXTRA_DIST): Add them.
63760         * m4/jm-macros.m4: New file.
63761         * m4/utimbuf.m4: New file.
63762
63763 1998-05-12  Jim Meyering  <meyering@ascend.com>
63764
63765         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
63766
63767 1998-05-11  Jim Meyering  <meyering@ascend.com>
63768
63769         * m4/isc-posix.m4: New file.
63770
63771 1998-05-10  Jim Meyering  <meyering@ascend.com>
63772
63773         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
63774
63775 1998-05-09  Jim Meyering  <meyering@ascend.com>
63776
63777         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
63778         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
63779         with automake.
63780
63781         * m4/ssize_t.m4: New file.
63782         * m4/mktime.m4: Remove file -- the new automake has this now.
63783
63784 1998-04-26  Jim Meyering  <meyering@ascend.com>
63785
63786         * m4/assert.m4: New file.
63787         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
63788
63789 1998-04-05  Jim Meyering  <meyering@ascend.com>
63790
63791         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
63792         (jm_PREREQ): Use it here.
63793
63794 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
63795
63796         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
63797         in acconfig.h.
63798
63799 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
63800
63801         * m4/prereq.m4: New file.
63802         * m4/error.m4: New file.
63803         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
63804
63805 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
63806
63807         * m4/getline.m4: Don't set am_cv_func_working_getline before the
63808         cache-check for the same variable -- that defeated the purpose of
63809         the test; the test program was never run.  This was a problem only
63810         on systems with losing getline functions -- HP-UX 10.20 is one.
63811         Reported by Bjorn Helgaas.
63812
63813 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
63814
63815         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
63816
63817 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
63818
63819         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
63820
63821         * m4/const.m4: New file.  Use an initializer in this declaration
63822         typedef int charset[2]; const charset x;
63823         Reported by Bob Glickstein.
63824
63825 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
63826
63827         * m4/chown.m4: Fix reversed types on -1 args to chown.
63828         From Kaveh Ghazi.
63829
63830 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
63831
63832         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
63833         Add lseek and memchr.
63834
63835         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
63836         T.E.Dickey <dickey@clark.net> said that some older preprocessors
63837         have a 20-character limit on names.
63838
63839 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
63840
63841         * m4/inttypes_h.m4: New file.
63842         * m4/uintmax_t.m4: New file.
63843         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
63844
63845
63846         -----
63847
63848         Local Variables:
63849         coding: utf-8
63850         End:
63851
63852         Copyright (C) 1997-2010 Free Software Foundation, Inc.
63853
63854         Copying and distribution of this file, with or without
63855         modification, are permitted provided the copyright notice
63856         and this notice are preserved.